2022-03-23 13:01:15 +05:30
|
|
|
{
|
|
|
|
"name": "TaxSummary",
|
2022-03-23 14:07:00 +05:30
|
|
|
"label": "Tax Summary",
|
2022-03-23 13:01:15 +05:30
|
|
|
"isChild": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "account",
|
|
|
|
"label": "Tax Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
|
|
|
"label": "Rate",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "amount",
|
|
|
|
"label": "Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "baseAmount",
|
|
|
|
"label": "Amount (Company Currency)",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|