X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/13a71e41767349608b5a6b06770485d691df1340..b8741ec3:/templates/webpages/payment_term/form.html diff --git a/templates/webpages/payment_term/form.html b/templates/webpages/payment_term/form.html index c77e719f1..db7fdb17e 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 %] | @@ -13,22 +18,6 @@ | |
| [%- 'Long Description' | $T8 %] | -- - | -|
| [%- HTML.escape(language.description) %] ([%- LxERP.t8('Translation') %]) | -- - | -|
| [% LxERP.t8("Calculate due date automatically") %] | [% L.yes_no_tag("payment_term.auto_calculation", SELF.payment_term.auto_calculation, "data-auto-calculation-toggle"="1") %] | @@ -54,6 +43,44 @@ %|
| [% 'Obsolete' | $T8 %] | +[% L.checkbox_tag('payment_term.obsolete', checked = SELF.payment_term.obsolete, for_submit=1) %] | +|
| + | [% LxERP.t8("Texts for quotations & orders") %] | +[% LxERP.t8("Texts for invoices") %] | +
| [%- 'Long Description' | $T8 %] | ++ + | + ++ + | +
| [%- HTML.escape(language.description) %] ([%- LxERP.t8('Translation') %]) | ++ + | + ++ + | +
@@ -73,8 +100,6 @@
| [%- LxERP.t8('Field') %] | [%- LxERP.t8('Description') %] |
|---|---|
| <%payment_terms%> | [% LxERP.t8("Payment description") %] |
| <%payment_description%> | [% LxERP.t8("Payment description detail") %] |
| <%netto_date%> | [% LxERP.t8("Date the payment is due in full") %] |
| <%skonto_date%> | [% LxERP.t8("Date the payment is due with discount") %] |
| <%skonto_amount%> | [% LxERP.t8("The deductible amount") %] |