Files
crater/resources/scripts/admin/stub/recurring-invoice-item.js
Mohit Panjwani bdea879273 v6 update
2022-01-10 16:06:17 +05:30

21 lines
349 B
JavaScript

export default {
recurring_invoice_id: null,
item_id: null,
name: '',
title: '',
sales_tax_type: null,
sales_tax_address_type: null,
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: [],
}