X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f45549b6f3d1f4f178b8799c9997fdc6e1447d0..ca18e0478035f63:/templates/webpages/csv_import/form.html
diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html
index cb9d17e1a..5b189ec77 100644
--- a/templates/webpages/csv_import/form.html
+++ b/templates/webpages/csv_import/form.html
@@ -60,12 +60,13 @@
[%- IF SELF.worker.is_multiplexed %]
- [%- FOREACH ri = SELF.displayable_columns.keys %]
- | [%- ri %] |
+ [%- FOREACH p = SELF.worker.profile %]
+ [%- p.row_ident %] |
[%- END %]
- [%- FOREACH ri = SELF.displayable_columns.keys %]
+ [%- FOREACH p = SELF.worker.profile %]
+ [% SET ri = p.row_ident %]
@@ -127,7 +128,13 @@
[%- 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.') %]
+ [1]:
+ [% LxERP.t8('The column "datatype" must be present and must be the first column. 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.') %]
[%- END %]
|