X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..61cdba5d566357f3beabe0e7f3f0cb2d7bdccd73:/templates/webpages/am/edit_defaults.html diff --git a/templates/webpages/am/edit_defaults.html b/templates/webpages/am/edit_defaults.html index ff5cf0420..c8c91f60a 100644 --- a/templates/webpages/am/edit_defaults.html +++ b/templates/webpages/am/edit_defaults.html @@ -1,5 +1,5 @@ [%- USE T8 %] -[% USE HTML %] +[%- USE HTML %]
[% title %]
@@ -49,11 +49,16 @@ [% 'Last RFQ Number' | $T8 %] + [% 'Last Assembly Number' | $T8 %] + [% 'Last Sales Delivery Order Number' | $T8 %] + + + [% 'Last Purchase Delivery Order Number' | $T8 %] @@ -116,6 +121,16 @@ + + [% 'Current assets account' | $T8 %] + + + + [% 'Miscellaneous' | $T8 %] @@ -127,13 +142,18 @@ - [% 'Year End' | $T8 %] (mm/dd) - + [% 'Default currency' | $T8 %] + [% HTML.escape(defaultcurrency) %] - [% 'Currencies' | $T8 %] (1) - + + [% 'Currencies' | $T8 %] + [% FOREACH row = CURRENCIES %] + + [% END %] + + @@ -151,6 +171,46 @@ + + [% 'Default Customer/Vendor Language' | $T8 %] + + [%- INCLUDE 'generic/multibox.html' + name = 'language_id', + default = defaults_language_id, + style = 'size:20; maxength:5', + DATA = ALL_LANGUAGES, + id_key = 'id', + label_key = 'description', + show_empty = 1 + -%] + + + + + [% 'Configuration' | $T8 %] + + + + [% 'Accounting method' | $T8 %] + + + + + [% 'Inventory system' | $T8 %] + + + + + [% 'Profit determination' | $T8 %] + + + + + [% 'Chart of accounts' | $T8 %] + + + +

@@ -160,10 +220,5 @@
-

- (1) [% 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' | $T8 %]

- - -