2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"name": "TaxSummary",
|
2022-03-23 08:37:00 +00:00
|
|
|
"label": "Tax Summary",
|
2022-03-23 07:31:15 +00:00
|
|
|
"isChild": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "account",
|
|
|
|
"label": "Tax Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
2023-04-12 09:05:38 +00:00
|
|
|
"label": "Tax Rate",
|
2022-03-23 07:31:15 +00:00
|
|
|
"fieldtype": "Float",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "amount",
|
2023-04-12 09:05:38 +00:00
|
|
|
"label": "Tax Amount",
|
2022-03-23 07:31:15 +00:00
|
|
|
"fieldtype": "Currency",
|
|
|
|
"required": true
|
|
|
|
}
|
2023-04-12 09:05:38 +00:00
|
|
|
],
|
|
|
|
"tableFields": ["account", "rate", "amount"]
|
|
|
|
}
|