Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2d44a547

Von Jan Büren vor mehr als 5 Jahren hinzugefügt

  • ID 2d44a547200a198e1c544c41152aa7c2df910e51
  • Vorgänger 29254bae
  • Nachfolger d0ebc498

Verkaufsaufträge: konfigurierbares Intervall für Lieferdatum-Berechnung

Unterschiede anzeigen:

templates/webpages/client_config/_posting_configuration.html
91 91
   <td>[% L.input_tag('defaults.reqdate_interval', LxERP.format_amount(SELF.defaults.reqdate_interval, 0), style=style) %]</td>
92 92
   <td>[% LxERP.t8('Usually the sales quotation is valid until the next working day. If a value is set here then the quotation will be valid for at least that many days. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
93 93
  </tr>
94
  <tr>
95
   <td align="right">[% LxERP.t8('Sales Order delivery date interval') %]</td>
96
   <td>[% L.input_tag('defaults.delivery_date_interval', LxERP.format_amount(SELF.defaults.delivery_date_interval, 0), style=style) %]</td>
97
   <td>[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
98
  </tr>
94 99
 </table>
95 100
</div>

Auch abrufbar als: Unified diff