芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/resources/scripts/admin/stub/invoice-item.js
export default { 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: [], }