Warehouse material transfer

Warehouse manager

dear we want something like when we transfer material between warehouses the manager of receiving warehouse should be able to accept the material. That he is has received the material. Any check box or verification.

You can try setting up wokrflow for the material transfer where there can be state Approved by Warehouse manager.

Refer the link to learn more.
https://frappe.github.io/erpnext/user/manual/en/setting-up/workflows

Hope this helps.

Dear,

That looks fine. But how warehouse manager assign. I want to assign manager for each warehouse who can accept approve the stock entry.

It takes a small custom script to do that. You can add a custom field in Warehouse called Warehouse Manager. From there. in the before_submit event of the Stock Entry doc, check to see if the user is the warehouse manager of either the source or target warehouse. If not, validate=false.

From there. in the before_submit event of the Stock Entry doc, check to see if the user is the warehouse manager of either the source or target warehouse. If not, validate=false.

could u explain a bit more about it? As I am not much into programming so if you can teach me more of it.

Here farhanayyaz1 is a tutorial for you to learn

https://frappe.io/docs/user/en/tutorial

dear still stuck

is there any way that the approver should be from receiving warehouse and it should check pos profile for that.

If receiving goods warehouse and user pos profile warehouse is same, user should be able to submit or approve the transfer.