Need help - stock entry

Hi guys ,

Could anyone just help me out with this ?

This is what I was exactly looking for ,
https://discuss.frappe.io/t/custom-script-not-working-manuf-module/15317/19

How to remove these validations ? I am not able to transfer materials referring to a particular production order .

Thanks

Did you try http://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-scripts/custom-script-examples/

Post if you need help

1 Like

Thanks for the help @rmehta . I will try and update if I encounter a problem .

Thanks

Dear @rmehta , thanks a lot for the help , I was able to find a workaround , I created a custom field and pulled the values in the child table fields manually from my custom script , but however the data in my custom field disappears if I save the document . Any help ? Please

Thanks

@rmehta . Any help ? Thanks

@Ninja

Please read Forum rules [read before posting]

Points 10 and 13

Sorry for that , I am new to the forum .

Please could anyone guide me ?

With the help of the below script I am able to auto populate the item_code field in the stock entry module ,
cur_frm.add_fetch('prod_order','production_item','item_code');

prod_order is my custom field , my problem is the data entered in this field disappears while saving the document .

Thanks

Facing the same issue . Any help guys ?

Thanks

Hi Team ,

Any help ? I am not able to fix this . Please help

Thanks