Revision 1d61ec90
Von Bernd Bleßmann vor fast 10 Jahren hinzugefügt
SL/Controller/CsvImport/Order.pm | ||
---|---|---|
156 | 156 |
{ name => 'ordnumber', description => $::locale->text('Order Number') }, |
157 | 157 |
{ name => 'parts_id', description => $::locale->text('Part (database ID)') }, |
158 | 158 |
{ name => 'partnumber', description => $::locale->text('Part Number') }, |
159 |
{ name => 'position', description => $::locale->text('position') }, |
|
159 | 160 |
{ name => 'project_id', description => $::locale->text('Project (database ID)') }, |
160 | 161 |
{ name => 'projectnumber', description => $::locale->text('Project (number)') }, |
161 | 162 |
{ name => 'project', description => $::locale->text('Project (description)') }, |
locale/de/all | ||
---|---|---|
3183 | 3183 |
'pos_bwa' => 'BWA', |
3184 | 3184 |
'pos_eur' => 'E/ÜR', |
3185 | 3185 |
'pos_ustva' => 'UStVA', |
3186 |
'position' => 'Position', |
|
3186 | 3187 |
'posted!' => 'gebucht', |
3187 | 3188 |
'prev' => 'zurück', |
3188 | 3189 |
'proforma' => 'Proforma', |
locale/en/all | ||
---|---|---|
2681 | 2681 |
'pos_bwa' => '', |
2682 | 2682 |
'pos_eur' => '', |
2683 | 2683 |
'pos_ustva' => '', |
2684 |
'position' => '', |
|
2684 | 2685 |
'posted!' => '', |
2685 | 2686 |
'prev' => '', |
2686 | 2687 |
'print' => '', |
Auch abrufbar als: Unified diff
Item-Positionen in DB: Hilfetext und Übersetzung für Auftragsimport via CSV.