refactor: convert payment reconciliation tool to virtual doctype

(cherry picked from commit 3a51a3f37e)

# Conflicts:
#	erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
This commit is contained in:
ruthra kumar
2023-11-17 17:34:21 +05:30
committed by Mergify
parent 5a8bf7bf7d
commit 36dc7bd55e
4 changed files with 13 additions and 4 deletions

View File

@@ -203,9 +203,10 @@
], ],
"hide_toolbar": 1, "hide_toolbar": 1,
"icon": "icon-resize-horizontal", "icon": "icon-resize-horizontal",
"is_virtual": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2023-08-15 05:35:50.109290", "modified": "2023-11-17 17:33:55.701726",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Reconciliation", "name": "Payment Reconciliation",
@@ -230,6 +231,11 @@
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
<<<<<<< HEAD
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }
=======
"states": []
}
>>>>>>> 3a51a3f37e (refactor: convert payment reconciliation tool to virtual doctype)

View File

@@ -159,9 +159,10 @@
"label": "Difference Posting Date" "label": "Difference Posting Date"
} }
], ],
"is_virtual": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-10-23 10:44:56.066303", "modified": "2023-11-17 17:33:38.612615",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Reconciliation Allocation", "name": "Payment Reconciliation Allocation",

View File

@@ -71,9 +71,10 @@
"label": "Exchange Rate" "label": "Exchange Rate"
} }
], ],
"is_virtual": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-11-08 18:18:02.502149", "modified": "2023-11-17 17:33:45.455166",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Reconciliation Invoice", "name": "Payment Reconciliation Invoice",

View File

@@ -107,9 +107,10 @@
"options": "Cost Center" "options": "Cost Center"
} }
], ],
"is_virtual": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-09-03 07:43:29.965353", "modified": "2023-11-17 17:33:34.818530",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Reconciliation Payment", "name": "Payment Reconciliation Payment",