add documentation placeholder
This commit is contained in:
parent
71278abbb9
commit
5fbf5a76fd
1 changed files with 114 additions and 0 deletions
|
|
@ -785,3 +785,117 @@ models:
|
|||
fees. It might be the case that net fees are negative in some month,
|
||||
if it happens to be that we have given back to customers more than we
|
||||
have invoiced them.
|
||||
- name: xero__bank_transactions
|
||||
description: ""
|
||||
columns:
|
||||
- name: id_bank_transaction
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: id_prepayment
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: id_overpayment
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: id_contact
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: id_bank_account
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: reference
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: transaction_type
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: transaction_status
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: transaction_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: ""
|
||||
|
||||
- name: transaction_date_utc
|
||||
data_type: date
|
||||
description: ""
|
||||
|
||||
- name: date_string
|
||||
data_type: timestamp with time zone
|
||||
description: ""
|
||||
|
||||
- name: total_amount_local_curr
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: total_amount_in_gbp
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: total_amount_wo_tax_local_curr
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: total_amount_wo_tax_in_gbp
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: total_tax_local_curr
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: total_tax_in_gbp
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: transaction_currency_iso_4217
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: exchange_rate_to_gbp
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: line_amount_tax_inclusiveness
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: line_items
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
|
||||
- name: is_reconciled
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: has_attachments
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: url
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: external_link_provider_name
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: updated_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: ""
|
||||
|
||||
- name: updated_date_utc
|
||||
data_type: date
|
||||
description: ""
|
||||
|
||||
- name: dwh_extracted_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue