commit | 05b6fce03d58d75df557f5dc5285da30b8baab38 | [log] [tgz] |
---|---|---|
author | sonali <sonali@8848digital.com> | Sat Dec 17 17:15:28 2022 +0530 |
committer | sonali <sonali@8848digital.com> | Sat Dec 17 17:15:28 2022 +0530 |
tree | 1a06efeb37e44e2e953e383be4f667abab856570 | |
parent | 408c89df030998fe36df135570c9edd90a522996 [diff] [blame] |
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.
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 1efc82e..92601b3 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -469,8 +469,8 @@ bank_reconciliation_doctypes = [ "Payment Entry", "Journal Entry", - # "Purchase Invoice", - # "Sales Invoice", + "Purchase Invoice", + "Sales Invoice", "Loan Repayment", "Loan Disbursement", ]