Documentation Index
Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt
Use this file to discover all available pages before exploring further.
Real-World Example
Jane cancels an active payment plan. The account should move to Cancelled Plan and the schedule should no longer behave like an active payment plan.Visual Flow
How It Should Work
- It should separate cancelled plans from active payment plans and paid accounts.
- It should preserve agreement and payment history where available.
- It should stop future plan processing unless the plan is explicitly restarted by an allowed flow.
How It Should Not Work
- It should not continue to process normal installments after cancellation.
- It should not delete agreement records the consumer may need to review.
- It should not show a cancelled plan as successfully completed.
Developer Notes
- This tab maps to cancelled_plan.
- Cancelled agreement documents are also visible from the Cancelled Agreements account tool.
Related App Areas
app/Enums/ConsumerStatus.phpapp/Livewire/Consumer/CancelledPlanAgreements.phpapp/Livewire/Consumer/SchedulePlan.php