-
Notifications
You must be signed in to change notification settings - Fork 0
Admin and Settings
Doug edited this page Jul 2, 2026
·
3 revisions
The configuration and governance surface. Most of it lives under the Admin and Documents nav groups (admin/owner roles).
- Users — roster, invites, role assignment, deactivation.
-
Roles & permissions — a granular
resource.actionpermission matrix on top of the built-in roles; nav visibility is permission-driven. Reference docs:role_permissions.mdand Role & Nav Naming Conventions. - SSO — single sign-on setup.
- Session policy — token/session security settings.
- Settings — branding (company name, logo, colors), integrations, email (SMTP) configuration, tax jurisdictions, defaults.
- Onboarding — a first-run wizard (profile, catalog, technicians, notifications) that can seed a starter catalog and generate demo data — and clean the demo data up again.
- Custom fields — define per-tenant fields on customers and jobs (text, number, date, select, boolean).
- Tags — custom labels for customers/jobs, with color and description.
- Customer alert tags — admin-managed customer classifications.
- Notification templates — the automatic messages the system sends and their SMS/email toggles.
- Tech Mobile Settings — per-tenant feature flags for the technician mobile app.
- Documents — shared file library (Outlook attachments sync in).
- PDF templates — a WYSIWYG editor for invoice/estimate/proposal layouts: drag-and-drop blocks (header, line items, terms, signature), brand colors, fonts, header/footer.
- Resources — folder structure for job docs (specs, safety sheets, …).
- Activity / audit log — virtually every mutation in the app is audit-logged (action, entity, user, details); browse per company, per job, or per customer, export CSV.
- GDPR & compliance — data export/erasure requests.
- Feedback portal — in-app bug reports and feedback from your team.
- System Admin / Admin Operations — health and diagnostics, data export/import, the version badge + update check (see Updating).
- Database — migration status, ORM-drift detection, on-demand backups (see Backup & Restore).
- Server logs — error visibility.
- Plugins — install/enable third-party modules (see Using Plugins).
- Webhooks — outbound event subscriptions (see Integrations).
- Configuration Reference — env-var-level settings.
- The repo's
ADMIN_GUIDE.md.