Skip to content

Commit

Permalink
feat: Payment reconciliation on accounts module workspace (#25925)
Browse files Browse the repository at this point in the history
* feat: add payment reconciliation to accounting workspace

* fix: update modified and duplicate the link

Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
  • Loading branch information
dj12djdjs and ankush committed Aug 27, 2021
1 parent 7433757 commit 072151e
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions erpnext/accounts/workspace/accounting/accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1249,4 +1267,4 @@
}
],
"title": "Accounting"
}
}

0 comments on commit 072151e

Please sign in to comment.