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>
This commit is contained in:
parent
7433757489
commit
072151e16d
@ -233,6 +233,15 @@
|
|||||||
"onboard": 0,
|
"onboard": 0,
|
||||||
"type": "Link"
|
"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",
|
"dependencies": "Sales Invoice",
|
||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
@ -340,6 +349,15 @@
|
|||||||
"onboard": 0,
|
"onboard": 0,
|
||||||
"type": "Link"
|
"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",
|
"dependencies": "Purchase Invoice",
|
||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
@ -1188,7 +1206,7 @@
|
|||||||
"type": "Link"
|
"type": "Link"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2021-08-05 12:15:52.872470",
|
"modified": "2021-08-27 12:15:52.872470",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Accounting",
|
"name": "Accounting",
|
||||||
@ -1249,4 +1267,4 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Accounting"
|
"title": "Accounting"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user