WAREHOUSE MANAGER TEST PLAN

Move Out without GP Bins

User ID 1 Password Password Account PALHEALTH

1. From Menu, select Forms, Move Out. The Site will be pre-populated with the current site in the user session. 2. From the Batch ID field, select Commands, Lookup

3. Select a Batch from the List 4. Press enter to move to the Total Items field.

5. The Site Trx Item subform will appear. From the Item # field, select Commands, Lookup 6. Select a Standard Item

7. Enter Quantity and press Enter twice 8. The Item #, Item Description, and Qty will clear 9. In the Item # field, enter the first few letters of a Lotted item and press Enter

10. Select a Lotted Item 11. Press Enter to move to the Lot Qty field

12. The Site Transaction Lot subform will appear 13. Enter a Lot # and Quantity and press Enter

14. The Lot # and Qty fields will clear 15. Enter another Lot # and Quantity and press Enter

16. The Lot # and Qty fields will clear 17. Close the subform using the Esc or OK key 18. The Site Trx Item subform will appear with the Lot Qty field set to the total of all lot quantities entered 19. Press enter twice to save the line item.

20. The Item # and Lot Qty will clear 21. In the Item # field, select Commands, Lookup 22. Select a Serialized Item

23. Press enter to move to the Serial Qty field. 24. The Site Transaction Serial subform will appear.

25. Enter a Serial # and press Enter 26. The Serial # will clear

27. Enter a Serial # and press Enter 28. The Serial # will clear 29. Close the subform using the Esc or OK key

30. The Site Trx Item subform will appear with the Serial Qty field set to the total of all serial numbers entered. 31. Press enter twice to save the line item. 32. The Item #, Item Description, and Serial Qty will clear. Press ESC to close the subform.

33. The Move Out form will appear with the Total Items updated to reflect the number of Items entered. 34. Press Enter to save the transaction

35. The BatchID and Total Items will clear. 36. Press ESC to close the form.

Site Transaction select TOP 1 BACHNUMB, BCHSOURC, IVDOCNBR, RCDOCNUM, IVDOCTYP, DOCDATE, GLPOSTDT, TRXQTYTL from two.dbo.iv10000 order by dex_row_id desc

BACHNUMB Inventory 1 BCHSOURC IV_Trxent IVDOCNBR AE1177 RCDOCNUM AE1177 IVDOCTYP 1 DOCDATE 2009-01-08 00:00:00.000 GLPOSTDT 2009-01-08 00:00:00.000 TRXQTYTL 25.00000 select TOP 1 Type, Status, RecordType, CreateDate, CreateUserID, CompanyID, DirectiveNumber, LocationID, OtherSiteID, TotalItems from directives order by directiveid desc

Type Move Out Status Null RecordType 615 CreateDate 2009-01-08 00:30:53.000 CreateUserID 3724 CompanyID 5176 DirectiveNumber AE1176 LocationID WAREHOUSE OtherSiteID Null TotalItems 3 Site Transaction Item select TOP 3 IVDOCNBR, IVDOCTYP, ITEMNMBR, LNSEQNBR, UOFM, QTYBSUOM, TRXQTY, UNITCOST, EXTDCOST, TRXLOCTN, TRNSTLOC, TRFQTYTY, TRTQTYTY, IVIVINDX, IVIVOFIX, DECPLCUR, DECPLQTY, USAGETYPE from two.dbo.iv10001 order by dex_row_id desc

IVDOCNBR AE1177 AE1177 AE1177 IVDOCTYP 1 1 1 ITEMNMBR 100XLG WIRE-SCD-0001 128 SDRAM LNSEQNBR 3.00000 2.00000 1.00000 UOFM EACH EACH EACH QTYBSUOM 1.00000 1.00000 1.00000 TRXQTY -2.00000 -18.00000 -5.00000 UNITCOST 55.50000 .16000 152.10000 EXTDCOST 0 0 0 TRXLOCTN WAREHOUSE WAREHOUSE WAREHOUSE TRNSTLOC TRFQTYTY 0 0 0 TRTQTYTY 0 0 0 IVIVINDX 19 18 18 IVIVOFIX 502 137 445 DECPLCUR 3 3 3 DECPLQTY 1 3 1 USAGETYPE 0 0 0 Site Transaction Lot / Site Transaction Serial

SELECT TOP 4 IVDOCNBR, IVDOCTYP, ITEMNMBR, SERLTNUM, SERLTQTY, LNSEQNBR, SLTSQNUM, DATERECD, DTSEQNUM, OVRSERLT FROM TWO.dbo.[IV10002] order by dex_row_id desc

