diff --git a/fusion_claims/__manifest__.py b/fusion_claims/__manifest__.py index 1e1ccb1c..02428851 100644 --- a/fusion_claims/__manifest__.py +++ b/fusion_claims/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Fusion Claims', - 'version': '19.0.8.0.2', + 'version': '19.0.8.0.3', 'category': 'Sales', 'summary': 'Complete ADP Claims Management with Dashboard, Sales Integration, Billing Automation, and Two-Stage Verification.', 'description': """ @@ -122,6 +122,10 @@ 'wizard/mod_awaiting_funding_wizard_views.xml', 'wizard/mod_funding_approved_wizard_views.xml', 'wizard/mod_pca_received_wizard_views.xml', + 'wizard/mod_submission_path_wizard_views.xml', + 'wizard/mod_funding_denied_wizard_views.xml', + 'wizard/mod_resubmit_wizard_views.xml', + 'wizard/mod_submission_confirmed_wizard_views.xml', 'wizard/odsp_sa_mobility_wizard_views.xml', 'wizard/odsp_discretionary_wizard_views.xml', 'wizard/odsp_submit_to_odsp_wizard_views.xml', diff --git a/fusion_claims/data/ir_cron_data.xml b/fusion_claims/data/ir_cron_data.xml index cb5c8580..9d32d66e 100644 --- a/fusion_claims/data/ir_cron_data.xml +++ b/fusion_claims/data/ir_cron_data.xml @@ -136,6 +136,22 @@ + + + Fusion Claims: MOD Handoff Follow-up + + code + model._cron_mod_handoff_followup() + 1 + days + True + + + + + +

March of Dimes — Blank Forms & Handoff Follow-Up

+

+ Upload the latest revision of the MOD-issued blank forms here. + They are auto-attached to outgoing emails so every case uses the + current version. Re-upload whenever March of Dimes publishes a + new revision. +

+
+
+
+ MOD Application Form (blank) +
+ Attached to the handoff email when client or authorizer + is submitting the application themselves. +
+
+ +
+
+
+
+
+ Verification of Disability Form (blank) +
+ Attached to the VOD request email sent to the authorizer + when our office is handling the MOD submission internally. +
+
+ +
+
+
+
+
+
+
+ Handoff Follow-up Assignee +
+ Who gets the follow-up activity when a client or authorizer + is handling the MOD submission themselves. "Office contact" + routes all follow-ups to a single designated person. "Sales + rep" assigns to the rep on each order. +
+
+ +
+
+
+
+
+ Office Follow-up Contact +
+ The office user who receives MOD handoff follow-up activities + when assignee mode is set to Office Contact. +
+
+ +
+
+
+
+ diff --git a/fusion_claims/views/sale_order_views.xml b/fusion_claims/views/sale_order_views.xml index 6bde26a2..48383df2 100644 --- a/fusion_claims/views/sale_order_views.xml +++ b/fusion_claims/views/sale_order_views.xml @@ -193,12 +193,57 @@