Files
crater/resources/assets/js/stub/estimate.js
Mohit Panjwani 89ee58590c build version 400
2020-12-02 17:54:08 +05:30

19 lines
284 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: [],
}