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
Operations needs a report of consumer payments across the platform for a date range. Superadmin selects the report type, filters the dates, and generates the report.Visual Flow
How It Should Work
- It should let Superadmin select report type and filters.
- It should generate reports from the intended platform records.
- It should make report output understandable and traceable to filters.
How It Should Not Work
- It should not ignore selected filters.
- It should not create misleading totals.
- It should not expose generated reports to users outside Superadmin access.
Developer Notes
- Superadmin report scope can differ from creditor report scope.
- Keep filter behavior explicit and easy to verify.
Related App Areas
app/Livewire/SuperAdmin/Reports/GenerateReportapp/Exports