Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.1.0 Release Testing • Stock Movement Workflows: Inventory Adjustments / Item Ledger #4279

Closed
72 tasks done
Tracked by #4097
marthakeezy opened this issue Jun 25, 2024 · 1 comment
Closed
72 tasks done
Tracked by #4097
Assignees
Labels
Build Tested: Passed Issue has been build tested with all tests passed. Release Testing For Release Testing issues, created for testing suites Tester: Maria

Comments

@marthakeezy
Copy link

marthakeezy commented Jun 25, 2024

Inventory Adjustments / Item ledger

Change via stocktake

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Do a stocktake and increase the number of units of this specific item.
  • Finalise this stocktake.
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The increase via stocktake should have created a new ledger line

Change via positive inventory adjustment of an existing stock line

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Do an inventory adjustment and increase the number of units of this specific item.
  • 'increase/decrease' drop down should work, you can type the number of packs and adjust the reason, if any are enabled.
  • Finalise by clicking on the button 'save'.
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The increase via stocktake should have created a new ledger line

Change via positive inventory adjustment on a new stock line

  • Go to stock and click on the button on the top right 'New stock'
  • Choose an item from the catalogue and add details like batch, number of units and expiry date.
  • If 'Reason' is configured, choose an option form the drop down list
  • Finalise by clicking on the button 'save'.
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The increase via stocktake should have created a new ledger line

Change via negative inventory adjustment

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Do an inventory adjustment and decrease the number of units of this specific item.
  • 'increase/decrease' drop down should work, you can type the number of packs and adjust the reason, if any are enabled.
  • Finalise by clicking on the button 'save'.
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The decrease via stocktake should have created a new ledger line

Change via Outbound Shipment

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to 'Outbound shipments' and create a new shipment.
  • Add 2 units of the item you chose to be tested
  • Confirm the shipment as 'Shipped'
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The increase via stocktake should have created a new ledger line

Change via Inbound Shipment

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to 'Inbound shipments' and create a new shipment.
  • Add 2 units of the item you chose to be tested
  • Confirm the shipment as 'delivered'
  • Confirm the shipment as 'verified'
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The increase via stocktake should have created a new ledger line

Change via Dispensing

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to 'prescriptions' and create a new prescription
  • Add 2 units of the item you chose to be tested
  • after adding units and confirming, the status changes from 'new' to 'picked'
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The decrease via dispensing should have created a new ledger line
  • Go to the prescription module, select the 'picked' prescription and delete it by clicking on 'actions
    Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. Because the prescription was deleted, the ledger line is erased.
  • After deleting the 'picked' prescription, the quantity goes back to the initial point.

Change via Inbound Return

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to Outbound shipments and create a new inbound return
  • Add 2 units of the item you chose to be tested
  • Confirm the status as 'verified'
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The decrease via Inbound Return should have created a new ledger line

Change via Outbound Return

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to Inbound shipments and create a new outbound return
  • Add 2 units of the item you chose to be tested
  • Confirm the status as 'verified'
  • Go back to 'stock' and click on the stock line selected to be tested
  • Check the ledger tab. The increase via Outbound Return should have created a new ledger line

Change via Repack all packs from 1 specific item line

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to 'repack' and double the package size. If pack size =1, make it 2, and so on.
  • Confirm the repack
  • Automatically the ledger tab will have the total quantity repacked with a negative sign. If repacked 80 packs, it will show -80
  • Go back to items view. New item lines with correct pack size will be created.
  • You should not be able to see any lines containing the old pack size.
  • Check the ledger tab. The changes via repacks should have created a new ledger line

Change via Repack only a few packs from 1 specific item line

  • Go to stock and choose a stock line to be tested. Take notes of the batch.
  • Go to 'repack' and double the package size. If pack size =1, make it 2, and so on.
  • Confirm the repack
  • Automatically the ledger tab will have the total quantity repacked with a negative sign. If repacked 80 packs, it will show -80
  • Go back to items view. New item lines with correct pack size will be created.
  • Check the ledger tab. The changes via repacks should have created a new ledger line
  • Go back to items view. The old pack size is still there, with the remaining packs.
  • Check the ledger tab. The changes via repacks should have created a new ledger line
@marthakeezy marthakeezy changed the title Inventory Adjustments / Item Ledger V2.1.0 Release Testing • Stock Movement Workflows: Inventory Adjustments / Item Ledger Jun 25, 2024
@marthakeezy marthakeezy self-assigned this Jun 25, 2024
@marthakeezy marthakeezy added Release Testing For Release Testing issues, created for testing suites Tester: Maria Release and removed Release labels Jun 25, 2024
@marthakeezy
Copy link
Author

Build test passed! :) ✅

@marthakeezy marthakeezy added the Build Tested: Passed Issue has been build tested with all tests passed. label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Tested: Passed Issue has been build tested with all tests passed. Release Testing For Release Testing issues, created for testing suites Tester: Maria
Projects
None yet
Development

No branches or pull requests

1 participant