Revision 80983f8a
Von Jan Büren vor fast 11 Jahren hinzugefügt
SL/Controller/CsvImport/Part.pm | ||
---|---|---|
485 | 485 |
{ name => 'not_discountable', description => $::locale->text('Not Discountable') }, |
486 | 486 |
{ name => 'notes', description => $::locale->text('Notes') }, |
487 | 487 |
{ name => 'obsolete', description => $::locale->text('Obsolete') }, |
488 |
{ name => 'onhand', description => $::locale->text('On Hand') },
|
|
488 |
{ name => 'onhand', description => $::locale->text('On Hand') . ' [2]' },
|
|
489 | 489 |
{ name => 'partnumber', description => $::locale->text('Part Number') }, |
490 | 490 |
{ name => 'partsgroup_id', description => $::locale->text('Partsgroup (database ID)') }, |
491 | 491 |
{ name => 'partsgroup', description => $::locale->text('Partsgroup (name)') }, |
locale/de/all | ||
---|---|---|
1450 | 1450 |
'On Hand' => 'Auf Lager', |
1451 | 1451 |
'On Order' => 'Ist bestellt', |
1452 | 1452 |
'One or more Perl modules missing' => 'Ein oder mehr Perl-Module fehlen', |
1453 |
'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.' => 'Das Import-Feld Auf Lager setzt nur die Menge in den Stammdaten, nicht im Lagerbereich. Dies ist historisch gewachsen nur ein Informationsfeld was mit dem tatsächlichen Wert überschrieben wird, sobald eine wirkliche Lagerbewegung stattfindet (DB-Trigger).', |
|
1453 | 1454 |
'Only Warnings and Errors' => 'Nur Warnungen und Fehler', |
1454 | 1455 |
'Only due follow-ups' => 'Nur fällige Wiedervorlagen', |
1455 | 1456 |
'Only groups that have been configured for the client the user logs in to will be considered.' => 'Allerdings werden nur diejenigen Gruppen herangezogen, die für den Mandanten konfiguriert sind.', |
templates/webpages/csv_import/form.html | ||
---|---|---|
125 | 125 |
[% LxERP.t8('The items are imported accoring do their number "X" regardless of the column order inside the file.') %] |
126 | 126 |
[% LxERP.t8('The column "make_X" can contain either a vendor\'s database ID, a vendor number or a vendor\'s name.') %] |
127 | 127 |
</p> |
128 |
<p> |
|
129 |
[2]: |
|
130 |
[% 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.') %] |
|
131 |
</p> |
|
128 | 132 |
|
129 | 133 |
[%- ELSIF SELF.type == 'orders' %] |
130 | 134 |
<p> |
Auch abrufbar als: Unified diff
Fußnote für part.onhands bei CSV-Import hinzugefügt
closes #2428