Browse Source

feat: Payment reconciliation on accounts module workspace (#25925)

* feat: add payment reconciliation to accounting workspace

* fix: update modified and duplicate the link

Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
develop
Devin Slauenwhite 3 years ago
committed by GitHub
parent
commit
072151e16d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      erpnext/accounts/workspace/accounting/accounting.json

20
erpnext/accounts/workspace/accounting/accounting.json

@ -233,6 +233,15 @@
"onboard": 0,
"type": "Link"
},
{
"hidden": 0,
"is_query_report": 0,
"label": "Payment Reconciliation",
"link_to": "Payment Reconciliation",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"dependencies": "Sales Invoice",
"hidden": 0,
@ -340,6 +349,15 @@
"onboard": 0,
"type": "Link"
},
{
"hidden": 0,
"is_query_report": 0,
"label": "Payment Reconciliation",
"link_to": "Payment Reconciliation",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"dependencies": "Purchase Invoice",
"hidden": 0,
@ -1188,7 +1206,7 @@
"type": "Link"
}
],
"modified": "2021-08-05 12:15:52.872470",
"modified": "2021-08-27 12:15:52.872470",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Accounting",

Loading…
Cancel
Save