feat: Bank Reconciliation Tool refactor

- UI: Two pane view, action tabs
- One step invoice reconciliation
- Improved APIs with more optional filters and more data from Bank Transactions
This commit is contained in:
marination
2023-08-24 20:18:44 +05:30
parent ab6e600b9e
commit 64b2d2ba52
13 changed files with 2749 additions and 20 deletions

View File

@@ -16,23 +16,23 @@ repos:
- id: check-merge-conflict
- id: check-ast
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.44.0
hooks:
- id: eslint
types_or: [javascript]
args: ['--quiet']
# Ignore any files that might contain jinja / bundles
exclude: |
(?x)^(
erpnext/public/dist/.*|
cypress/.*|
.*node_modules.*|
.*boilerplate.*|
erpnext/public/js/controllers/.*|
erpnext/templates/pages/order.js|
erpnext/templates/includes/.*
)$
# - repo: https://github.com/pre-commit/mirrors-eslint
# rev: v8.44.0
# hooks:
# - id: eslint
# types_or: [javascript]
# args: ['--quiet']
# # Ignore any files that might contain jinja / bundles
# exclude: |
# (?x)^(
# erpnext/public/dist/.*|
# cypress/.*|
# .*node_modules.*|
# .*boilerplate.*|
# erpnext/public/js/controllers/.*|
# erpnext/templates/pages/order.js|
# erpnext/templates/includes/.*
# )$
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0