reporting schema

This commit is contained in:
Pablo Martin 2024-09-12 15:39:49 +02:00
parent 05d5cc6d10
commit df16cdb00c
4 changed files with 109 additions and 144 deletions

View file

@ -798,7 +798,7 @@ models:
tests:
- not_null
- unique
- name: id_prepayment
data_type: character varying
description: |
@ -1072,7 +1072,7 @@ models:
- name: line_amount_wo_taxes_in_gbp
data_type: numeric
description: |
description: |
The total value transferred in this line, minus taxes, presented in
GBP.
@ -1083,12 +1083,12 @@ models:
- name: tax_amount_local_curr
data_type: numeric
description: |
description: |
The total value of taxes for this line, in the transaction currency.
- name: tax_amount_in_gbp
data_type: numeric
description: |
description: |
The total value of taxes for this line, presented in GBP.
- name: tax_type
@ -1151,7 +1151,7 @@ models:
Most fields are not documented here: you can find more details in upstream
models.
columns:
- name: id_line_item
data_type: text
@ -1172,8 +1172,8 @@ models:
- not_null
- accepted_values:
values:
- 'invoice'
- 'credit note'
- "invoice"
- "credit note"
- name: item_code
data_type: text