Revision 0a5c2a2f
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/IC.pm | ||
---|---|---|
186 | 186 |
my @like_filters = (@simple_filters, @invoice_oi_filters); |
187 | 187 |
my @all_columns = (@simple_filters, @makemodel_filters, @apoe_filters, @project_filters, qw(serialnumber)); |
188 | 188 |
my @simple_l_switches = (@all_columns, qw(notes listprice sellprice lastcost priceupdate weight unit rop image shop insertdate)); |
189 |
my %no_simple_l_switches = (warehouse => 'wh.description as warehouse', bin => 'bin.description as bin'); |
|
189 |
my %no_simple_l_switches = (warehouse => 'wh.description as warehouse', bin => 'bin.description as bin', price_factor_description => 'pfac.description as price_factor_description');
|
|
190 | 190 |
my @oe_flags = qw(bought sold onorder ordered rfq quoted); |
191 | 191 |
my @qsooqr_flags = qw(invnumber ordnumber quonumber trans_id name module qty); |
192 | 192 |
my @deliverydate_flags = qw(deliverydate); |
Auch abrufbar als: Unified diff
Artikelbericht: Preisfaktor anzeigen können