Mihir Kandoi
c9d712fa49
Merge pull request #56800 from aerele/fix/wo-status-partial-pick
...
fix(manufacturing): update work order status on partial pick-list transfer
2026-07-02 21:44:46 +05:30
Mihir Kandoi
3345336a5c
Merge pull request #56798 from aerele/fix/sre-auto-reserve
...
fix: skip stock reservation for opted-out production plans
2026-07-02 21:42:54 +05:30
MochaMind
ceadc4f269
fix: sync translations from crowdin ( #56673 )
2026-07-02 17:08:31 +02:00
Shllokkk
caa4358057
fix: guard against missing DocType in onboarding steps patch ( #56804 )
2026-07-02 19:33:16 +05:30
Nabin Hait
36f56fa1c3
Merge pull request #56786 from frappe/chore/test-territory-target-variance
...
test: Territory Target Variance based on Item Group report coverage
2026-07-02 18:09:21 +05:30
Raffael Meyer
5b738b7b0d
fix: don't attempt to create SABB for non-serialized / non-batch items ( #56627 )
...
* fix: don't attempt to create SABB for non-serialized / non-batch items
* fix(stock): skip serial batch lookup for rows without item code
2026-07-02 12:33:26 +00:00
Sudharsanan11
f85f6be3cf
test(manufacturing): add test to validate the work order status on partial pick-list transfer
...
Cover the pick-list flow where a stock entry moves only one of the work
order's required items: material_transferred_for_manufacturing stays 0 (min
fraction) while the status must move to "in process".
2026-07-02 17:39:33 +05:30
Sudharsanan11
6591ae195d
fix(manufacturing): update work order status on partial pick-list transfer
...
A stock entry created from a pick list has fg_completed_qty=0, so
material_transferred_for_manufacturing is derived from the min-fraction of
item-level transfers. When a pick list moves only some required items, the
un-picked item stays at 0, which zeroes the aggregate and leaves the work
order status at "not started" even though material is already in wip.
Promote the status to "in process" when any raw material has been transferred
via a pick list. material_transferred_for_manufacturing stays min-fraction
based (0 correctly means no full finished good can be started yet).
2026-07-02 17:38:14 +05:30
Shllokkk
7229957107
Merge pull request #56747 from Shllokkk/create-payment-entries-from-payable-report
...
fix: surface create payment entries as primary action on row selection
2026-07-02 17:33:56 +05:30
Nabin Hait
0888405640
test: reuse shared distribution helper and assert a single territory row
2026-07-02 17:15:05 +05:30
pandiyan
820f5498e7
test: cover reserve stock gating on purchase receipt submit
2026-07-02 16:56:44 +05:30
pandiyan
71f02d412a
fix: skip stock reservation for opted-out production plans
2026-07-02 16:56:34 +05:30
Nabin Hait
8d70385019
test: Territory Target Variance based on Item Group report coverage
2026-07-02 15:43:59 +05:30
Nabin Hait
489a799bc4
Merge pull request #56729 from frappe/chore/test-production-analytics
...
test: Production Analytics report coverage
2026-07-02 15:23:44 +05:30
Nabin Hait
0790d2e6df
fix(manufacturing): include last-day records in Production Analytics
...
`get_work_orders` bounded a BETWEEN on the datetime columns `creation`
and `actual_end_date` with a bare date `to_date`, which MariaDB coerces
to midnight. Work orders created after 00:00:00 on the period's last day
were therefore dropped from the report (and made the new coverage test
fail on month-end CI runs). Extend `to_date` to end of day.
2026-07-02 15:09:00 +05:30
Nabin Hait
04b94ed61f
Merge pull request #56766 from frappe/chore/budget-variance-zero-actuals-guard
...
test: zero pre-committed actuals in Budget Variance report tests
2026-07-02 15:06:48 +05:30
Nabin Hait
334b8ab09a
Merge pull request #56733 from frappe/chore/test-work-order-consumed-materials
...
test: Work Order Consumed Materials report coverage
2026-07-02 15:06:10 +05:30
Nabin Hait
7592f568ae
Merge pull request #56731 from frappe/chore/test-quality-inspection-summary
...
test: Quality Inspection Summary report coverage
2026-07-02 15:06:00 +05:30
Nabin Hait
bd21f506a1
Merge pull request #56730 from frappe/chore/test-bom-explorer
...
test: BOM Explorer report coverage
2026-07-02 15:05:33 +05:30
Nabin Hait
2eec826219
Merge pull request #56728 from frappe/chore/test-job-card-summary
...
test: Job Card Summary report coverage
2026-07-02 15:01:50 +05:30
Nabin Hait
4716084a41
Merge pull request #56725 from frappe/chore/test-consolidated-financial-statement
...
fix: Consolidated Financial Statement total double-count + test coverage
2026-07-02 15:01:28 +05:30
Nabin Hait
81e838c4f8
Merge pull request #56724 from frappe/chore/test-share-ledger
...
test: Share Ledger report coverage
2026-07-02 15:00:36 +05:30
Nabin Hait
c8eebd3a96
Merge pull request #56722 from frappe/chore/test-bank-clearance-summary
...
test: Bank Clearance Summary report coverage
2026-07-02 14:59:39 +05:30
Nabin Hait
b6bdf81ce8
Merge pull request #56738 from frappe/chore/test-production-plan-summary
...
test: Production Plan Summary report coverage
2026-07-02 14:58:07 +05:30
Nabin Hait
64db8072d8
Merge pull request #56739 from frappe/chore/test-exponential-smoothing-forecasting
...
test: Exponential Smoothing Forecasting report coverage
2026-07-02 14:57:56 +05:30
Nabin Hait
cabdb7417d
Merge pull request #56767 from frappe/chore/incorrect-balance-qty-negative-case
...
test: cover inconsistent balance detection in Incorrect Balance Qty report
2026-07-02 14:57:08 +05:30
Nabin Hait
b4d3a879d2
Merge pull request #56759 from frappe/chore/fix-payment-period-range-buckets
...
fix: bucket late payments into 90 Above in Payment Period report
2026-07-02 14:56:36 +05:30
Nabin Hait
040b33070b
Merge pull request #56765 from frappe/chore/profitability-analysis-unique-cost-centers
...
test: isolate Profitability Analysis tests from shared cost centers
2026-07-02 14:56:26 +05:30
Nabin Hait
dae3a21b61
Merge pull request #56762 from frappe/chore/cogs-by-item-group-scoping
...
test: isolate COGS By Item Group test with a dedicated item group
2026-07-02 14:55:54 +05:30
Nabin Hait
0769484fd6
Merge pull request #56761 from frappe/chore/item-wise-consumption-total-amount
...
test: isolate Item-wise Consumption test with a unique item
2026-07-02 14:53:47 +05:30
Nabin Hait
683ef19b8a
Merge pull request #56760 from frappe/chore/fix-share-balance-company-filter
...
fix: scope Share Balance report to the selected company
2026-07-02 14:53:35 +05:30
rohitwaghchaure
0e8ae7548d
fix: block serialized to non-serialized item change when SABB exists ( #56773 )
2026-07-02 08:55:49 +00:00
Nabin Hait
7f05b8ce58
Merge pull request #56734 from frappe/chore/test-bom-variance-report
...
test: BOM Variance Report report coverage
2026-07-02 14:25:37 +05:30
Nabin Hait
e92a9c706b
Merge pull request #56736 from frappe/chore/test-cost-of-poor-quality-report
...
test: Cost of Poor Quality Report report coverage
2026-07-02 14:25:09 +05:30
Nabin Hait
18d1947154
test: assert to_date upper bound and use assertIsNone in Bank Clearance Summary
2026-07-02 14:13:29 +05:30
Nabin Hait
a69590b609
test: named column indices and Transfer-label coverage in Share Ledger
2026-07-02 14:12:24 +05:30
Nabin Hait
5adbc7baba
test: target leaf accounts and robust amount assertions in Consolidated Financial Statement
2026-07-02 14:10:24 +05:30
Nabin Hait
7e7fd610cb
test: guard job card list and derive status filter from stored status
2026-07-02 14:08:19 +05:30
Nabin Hait
ece8c9538d
test: locale-safe status match and stable period window in Production Analytics
2026-07-02 14:06:37 +05:30
Nabin Hait
b77f6168d9
test: load BOM fixtures and scope to top-level rows in BOM Explorer test
2026-07-02 14:05:15 +05:30
Nabin Hait
14f862f80c
test: add positive item_code filter case in Quality Inspection Summary
2026-07-02 14:03:45 +05:30
Nabin Hait
f1e91b6be6
test: add positive anchor and robust row pairing in Work Order Consumed Materials
2026-07-02 14:02:45 +05:30
Nabin Hait
835a050cfb
test: cover produced-on-plan exclusion in BOM Variance report
2026-07-02 14:01:22 +05:30
Nabin Hait
2d3a1f5fab
fix: expose hour rate column in Cost of Poor Quality report + robust float assert
2026-07-02 14:00:02 +05:30
Nabin Hait
14091a8996
fix: report full planned qty as pending when a plan has no work order
2026-07-02 13:58:31 +05:30
Nabin Hait
cc9d94efe8
test: use unique item and assert exact forecast in Exponential Smoothing test
2026-07-02 13:57:07 +05:30
Nabin Hait
c17517d22a
test: use a unique item group per run in COGS test
2026-07-02 13:55:16 +05:30
Nabin Hait
4c9520bb1f
Merge pull request #56769 from frappe/chore/negative-batch-report-negative-case
...
test: cover negative-batch detection in Negative Batch Report
2026-07-02 13:42:27 +05:30
Kavin
7248053c6a
feat(stock): add configurable Stock Delivered But Not Billed (SDBNB) support ( #56070 )
...
* feat: add company setting to enable Stock Delivered But Not Billed accounting
* test: add tests for Stock Delivered But Not Billed account config
* fix(company): skip outstanding SDBNB validation when no previous config exists
* test: add dedicated company fixture for SDBNB tests
* test: use SDBNB company for Sales Invoice SDBNB test
---------
Co-authored-by: Pugazhendhi Velu <pugazhendhi720@gmail.com >
Co-authored-by: Pugazhendhi Velu <126157273+PugazhendhiVelu@users.noreply.github.com >
2026-07-02 13:34:25 +05:30
Mihir Kandoi
c98ca6d2cc
Merge pull request #56771 from mihir-kandoi/pg/advisory-lock-postgres-only
...
fix: restrict repost advisory-lock gate to Postgres
2026-07-02 13:27:49 +05:30