Revision b1e2dfac
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/IC.pm | ||
---|---|---|
# l_warehouse l_bin
|
||
#
|
||
# exclusives:
|
||
# itemstatus = active | onhand | short | obsolete | orphaned
|
||
# itemstatus = active | onhand | short | order_locked | obsolete | orphaned
|
||
# searchitems = part | assembly | service
|
||
#
|
||
# joining filters:
|
||
... | ... | |
push @where_tokens, ' p.obsolete', if /obsolete/;
|
||
push @where_tokens, 'p.onhand > 0', if /onhand/;
|
||
push @where_tokens, 'p.onhand < p.rop', if /short/;
|
||
push @where_tokens, 'p.order_locked', if /order_locked/;
|
||
}
|
||
|
||
my $q_assembly_lastcost =
|
Auch abrufbar als: Unified diff
Auslaufende Artikel: Filteroption in Artikelsuche