Skip to main content

Documentation 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.

The Settings module at /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:
IconLabelSection
storefrontRestaurant ProfileGeneral restaurant identity
scheduleOperationalFinancials and opening hours
settings_suggestSystem PreferencesLanguage and notifications
shieldSecurityPassword management
Clicking any nav item smooth-scrolls to the corresponding section without a page reload.

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

FieldTypeDefault
Default CurrencyDropdown (USD ($) / EUR (€))EUR (€)
Sales Tax (%)Numeric input with % suffix10.0
These values are applied to every order ticket, receipt, and sales report generated by La Comanda.

Opening Hours

Displays the configured trading hours for the two standard day-groups:
Day rangeDefault hours
Mon – Fri11:00 AM – 11:30 PM
Sat – Sun10:00 AM – 01:00 AM
An Edit Timetable link below the hours opens the timetable editor where individual days can be configured or marked as closed.

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 en locale from en.json.
  • Español — activates the es locale.
Switching the Interface Language calls i18n.changeLanguage() under the hood and takes effect immediately across all UI labels, menu items, and page titles — no page reload required. This means kitchen staff and waitstaff on other sessions will see updated labels the next time their view refreshes.

Alert Notifications

ToggleDefaultDescription
Sound AlertsOnPlays an audio chime when a new ticket or low-stock alert fires
Desktop Push NotificationsOffSends 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.
Floating action:
  [ 💾  Save All Changes ]
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.

Build docs developers (and LLMs) love