feat: stock reservation for production plan (#47373)

* feat: reservation for production plan

* test: test case for serial/batch

* feat: reserve & un-reserve options in the production plan
This commit is contained in:
rohitwaghchaure
2025-05-12 12:19:23 +05:30
committed by GitHub
parent 2ad16673f0
commit 0bc3cfe29d
19 changed files with 1153 additions and 177 deletions

View File

@@ -109,6 +109,8 @@ def get_stock_balance(
from erpnext.stock.stock_ledger import get_previous_sle
frappe.has_permission("Item", "read")
if posting_date is None:
posting_date = nowdate()
if posting_time is None: