mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat(nestjs): migrate to NestJS
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export const TaxRatesSampleData = [
|
||||
{
|
||||
'Tax Name': 'Value Added Tax',
|
||||
Code: 'VAT-STD',
|
||||
Rate: '20',
|
||||
Description: 'Standard VAT rate applied to most goods and services.',
|
||||
'Is Non Recoverable': 'F',
|
||||
Active: 'T',
|
||||
},
|
||||
{
|
||||
'Tax Name': 'Luxury Goods Tax',
|
||||
Code: 'TAX-LUXURY',
|
||||
Rate: '25',
|
||||
Description: 'Tax imposed on the sale of luxury items.',
|
||||
'Is Non Recoverable': 'T',
|
||||
Active: 'T',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user