Host Resolution model for report
This commit is contained in:
parent
ca5be5c3cf
commit
16bf7f1d6c
4 changed files with 191 additions and 8 deletions
|
|
@ -25,6 +25,7 @@ select
|
|||
blt.account_name,
|
||||
blt.line_description,
|
||||
bt.transaction_date_utc,
|
||||
bt.id_contact,
|
||||
xc.id_deal,
|
||||
blt.quantity,
|
||||
blt.unit_amount,
|
||||
|
|
@ -51,6 +52,7 @@ select
|
|||
sdm.account_name,
|
||||
sdm.line_description,
|
||||
sdm.document_issued_date_utc,
|
||||
sdm.id_contact,
|
||||
sdm.id_deal,
|
||||
sdm.quantity,
|
||||
sdm.unit_amount,
|
||||
|
|
|
|||
|
|
@ -510,10 +510,15 @@ models:
|
|||
data_type: date
|
||||
description: "The date of the transaction in UTC."
|
||||
|
||||
- name: id_contact
|
||||
data_type: text
|
||||
description: "Unique identifier of the contact associated with the transaction."
|
||||
|
||||
- name: id_deal
|
||||
data_type: text
|
||||
description: |
|
||||
"Unique identifier of an account associated with the transaction."
|
||||
"Unique identifier of an account associated with the transaction.
|
||||
Can be null."
|
||||
|
||||
- name: quantity
|
||||
data_type: numeric
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue