Das Feld Einlagern unter Erzeugnis erfassen hat derzeit keine Funktion - Laut Holger...
authorJan Büren <information@richardson-bueren.de>
Sat, 25 Apr 2009 08:50:49 +0000 (08:50 +0000)
committerJan Büren <information@richardson-bueren.de>
Sat, 25 Apr 2009 08:50:49 +0000 (08:50 +0000)
SL/IC.pm
templates/webpages/ic/form_header_de.html
templates/webpages/ic/form_header_master.html

index a643557..6fa45dc 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -299,7 +299,7 @@ sub save {
 
   # undo amount formatting
   map { $form->{$_} = $form->parse_amount($myconfig, $form->{$_}) }
-    qw(rop weight listprice sellprice gv lastcost stock);
+    qw(rop weight listprice sellprice gv lastcost);
 
   my $makemodel = (($form->{make_1}) || ($form->{model_1})) ? 1 : 0;
 
index 85aafbe..85ff553 100644 (file)
            <th align="right" nowrap>Auf Lager</th>
            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
           </tr>
-          [%- IF is_assembly %]
-          <tr>
-           <th align="right" nowrap>Einlagern</th>
-           <td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td>
-          </tr>
-          [%- END %]
           <tr>
            <th align="right" nowrap="true">Mindestlagerbestand</th>
            <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>
index 22af9c9..b99d6f5 100644 (file)
            <th align="right" nowrap><translate>On Hand</translate></th>
            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
           </tr>
-          [%- IF is_assembly %]
-          <tr>
-           <th align="right" nowrap><translate>Stock</translate></th>
-           <td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td>
-          </tr>
-          [%- END %]
           <tr>
            <th align="right" nowrap="true"><translate>ROP</translate></th>
            <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>