Revision aec9fe16
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
SL/Controller/DispositionManager.pm | ||
---|---|---|
68 | 68 |
}, |
69 | 69 |
rop => { |
70 | 70 |
sub => sub { $::form->format_amount(\%::myconfig,$_[0]->rop,2); }, |
71 |
text => t8('Rop'),
|
|
71 |
text => t8('ROP'),
|
|
72 | 72 |
}, |
73 | 73 |
ordered => { |
74 | 74 |
sub => sub { $::form->format_amount( |
locale/de/all | ||
---|---|---|
3185 | 3185 |
'Risk' => 'Risiko', |
3186 | 3186 |
'Risk levels' => 'Risikograde', |
3187 | 3187 |
'Risks' => 'Risikograde', |
3188 |
'Rop' => 'Mindeslagebestand', |
|
3189 | 3188 |
'Rounding' => 'Rundung', |
3190 | 3189 |
'Rounding Gain' => 'Rundungserträge', |
3191 | 3190 |
'Rounding Loss' => 'Rundungsaufwendungen', |
locale/en/all | ||
---|---|---|
3184 | 3184 |
'Risk' => '', |
3185 | 3185 |
'Risk levels' => '', |
3186 | 3186 |
'Risks' => '', |
3187 |
'Rop' => '', |
|
3188 | 3187 |
'Rounding' => '', |
3189 | 3188 |
'Rounding Gain' => '', |
3190 | 3189 |
'Rounding Loss' => '', |
templates/webpages/disposition_manager/_show_vendor_parts.html | ||
---|---|---|
13 | 13 |
<th>[% 'Description' | $T8 %] </th> |
14 | 14 |
<th>[% 'Onhand' | $T8 %] </th> |
15 | 15 |
<th>[% 'Ordered' | $T8 %] </th> |
16 |
<th>[% 'Rop' | $T8 %] </th>
|
|
16 |
<th>[% 'ROP' | $T8 %] </th>
|
|
17 | 17 |
<th>[% 'Order quantity' | $T8 %] </th> |
18 | 18 |
<th>[% 'Vendor' | $T8 %] </th> |
19 | 19 |
</tr> |
templates/webpages/disposition_manager/list_parts.html | ||
---|---|---|
19 | 19 |
<th>[% 'Description' | $T8 %] </th> |
20 | 20 |
<th>[% 'Vendor' | $T8 %] </th> |
21 | 21 |
<th>[% 'Onhand' | $T8 %] </th> |
22 |
<th>[% 'Rop' | $T8 %] </th>
|
|
22 |
<th>[% 'ROP' | $T8 %] </th>
|
|
23 | 23 |
<th>[% 'Minimum order quantity' | $T8 %] </th> |
24 | 24 |
</tr> |
25 | 25 |
</thead> |
templates/webpages/disposition_manager/show_purchase_basket.html | ||
---|---|---|
25 | 25 |
<th>[% 'Partnumber' | $T8 %] </th> |
26 | 26 |
<th>[% 'Description' | $T8 %] </th> |
27 | 27 |
<th>[% 'Onhand' | $T8 %] </th> |
28 |
<th>[% 'Rop' | $T8 %] </th>
|
|
28 |
<th>[% 'ROP' | $T8 %] </th>
|
|
29 | 29 |
<th>[% 'Order quantity' | $T8 %] </th> |
30 | 30 |
<th>[% 'Vendor' | $T8 %] </th> |
31 | 31 |
</tr> |
Auch abrufbar als: Unified diff
Vorhandene Übersetzung genommen