Files
crater/resources/scripts/stub/estimate-item.js
Mohit Panjwani 082d5cacf2 v5.0.0 update
2021-11-30 18:58:19 +05:30

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