* feat(subcontracting): Added provision to create multiple Subcontracting Orders against a single Purchase Order (#44711)
* feat(subcontracting): Added provision to create multiple Subcontracting Orders from a single Subcontracted Purchase Order
* refactor(new_sc_flow_2): Fixed error thrown by semgrep
(cherry picked from commit 3eba6bf3dd)
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
# erpnext/buying/doctype/purchase_order/test_purchase_order.py
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
# erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
# erpnext/subcontracting/doctype/subcontracting_order_service_item/subcontracting_order_service_item.json
* feat(subcontracting): Added provision to create multiple Subcontracting Orders against a single Purchase Order (#44711)
* feat(subcontracting): Added provision to create multiple Subcontracting Orders from a single Subcontracted Purchase Order
* refactor(new_sc_flow_2): Fixed error thrown by semgrep
* fix: Resolved errors and removed code from develop branch merged by mistake
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
* fix: rounding issue of required qty in subcontracting order
* fix: uom issue in test case
* fix: test case
* fix: restored report tests for manufacturing
fix: allow to change the batch in the subcontracting receipt (#43584)
(cherry picked from commit fc67867a60)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: incoming rate zero for supplied items in returned SCR (#42314)
(cherry picked from commit 61daa318fe)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: not able to submit subcontracting pr (old flow) (#39622)
(cherry picked from commit 5cf47ae5f9)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: not able to save subcontracting purchase receipt (old flow) (#39590)
(cherry picked from commit 67d828dab3)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: validation error has not throw for the batch (#38494)
* fix: validation error has not throw for the batch
* chore: fix test cases
(cherry picked from commit 5e9016ffab)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: valuation rate for the subcontracting receipt supplied items with Serial and Batch Bundle (#38094)
fix: valuation rate for the subcontracting receipt supplied items with batch
(cherry picked from commit 3e77c0b564)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>