X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=c95c6e5db974591d1e7ef442ba10c5fdefe6a34e;hb=74e45f0fe20741e073b8d7e662e69b921ae8ef89;hp=de9a9544c6d2e2e1efb021b108cd0430175b71fc;hpb=47e66090a3082ad029dd99a19b9c3c8624ab7092;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index de9a9544c..c95c6e5db 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 @@ + + + + + + + + + + + + + + + + + + @@ -101,6 +135,12 @@ + + + + + + @@ -150,5 +190,34 @@ + + + + + + + + + + + + + + + + + + + + + + + +
[% 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("If enabled a column will be shown in sales and purchase orders that lists both the amount and the value not shipped yet for each item.") %]
[% LxERP.t8("Warn before saving orders with duplicate parts (new controller only)") %][% L.yes_no_tag("defaults.order_warn_duplicate_parts", SELF.defaults.order_warn_duplicate_parts) %][% LxERP.t8("If enabled a warning will be shown in sales and purchase orders if there are two or more positions of the same part (new controller only).") %]
[% LxERP.t8("E-mail") %]
[% LxERP.t8("Projects") %]
[% LxERP.t8('Always save orders with a projectnumber (create new projects)') %][% L.yes_no_tag('defaults.order_always_project', SELF.defaults.order_always_project) %]
[% LxERP.t8('Project type') %][% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %]
[% LxERP.t8('Project Status') %][% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %]
[% LxERP.t8("Select Mulit-Item Options") %]
[% LxERP.t8('Show parts longdescription (notes) in select list') %][% 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")) %] +
+