feat: separate fusion field service and LTC into standalone modules, update core modules
- fusion_claims: separated field service logic, updated controllers/views - fusion_tasks: updated task views and map integration - fusion_authorizer_portal: added page 11 signing, schedule booking, migrations - fusion_shipping: new standalone shipping module (Canada Post, FedEx, DHL, Purolator) - fusion_ltc_management: new standalone LTC management module
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<div class="alert alert-info mb-3 rounded-0" role="alert" invisible="new_status != 'withdrawn'"
|
||||
style="margin: -16px -16px 16px -16px; padding: 12px 16px;">
|
||||
<i class="fa fa-undo me-2"/> You are about to <strong>Withdraw</strong> this application. Please provide the reason for withdrawal.
|
||||
<i class="fa fa-undo me-2"/> You are about to <strong>Withdraw</strong> this application. Please select what you would like to do after withdrawal.
|
||||
</div>
|
||||
|
||||
<div class="alert alert-secondary mb-3 rounded-0" role="alert" invisible="new_status != 'on_hold'"
|
||||
@@ -45,6 +45,26 @@
|
||||
</div>
|
||||
|
||||
<div class="px-3 pb-3">
|
||||
<!-- WITHDRAWAL INTENT (for 'withdrawn' status) -->
|
||||
<group invisible="new_status != 'withdrawn'">
|
||||
<group>
|
||||
<field name="withdrawal_intent"
|
||||
required="new_status == 'withdrawn'"
|
||||
widget="radio"
|
||||
options="{'horizontal': false}"/>
|
||||
</group>
|
||||
</group>
|
||||
<div class="alert alert-danger mt-2 mb-3" role="alert"
|
||||
invisible="new_status != 'withdrawn' or withdrawal_intent != 'cancel'">
|
||||
<i class="fa fa-exclamation-triangle me-2"/>
|
||||
This will <strong>permanently cancel</strong> the sale order and all related invoices. This action cannot be undone.
|
||||
</div>
|
||||
<div class="alert alert-info mt-2 mb-3" role="alert"
|
||||
invisible="new_status != 'withdrawn' or withdrawal_intent != 'resubmit'">
|
||||
<i class="fa fa-info-circle me-2"/>
|
||||
The application will return to <strong>Ready for Submission</strong> status. You can make corrections and resubmit.
|
||||
</div>
|
||||
|
||||
<!-- REJECTION REASON (for 'rejected' status) -->
|
||||
<group invisible="new_status != 'rejected'">
|
||||
<group>
|
||||
|
||||
Reference in New Issue
Block a user