Overview
The Settings module provides a comprehensive interface for managing user profiles, system preferences, and application appearance. Access the configuration panel through the main navigation menu.All settings are auto-saved and applied immediately across your dashboard sessions.
Profile Settings
Manage your personal information and account details.Personal Information
Update your profile details including name, contact information, and account preferences.- Profile Data
- Quick Info
User Profile Fields
- Name: Admin user’s first name
- Surname: Admin user’s last name
- Email: [email protected]
- Phone: Contact number with international format
- Photo: Profile image upload with icon preview
Regional Preferences
Configure timezone and language settings for your dashboard experience.- Timezone: Select from major world timezones
- Language: Español, English, Português
Timezone changes affect date/time displays throughout the dashboard.
System Settings
Application Information
View system version and environment details.System Information
System Information
Configuration Files
Key Laravel configuration files that power the settings system:| Config File | Purpose | Key Settings |
|---|---|---|
config/app.php | Application settings | Name, environment, timezone, locale |
config/auth.php | Authentication | Guards, providers, password resets |
config/session.php | Session management | Driver, lifetime, encryption |
Appearance Settings
Customize the dashboard look and feel.Theme Options
- Light: Default bright theme
- Dark: Dark mode for reduced eye strain
- Automatic: Matches system preferences
Display Preferences
Control pagination and data display settings.Pagination settings apply to all data tables including clients, sales, and invoices.
Danger Zone
Critical system operations that are irreversible.- Clear Cache: Remove all cached data and temporary files
- Delete Account: Permanently remove user account and data
Saving Changes
All configuration changes can be saved using the save button in the header.Individual sections also have their own save buttons for targeted updates.
Tab Navigation
The settings interface uses Bootstrap tabs for organized navigation:Related Resources
- Security Configuration - Password and authentication settings
- Notifications - Email and alert preferences
- User Management - Managing user accounts