IVDOCNBR AE1177 AE1177 AE1177 AE1177 IVDOCTYP 1 1 1 1 ITEMNMBR 100XLG 100XLG WIRE-SCD-0001 WIRE-SCD-0001 SERLTNUM SERIAL4 SERIAL3 LOT2 LOT1 SERLTQTY 1.00000 1.00000 8.00000 10.00000 LNSEQNBR 3.00000 3.00000 2.00000 2.00000 SLTSQNUM 2 1 2 1 DATERECD 2007-04-12 2007-04-12 2007-04-12 2007-04-12 00:00:00.000 00:00:00.000 00:00:00.000 00:00:00.000 DTSEQNUM 4.00000 3.00000 2.00000 1.00000 OVRSERLT 0 0 0 0

Site Transaction Batch

Select [NUMOFTRX], [BCHTOTAL] From two.dbo.[SY00500] where [BACHNUMB]='Inventory 1'

NUMOFTRX 1 BCHTOTAL 32.00000

Item

Select ITEMNMBR, ATYALLOC, QTYONHND From two.dbo.IV00102 where RCRDTYPE = 1 and ITEMNMBR IN ('128 SDRAM', '100XLG','WIRE-SCD-0001') ORDER BY ITEMNMBR

ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 14.00000 134.00000 91.26 QTYONHND 37.00000 52739.00000 2040.00000

Item Site

Select ITEMNMBR, ATYALLOC, QTYONHND From two.dbo.IV00102 where RCRDTYPE = 2 AND LOCNCODE = 'WAREHOUSE' and ITEMNMBR IN ('128 SDRAM', '100XLG','WIRE-SCD-0001') ORDER BY ITEMNMBR

ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 14.00000 134.00000 91.26 QTYONHND 35.00000 1083.00000 2025.00000

Item Lot SELECT ITEMNMBR, LOTNUMBR, BIN, ATYALLOC, QTYRECVD, QTYSOLD From two.dbo.[IV00300] WHERE LOCNCODE = 'WAREHOUSE'and ITEMNMBR = 'WIRE-SCD-0001' AND LOTNUMBR IN ('LOT1', 'LOT2') AND BIN = 'STORE' ORDER BY LOTNUMBR

ITEMNMBR WIRE-SCD-0001 WIRE-SCD-0001 LOTNUMBR LOT1 LOT2 BIN STORE STORE ATYALLOC 0.0000 8.0000 QTYRECVD 10.0000 10.0000 QTYSOLD 0.0000 0.0000

Item Serial

SELECT ITEMNMBR, SERLNMBR, BIN,SERLNSLD From two.dbo.[IV00200] AS IV00200 WHERE ITEMNMBR = '100XLG' and SERLNMBR IN ('SERIAL1','SERIAL2') ORDER BY SERLNMBR

ITEMNMBR 100XLG 100XLG SERLNMBR SERIAL1 SERIAL2 BIN STORE STORE SERLNSLD 1 1 1. Select Commands, Delete

Site Transaction Batch

Select [NUMOFTRX], [BCHTOTAL] From two.dbo.[SY00500] where [BACHNUMB]='Inventory 1'

NUMOFTRX 1 BCHTOTAL 20.00000

Item

Select ITEMNMBR, ATYALLOC, QTYONHND From two.dbo.IV00102 where RCRDTYPE = 1 and ITEMNMBR IN ('128 SDRAM', '100XLG','WIRE-SCD-0001') ORDER BY ITEMNMBR

ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 10.00000 115.00000 125.00000 QTYONHND 35.00000 52736.00000 2025.00000

Item Site

Select ITEMNMBR, ATYALLOC, QTYONHND From two.dbo.IV00102 where RCRDTYPE = 2 AND LOCNCODE = 'WAREHOUSE' and ITEMNMBR IN ('128 SDRAM', '100XLG','WIRE-SCD-0001') ORDER BY ITEMNMBR

ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 10.00000 115.00000 125.00000 QTYONHND 35.00000 1083.00000 2025.00000

Item Lot

SELECT ITEMNMBR, LOTNUMBR, BIN, ATYALLOC, QTYRECVD, QTYSOLD From two.dbo.[IV00300] WHERE LOCNCODE = 'WAREHOUSE'and ITEMNMBR = 'WIRE-SCD-0001' AND LOTNUMBR IN ('LOT1', 'LOT2') AND BIN = 'STORE' ORDER BY LOTNUMBR

ITEMNMBR WIRE-SCD-0001 WIRE-SCD-0001 LOTNUMBR LOT1 LOT2 BIN STORE STORE ATYALLOC 0.0000 0.0000 QTYRECVD 10.0000 10.0000 QTYSOLD 0.0000 0.0000

Item Serial

SELECT ITEMNMBR, SERLNMBR, BIN,SERLNSLD From two.dbo.[IV00200] AS IV00200 WHERE ITEMNMBR = '100XLG' and SERLNMBR IN ('SERIAL1','SERIAL2') ORDER BY SERLNMBR

ITEMNMBR 100XLG 100XLG SERLNMBR SERIAL1 SERIAL2 BIN STORE STORE SERLNSLD 0 0