added export document item discount fields
This commit is contained in:
parent
49937eb721
commit
3a3f3ce86f
|
|
@ -37,6 +37,8 @@ class BillItems extends Export implements WithParentSheet
|
|||
'item_description',
|
||||
'item_type',
|
||||
'quantity',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'price',
|
||||
'total',
|
||||
'tax',
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ class RecurringBillItems extends Export implements WithParentSheet
|
|||
'item_description',
|
||||
'item_type',
|
||||
'quantity',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'price',
|
||||
'total',
|
||||
'tax',
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ class InvoiceItems extends Export implements WithParentSheet
|
|||
'item_description',
|
||||
'item_type',
|
||||
'quantity',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'price',
|
||||
'total',
|
||||
'tax',
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ class RecurringInvoiceItems extends Export implements WithParentSheet
|
|||
'item_description',
|
||||
'item_type',
|
||||
'quantity',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'price',
|
||||
'total',
|
||||
'tax',
|
||||
|
|
|
|||
Loading…
Reference in New Issue