EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
settings.js
Go to the documentation of this file.
1export default {
2 slug: 'settings',
3 title: 'Settings',
4 icon: 'tune',
5 summary: 'Customize general, company, tax, notifications, and display.',
6 image: '/images/docs/dashboard-settings.png',
7 sections: [
8 {
9 heading: 'Areas',
10 list: [
11 'General: Company name, timezone, date format',
12 'Company: ABN, address, phone, email',
13 'Tax: Default GST rate',
14 'Notifications: Email/Slack and alert thresholds',
15 'Display: Theme and items per page',
16 'Tenant control: Root admins select a tenant to load/save tenant-specific settings'
17 ]
18 }
19 ]
20};