mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 09:24:45 +00:00
* fix(banking): include paid purchase invoices in reports and bank clearance
* fix: condition for amounts not reflected in system
* fix: set Sales Invoice to be the payment document in bank rec
* fix: add additional filter for `is_paid`
* fix: added is_paid
* fix: added invoice number in bank clearance tool
* chore: make requested changes
* fix: exclude opening JEs
* fix: bring back banking icon in desktop
(cherry picked from commit ef32622166)
# Conflicts:
# erpnext/accounts/doctype/bank_clearance/bank_clearance.py
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"app": "erpnext",
|
|
"creation": "2025-11-12 14:51:14.307331",
|
|
"docstatus": 0,
|
|
"doctype": "Desktop Icon",
|
|
"hidden": 0,
|
|
"icon": "dollar-sign",
|
|
"icon_type": "Link",
|
|
"idx": 5,
|
|
"label": "Banking",
|
|
"link_to": "Banking",
|
|
"link_type": "Workspace Sidebar",
|
|
"modified": "2026-02-12 12:29:48.687545",
|
|
"modified_by": "Administrator",
|
|
"name": "Banking",
|
|
"owner": "Administrator",
|
|
"parent_icon": "Accounting",
|
|
"restrict_removal": 0,
|
|
"roles": [],
|
|
"standard": 1
|
|
}
|