refactor: checkbox in purchase invoice
This commit is contained in:
parent
04902e1b60
commit
b44331c981
@ -89,6 +89,7 @@
|
|||||||
"column_break8",
|
"column_break8",
|
||||||
"grand_total",
|
"grand_total",
|
||||||
"rounding_adjustment",
|
"rounding_adjustment",
|
||||||
|
"use_company_roundoff_cost_center",
|
||||||
"rounded_total",
|
"rounded_total",
|
||||||
"in_words",
|
"in_words",
|
||||||
"total_advance",
|
"total_advance",
|
||||||
@ -1559,13 +1560,19 @@
|
|||||||
"fieldname": "only_include_allocated_payments",
|
"fieldname": "only_include_allocated_payments",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Only Include Allocated Payments"
|
"label": "Only Include Allocated Payments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "use_company_roundoff_cost_center",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Use Company Default Round Off Cost Center"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
"idx": 204,
|
"idx": 204,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-04-03 22:57:14.074982",
|
"modified": "2023-04-28 12:57:50.832598",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Purchase Invoice",
|
"name": "Purchase Invoice",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user