Hi All,
I am creating an New App Called “GatePass”
Added New Field “item From PO” and link with Purchase Order. Now i want to fetch only item name and Qty from Selected Purchase Order.? How to fetch item name and Qty from Selected Purchase Order.
Hi All,
I am creating an New App Called “GatePass”
Added New Field “item From PO” and link with Purchase Order. Now i want to fetch only item name and Qty from Selected Purchase Order.? How to fetch item name and Qty from Selected Purchase Order.
You need to write frappe.call on the trigger of PO, and call the py method to get the po items and append on the current form. For reference see below files