mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
* Update bank_reconciliation_tool.py Applying date filter on transactions and all the bank entries and also gives the filter the bank entries as per reference date. Sorted all transactions and entries as per date in ascending order. Also added posting date columns in all bank entries and default checkbox tick of journal entry, hide the sales invoice and purchase invoice checkbox. (cherry picked from commite5a1189bec) * Filters on Bank Reconciliation Applying date filter on transactions and all the bank entries and also gives the filter the bank entries as per reference date. Sorted all transactions and entries as per date in ascending order. Also added posting date columns in all bank entries and default checkbox tick of journal entry, hide the sales invoice and purchase invoice checkbox. (cherry picked from commit447272aa4d) * Update bank_reconciliation_tool.json Adding fields in bank reconciliation tool (cherry picked from commit8e7c8a6482) * Feat:Filter on Payment Entries and Journal Entries Applying filters on Payement entries and Journal Entries as per reference date and posting date (cherry picked from commit408c89df03) * feat:filters on bank reconciliation Added date filters on bank transactions, payment entries and journal entries and sorted list as per date in ascending order. (cherry picked from commit05b6fce03d) * feat: added arguments of posting date and reference date (cherry picked from commit645869e6ff) * fix: linters (cherry picked from commit6b5276398e) * fix: json issue (cherry picked from commit81e5f71172) * fix: filtered as per reference date On bank reconciliation, transactions will be filtered as per date selected in 'from_date' and 'to_date' fields , In dialog, all the bank entries will be fetched as per the posting date selected and if filtered by reference date checkbox is tick then then there will be two fields 'from_reference_date' and 'to_reference_date' then all bank entries in dialog box came as per reference date, selected. And by default journal entry checkbox is tick. Also sorted the bank transactions and bank entries as per ascending order date wise. (cherry picked from commit3aaa2f5326) * fix: pre-commit (cherry picked from commite2614b8a21) * fix: passing from_date and to_date filters in test cases passing from_date and to_date filters in test_linked_payments and test_debit_credit_output for unit testing (cherry picked from commitf1810803e1) * fix: pre-commit (cherry picked from commit35c29e0226) * fix: pre-commit (cherry picked from commitc764f14f53) * feat: consolidated auto bank reconciliation Added a button of Auto Reconcile, to reconcile the bank entries as per the matching reference number with the bank transaction and count of transactions reconciled message will be pop up on clicking the auto reconcile button. (cherry picked from commitd65243eb65) * fix: data format (cherry picked from commit12822f7c36) * fix: remove comments (cherry picked from commit917b2190aa) * chore: fix fieldnames and order (cherry picked from commit232726288a) Co-authored-by: sonali <sonali@8848digital.com> Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>