I am in the process of implementing erpnext.
I try to do buying cycle from material request -> material request(purchase)-> purchase order, and receipt.
The user need to print po with material request and quotation number in the po print out.
Is there any link beetwen them?
I just realize that po print format already have material request field on the item table .
I think it link to the M.R for that particular item.
Is that means that one po can be created for many request?
Many thanks for the replies.
Regards
Yes, You can go to Purchase order --> Create New --> Get items from --> Select all the Material requests for which the the Items have to be fetched in the PO.
Ok thank you.
In that case I just need to collect them all when I print the PO
eg: Material Request: MAT-MR-2019-001, MAT-MR-2019-002 … etc.
What is the event triggered when we do Print for PO?
I think there should be the appropriate place to handle the collecting codes. (?)
Any idea how to best handle this ?
Thanks and regards,
Aditya