Fortitech Test Plan

Fortitech Test Plan

<p>WAREHOUSE MANAGER TEST PLAN</p><p>Move Out without GP Bins</p><p>User ID 1 Password Password Account PALHEALTH</p><p>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</p><p>3. Select a Batch from the List 4. Press enter to move to the Total Items field.</p><p>5. The Site Trx Item subform will appear. From the Item # field, select Commands, Lookup 6. Select a Standard Item</p><p>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</p><p>10. Select a Lotted Item 11. Press Enter to move to the Lot Qty field</p><p>12. The Site Transaction Lot subform will appear 13. Enter a Lot # and Quantity and press Enter</p><p>14. The Lot # and Qty fields will clear 15. Enter another Lot # and Quantity and press Enter</p><p>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.</p><p>20. The Item # and Lot Qty will clear 21. In the Item # field, select Commands, Lookup 22. Select a Serialized Item</p><p>23. Press enter to move to the Serial Qty field. 24. The Site Transaction Serial subform will appear. </p><p>25. Enter a Serial # and press Enter 26. The Serial # will clear</p><p>27. Enter a Serial # and press Enter 28. The Serial # will clear 29. Close the subform using the Esc or OK key</p><p>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.</p><p>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</p><p>35. The BatchID and Total Items will clear. 36. Press ESC to close the form.</p><p>Site Transaction select TOP 1 BACHNUMB, BCHSOURC, IVDOCNBR, RCDOCNUM, IVDOCTYP, DOCDATE, GLPOSTDT, TRXQTYTL from two.dbo.iv10000 order by dex_row_id desc</p><p>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</p><p>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</p><p>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</p><p>SELECT TOP 4 IVDOCNBR, IVDOCTYP, ITEMNMBR, SERLTNUM, SERLTQTY, LNSEQNBR, SLTSQNUM, DATERECD, DTSEQNUM, OVRSERLT FROM TWO.dbo.[IV10002] order by dex_row_id desc</p><p>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</p><p>Site Transaction Batch</p><p>Select [NUMOFTRX], [BCHTOTAL] From two.dbo.[SY00500] where [BACHNUMB]='Inventory 1'</p><p>NUMOFTRX 1 BCHTOTAL 32.00000</p><p>Item</p><p>Select ITEMNMBR, ATYALLOC, QTYONHND From two.dbo.IV00102 where RCRDTYPE = 1 and ITEMNMBR IN ('128 SDRAM', '100XLG','WIRE-SCD-0001') ORDER BY ITEMNMBR</p><p>ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 14.00000 134.00000 91.26 QTYONHND 37.00000 52739.00000 2040.00000</p><p>Item Site</p><p>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</p><p>ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 14.00000 134.00000 91.26 QTYONHND 35.00000 1083.00000 2025.00000</p><p>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</p><p>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</p><p>Item Serial</p><p>SELECT ITEMNMBR, SERLNMBR, BIN,SERLNSLD From two.dbo.[IV00200] AS IV00200 WHERE ITEMNMBR = '100XLG' and SERLNMBR IN ('SERIAL1','SERIAL2') ORDER BY SERLNMBR</p><p>ITEMNMBR 100XLG 100XLG SERLNMBR SERIAL1 SERIAL2 BIN STORE STORE SERLNSLD 1 1 1. Select Commands, Delete</p><p>Site Transaction Batch</p><p>Select [NUMOFTRX], [BCHTOTAL] From two.dbo.[SY00500] where [BACHNUMB]='Inventory 1'</p><p>NUMOFTRX 1 BCHTOTAL 20.00000</p><p>Item</p><p>Select ITEMNMBR, ATYALLOC, QTYONHND From two.dbo.IV00102 where RCRDTYPE = 1 and ITEMNMBR IN ('128 SDRAM', '100XLG','WIRE-SCD-0001') ORDER BY ITEMNMBR</p><p>ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 10.00000 115.00000 125.00000 QTYONHND 35.00000 52736.00000 2025.00000</p><p>Item Site</p><p>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</p><p>ITEMNMBR 100XLG 128 SDRAM WIRE-SCD-0001 ATYALLOC 10.00000 115.00000 125.00000 QTYONHND 35.00000 1083.00000 2025.00000</p><p>Item Lot</p><p>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</p><p>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</p><p>Item Serial</p><p>SELECT ITEMNMBR, SERLNMBR, BIN,SERLNSLD From two.dbo.[IV00200] AS IV00200 WHERE ITEMNMBR = '100XLG' and SERLNMBR IN ('SERIAL1','SERIAL2') ORDER BY SERLNMBR</p><p>ITEMNMBR 100XLG 100XLG SERLNMBR SERIAL1 SERIAL2 BIN STORE STORE SERLNSLD 0 0</p>

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    20 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us