X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/88257876b74ea5941ce72e9ae9ce6faf15fea888..683dc060694a0bef44963a37577094de95f1278a:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index fd1c3778c..0a2eb02e1 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") %] @@ -151,17 +157,21 @@ [% 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=1, style="width: 200px") %] + [% 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=1, style="width: 200px") %] + [% 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) %]