-
Notifications
You must be signed in to change notification settings - Fork 134
Stores Stock Transfers
A stock transfer moves items from one store department to another within the same facility. Transfers are tracked as a two-step process: a transfer request/issue from the sending store, and a transfer receipt at the receiving store.
A transfer request is raised by the receiving department to request stock from another store.
Navigation: Stores → Transactions → Transfer Request
Steps:
- Select the requesting (receiving) department.
- Select the source (issuing) store.
- Add items and required quantities.
- Click Save to submit the request.
The issuing store processes the request and dispatches the items.
Navigation: Stores → Transactions → Transfer Issue
Steps:
- Locate the pending transfer request.
- Verify available stock quantities.
- Confirm the issued quantities (may differ from requested if stock is insufficient).
- Click Issue.
Known Issue #6791 — The Transfer Issue view should display item code, requested quantity, issued quantity, and current stock balance from the issuing store (enhancement pending).
The issuing store's stock decreases immediately on issue.
The receiving department confirms receipt of transferred items.
Navigation: Stores → Transactions → Transfer Receive
- Locate the pending transfer issue.
- Verify received quantities.
- Click Receive.
The receiving department's stock increases on confirmation.
Issued but not yet received transfers can be cancelled.
Navigation: Stores → Transactions → Cancel Transfer Issue
Stock is restored to the issuing store upon cancellation.
Navigation: Stores → Reports → Transfer Reports
Available reports include:
- Transfer summary by date
- Transfer detail by item
- Pending transfers (issued but not received)