Revision b1e2dfac
Von Bernd Bleßmann vor 10 Monaten hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
144 | 144 |
# transdatefrom transdateto |
145 | 145 |
# |
146 | 146 |
# radio: |
147 |
# itemstatus = active | onhand | short | obsolete | orphaned |
|
147 |
# itemstatus = active | onhand | short | order_locked | obsolete | orphaned
|
|
148 | 148 |
# action = continue | top100 |
149 | 149 |
# |
150 | 150 |
# checkboxes: |
... | ... | |
268 | 268 |
my %optiontexts = ( |
269 | 269 |
active => $locale->text('Active'), |
270 | 270 |
obsolete => $locale->text('Obsolete'), |
271 |
order_locked => $locale->text('Do not order anymore'), |
|
271 | 272 |
orphaned => $locale->text('Orphaned'), |
272 | 273 |
onhand => $locale->text('On Hand'), |
273 | 274 |
assembly_qty => $locale->text('Assembly Item Qty'), |
... | ... | |
300 | 301 |
l_part => $locale->text('Parts'), |
301 | 302 |
); |
302 | 303 |
|
303 |
my @itemstatus_keys = qw(active obsolete orphaned onhand short); |
|
304 |
my @itemstatus_keys = qw(active order_locked obsolete orphaned onhand short);
|
|
304 | 305 |
my @callback_keys = qw(onorder ordered rfq quoted bought sold partnumber partsgroup partsgroup_id serialnumber description make model |
305 | 306 |
drawing microfiche l_soldtotal l_deliverydate transdatefrom transdateto insertdatefrom insertdateto ean shop all |
306 | 307 |
l_service l_assembly l_part); |
Auch abrufbar als: Unified diff
Auslaufende Artikel: Filteroption in Artikelsuche