Revision dccc54aa
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/CsvImportProfile.pm | ||
---|---|---|
48 | 48 |
sellprice_adjustment => 0, |
49 | 49 |
sellprice_adjustment_type => 'percent', |
50 | 50 |
article_number_policy => 'update_prices', |
51 |
part_group_sep_char => '!', |
|
52 | 51 |
shoparticle_if_missing => '0', |
53 | 52 |
parts_type => 'part', |
54 | 53 |
default_buchungsgruppe => ($bugru ? $bugru->id : undef), |
locale/de/all | ||
---|---|---|
1536 | 1536 |
'Sep' => 'Sep', |
1537 | 1537 |
'Separator' => 'Trennzeichen', |
1538 | 1538 |
'Separator chararacter' => 'Feldtrennzeichen', |
1539 |
'Separator for part groups' => 'Trennzeichen für Warengruppen', |
|
1540 | 1539 |
'September' => 'September', |
1541 | 1540 |
'Serial No.' => 'Seriennummer', |
1542 | 1541 |
'Serial Number' => 'Seriennummer', |
templates/webpages/csv_import/_form_parts.html | ||
---|---|---|
24 | 24 |
</td> |
25 | 25 |
</tr> |
26 | 26 |
|
27 |
<tr> |
|
28 |
<th align="right">[%- LxERP.t8('Separator for part groups') %]:</th> |
|
29 |
<td colspan="10"> |
|
30 |
[% L.input_tag('settings.part_group_sep_char', SELF.profile.get('part_group_sep_char'), size => 5) %] |
|
31 |
</td> |
|
32 |
</tr> |
|
33 |
|
|
34 | 27 |
<tr> |
35 | 28 |
<th align="right">[%- LxERP.t8('Mark as shop article if column missing') %]:</th> |
36 | 29 |
<td colspan="10"> |
Auch abrufbar als: Unified diff
Einstellung "Separator für Preisgruppen" entfernt