Revision 35ca31c0
Von Niclas Zimmermann vor etwa 12 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
793 | 793 |
my @apoe_filters = qw(transdate); |
794 | 794 |
my @like_filters = (@simple_filters, @invoice_oi_filters); |
795 | 795 |
my @all_columns = (@simple_filters, @makemodel_filters, @apoe_filters, @project_filters, qw(serialnumber)); |
796 |
my @simple_l_switches = (@all_columns, qw(listprice sellprice lastcost priceupdate weight unit bin rop image)); |
|
796 |
my @simple_l_switches = (@all_columns, qw(notes listprice sellprice lastcost priceupdate weight unit bin rop image));
|
|
797 | 797 |
my @oe_flags = qw(bought sold onorder ordered rfq quoted); |
798 | 798 |
my @qsooqr_flags = qw(invnumber ordnumber quonumber trans_id name module qty); |
799 | 799 |
my @deliverydate_flags = qw(deliverydate); |
... | ... | |
1094 | 1094 |
if ($form->{searchitems} eq 'assembly' && $form->{bom}) { |
1095 | 1095 |
$query = |
1096 | 1096 |
qq|SELECT p.id, p.partnumber, p.description, a.qty AS onhand, |
1097 |
p.unit, p.bin, |
|
1097 |
p.unit, p.bin, p.notes,
|
|
1098 | 1098 |
p.sellprice, p.listprice, p.lastcost, |
1099 | 1099 |
p.rop, p.weight, p.priceupdate, |
1100 | 1100 |
p.image, p.drawing, p.microfiche, |
Auch abrufbar als: Unified diff
Bemerkungen im Warenbericht
Im Warenbericht kann man jetzt auch Bemerkungen zu den einzelnen
Waren anzeigen lassen.