add documentation placeholder

This commit is contained in:
Pablo Martin 2024-06-25 16:16:28 +02:00
parent 71278abbb9
commit 5fbf5a76fd

View file

@ -785,3 +785,117 @@ models:
fees. It might be the case that net fees are negative in some month, 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 if it happens to be that we have given back to customers more than we
have invoiced them. 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: ""