Files
docker_dev/crater/resources/scripts/admin/stub/estimate-item.js
2025-09-20 16:11:47 +02:00

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