EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
reports.js
Go to the documentation of this file.
1export default {
2 slug: 'reports',
3 title: 'Reports',
4 icon: 'insights',
5 summary: 'Analyze revenue, customer activity, and invoice aging.',
6 image: '/images/docs/dashboard-reports.png',
7 sections: [
8 {
9 heading: 'Dashboards',
10 list: [
11 'Revenue: Monthly totals (voided invoices excluded)',
12 'Top Customers: By revenue and ticket count',
13 'Invoice Aging: Overdue breakdown across time buckets'
14 ]
15 }
16 ]
17};