fix(packed_item): ensure proper names for ref integrity (#37597)
(cherry picked from commit fb0ec74d08)
Co-authored-by: David Arnold <dgx.arnold@gmail.com>
fix: incorrect material request quantity in production plan (#37785)
(cherry picked from commit 25718d9f1b)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: make changes that enable gantt view for job cards (#37661)
* fix: make changes that enable gantt view for job cards
* fix: add fields on listview and remove from json file
* fix: undo modified date
---------
Co-authored-by: Dietmar Fischer <fischer@kk-software.de>
(cherry picked from commit 500435b856)
Co-authored-by: Didiman1998 <118364772+Didiman1998@users.noreply.github.com>
* chore: fixed test cases related to Internal Transfer (#37659)
(cherry picked from commit 72d32a4901)
* chore: fix test cases
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: unsupported operand type(s) for serial and batch bundle in POS Invoice (#37721)
(cherry picked from commit fd78f868e1)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix(defaults): apply discount and provisonal defaults from item group and brand if available (#37466)
(cherry picked from commit 1612d7ba3f)
Co-authored-by: David Arnold <dgx.arnold@gmail.com>
fix: avoid name clash in delivery stop (#37306)
* fix(stock): avoid name clash in delivery stop with Document.lock()
* chore(stock): format delivery stop json according to doctype builder
(cherry picked from commit 681782121c)
Co-authored-by: David Arnold <dgx.arnold@gmail.com>
feat(delivery): link to delivery notes list view from delivery trip
(cherry picked from commit 85488cd0dc)
Co-authored-by: David Arnold <dgx.arnold@gmail.com>
* feat: allow return of components for SCO that don't have SCR created
(cherry picked from commit 8e3b9ec879)
* fix: consider returned qty while calculating unsupplied qty
(cherry picked from commit 3290df5593)
---------
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: fixed test case non_internal_transfer_delivery_note (#37671)
(cherry picked from commit 2bcff4c7f2)
Co-authored-by: rohitwaghchaure <rohitw1991@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: remove from or target warehouse for non internal transfer entries (#37612)
(cherry picked from commit 5136fe196b)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
refactor: use gzip library's compress() and decompress() methods directly (#37611)
The util methods in framework were added for python2.7 compat, so can be removed
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
[skip ci]
(cherry picked from commit 21c3d9c371)
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
fix: incorrect cost center in the purchase invoice (#37591)
(cherry picked from commit 14b009b093)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>