Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3da73190

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 3da73190b8f201bfb33e3b6d96bbc6330142e922
  • Vorgänger f775b88a
  • Nachfolger a2b2aea8

Angebote: neue Felder Auftragswahrscheinlichkeit, Voraus. Abrechnungsdatum

Unterschiede anzeigen:

templates/webpages/oe/search.html
122 122
       [% L.date_tag('reqdateto') %]
123 123
     </td>
124 124
    </tr>
125
[%- IF type == 'sales_quotation' %]
126
    <tr>
127
     <th align="right">[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th>
128
     <td>
129
      [% L.date_tag('expected_billing_date_from', '' 'BL') %]
130
     </td>
131
     <th align="right">[% 'Expected billing date' | $T8 %] [% 'Bis' | $T8 %]</th>
132
     <td>
133
      [% L.date_tag('expected_billing_date_to', '' 'BL') %]
134
     </td>
135
    </tr>
136
    <tr>
137
     <th align="right">[% 'Order probability' | $T8 %]</th>
138
     <td colspan="3">
139
      [% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %]
140
      [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %]
141
     </td>
142
    </tr>
143
[%- END %]
125 144
    <tr>
126 145
     <th align="right">[% 'Include in Report' | $T8 %]</th>
127 146
     <td colspan="5">
......
250 269
         <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
251 270
        </td>
252 271
       </tr>
272
[% IF type == 'sales_quotation' %]
273
       <tr>
274
        <td colspan="2">
275
         <input name="l_order_probability_expected_billing_date" id="l_order_probability_expected_billing_date" class="checkbox" type="checkbox" value="Y">
276
         <label for="l_order_probability_expected_billing_date">[% 'Order probability & expected billing date' | $T8 %]</label>
277
        </td>
278
       </tr>
279
[%- END %]
253 280
       <tr>
254 281
        <td>
255 282
         <input name="l_remaining_amount" id="l_remaining_amount" class="checkbox" type="checkbox" value="Y">

Auch abrufbar als: Unified diff