Inventory and VOC
Previous Topic  Next Topic 

TCL Statement to print out VOC parts



This TCL statement will run a VOC report by part number that only prints out the part numbers with the VOC information in them.


In TCL type in: SHL DISP.TCL.CMD <enter>


This will put the report on the screen, so you print it or download. Then X to exit back to TCL.


Then type in:


SORT INVENTORY.LOC WITH VOC.TYPE DESC WEIGHT VOC.TYPE  <ENTER>



To do it by a certain MFR line


Then type:   


SORT INVENTORY.LOC WITH VOC.TYPE AND WITH MFR = "RM" VOC.TYPE DESC WEIGHT<enter>



To print out all the inventory to see VOC info then type in the

Following at TCL after the SHL DISP.TCL.CMD as:

SORT INVENTORY.LOC DESC WEIGHT VOC.TYPE