Revision e163dc2c
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
188 | 188 |
|
189 | 189 |
<tr> |
190 | 190 |
<th width="70%" align="right" nowrap>[% 'Tax point' | $T8 %]</th> |
191 |
<td>[% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date) %]</td> |
|
191 |
<td>[% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date, class="recalc") %]</td>
|
|
192 | 192 |
</tr> |
193 | 193 |
|
194 | 194 |
[%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%] |
195 |
[%- SET reqdate_txt = 'Reqdate' -%] |
|
195 |
[%- SET reqdate_txt = 'Reqdate'; SET reqdate_class = 'recalc' -%]
|
|
196 | 196 |
[%- ELSIF SELF.type == "sales_quotation" -%] |
197 |
[%- SET reqdate_txt = 'Valid until' -%] |
|
197 |
[%- SET reqdate_txt = 'Valid until'; SET reqdate_class = '' -%]
|
|
198 | 198 |
[%- ELSE -%] |
199 |
[%- SET reqdate_txt = 'Required by' -%] |
|
199 |
[%- SET reqdate_txt = 'Required by'; SET reqdate_class = 'recalc' -%]
|
|
200 | 200 |
[%- END -%] |
201 | 201 |
<tr> |
202 | 202 |
<th width="70%" align="right" nowrap>[% reqdate_txt | $T8 %]</th> |
203 |
<td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date) %]</td> |
|
203 |
<td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class=reqdate_class) %]</td>
|
|
204 | 204 |
</tr> |
205 | 205 |
|
206 | 206 |
[%- IF SELF.type == "sales_quotation" -%] |
Auch abrufbar als: Unified diff
Auftrags-Controller: bei Änderung Leistungsdatum/Liefertermin neu berechnen