Files
crater/resources/scripts/admin/stub/tax.js
Mohit Panjwani bdea879273 v6 update
2022-01-10 16:06:17 +05:30

9 lines
124 B
JavaScript

export default {
name: '',
tax_type_id: 0,
type: 'GENERAL',
amount: null,
percent: null,
compound_tax: false,
}