Addressed comments

This commit is contained in:
Joaquin 2025-04-16 16:18:14 +02:00
parent 2c7e396c2c
commit e8cab61787
11 changed files with 42 additions and 52 deletions

View file

@ -49,8 +49,8 @@
xero_check_in_hero_api_net_fees_in_gbp
) as xero_check_in_hero_api_net_fees_in_gbp,
sum(
xero_screen_and_protect_api_net_fees_in_gbp
) as xero_screen_and_protect_api_net_fees_in_gbp,
xero_screen_and_protect_net_fees_in_gbp
) as xero_screen_and_protect_net_fees_in_gbp,
sum(xero_guesty_net_fees_in_gbp) as xero_guesty_net_fees_in_gbp,
sum(xero_apis_net_fees_in_gbp) as xero_apis_net_fees_in_gbp,
sum(

View file

@ -49,8 +49,8 @@
xero_check_in_hero_api_net_fees_in_gbp
) as xero_check_in_hero_api_net_fees_in_gbp,
sum(
xero_screen_and_protect_api_net_fees_in_gbp
) as xero_screen_and_protect_api_net_fees_in_gbp,
xero_screen_and_protect_net_fees_in_gbp
) as xero_screen_and_protect_net_fees_in_gbp,
sum(xero_guesty_net_fees_in_gbp) as xero_guesty_net_fees_in_gbp,
sum(xero_apis_net_fees_in_gbp) as xero_apis_net_fees_in_gbp,
sum(

View file

@ -187,7 +187,7 @@ select
then ixsdm.line_amount_wo_taxes_in_gbp
else 0
end
) as xero_screen_and_protect_api_net_fees_in_gbp,
) as xero_screen_and_protect_net_fees_in_gbp,
sum(
case
when ixsdm.accounting_root_aggregation = 'Guesty Resolutions'

View file

@ -54,8 +54,8 @@ select
ir.xero_check_in_hero_api_net_fees_in_gbp
) as xero_check_in_hero_api_net_fees_in_gbp,
sum(
ir.xero_screen_and_protect_api_net_fees_in_gbp
) as xero_screen_and_protect_api_net_fees_in_gbp,
ir.xero_screen_and_protect_net_fees_in_gbp
) as xero_screen_and_protect_net_fees_in_gbp,
sum(ir.xero_guesty_net_fees_in_gbp) as xero_guesty_net_fees_in_gbp,
sum(ir.xero_apis_net_fees_in_gbp) as xero_apis_net_fees_in_gbp,
sum(

View file

@ -54,8 +54,8 @@ select
ir.xero_check_in_hero_api_net_fees_in_gbp
) as xero_check_in_hero_api_net_fees_in_gbp,
sum(
ir.xero_screen_and_protect_api_net_fees_in_gbp
) as xero_screen_and_protect_api_net_fees_in_gbp,
ir.xero_screen_and_protect_net_fees_in_gbp
) as xero_screen_and_protect_net_fees_in_gbp,
sum(ir.xero_guesty_net_fees_in_gbp) as xero_guesty_net_fees_in_gbp,
sum(ir.xero_apis_net_fees_in_gbp) as xero_apis_net_fees_in_gbp,
sum(

View file

@ -4449,7 +4449,7 @@ models:
in a given date and per specified dimension. This is an
API service.
- name: xero_screen_and_protect_api_net_fees_in_gbp
- name: xero_screen_and_protect_net_fees_in_gbp
data_type: decimal
description: |
Sum of daily Screen & Protect API Net Fees, in GBP, without taxes
@ -4669,14 +4669,14 @@ models:
data_type: decimal
description: |
Sum of accummulated Check-In Hero API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
in a given month and per specified dimension. This is an
API service.
- name: xero_screen_and_protect_api_net_fees_in_gbp
- name: xero_screen_and_protect_net_fees_in_gbp
data_type: decimal
description: |
Sum of accummulated Screen & Protect API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
in a given month and per specified dimension. This is an
API service.
- name: xero_athena_net_fees_in_gbp
@ -4886,15 +4886,15 @@ models:
data_type: decimal
description: |
Sum of accummulated Check-In Hero API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
API service.
in a given month up to the given date and per specified dimension.
This is an API service.
- name: xero_screen_and_protect_api_net_fees_in_gbp
- name: xero_screen_and_protect_net_fees_in_gbp
data_type: decimal
description: |
Sum of accummulated Screen & Protect API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
API service.
in a given month up to the given date and per specified dimension.
This is an API service.
- name: xero_athena_net_fees_in_gbp
data_type: decimal
@ -4974,7 +4974,7 @@ models:
- xero_operator_net_fees_in_gbp
- xero_e_deposit_net_fees_in_gbp
- xero_check_in_hero_api_net_fees_in_gbp
- xero_screen_and_protect_api_net_fees_in_gbp
- xero_screen_and_protect_net_fees_in_gbp
- xero_athena_net_fees_in_gbp
- xero_guesty_resolutions_net_fees_in_gbp
- xero_guesty_net_fees_in_gbp
@ -5089,15 +5089,15 @@ models:
data_type: decimal
description: |
The monthly Check-In Hero API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
API service.
for a given date, dimension and value.
This is an API service.
- name: xero_screen_and_protect_api_net_fees_in_gbp
- name: xero_screen_and_protect_net_fees_in_gbp
data_type: decimal
description: |
The monthly Screen & Protect API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
API service.
for a given date, dimension and value.
This is an API service.
- name: xero_athena_net_fees_in_gbp
data_type: decimal
@ -5175,7 +5175,7 @@ models:
- xero_operator_net_fees_in_gbp
- xero_e_deposit_net_fees_in_gbp
- xero_check_in_hero_api_net_fees_in_gbp
- xero_screen_and_protect_api_net_fees_in_gbp
- xero_screen_and_protect_net_fees_in_gbp
- xero_athena_net_fees_in_gbp
- xero_guesty_resolutions_net_fees_in_gbp
- xero_guesty_net_fees_in_gbp
@ -5291,15 +5291,15 @@ models:
data_type: decimal
description: |
The month-to-date Check-In Hero API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
API service.
for a given date, dimension and value.
This is an API service.
- name: xero_screen_and_protect_api_net_fees_in_gbp
- name: xero_screen_and_protect_net_fees_in_gbp
data_type: decimal
description: |
The month-to-date Screen & Protect API Net Fees, in GBP, without taxes
in a given date and per specified dimension. This is an
API service.
for a given date, dimension and value.
This is an API service.
- name: xero_athena_net_fees_in_gbp
data_type: decimal