X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=5b189ec77a013bbcd7e09d72436600e15e5054bf;hb=d92b30c1c67f0c3f50b29e372e5614acb9814d8e;hp=97b28aeb41716e9119337f9718ef1b13b8bd6fb1;hpb=5a9a14d7f6fa77eb7bf49e704962bfa0e04eef34;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 97b28aeb4..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 %] - + [%- FOREACH p = SELF.worker.profile %] + [%- END %] - [%- FOREACH ri = SELF.displayable_columns.keys %] + [%- FOREACH p = SELF.worker.profile %] + [% SET ri = p.row_ident %]
[%- ri %][%- p.row_ident %]
@@ -127,8 +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.') %]
- [%- LxERP.t8('If amounts differ more than "Maximal amount difference" (settings), this item is marked as invalid.') %]
+ [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 %]