refactor: dimensions filter section in payment reconciliation
This commit is contained in:
parent
cfb3d87267
commit
20e0acc20a
@ -25,6 +25,7 @@
|
|||||||
"invoice_limit",
|
"invoice_limit",
|
||||||
"payment_limit",
|
"payment_limit",
|
||||||
"bank_cash_account",
|
"bank_cash_account",
|
||||||
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"sec_break1",
|
"sec_break1",
|
||||||
"invoice_name",
|
"invoice_name",
|
||||||
@ -208,6 +209,14 @@
|
|||||||
"fieldname": "payment_name",
|
"fieldname": "payment_name",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Filter on Payment"
|
"label": "Filter on Payment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collapsible": 1,
|
||||||
|
"collapsible_depends_on": "eval: doc.invoices.length == 0",
|
||||||
|
"depends_on": "eval:doc.receivable_payable_account",
|
||||||
|
"fieldname": "accounting_dimensions_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Accounting Dimensions Filter"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"hide_toolbar": 1,
|
"hide_toolbar": 1,
|
||||||
@ -215,7 +224,7 @@
|
|||||||
"is_virtual": 1,
|
"is_virtual": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-11-17 17:33:55.701726",
|
"modified": "2023-12-14 12:38:44.910625",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Payment Reconciliation",
|
"name": "Payment Reconciliation",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user