Hi to all,
When i create a new purchase receipt I’d like to import items from a purchase order.
My problem is that in the purchase order I have 100-200 while I receive 2/3 products for each receipt.
I want to fullfill the order without importing 100-200 rows and then cancel them manually, Is there the possibility to import for example only the raws for a certain item code?
I try filtering in the popup for the item code, but it import all the purchase order that cointain the item instead of only the raw with that the item code.
@alaurucci Please Write custom code for this logic and create custom code for this functionality this type of functionality is not provide from frappe so build your custom logic
SO from heere, catch the filter on the item code and the order number selected when i click on get Items.
So can you suggest me what is the file that manage this request and how I can catch the filter value?
@alaurucci your requirements are not achievable from any code u can create one custom report and then write your custom logic to create the purchase receipt from that report using rq job function with your specific requirements
This is ok, but can you give me some information, where I can copy the generation of this pop up, that then I will customize, in order to reuse for my specific case?