Bank Reconciliation Rule Preview & Filter Preset#366
Conversation
Greptile SummaryThis PR adds two related features to Bank Reconciliation Rules: (1) a "Create Reconciliation Rule" menu item on the Bank Transaction form that pre-populates filters from the transaction's field values, and (2) an inline match-count preview panel and "Open Matches" navigation button on the Bank Reconciliation Rule form backed by a new
Confidence Score: 4/5Safe to merge with the filter-deduplication fix applied; the core matching and stats-count logic is correct, and the only incorrect behaviour is confined to the Open Matches list-navigation button when a rule uses two conditions on the same field. The Open Matches button silently discards any filter row whose fieldname has already appeared, so the resulting list view shows a broader set of transactions than the rule actually matches. All other paths are well-implemented and tested. banking/klarna_kosma_integration/doctype/bank_reconciliation_rule/bank_reconciliation_rule.js — specifically the filters_to_route_options static method Important Files Changed
|
Proposed solution for #359