Revision 96f6aa8d
Von Tamino Steinert vor etwa 2 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
$form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"});
|
||
$form->{"qty_$i"} *= -1 if $form->{storno};
|
||
|
||
if ( $::instance_conf->get_inventory_system eq 'periodic') {
|
||
if ( ($form->{"tax_chart_type_$i"} eq 'expense')
|
||
|| ($form->{"tax_chart_type_$i"} eq ''
|
||
&& $::instance_conf->get_inventory_system eq 'periodic')
|
||
) {
|
||
# inventory account number is overwritten with expense account number, so
|
||
# never book incoming to inventory account but always to expense account
|
||
$form->{"inventory_accno_$i"} = $form->{"expense_accno_$i"}
|
Auch abrufbar als: Unified diff
PurchaseInvoice: Auswahl der Warenbuchungsmethode pro Warenzeile
Bei Artikeln(type=parts) kann der Nutzer auswählen welche
Warenbuchungsmethode dieser haben will.