From ce8306e07de8e24ffab52feeeb311468f81e1d70 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 14 Jun 2013 12:54:29 +0200 Subject: [PATCH] =?utf8?q?Mandantenkonfiguration:=20Felder=20bearbeiten=20?= =?utf8?q?k=C3=B6nnen,=20die=20zuvor=20nur=20in=20myconfig=20standen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../_datev_check_configuration.html | 2 - .../client_config/_default_accounts.html | 2 - .../client_config/_miscellaneous.html | 58 ++++++++++++++----- .../client_config/_orders_deleteable.html | 2 - .../client_config/_posting_configuration.html | 2 - .../client_config/_ranges_of_numbers.html | 2 - .../webpages/client_config/_warehouse.html | 2 - 7 files changed, 43 insertions(+), 27 deletions(-) diff --git a/templates/webpages/client_config/_datev_check_configuration.html b/templates/webpages/client_config/_datev_check_configuration.html index 13d12aaa2..e71487d75 100644 --- a/templates/webpages/client_config/_datev_check_configuration.html +++ b/templates/webpages/client_config/_datev_check_configuration.html @@ -1,7 +1,5 @@ [%- USE LxERP -%][%- USE L -%]
-
[% LxERP.t8('DATEV check configuration') %]
- diff --git a/templates/webpages/client_config/_default_accounts.html b/templates/webpages/client_config/_default_accounts.html index c73002b85..f893f5481 100644 --- a/templates/webpages/client_config/_default_accounts.html +++ b/templates/webpages/client_config/_default_accounts.html @@ -1,8 +1,6 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%] [% SET style="width: 600px" %]
-
[% LxERP.t8('Default Accounts') %]
-
[% LxERP.t8('It is possible to make a quick DATEV export everytime you post a record to ensure things work nicely with their data requirements. This will result in a slight overhead though you can enable this for each type of record independantly.') %]
diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index c09fa761b..57c62490e 100644 --- a/templates/webpages/client_config/_miscellaneous.html +++ b/templates/webpages/client_config/_miscellaneous.html @@ -1,54 +1,82 @@ [%- USE LxERP -%][%- USE L -%][%- USE HTML -%] -[% SET style="width: 200px" %] +[% SET style="width: 400px" %]
-
[% LxERP.t8("Miscellaneous") %]
-
[% LxERP.t8("Inventory Account") %]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
[% LxERP.t8("Company settings") %]
[% LxERP.t8("Company name") %][% L.input_tag('defaults.company', SELF.defaults.company, style=style) %]
[% LxERP.t8("Address") %][% L.textarea_tag('defaults.address', SELF.defaults.address, style=style, rows=4) %]
[% LxERP.t8("Tax number") %][% L.input_tag('defaults.taxnumber', SELF.defaults.taxnumber, style=style) %]
[% LxERP.t8("Tax ID number") %][% L.input_tag('defaults.co_ustid', SELF.defaults.co_ustid, style=style) %]
[% LxERP.t8("SEPA creditor ID") %][% L.input_tag('defaults.sepa_creditor_id', SELF.defaults.sepa_creditor_id, style=style) %]
[% LxERP.t8("Business Number") %] [% L.input_tag('defaults.businessnumber', SELF.defaults.businessnumber, style=style) %]
[% LxERP.t8("DUNS number") %][% L.input_tag('defaults.duns', SELF.defaults.duns, style=style) %]
[% LxERP.t8("Language settings") %]
[% LxERP.t8('Default Customer/Vendor Language') %] [% L.select_tag('defaults.language_id', SELF.all_languages, title_key='description', default=SELF.defaults.language_id, with_empty=1, style=style) %]
-
[% LxERP.t8("Currencies") %]
+ [% LxERP.t8("Currencies") %] - - + [% FOREACH currency = SELF.all_currencies %] + - [% END %] - + -
[% LxERP.t8("Default currency") %] [% LxERP.t8("Currency name") %][% LxERP.t8("Default currency") %] [% LxERP.t8("Hints") %]
[% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + [% L.input_tag("currencies[].name", currency.name, style=style) %] + [% L.hidden_tag("currencies[+].id", currency.id) %] [% L.radio_button_tag('defaults.currency_id', value=currency.id, id='defaults.currency_id_' _ currency.id, checked=(SELF.defaults.currency_id == currency.id)) %] - [% L.input_tag("currencies[].name", currency.name, style=style) %] - [% IF loop.count == 1 %][% LxERP.t8("Edit the currency names in order to rename them.") %][%- END %]
[% LxERP.t8("Add new currency") %][% L.radio_button_tag('defaults.currency_id', value=-1, id='defaults.currency_id__1', checked=(SELF.defaults.currency_id == -1)) %] [% L.input_tag("new_currency", FORM.new_currency, style=style) %][% L.radio_button_tag('defaults.currency_id', value=-1, id='defaults.currency_id__1', checked=(SELF.defaults.currency_id == -1)) %]
-
[% LxERP.t8("Weight") %]
+ [% LxERP.t8("Weight") %] - @@ -57,7 +85,7 @@ - +
[% LxERP.t8("Weight unit") %] [% L.select_tag('defaults.weightunit', SELF.all_weightunits, default=SELF.defaults.weightunit, value_key='name', title_key='name', style=style) %]
[% LxERP.t8('Show weights') %] [% L.yes_no_tag('defaults.show_weight', SELF.defaults.show_weight, style=style) %][% LxERP.t8('Show the weights of articles and the total weight in orders, invoices and delivery notes?') %][% LxERP.t8('Show the weights of articles and the total weight in orders, invoices and delivery notes?') %]
diff --git a/templates/webpages/client_config/_orders_deleteable.html b/templates/webpages/client_config/_orders_deleteable.html index c15f159e4..0b35a72ee 100644 --- a/templates/webpages/client_config/_orders_deleteable.html +++ b/templates/webpages/client_config/_orders_deleteable.html @@ -1,7 +1,5 @@ [%- USE LxERP -%][%- USE L -%]
-
[% LxERP.t8('Orders / Delivery Orders deleteable') %]
- diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index 333ae485e..d85fd79b3 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -1,7 +1,5 @@ [%- USE L -%][%- USE LxERP -%]
-
[% LxERP.t8('Posting Configuration') %]
-
[% LxERP.t8('Sales Orders deleteable') %]
diff --git a/templates/webpages/client_config/_ranges_of_numbers.html b/templates/webpages/client_config/_ranges_of_numbers.html index 38a7e60e8..51b11b943 100644 --- a/templates/webpages/client_config/_ranges_of_numbers.html +++ b/templates/webpages/client_config/_ranges_of_numbers.html @@ -1,7 +1,5 @@ [%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
-
[% LxERP.t8('Ranges of numbers') %]
-
[% LxERP.t8('Sales invoices changeable') %]
diff --git a/templates/webpages/client_config/_warehouse.html b/templates/webpages/client_config/_warehouse.html index 79fc7a275..87ff83589 100644 --- a/templates/webpages/client_config/_warehouse.html +++ b/templates/webpages/client_config/_warehouse.html @@ -1,7 +1,5 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
-
[% LxERP.t8('Warehouse') %]
-
[% LxERP.t8('Last Invoice Number') %]
-- 2.20.1
[% LxERP.t8('Default Transfer') %]