X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=4a9672b8fd1193678856953806e55c761c5309ee;hb=af2f24b8a20ae59af3b72da2cdf3669987a19927;hp=cb9d17e1a5cb7dd9eebe2010586c9c8d04f0a09b;hpb=6f45549b6f3d1f4f178b8799c9997fdc6e1447d0;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index cb9d17e1a..4a9672b8f 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 %]
@@ -124,10 +125,20 @@ [% 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.') %] +

[%- 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 %]