Files
crater/resources/assets/js/stub/estimate.js
Mohit Panjwani bdf2ba51d6 init crater
2019-11-11 12:16:00 +05:30

19 lines
283 B
JavaScript

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,
totalTax: 0,
totalSimpleTax: 0,
totalCompoundTax: 0,
tax: 0,
taxes: []
}