lots of currency stuff
This commit is contained in:
parent
908ec75d17
commit
bc4ca1cbc3
5 changed files with 139 additions and 8 deletions
|
|
@ -10,8 +10,10 @@ select
|
|||
item_code as item_code,
|
||||
quantity as quantity,
|
||||
unit_amount as unit_amount,
|
||||
line_amount as line_amount,
|
||||
tax_amount as tax_amount,
|
||||
line_amount_local_curr as line_amount_local_curr,
|
||||
line_amount_in_gbp as line_amount_in_gbp,
|
||||
tax_amount_local_curr as tax_amount_local_curr,
|
||||
tax_amount_in_gbp as tax_amount_in_gbp,
|
||||
tax_type as tax_type,
|
||||
invoice_currency_iso_4217 as invoice_currency_iso_4217,
|
||||
line_description as line_description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue