{ name => 'price_factor', description => $::locale->text('Price factor (name)') },
{ name => 'rop', description => $::locale->text('ROP') },
{ name => 'sellprice', description => $::locale->text('Sellprice') },
- { name => 'shop', description => $::locale->text('Shopartikel') },
+ { name => 'shop', description => $::locale->text('Shop article') },
{ name => 'type', description => $::locale->text('Article type') . ' [3]' },
{ name => 'unit', description => $::locale->text('Unit (if missing or empty default unit will be used)') },
{ name => 've', description => $::locale->text('Verrechnungseinheit') },
'vendornumber' => { 'text' => $locale->text('Vendor Number'), },
'country' => { 'text' => $locale->text('Country'), },
'ustid' => { 'text' => $locale->text('USt-IdNr.'), },
- 'taxzone' => { 'text' => $locale->text('Steuersatz'), },
+ 'taxzone' => { 'text' => $locale->text('Tax rate'), },
'payment_terms' => { 'text' => $locale->text('Payment Terms'), },
'charts' => { 'text' => $locale->text('Buchungskonto'), },
'direct_debit' => { 'text' => $locale->text('direct debit'), },
'transdate' => { 'text' => $locale->text('Transdate'), },
'unit' => { 'text' => $locale->text('Unit'), },
'weight' => { 'text' => $locale->text('Weight'), },
- 'shop' => { 'text' => $locale->text('Shopartikel'), },
+ 'shop' => { 'text' => $locale->text('Shop article'), },
'projectnumber' => { 'text' => $locale->text('Project Number'), },
'projectdescription' => { 'text' => $locale->text('Project Description'), },
);
'Abrechnungsnummer' => 'Abrechnungsnummer',
'Absolute BB Balance' => 'Gesamtsaldo laut Bankbuchungen',
'Absolute BT Balance' => 'Gesamtsaldo laut Kontoauszug',
- 'Abteilung' => 'Abteilung',
'Acc Transaction' => 'Hauptbuch',
'Acc transaction' => 'Hauptbuch Buchung',
'AccTransaction' => 'AccTransaction',
'Price factor (name)' => 'Preisfaktor (Name)',
'Price factor deleted!' => 'Preisfaktor gelöscht.',
'Price factor saved!' => 'Preisfaktor gespeichert.',
+ 'Price group' => 'Preisgruppe',
'Price group (database ID)' => 'Preisgruppe (Datenbank-ID)',
'Price group (name)' => 'Preisgruppe (Name) ',
'Price information' => 'Preisinformation',
</td>
[% IF ( SELF.is_customer() ) %]
- <th align="right">[% 'Preisklasse' | $T8 %]</th>
+ <th align="right">[% 'Price group' | $T8 %]</th>
<td>
[% L.select_tag('cv.klass', SELF.all_pricegroups, default = SELF.cv.klass, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %]
</tr>
<tr>
- <th align="right">[% 'Steuersatz' | $T8 %]</th>
+ <th align="right">[% 'Tax rate' | $T8 %]</th>
<td>
[% L.select_tag('cv.taxzone_id', SELF.all_taxzones, default = SELF.cv.taxzone_id, value_key = 'id', title_key = 'description') %]
</tr>
<tr>
- <th align="right" nowrap>[% 'Abteilung' | $T8 %]</th>
+ <th align="right" nowrap>[% 'Department' | $T8 %]</th>
<td>
[% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16) %]
</tr>
[%- END %]
<tr>
- <th align="right" nowrap><label for="shop">[% 'Shopartikel' | $T8 %]</label></th>
+ <th align="right" nowrap><label for="shop">[% 'Shop article' | $T8 %]</label></th>
<td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td>
</tr>
</table>
<td>
<table width=100%>
<tr>
- <th class="listheading">[% 'Preisklasse' | $T8 %]</th>
- <th class="listheading">[% 'Preis' | $T8 %]</th>
+ <th class="listheading">[% 'Price group' | $T8 %]</th>
+ <th class="listheading">[% 'Price' | $T8 %]</th>
</tr>
[%- FOREACH row = PRICES %]
<tr class="listrow[% loop.count % 2 %]">
</tr>
<tr>
- <th align="right" nowrap>[% 'Shopartikel' | $T8 %]</th>
+ <th align="right" nowrap>[% 'Shop article' | $T8 %]</th>
<td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---') %]</td>
</tr>
<tr>
<td>[%- L.checkbox_tag('l_notes', label=LxERP.t8('Notes'), value='Y') %]</td>
<td>[%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %]</td>
- <td>[%- L.checkbox_tag('l_shop', label=LxERP.t8('Shopartikel'), value='Y') %]</td>
+ <td>[%- L.checkbox_tag('l_shop', label=LxERP.t8('Shop article'), value='Y') %]</td>
<td>[%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %]</td>
</tr>
<p>
<table>
<tr>
- <th class="listheading">[% 'Preisklasse' | $T8 %]</th>
+ <th class="listheading">[% 'Price group' | $T8 %]</th>
<th class="listheading">[% 'Preis' | $T8 %]</th>
<th class="listheading">[% 'Prozentual/Absolut' | $T8 %]</th>
</tr>