mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
v6 update
This commit is contained in:
20
resources/scripts/admin/stub/recurring-invoice-item.js
Normal file
20
resources/scripts/admin/stub/recurring-invoice-item.js
Normal file
@ -0,0 +1,20 @@
|
||||
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: [],
|
||||
}
|
||||
Reference in New Issue
Block a user