Revision 613c0749
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
958 | 958 |
partnotes serialnumber reqdate sellprice listprice netprice |
959 | 959 |
discount p_discount discount_sub nodiscount_sub |
960 | 960 |
linetotal nodiscount_linetotal tax_rate projectnumber |
961 |
price_factor price_factor_name); |
|
961 |
price_factor price_factor_name partsgroup);
|
|
962 | 962 |
|
963 | 963 |
my $sameitem = ""; |
964 | 964 |
foreach $item (sort { $a->[1] cmp $b->[1] } @partsgroup) { |
... | ... | |
1008 | 1008 |
push @{ $form->{listprice} }, $form->{"listprice_$i"}; |
1009 | 1009 |
push @{ $form->{price_factor} }, $price_factor->{formatted_factor}; |
1010 | 1010 |
push @{ $form->{price_factor_name} }, $price_factor->{description}; |
1011 |
push @{ $form->{partsgroup} }, $form->{"partsgroup_$i"}; |
|
1011 | 1012 |
|
1012 | 1013 |
my $sellprice = $form->parse_amount($myconfig, $form->{"sellprice_$i"}); |
1013 | 1014 |
my ($dec) = ($sellprice =~ /\.(\d+)/); |
Auch abrufbar als: Unified diff
Die Warengruppe beim Ausdruck der Vorlage zur Verfügung stellen.