X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..c0ed7d2fa:/templates/webpages/payment_term/form.html diff --git a/templates/webpages/payment_term/form.html b/templates/webpages/payment_term/form.html index f1197289a..df09a0161 100755 --- a/templates/webpages/payment_term/form.html +++ b/templates/webpages/payment_term/form.html @@ -6,6 +6,11 @@ [%- INCLUDE 'common/flash.html' %]
| + | [% LxERP.t8("General settings") %] | +||
|---|---|---|---|
| [%- 'Description' | $T8 %] | @@ -14,25 +19,14 @@ | ||
| [%- 'Long Description' | $T8 %] | -- - | +[% LxERP.t8("Calculate due date automatically") %] | +[% L.yes_no_tag("payment_term.auto_calculation", SELF.payment_term.auto_calculation, "data-auto-calculation-toggle"="1") %] |
| [%- HTML.escape(language.description) %] ([%- LxERP.t8('Translation') %]) | -- - | -||
| [%- 'Netto Terms' | $T8 %] | - + [% L.input_tag("payment_term.terms_netto_as_number", SELF.payment_term.terms_netto_as_number, size="6", disabled=(SELF.payment_term.auto_calculation ? '' : 1)) %] | ||
| + | [% LxERP.t8("Texts for quotations & orders") %] | +[% LxERP.t8("Texts for invoices") %] | +|
| [%- 'Long Description' | $T8 %] | ++ + | + ++ + | +|
| [%- HTML.escape(language.description) %] ([%- LxERP.t8('Translation') %]) | ++ + | + ++ + | +
@@ -80,9 +104,12 @@