X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_customers_vendors.html;h=449856590a45221cc61e00fa4b1669793153bfcd;hb=c364e43efab3ac6f0f0c20cd6f8f89a85ab45280;hp=c3bf9a51d3f873045cf666cf1b2356cd79002543;hpb=72b340de2352eec7d3f99a00e2141a2df35f07f3;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_customers_vendors.html b/templates/webpages/csv_import/_form_customers_vendors.html index c3bf9a51d..449856590 100644 --- a/templates/webpages/csv_import/_form_customers_vendors.html +++ b/templates/webpages/csv_import/_form_customers_vendors.html @@ -5,6 +5,22 @@ [%- LxERP.t8('Target table') %]: [% opts = [ [ 'customer', LxERP.t8('Customers') ], [ 'vendor', LxERP.t8('Vendors') ] ] %] - [% L.select_tag('settings.table', L.options_for_select(opts, default => SELF.profile.get('table')), style => 'width: 300px') %] + [% L.select_tag('settings.table', opts, default = SELF.profile.get('table'), style = 'width: 300px') %] + + + [%- LxERP.t8('Existing customers/vendors with same customer/vendor number') %]: + + [% opts = [ [ 'update_existing', LxERP.t8('Update properties of existing entries') ], [ 'insert_new', LxERP.t8('Insert with new customer/vendor number') ], [ 'skip', LxERP.t8('Skip entry') ] ] %] + [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %] + + + + + [%- LxERP.t8('Default taxzone') %]: + + [% L.select_tag('settings.default_taxzone', SELF.all_taxzones, default = SELF.profile.get('default_taxzone'), title_key = 'description', style => 'width: 300px') %] + + +