EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
customers.js
Go to the documentation of this file.
1export default {
2 slug: 'customers',
3 title: 'Customers',
4 icon: 'groups',
5 summary: 'Manage customer records and view related tickets and invoices.',
6 image: '/images/docs/dashboard-customers.png',
7 sections: [
8 {
9 heading: 'Basics',
10 list: [
11 'Add a customer: Customers → New',
12 'Search: Filter by name, email, or tags',
13 'Profile: View associated tickets, invoices, and contracts'
14 ]
15 }
16 ]
17};