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 --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue