X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54006a889326c54c68cfe55142dc44b55c2a3bd1..fc4e61993d9234665db7391ed5aec7aa1b6d6ea9:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 3d3b21678..324c0c588 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -1,6 +1,22 @@ -[%- USE LxERP -%][%- USE L -%] +[%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 %]
| [% LxERP.t8("DATEV") %] | |||
| [% LxERP.t8('Datevautomatik') %] | +[% L.yes_no_tag('defaults.feature_datev', SELF.defaults.feature_datev) %] | +[% LxERP.t8('Use Datevautomatik') %] | +|
| [% LxERP.t8("UStVA") %] | |||
| [% LxERP.t8('UStVA') %] | +[% L.yes_no_tag('defaults.feature_ustva', SELF.defaults.feature_ustva) %] | +[% LxERP.t8('Use UStVA') %] | +|
| [% LxERP.t8("WebDAV") %] | |||
| [% LxERP.t8('Save document in WebDAV repository') %] | |||
| [% LxERP.t8("Reports") %] | |||
| [% LxERP.t8('Balance') %] | +[% L.yes_no_tag('defaults.feature_balance', SELF.defaults.feature_balance) %] | +[% LxERP.t8('Use Balance Sheet') %] | +|
| [% LxERP.t8('income') %] | +[% L.yes_no_tag('defaults.feature_eurechnung', SELF.defaults.feature_eurechnung) %] | +[% LxERP.t8('Use Income') %] | +|
| [% LxERP.t8('Erfolgsrechnung') %] | +[% L.yes_no_tag('defaults.feature_erfolgsrechnung', SELF.defaults.feature_erfolgsrechnung) %] | +[% LxERP.t8('Use Erfolgsrechnung') %] | +|
| [% LxERP.t8("Customer Master Data") %] | |||
| [% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %] | |||
| [% LxERP.t8('Hourly Rate') %] | +[% L.input_tag('defaults.customer_hourly_rate', LxERP.format_amount(SELF.defaults.customer_hourly_rate, 2), style=style) %] | +[% LxERP.t8('Default hourly rate for new customers') %] | +|
| [% LxERP.t8("Parts Master Data") %] | |||
| [% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %] | [% LxERP.t8('Style the picture with the following CSS code') %] | ||