Merge pull request #3272 from CihanSenturk/add-export-document-item-discount
Added export document item discount fields
This commit is contained in:
commit
5d1ab331d4
|
|
@ -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