mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
v6 update
This commit is contained in:
8
resources/scripts/admin/stub/tax.js
Normal file
8
resources/scripts/admin/stub/tax.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
name: '',
|
||||
tax_type_id: 0,
|
||||
type: 'GENERAL',
|
||||
amount: null,
|
||||
percent: null,
|
||||
compound_tax: false,
|
||||
}
|
||||
Reference in New Issue
Block a user