fix: consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item (#38322)
* fix: consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item
* fix: evaluate depends_on for fdata visibility in grid
* fix: evaluate depends_on for fdata visibility in grid
* chore: change after review
* chore: change for review
(cherry picked from commit af80d253db)
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro>
fix: incorrect indicator title for portal sales order (#39247)
(cherry picked from commit 2d2ff7cf52)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
fix: remove bad defaults (#38986)
Child tables can't have a default.
(cherry picked from commit b71b0d5997)
Co-authored-by: Ankush Menat <ankush@frappe.io>
* feat: provision to update items in Stock Reservation dialog
(cherry picked from commit 9471d8fff9)
* fix(ux): show row index and field label while selecting the Sales Order Item
(cherry picked from commit 00261094c8)
* feat: provision to add items in Stock Reservation dialog
(cherry picked from commit 8d5045ef4c)
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
fix: Negative Qty and Rates in SO/PO (#38252)
* fix: Don't allow negative qty in SO/PO
* fix: Type casting for safe comparisons
* fix: Grammar in error message
* fix: Negative rates should be allowed via Update Items in SO/PO
* fix: Use `non_negative` property in docfield & emove code validation
(cherry picked from commit b9f5a1c85d)
Co-authored-by: Marica <maricadsouza221197@gmail.com>
* fix(ux): no need to select rows to reserve the stock
(cherry picked from commit 9c889b37fb)
* fix: use field `sales_order_item` instead `name`
(cherry picked from commit 73586fd9b2)
* fix(ux): no need to select rows to unreserve the stock
(cherry picked from commit 2a41da94d4)
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
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: sales order not assigned to territory orders (#37905)
filtered sales order are not assigned to 'territory_orders' which results in 0 order amount and 0 billing amount in the output
(cherry picked from commit 45b4bfc947)
Co-authored-by: jabir-elat <44110258+jabir-elat@users.noreply.github.com>
fix(packed_item): ensure proper names for ref integrity (#37597)
(cherry picked from commit fb0ec74d08)
Co-authored-by: David Arnold <dgx.arnold@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>