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

19 lines
293 B
JavaScript

export default {
recurring_invoice_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: [],
}