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
50b6f50b88
test: assert root rollup and no item leak in Purchase Analytics
2026-07-02 17:16:20 +05:30
Nabin Hait
0888405640
test: reuse shared distribution helper and assert a single territory row
2026-07-02 17:15:05 +05:30
Nabin Hait
087fb29d51
test: narrow Territory-wise Sales docstring to covered stages
2026-07-02 17:13:42 +05:30
Nabin Hait
2bab709ac4
test: scope date range, reload invoice, strengthen total-row check
2026-07-02 17:12:58 +05:30
Nabin Hait
5298438905
test: also assert Jun amount bucket in Quotation Trends monthly test
2026-07-02 17:11:37 +05:30
Nabin Hait
e0b0926dff
fix: only resolve items when item_group/brand filter is set
2026-07-02 17:10:19 +05:30
Nabin Hait
a3d22f4a51
chore: re-trigger CI (unrelated flaky shard)
2026-07-02 17:03:54 +05:30
Nabin Hait
3f9b8fe37e
test: reconcile negative-stock warehouses in reset_item_valuation_rate
2026-07-02 17:03:32 +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
f9ac05f4a1
test: Timesheet Billing Summary report coverage
2026-07-02 15:54:55 +05:30
Nabin Hait
c7fed29569
test: Project Summary report coverage
2026-07-02 15:53:19 +05:30
Nabin Hait
5514c64b7c
test: Lead Owner Efficiency report coverage
2026-07-02 15:51:22 +05:30
Nabin Hait
2a8d26c0a7
test: Supplier Quotation Comparison report coverage
2026-07-02 15:49:52 +05:30
Nabin Hait
56e7690e64
test: Subcontract Order Summary report coverage
2026-07-02 15:47:57 +05:30
Nabin Hait
6e57bd325f
test: Purchase Analytics report coverage
2026-07-02 15:45:50 +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
f95baa54de
test: Territory-wise Sales report coverage
2026-07-02 15:42:07 +05:30
Nabin Hait
3092c920ff
fix: pass only valid document filters in Sales Person-wise Transaction Summary
2026-07-02 15:40:32 +05:30
Nabin Hait
55646667be
test: Sales Person Commission Summary report coverage
2026-07-02 15:36:47 +05:30
Nabin Hait
9865f63613
test: Customer-wise Item Price report coverage
2026-07-02 15:33:53 +05:30
Nabin Hait
08876ae07a
test: Quotation Trends report coverage
2026-07-02 15:32:13 +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
7d8d1eaec7
test: submit overpaid payment for GL coverage and sync received_amount
2026-07-02 14:15:38 +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