I have a main warehouse and a store warehouse. How can I manage the transferring items?
The store warehouse will present sellable inventory.
I move items from the main warehouse to the store warehouse when needed.
It can take a few days to transfer the items.
If I create the stock entry with “Material Transfer”, the qty will add to store warehouse immediately. But the store warehouse has not received the items at the time, so the items should be counted as sellable.
Create stock entry: main: -50, store: +50 (but the store has not been received the 50 times)
Does it make sense to change warehouse structure to:
warehouses
|- main warehouse
|- store warehouse
|- in-trans warehouse
|- sellable warehouse
Create stock entry: main: -50, in-trans: +50 (when send from main warehouse)
Create stock entry: in-trans: -50, sellable: +50 (when store warehouse received the items)
I use the version:
ERPNext: v14.0.0
Frappe Framework: v14.0.2