X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..6f45549b6f3d1f4f178b8799c9997fdc6e1447d0:/templates/webpages/csv_import/form.html diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index c8e67219d..cb9d17e1a 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -57,22 +57,52 @@
[% LxERP.t8("Hide help text") %]
-| [%- LxERP.t8('Column name') %] | -[%- LxERP.t8('Meaning') %] | -
|---|---|
| [%- HTML.escape(row.name) %] | -[%- HTML.escape(row.description) %] | -
| [%- ri %] | + [%- END %] +||||
|---|---|---|---|---|
+
|
+ [%- END %]
+
| [%- LxERP.t8('Column name') %] | +[%- LxERP.t8('Meaning') %] | +
|---|---|
| [%- HTML.escape(row.name) %] | +[%- HTML.escape(row.description) %] | +
+ [%- LxERP.t8("You can update existing contacts by providing the 'cp_id' column with their database IDs. Otherwise: ") %] [%- LxERP.t8('At least one of the columns #1, customer, customernumber, vendor, vendornumber (depending on the target table) is required for matching the entry to an existing customer or vendor.', 'cp_cv_id') %]
@@ -86,6 +116,19 @@ [%- LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %] [% LxERP.t8("Type can be either 'part' or 'service'.") %] + ++ [1]: + [% LxERP.t8('The three columns "make_X", "model_X" and "lastcost_X" with the same number "X" are used to import vendor part numbers and vendor prices.') %] + [% LxERP.t8('The column triplets can occur multiple times with different numbers "X" each time (e.g. "make_1", "model_1", "lastcost_1", "make_2", "model_2", "lastcost_2", "make_3", "model_3", "lastcost_3" etc).') %] + [% LxERP.t8('The items are imported accoring do their number "X" regardless of the column order inside the file.') %] + [% LxERP.t8('The column "make_X" can contain either a vendor\'s database ID, a vendor number or a vendor\'s name.') %] +
+ +[%- ELSIF SELF.type == 'orders' %] ++ [%- LxERP.t8('Amount and net amount are calculated by kivitendo. verify_amount and verify_netamount can be used for sanity checks.') %] +
[%- END %]@@ -98,6 +141,13 @@
[% LxERP.t8("Hide settings") %]
+| [%- LxERP.t8('Number Format') %]: | @@ -166,7 +216,7 @@[% FOREACH key = duplicate_fields.keys %] - + [% END %] | @@ -188,6 +238,10 @@ [%- INCLUDE 'csv_import/_form_parts.html' %] [%- ELSIF SELF.type == 'customers_vendors' %] [%- INCLUDE 'csv_import/_form_customers_vendors.html' %] +[%- ELSIF SELF.type == 'contacts' %] + [%- INCLUDE 'csv_import/_form_contacts.html' %] +[%- ELSIF SELF.type == 'orders' %] + [%- INCLUDE 'csv_import/_form_orders.html' %] [%- END %]|||||||||
|---|---|---|---|---|---|---|---|---|---|---|