mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
v6 update
This commit is contained in:
19
resources/scripts/admin/stub/estimate-item.js
Normal file
19
resources/scripts/admin/stub/estimate-item.js
Normal file
@ -0,0 +1,19 @@
|
||||
export default {
|
||||
estimate_id: null,
|
||||
item_id: null,
|
||||
name: '',
|
||||
title: '',
|
||||
description: null,
|
||||
quantity: 1,
|
||||
price: 0,
|
||||
discount_type: 'fixed',
|
||||
discount_val: 0,
|
||||
discount: 0,
|
||||
total: 0,
|
||||
sub_total: 0,
|
||||
totalTax: 0,
|
||||
totalSimpleTax: 0,
|
||||
totalCompoundTax: 0,
|
||||
tax: 0,
|
||||
taxes: [],
|
||||
}
|
||||
Reference in New Issue
Block a user