X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aee10de25a63ec46afee4aec4b50ff509c0dcfd1..27653d6bbb72f61e0064580d3c9b4185df02efe5:/templates/webpages/csv_import/form.html diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 8eaed1786..cbe49771d 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -57,22 +57,53 @@
[% LxERP.t8("Hide help text") %]
-| [%- LxERP.t8('Column name') %] | -[%- LxERP.t8('Meaning') %] | -
|---|---|
| [%- HTML.escape(row.name) %] | -[%- HTML.escape(row.description) %] | -
| [%- p.row_ident %] | + [%- 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') %]
@@ -82,11 +113,6 @@ [%- ELSIF SELF.type == 'parts' %] -- [%- 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.') %] @@ -94,6 +120,26 @@ [% 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.') %]
++ [2]: + [% LxERP.t8('Onhand only sets the quantity in master data, not in inventory. This is only a legacy info field and will be overwritten as soon as a inventory transfer happens.') %] +
++ [3]: + [% 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'.") %] +
+ +[%- ELSIF SELF.type == 'orders' %] ++ [1]: + [% LxERP.t8('The column "datatype" must be present and must be at the same position / column in each data set. The values must be the row names (see settings) for order and item data respectively.') %] +
+
+ [2]:
+ [%- LxERP.t8('Amount and net amount are calculated by kivitendo. "verify_amount" and "verify_netamount" can be used for sanity checks.') %]
+ [%- LxERP.t8('If amounts differ more than "Maximal amount difference" (see settings), this item is marked as invalid.') %]
+
@@ -203,6 +249,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 %]