Bank reconciliation wip

This commit is contained in:
Charles-Henri Decultot
2018-11-27 16:07:13 +00:00
parent 09cad814cd
commit 6025e498f2
38 changed files with 817 additions and 1983 deletions

View File

@@ -76,6 +76,14 @@ def get_data():
{
"type": "doctype",
"name": "Item",
},
{
"type": "doctype",
"name": "Bank",
},
{
"type": "doctype",
"name": "Bank Account",
}
]
},
@@ -135,6 +143,12 @@ def get_data():
"name": "Bank Reconciliation",
"description": _("Update bank payment dates with journals.")
},
{
"type": "page",
"label": _("Reconcile payments and bank transactions"),
"name": "bank-reconciliation",
"description": _("Link bank transactions with payments.")
},
{
"type": "doctype",
"label": _("Match Payments with Invoices"),