X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/0e0ff15052f7cb7ed1a2b04235a8a217da97a183..61cdba5d566357f3beabe0e7f3f0cb2d7bdccd73:/templates/webpages/am/edit_defaults.html
diff --git a/templates/webpages/am/edit_defaults.html b/templates/webpages/am/edit_defaults.html
index d346b893f..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 %] |
|
@@ -137,8 +142,18 @@
- [% 'Currencies' | $T8 %] (1) |
- |
+ [% 'Default currency' | $T8 %] |
+ [% HTML.escape(defaultcurrency) %] |
+
+
+
+
+ [% 'Currencies' | $T8 %] |
+ [% FOREACH row = CURRENCIES %]
+
+ [% END %]
+
+ |
@@ -156,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 %] |
+ |
+
+
+
@@ -165,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 %]
-
-
-