@oracle/tax-reporting-framework-cli
Version:
Tax Reporting Framework CLI
89 lines (88 loc) • 2.62 kB
JSON
{
"name": "VAT COUNTRY Summary",
"id": "VAT_COUNTRY_SUMMARY",
"type": "Summary",
"context": {
"report": {
"postingperiod": "reportparam.postingperiod",
"subsidiary": "reportparam.subsidiary",
"nexus": "reportparam.nexus"
}
},
"source": [
{
"id": "subsidiary",
"type": "record",
"recordtype": "subsidiary",
"recordid": "context.report.subsidiary",
"features": ["SUBSIDIARIES"],
"fields": ["legalname", "name", "federalidnumber", "currency"]
},
{
"id": "company",
"type": "config",
"recordtype": "companyinformation",
"fields": ["legalname", "employerid", "companyname", "basecurrency"]
},
{
"id": "vat_salessummary",
"type": "savedsearch",
"internalid": "customsearch_str_salesbytaxcode_sum_COUNTRYLOWERCASE",
"filters": "LEGACY_VAT_TRANSACTION_FILTERS",
"processor": {
"type": "scheduled",
"script": "SuiteApps/com.netsuite.PROJECT/src/processors/pre/VATSearchProcessor",
"limits": {
"searchresult": 100000,
"period": "monthly"
}
}
},
{
"id": "vat_purchasesummary",
"type": "savedsearch",
"internalid": "customsearch_str_purcbytaxcode_sum_COUNTRYLOWERCASE",
"filters": "LEGACY_VAT_TRANSACTION_FILTERS",
"processor": {
"type": "scheduled",
"script": "SuiteApps/com.netsuite.PROJECT/src/processors/pre/VATSearchProcessor",
"limits": {
"searchresult": 100000,
"period": "monthly"
}
}
},
{
"id": "vat_nondeductiblesummary",
"type": "savedsearch",
"internalid": "customsearch_str_nd_stc_sum_COUNTRYLOWERCASE",
"filters": "LEGACY_VAT_TRANSACTION_FILTERS",
"processor": {
"type": "scheduled",
"script": "SuiteApps/com.netsuite.PROJECT/src/processors/pre/VATSearchNonDeductibleProcessor",
"limits": {
"searchresult": 100000,
"period": "monthly"
}
}
},
{
"id": "taxcode_mapping",
"type": "savedsearch",
"internalid": "customsearch_trf_taxcode_mapping_COUNTRYLOWERCASE",
"filters": [
{
"name": "country",
"operator": "is",
"values": "COUNTRY",
"useRawValues": true
}
],
"processor": {
"type": "scheduled",
"script": "SuiteApps/com.netsuite.PROJECT/src/processors/pre/COUNTRYTaxCodeMapper"
}
}
],
DATA
}