X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=a06f1e09000a712457bffedd09273e231a3b68ad;hb=bb89cd364bde4dc194eefa7010880ecb046ce53a;hp=0a2eb02e17dca513fa7bf44227ef8d8771eeee5c;hpb=e09f2da35e02b34569254b5d1550aa5dd287761f;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 0a2eb02e1..a06f1e090 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -1,6 +1,22 @@ [%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 %]
+ + + + + + + + + + + + + + + + @@ -14,6 +30,24 @@ + + + + + + + + + + + + + + + + + + @@ -50,6 +84,11 @@ + + + + + @@ -174,5 +213,20 @@ + + + + + + + + + +
[% 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") %]
[% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %] [% LxERP.t8('Style the picture with the following CSS code') %]
[% LxERP.t8('If item not found, allow creation of new item') %][% L.yes_no_tag('defaults.create_part_if_not_found', SELF.defaults.create_part_if_not_found) %][% LxERP.t8('If searching a part from a document and no part is found then offer to create a new part.') %]
[% LxERP.t8('Normalize part description and part notes') %] [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %][% L.yes_no_tag('defaults.show_longdescription_select_item', SELF.defaults.show_longdescription_select_item) %]
[% LxERP.t8("Enabled Quick Searched") %]
[% 'Quick Searches that will be shown in the header in this client' | $T8 %] +
+ [% L.select_tag("defaults.quick_search_modules[]", SELF.available_quick_search_modules, value_key="name", title_key="description_config", id="defaults_quick_searches", multiple=1, default=SELF.defaults.quick_search_modules) %] + [% L.multiselect2side("defaults_quick_searches", labelsx=LxERP.t8("All modules"), labeldx=LxERP.t8("Enabled modules")) %] +
+
[% LxERP.t8("SEPA") %]
[% LxERP.t8('Add Customer/Vendor Number as a reference add-on for SEPA export.') %][% L.yes_no_tag('defaults.sepa_reference_add_vc_vc_id', SELF.defaults.sepa_reference_add_vc_vc_id) %]