chore: refetch item images on transaction save (#38095)
chore: re fetch item images on transaction save
(cherry picked from commit e93a19ffb5)
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
fix: make `Material Request Item` required if `Material Request` is set in PO
(cherry picked from commit a9d91189b0)
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
* refactor: rename field `Over Order Allowance` to `Blanket Order Allowance`
(cherry picked from commit 8ffa2bfe25)
* chore: patch to rename field `over_order_allowance`
(cherry picked from commit fcfcf6957e)
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
* chore: make `Reserve Stock` checkbox visible in SO
(cherry picked from commit 36a996d704)
* refactor: rename field `Auto Reserve Stock for Sales Order`
(cherry picked from commit 2b4fa98941)
* feat: add fields to hold SO and SO Item ref in PR Item
(cherry picked from commit 188175be84)
* feat: reserve stock for SO on PR submission
(cherry picked from commit 64497c9228)
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
* feat: add field `From Voucher Type` in SRE
(cherry picked from commit 5ae9c2f62b)
* refactor: rename field `against_pick_list_item`
(cherry picked from commit 78fe567419)
* refactor: rename field `against_pick_list`
(cherry picked from commit 961d2d9926)
* fix: incorrect serial and batch get reserved
(cherry picked from commit 45395027d3)
* fix: partial reservation against SBB
(cherry picked from commit 4f363f5bf3)
* fix: ignore qty msg if From Voucher is set
(cherry picked from commit a432290a82)
* test: add test case for auto-reservation from PR
(cherry picked from commit adf313a6d3)
* chore: add SRE link in PR Connections
(cherry picked from commit 24788ddcc0)
* chore: patch to update `From Voucher` details
(cherry picked from commit 6942ab1012)
* chore: `conflicts`
* fix(patch): `update_sre_from_voucher_details`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
* fix: customer group and territory not mandatory
* fix: supplier group not required
* test: added test case for customer and supplier without group
* test: Customer without customer group and territory
* chore: remove unwanted changes
* test: Supplier without supplier group
* test: code cleanup
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
fix: currency symbol in the Supplier Quotation Comparison report (#37337)
fix: currency in the Supplier Quotation Comparison report
(cherry picked from commit 82e8606b3c)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
* feat: new DocType `Service Item and Finished Good Map`
* fix(ux): filters for Service Item and Finished Good
* fix: validations for Service Item and Finished Good
* feat: set FG Item on Service Item selection in PO
* refactor: one-to-many mapping between service item and finished goods
* feat: auto set Service Item for finished good in PO created from PP
* feat: auto set Service Item on Finished Good selection in PO
* test: add test case for service item and finished goods map
* feat: `BOM` field in `Finished Good Detail`
* feat: new DocType `Subcontracting BOM`
* fix: filters and validations for Subcontracting BOM
* feat: auto select Service Item in PO created from PP
* test: add test case for PO service item auto pick
* feat: pick BOM from Subcontracting BOM in SCO
* feat: auto pick `Service Item` on FG select
* refactor: remove DocType `Service Item and Finished Goods Map` and `Finished Good Detail`
* feat: fetch FG for Service Item
* chore: `linter`
* refactor: update `Auto Name` expression for Subcontracting BOM