Coverage Matrix
This page is generated from the docs coverage model and route/demo source files. Use it to verify that public documentation covers the real application surface.
Coverage By Area
| Documentation | Modules | Representative routes | Source inventory |
|---|---|---|---|
| Getting started | Requirements Installation Configuration Seeder And Demo Data | //login/dashboard | README.mdcomposer.jsonpackage.json |
| Admin setup | Authentication 2FA Settings Roles Permissions Notifications SMTP | /login/2fa/settings/settings/roles/permissions | routes/auth.phproutes/notification.phproutes/test.php |
| Sales pipeline | Leads Lead forms Campaigns Deals Deal board Follow-ups Proposals | /crm/leads/crm/lead-forms/crm/deals/crm/deals/board/crm/follow-ups | routes/crm.phpconfig/crm_demo.php |
| Accounts and delivery | Companies Contacts Customer room Portal users Projects Tasks Contracts | /crm/companies/crm/contacts/crm/projects/crm/tasks/crm/contracts | routes/crm.phproutes/portal.php |
| Revenue and billing | Quotations Products Invoices Payments Gateways Statements Subscriptions Expenses Reports | /crm/quotations/crm/invoices/crm/payments/crm/payment-gateways/crm/reports | routes/crm.php |
| Operations and support | Support inbox Tickets Automations Sequences Imports Duplicates Data quality Approvals | /crm/support/crm/support/tickets/crm/automations/crm/sequences/crm/imports | routes/crm.phpapp/Console/Commands |
| Client portal | Portal dashboard Deals Projects Tasks Quotes Invoices Tickets Files Requests Security | /portal/dashboard/portal/invoices/portal/tickets/portal/security | routes/portal.phpconfig/crm_demo.php |
| Platform and marketplace | System Health Enterprise Hub Integrations Module Builder Marketplace Pack Screenshots Smoke Runs License | /crm/system-health/crm/enterprise/crm/integrations/crm/marketplace-pack/crm/license | routes/crm.phpscriptsconfig/crm_demo.php |
| Developer | CRM API Webhooks Plugin SDK Automation Webhooks Lead Form Embed | /api/crm/v1/status/api/crm/v1/schema/crm/automations/webhooks/{token}/crm/lead-forms/{token}/embed.js | routes/api.phpdocumentation/apidocumentation/extensions |
| Release and packaging | Package ZIPs Documentation URL Live Preview URL Screenshots Checksums Final Upload | scripts/build-codecanyon-package.ps1 | scripts/build-codecanyon-package.ps1scripts/check-codecanyon-reviewer-readiness.ps1 |
Route Source Counts
| File | Total parsed routes | GET routes | Named routes |
|---|---|---|---|
routes/web.php | 3 | 3 | 3 |
routes/auth.php | 20 | 9 | 22 |
routes/crm.php | 500 | 154 | 503 |
routes/portal.php | 90 | 55 | 92 |
routes/api.php | 20 | 15 | 23 |
routes/notification.php | 10 | 7 | 10 |
routes/installer.php | 19 | 9 | 20 |
Demo Tour Inventory
Tour labels below are extracted from config/crm_demo.php and should remain aligned with the workflow docs and screenshot capture profiles.
- Accounts & Portal Tour
- Admin Demo Tour
- Admin Setup Tour
- Agent Demo Tour
- Full Product Tour
- Manager Demo Tour
- Operations Tour
- Platform & Marketplace Tour
- Portal Client Tour
- Revenue & Billing Tour
- Sales Pipeline Tour