X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=0a06d43e08d5d382aa5b6cb04910c9f241174851;hb=3f0ed511a589aca9642391108a960ef4e8a6286d;hp=90a2a944a25362ca98edfa5d770951502eb50845;hpb=03cd941d3e48fc3e2455640c74e8ab3fb179dcf1;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 90a2a944a..0a06d43e0 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -101,6 +101,12 @@ [% 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") %] @@ -162,6 +168,22 @@ [% 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")) %] +
+ +