Paste your deployed Google Apps Script Web App URL (the auth backend that stores your user database). First time here? Deploy the provided Auth.gs script as a Web App and paste its /exec URL below.
➕Add a new user — leave the password/PIN field blank to auto-generate a temp one (shown once). Add an email if you want this user to be able to use "Forgot PIN?" on the login screen to have their PIN emailed to them (only works for PIN-type credentials). Choose which parts of the app this user can open; Super Admin always gets everything, and User Management, Auth Backend, Spreadsheet ID and Month Auto-Discovery stay Super-Admin-only no matter what's checked below.
🔑 Auth Backend Super Admin
The Google Apps Script Web App URL handling login and the user database. Only Super Admins can manage users; anyone with valid credentials can sign in.
Active Google Spreadsheet ID Super Admin
Connect to your Google Sheets workbook. Sharing must be set to "Anyone with link → Viewer".
💡Your spreadsheet must be shared publicly (Anyone with link → Viewer). Data starts from Row 3, with Row 2 as headers and Row 1 blank.
🗓️ Month Sheet Auto-Discovery Super Admin
The workbook gains a new month tab every month (e.g. Oct25 → Nov25 → ... → Jul26). This adapts automatically — set the first month tab once, and future months are pre-registered so new sheets show up in the sidebar, filters, and search the moment you create them in Google Sheets. No code edits needed.
💡"Months Ahead" controls how far into the future sheet names are generated. A sheet that doesn't exist yet simply shows as empty/errored until you create it — nothing breaks by pre-registering early.
⏱️ Session Policy Super Admin
Controls how long a standard sign-in stays valid before the app asks to log in again. Sessions started with "Remember me" checked on the login screen always last 30 days regardless of this setting.
💡Applies to new sign-ins going forward — accounts already signed in keep their current session until it naturally expires or they sign out. Range: 1–720 hours (30 days).
Select Theme Accent
17 palettes — every accent now runs the full Diamond Lite glass treatment (frosted panels + animated aurora-multi background) tinted to its own color, on top of the shared accent/sidebar/monitor styling. Lite and True Black stay flat by design for a minimal, distraction-free look.
No backend server required — fetches directly from Google Sheets public JSON API.
🏆 Top Customers / Repeat Buyers
Customers grouped by phone number — spot loyalty candidates worth a re-engagement push. "All Months" aggregates across every tracked sheet (pre-caches them the first time you use it).
🕵️ Audit Log Super Admin
Recent activity across the app — logins, view switches, searches, copies, exports, and admin actions — each tied to the signed-in account that performed it.