added export document discount

This commit is contained in:
Cihan Şentürk 2024-12-31 20:12:54 +03:00
parent a079dc9157
commit 74346122ea
4 changed files with 8 additions and 0 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',