diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index b136e6f..25065cc 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -12,6 +12,7 @@ 6. [Working with Geofences (Service Areas)](#6-working-with-geofences-service-areas) 7. [Viewing Reports & Dashboard](#7-viewing-reports--dashboard) 8. [Tips & Troubleshooting](#8-tips--troubleshooting) +9. [Admin Panel](#9-admin-panel) --- @@ -199,3 +200,21 @@ Access the drawer menu (**⋯ More**) → **Dashboard** for a full view. > **Pro tip:** For the best mobile experience, add the app to your home screen: > Chrome → Menu → **Add to Home Screen**. It opens like a native app! + +--- + +## 9. Admin Panel + +The **Admin Panel** at [admin.canteen.ourpad.casa](https://admin.canteen.ourpad.casa) provides management tools for: + +- **Dashboard** — Overview of all assets, check-ins, customers, and users +- **Settings** — Manage categories, makes/models, key types, badge types +- **Users** — Create and manage user accounts with role-based access +- **Customers** — Manage customer accounts and locations +- **Activity Log** — Full audit trail with filters and pagination +- **Export** — Export asset and check-in data as CSV +- **Import** — Upload Excel files to import asset data + +![Admin Dashboard](images/p9a_admin_dashboard.png) + +> See the **[Admin Guide](ADMIN_GUIDE.md)** for full documentation. diff --git a/docs/images/p9a_admin_activity.png b/docs/images/p9a_admin_activity.png index 6cc32ab..318707d 100644 Binary files a/docs/images/p9a_admin_activity.png and b/docs/images/p9a_admin_activity.png differ diff --git a/docs/images/p9a_admin_customers.png b/docs/images/p9a_admin_customers.png index 4a94c30..25b1ca6 100644 Binary files a/docs/images/p9a_admin_customers.png and b/docs/images/p9a_admin_customers.png differ diff --git a/docs/images/p9a_admin_dashboard.png b/docs/images/p9a_admin_dashboard.png index 9a9f6f8..5ec58cf 100644 Binary files a/docs/images/p9a_admin_dashboard.png and b/docs/images/p9a_admin_dashboard.png differ diff --git a/docs/images/p9a_admin_export.png b/docs/images/p9a_admin_export.png index 78e175a..ca07cd1 100644 Binary files a/docs/images/p9a_admin_export.png and b/docs/images/p9a_admin_export.png differ diff --git a/docs/images/p9a_admin_import.png b/docs/images/p9a_admin_import.png index 29ae937..aee0a95 100644 Binary files a/docs/images/p9a_admin_import.png and b/docs/images/p9a_admin_import.png differ diff --git a/docs/images/p9a_admin_login.png b/docs/images/p9a_admin_login.png index 84d6493..f8e9fa5 100644 Binary files a/docs/images/p9a_admin_login.png and b/docs/images/p9a_admin_login.png differ diff --git a/docs/images/p9a_admin_settings.png b/docs/images/p9a_admin_settings.png index 64e62ef..3714082 100644 Binary files a/docs/images/p9a_admin_settings.png and b/docs/images/p9a_admin_settings.png differ diff --git a/docs/images/p9a_admin_sidebar.png b/docs/images/p9a_admin_sidebar.png index fe85fb7..64f7191 100644 Binary files a/docs/images/p9a_admin_sidebar.png and b/docs/images/p9a_admin_sidebar.png differ diff --git a/docs/images/p9a_admin_users.png b/docs/images/p9a_admin_users.png index 1af8574..79ca6ab 100644 Binary files a/docs/images/p9a_admin_users.png and b/docs/images/p9a_admin_users.png differ