added export document discount
This commit is contained in:
parent
a079dc9157
commit
74346122ea
|
|
@ -40,6 +40,8 @@ class Bills extends Export implements WithColumnFormatting
|
|||
'billed_at',
|
||||
'due_at',
|
||||
'amount',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'currency_code',
|
||||
'currency_rate',
|
||||
'category_name',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@ class RecurringBills extends Export implements WithColumnFormatting, WithParentS
|
|||
'billed_at',
|
||||
'due_at',
|
||||
'amount',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'currency_code',
|
||||
'currency_rate',
|
||||
'category_name',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@ class Invoices extends Export implements WithColumnFormatting
|
|||
'invoiced_at',
|
||||
'due_at',
|
||||
'amount',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'currency_code',
|
||||
'currency_rate',
|
||||
'category_name',
|
||||
|
|
|
|||
|
|
@ -41,6 +41,8 @@ class RecurringInvoices extends Export implements WithColumnFormatting, WithPare
|
|||
'invoiced_at',
|
||||
'due_at',
|
||||
'amount',
|
||||
'discount_type',
|
||||
'discount_rate',
|
||||
'currency_code',
|
||||
'currency_rate',
|
||||
'category_name',
|
||||
|
|
|
|||
Loading…
Reference in New Issue