diff --git a/fusion_claims/__manifest__.py b/fusion_claims/__manifest__.py index 009e8362..7ba95fc8 100644 --- a/fusion_claims/__manifest__.py +++ b/fusion_claims/__manifest__.py @@ -99,6 +99,7 @@ 'data/ir_actions_server_data.xml', 'data/product_labor_data.xml', 'data/service_rate_products.xml', + 'data/service_rate_data.xml', 'wizard/status_change_reason_wizard_views.xml', 'views/res_company_views.xml', 'views/res_config_settings_views.xml', diff --git a/fusion_claims/data/service_rate_data.xml b/fusion_claims/data/service_rate_data.xml new file mode 100644 index 00000000..a380169b --- /dev/null +++ b/fusion_claims/data/service_rate_data.xml @@ -0,0 +1,108 @@ + + + + + + Standard Service Call + callout_standard_normal + calloutstandard + normalfixed + 3095.0 + + 10 + + + Rush Service Call (Standard) + callout_standard_rush + calloutstandard + rushfixed + 120.0 + + 11 + + + After-Hours Service Call (Standard) + callout_standard_afterhours + calloutstandard + afterhoursfixed + 140.0 + + 12 + + + Lift & Elevating Service Call + callout_lift_normal + calloutlift + normalfixed + 30160.0 + + 20 + + + Lift & Elevating Rush Call + callout_lift_rush + calloutlift + rushfixed + 185.0 + + 21 + + + Lift & Elevating After-Hours Call + callout_lift_afterhours + calloutlift + afterhoursfixed + 205.0 + + 22 + + + + + Labour — On-Sitelabour_onsite + labourstandard + naper_hour85.0 + 30 + + + Labour — Lift & Elevatinglabour_lift + labourlift + naper_hour110.0 + 31 + + + Labour — In-Shoplabour_inshop + labourna + naper_hour75.0 + 32 + + + + + Travel — per km (2-way)per_km + travelna + naper_km0.70 + 40 + + + + + Delivery / Pickup — Localdelivery_local + deliverynana + fixed35.0 + 50 + + + Delivery / Pickup — Outside Local Areadelivery_outside + deliverynana + fixed60.0 + 51 + + + Stairlift — Delivery & Set-upsetup_stairlift + deliveryliftna + fixed300.0 + 52 + + +