The Settings module atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/JAQA20/Paradigmas-G3/llms.txt
Use this file to discover all available pages before exploring further.
/settings lets Admin users configure every aspect of their La Comanda instance — from restaurant branding and opening hours to interface language and security credentials. All configuration sections live on a single scrollable page with a sticky left-side navigation menu that jumps to each section smoothly, so no full-page reloads are required.
The Settings module is restricted to Admin users. Other roles are redirected to their home screens if they navigate to
/settings directly.Settings Navigation
A four-item sticky sidebar anchors to the left of the content area and highlights the currently-visible section as you scroll:| Icon | Label | Section |
|---|---|---|
storefront | Restaurant Profile | General restaurant identity |
schedule | Operational | Financials and opening hours |
settings_suggest | System Preferences | Language and notifications |
shield | Security | Password management |
Restaurant Profile
The General Restaurant Profile section contains the core identity fields for your establishment.Restaurant Name
Text input pre-populated with the registered name (default:
La Comanda). Updating this value changes the name displayed in receipt headers and PDF reports.Contact Email
Email input pre-populated with the admin contact address (default:
admin@lacomanda.com). Used for automated system notifications and order confirmations.Address
Full-width text input for the physical restaurant address (default:
Via dei Condotti, 86, 00187 Roma RM, Italy). Appears on printed receipts and delivery paperwork.Logo / Brand image
A circular image well shows the current restaurant logo. A pencil button overlaid on the bottom-right of the avatar opens the file picker to upload a replacement.
Operational Settings
The Operational Settings section is split into two sub-cards side by side.Financials
| Field | Type | Default |
|---|---|---|
| Default Currency | Dropdown (USD ($) / EUR (€)) | EUR (€) |
| Sales Tax (%) | Numeric input with % suffix | 10.0 |
Opening Hours
Displays the configured trading hours for the two standard day-groups:| Day range | Default hours |
|---|---|
| Mon – Fri | 11:00 AM – 11:30 PM |
| Sat – Sun | 10:00 AM – 01:00 AM |
System Preferences
The System Preferences section controls interface language and notification behaviour.Interface Language
Two segmented buttons let you switch the application language instantly:- English — activates the
enlocale fromen.json. - Español — activates the
eslocale.
Alert Notifications
| Toggle | Default | Description |
|---|---|---|
| Sound Alerts | On | Plays an audio chime when a new ticket or low-stock alert fires |
| Desktop Push Notifications | Off | Sends a browser push notification for critical events (requires browser permission) |
Security & Access
The Security & Access section contains the password change form.Current Password
Password input — required to authenticate the change request before a new password is accepted.
New Password
Password input for the new credential. La Comanda recommends a 12+ character passphrase for terminal security.
Confirm New Password
Confirmation input — must match the New Password field exactly before the form can be submitted.
Actions
Discard resets the three fields without saving. Update Credentials submits the change and confirms with an inline success banner.
Saving Changes
A floating Save All Changes button is pinned to the bottom-right corner of the viewport. It persists across all sections as you scroll, ensuring profile, operational, and language changes are committed together in a single API call.Credentials in the Security section are saved independently via the Update Credentials button and are not bundled with the Save All Changes action for security reasons.