@oracle/tax-reporting-framework-cli
Version:
Tax Reporting Framework CLI
64 lines (63 loc) • 1.56 kB
JSON
{
"name": "TAF SUITEQL META",
"id": "TAF_SUITEQL_META",
"type": "TAF",
"reports": [
{
"data": ["transactions"],
"namefunction": "default",
"template": "TAF_TEMPLATE.ftl"
}
],
"setup": {
"precision": 2,
"number": {
"decimal": ".",
"separator": ","
},
"taxcode": {
"decimal": ".",
"parent": "number"
},
"date": "yyyyMMdd"
},
"preferences": {
"defaults": [
{
"parent": "periodfilters",
"fields": [
{
"fieldName": "starttaxyear",
"value": 1
},
{
"fieldName": "reportingfrequency",
"parent": "reports",
"value": "annually",
"displayType": "normal",
"options": [
{
"value": "monthly",
"text": "screen.countrytaxreportpreference.reportingfrequency.monthly.label"
},
{
"value": "quarterly",
"text": "screen.countrytaxreportpreference.reportingfrequency.quarterly.label"
},
{
"value": "annually",
"text": "screen.countrytaxreportpreference.reportingfrequency.annually.label"
}
]
},
{
"fieldName": "usetaxpointdate",
"parent": "reports",
"value": false,
"displayType": "enabled"
}
]
}
]
}
}