-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
As user I should be able to record resource stock transfer from one warehouse to another to keep of stock movement between having and not having warehouses.
References
Screenshots
Tasks
API:
- Refactor and review stock adjustment api endpoint emis-resource#23
- Should generate export url
- Make transfer a two step action (from - deduction, to - addition)
- Maintain reference between two store to track adjustments initiated as transfer between two store
Web UI:
- I should be able to view list of transfers emis-web#79
- I should be able to create transfer emis-web#80
- I should be able to paginating list of transfers emis-web#81
- I should be able to filter transfers emis-web#82
- I should be able to search for transfers emis-web#83
- I should be able to edit transfer emis-web#84
- I should be able to refresh list of transfers emis-web#85
- I should be able to archive transfer emis-web#86
- Adjustment list must be non-editable
Documentation
- write user guide