Revision 550a75a6
Von Jan Büren vor mehr als 15 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
299 | 299 |
|
300 | 300 |
# undo amount formatting |
301 | 301 |
map { $form->{$_} = $form->parse_amount($myconfig, $form->{$_}) } |
302 |
qw(rop weight listprice sellprice gv lastcost stock);
|
|
302 |
qw(rop weight listprice sellprice gv lastcost); |
|
303 | 303 |
|
304 | 304 |
my $makemodel = (($form->{make_1}) || ($form->{model_1})) ? 1 : 0; |
305 | 305 |
|
templates/webpages/ic/form_header_de.html | ||
---|---|---|
216 | 216 |
<th align="right" nowrap>Auf Lager</th> |
217 | 217 |
<th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]"> [% LxERP.format_amount(onhand) %]</th> |
218 | 218 |
</tr> |
219 |
[%- IF is_assembly %] |
|
220 |
<tr> |
|
221 |
<th align="right" nowrap>Einlagern</th> |
|
222 |
<td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td> |
|
223 |
</tr> |
|
224 |
[%- END %] |
|
225 | 219 |
<tr> |
226 | 220 |
<th align="right" nowrap="true">Mindestlagerbestand</th> |
227 | 221 |
<td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td> |
templates/webpages/ic/form_header_master.html | ||
---|---|---|
216 | 216 |
<th align="right" nowrap><translate>On Hand</translate></th> |
217 | 217 |
<th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]"> [% LxERP.format_amount(onhand) %]</th> |
218 | 218 |
</tr> |
219 |
[%- IF is_assembly %] |
|
220 |
<tr> |
|
221 |
<th align="right" nowrap><translate>Stock</translate></th> |
|
222 |
<td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td> |
|
223 |
</tr> |
|
224 |
[%- END %] |
|
225 | 219 |
<tr> |
226 | 220 |
<th align="right" nowrap="true"><translate>ROP</translate></th> |
227 | 221 |
<td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td> |
Auch abrufbar als: Unified diff
Das Feld Einlagern unter Erzeugnis erfassen hat derzeit keine Funktion - Laut Holger war dies der alte Weg Erzeugnisse einzulagern - Falls es eine 'neue' Funktion Erzeugnis einlagern (ungleich Erzeugnis fertigen) geben soll, sollte diese im Menu Lager angesiedelt sein (meine Meinung)