Removed changes
This commit is contained in:
parent
55699a1647
commit
3e3b7f049e
8 changed files with 0 additions and 61 deletions
|
|
@ -692,17 +692,6 @@
|
|||
"display_exclusion": "INVOICING",
|
||||
"include_in_account_reporting": false,
|
||||
},
|
||||
{
|
||||
"order_by": 249,
|
||||
"metric": "Invoiced Flex API Revenue",
|
||||
"value": "xero_flex_api_net_fees_in_gbp",
|
||||
"previous_year_value": "previous_year_xero_flex_api_net_fees_in_gbp",
|
||||
"relative_increment": "relative_increment_xero_flex_api_net_fees_in_gbp",
|
||||
"number_format": "currency_gbp",
|
||||
"increment_sign_format": "positive",
|
||||
"display_exclusion": "INVOICING",
|
||||
"include_in_account_reporting": false,
|
||||
},
|
||||
{
|
||||
"order_by": 250,
|
||||
"metric": "Guest Revenue",
|
||||
|
|
|
|||
|
|
@ -233,7 +233,6 @@ with
|
|||
invoiced_revenue.xero_e_deposit_net_fees_in_gbp,
|
||||
invoiced_revenue.xero_check_in_hero_api_net_fees_in_gbp,
|
||||
invoiced_revenue.xero_screen_and_protect_net_fees_in_gbp,
|
||||
invoiced_revenue.xero_flex_api_net_fees_in_gbp,
|
||||
invoiced_revenue.xero_guesty_net_fees_in_gbp,
|
||||
|
||||
-- HOST RESOLUTIONS --
|
||||
|
|
@ -489,7 +488,6 @@ select
|
|||
{{ calculate_safe_relative_increment("xero_e_deposit_net_fees_in_gbp") }},
|
||||
{{ calculate_safe_relative_increment("xero_check_in_hero_api_net_fees_in_gbp") }},
|
||||
{{ calculate_safe_relative_increment("xero_screen_and_protect_net_fees_in_gbp") }},
|
||||
{{ calculate_safe_relative_increment("xero_flex_api_net_fees_in_gbp") }},
|
||||
{{ calculate_safe_relative_increment("xero_guesty_net_fees_in_gbp") }},
|
||||
|
||||
-- HOST RESOLUTIONS --
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@
|
|||
sum(
|
||||
xero_screen_and_protect_net_fees_in_gbp
|
||||
) as xero_screen_and_protect_net_fees_in_gbp,
|
||||
sum(xero_flex_api_net_fees_in_gbp) as xero_flex_api_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(
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@
|
|||
sum(
|
||||
xero_screen_and_protect_net_fees_in_gbp
|
||||
) as xero_screen_and_protect_net_fees_in_gbp,
|
||||
sum(xero_flex_api_net_fees_in_gbp) as xero_flex_api_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(
|
||||
|
|
|
|||
|
|
@ -188,13 +188,6 @@ select
|
|||
else 0
|
||||
end
|
||||
) as xero_screen_and_protect_net_fees_in_gbp,
|
||||
sum(
|
||||
case
|
||||
when ixsdm.accounting_root_aggregation = 'Flex API'
|
||||
then ixsdm.line_amount_wo_taxes_in_gbp
|
||||
else 0
|
||||
end
|
||||
) as xero_flex_api_net_fees_in_gbp,
|
||||
sum(
|
||||
case
|
||||
when ixsdm.accounting_root_aggregation = 'Guesty Resolutions'
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ select
|
|||
sum(
|
||||
ir.xero_screen_and_protect_net_fees_in_gbp
|
||||
) as xero_screen_and_protect_net_fees_in_gbp,
|
||||
sum(ir.xero_flex_api_net_fees_in_gbp) as xero_flex_api_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(
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ select
|
|||
sum(
|
||||
ir.xero_screen_and_protect_net_fees_in_gbp
|
||||
) as xero_screen_and_protect_net_fees_in_gbp,
|
||||
sum(ir.xero_flex_api_net_fees_in_gbp) as xero_flex_api_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(
|
||||
|
|
|
|||
|
|
@ -4471,13 +4471,6 @@ models:
|
|||
in a given date and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_flex_api_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
Sum of daily Flex API Net Fees, in GBP, without taxes
|
||||
in a given date and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_athena_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
|
|
@ -4701,13 +4694,6 @@ models:
|
|||
in a given month and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_flex_api_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
Sum of daily Flex API Net Fees, in GBP, without taxes
|
||||
in a given date and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_athena_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
|
|
@ -4925,13 +4911,6 @@ models:
|
|||
in a given month up to the given date and per specified dimension.
|
||||
This is an API service.
|
||||
|
||||
- name: xero_flex_api_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
Sum of daily Flex API Net Fees, in GBP, without taxes
|
||||
in a given date and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_athena_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
|
|
@ -5011,7 +4990,6 @@ models:
|
|||
- xero_e_deposit_net_fees_in_gbp
|
||||
- xero_check_in_hero_api_net_fees_in_gbp
|
||||
- xero_screen_and_protect_net_fees_in_gbp
|
||||
- xero_flex_api_net_fees_in_gbp
|
||||
- xero_athena_net_fees_in_gbp
|
||||
- xero_guesty_resolutions_net_fees_in_gbp
|
||||
- xero_guesty_net_fees_in_gbp
|
||||
|
|
@ -5136,13 +5114,6 @@ models:
|
|||
for a given date, dimension and value.
|
||||
This is an API service.
|
||||
|
||||
- name: xero_flex_api_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
Sum of daily Flex API Net Fees, in GBP, without taxes
|
||||
in a given date and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_athena_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
|
|
@ -5220,7 +5191,6 @@ models:
|
|||
- xero_e_deposit_net_fees_in_gbp
|
||||
- xero_check_in_hero_api_net_fees_in_gbp
|
||||
- xero_screen_and_protect_net_fees_in_gbp
|
||||
- xero_flex_api_net_fees_in_gbp
|
||||
- xero_athena_net_fees_in_gbp
|
||||
- xero_guesty_resolutions_net_fees_in_gbp
|
||||
- xero_guesty_net_fees_in_gbp
|
||||
|
|
@ -5346,13 +5316,6 @@ models:
|
|||
for a given date, dimension and value.
|
||||
This is an API service.
|
||||
|
||||
- name: xero_flex_api_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
Sum of daily Flex API Net Fees, in GBP, without taxes
|
||||
in a given date and per specified dimension. This is an
|
||||
API service.
|
||||
|
||||
- name: xero_athena_net_fees_in_gbp
|
||||
data_type: decimal
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue