macro logic, need to clean a bit
This commit is contained in:
parent
75fe0e510a
commit
93c2de6f03
4 changed files with 26 additions and 56 deletions
8
models/reporting/xero/xero__verification_fees_net.sql
Normal file
8
models/reporting/xero/xero__verification_fees_net.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- depends_on: {{ ref('xero__invoice_line_items') }}
|
||||
-- depends_on: {{ ref('xero__invoices') }}
|
||||
-- depends_on: {{ ref('xero__credit_note_line_items') }}
|
||||
-- depends_on: {{ ref('xero__credit_notes') }}
|
||||
{% set relevant_item_codes = "('Verification Fee')" %}
|
||||
|
||||
|
||||
{{ generate_xero_net_fees_model(relevant_item_codes) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue