When Submitting a Work Order how to prevent ERPNext from generating Job Card(s) automatically?

When we submit a Work Order we observed that ERPNext is auto generating Job Card(s) based on number of operation that needs to be performed in the Work Order.

How to prevent ERPNext from auto generating Job Card(s)?

Regards,

1 Like

edit code file work_order.py #self.create_job_card()

Hello @yogeshvachhani
If you take time to fill operations in the BOM, why don’t you want to follow the time spent by Employee on Workstation associated with these operations during production process ?
Just a gentle wonder, because with my experience, if users take time to describe complete operations in the BOM, the purpose it to track it, to get the real production cost in stock entry. Even if the UI input process can be time consuming and need extra workload.
The other option is to not input operations in BOM and just set FG Cost in the BOM.