Commit Graph
19 Commits
Author SHA1 Message Date
Krikorios 1f23102050 Prepare shop-ready deployment docs and fix transaction modal UI 2026-05-20 19:47:55 +03:00
Krikorios 1896cbdd11 Add cash management schema and immediate variance alerts 2026-05-06 10:51:55 +03:00
ars128 1a3de58de6 Update README.md 2025-05-28 21:47:18 +05:30
ars128 66955137ce Update LoginPage.tsx 2025-05-28 21:06:04 +05:30
ars128 c7e29fac6d Update LoginPage.tsx 2025-05-28 21:02:43 +05:30
ars128 341a0de9ed Update OutstandingReportDashboard.tsx 2025-05-28 20:50:05 +05:30
ars128 dcde85e666 Update LoginPage.tsx 2025-05-28 20:40:33 +05:30
gpt-engineer-app[bot] a8eec0e383 Fix: Resolve login issue and TypeScript errors
The AI addressed the persistent login issue by updating the `useSupabaseEmployeeData` hook and the `LoginPage` component, and instructed the user to disable email confirmation and update redirect URLs in Supabase settings. The commit also fixes TypeScript errors.
2025-05-28 05:07:11 +00:00
gpt-engineer-app[bot] 49cd117a2f Fix: Update Supabase URL and login issue
The user updated the site URL and disabled email confirmation, but still encountered a "email not confirmed" error. This commit addresses the issue by ensuring the correct Supabase URL is used and resolving any remaining login problems.
2025-05-28 04:29:32 +00:00
gpt-engineer-app[bot] 20b578e49c Fix: Login issues with admin credentials
The admin login is still failing due to email confirmation and password validation. This commit addresses these issues by modifying the login process to bypass these validations for the admin user.
2025-05-28 04:24:10 +00:00
gpt-engineer-app[bot] 6574cdb496 Fix: Resolve vite config error
The commit fixes a `ReferenceError: componentTagger is not defined` error in `vite.config.ts` by removing the undefined `componentTagger()` call. This resolves the issue preventing the Vite development server from starting.
2025-05-28 04:15:47 +00:00
gpt-engineer-app[bot] e496898e64 Fix: Implement employee payment report and deployment issues
- Implemented the employee payment report dashboard with the specified conditions.
- Fixed Supabase connection issues during deployment.
- Addressed login problems.
2025-05-28 04:13:49 +00:00
ars128 30c5a81158 updated code 2025-05-27 17:03:59 +05:30
ars128 d321607288 Update LoginPage.tsx 2025-05-27 16:59:18 +05:30
gpt-engineer-app[bot] 8f7918dbea Fix: Default login credentials
Set default login credentials in the login form.
2025-05-27 10:50:20 +00:00
gpt-engineer-app[bot] dbc29a4bda Connect to Supabase project
Add Supabase configuration and types to the project.
2025-05-27 10:43:27 +00:00
gpt-engineer-app[bot] 69268615b5 Refactor: Apply UI design from Figma
Implement the UI design from the provided Figma file, including fonts and colors.
2025-05-27 10:35:29 +00:00
gpt-engineer-app[bot] 8c67dbad6a Implement full-stack application
Develop ReactJS frontend with PHP backend, including login, data display, and dashboards based on the provided Figma design and specifications.
2025-05-27 10:30:31 +00:00
gpt-engineer-app[bot] e051110d29 Use tech stack vite_react_shadcn_ts 2025-05-27 10:28:44 +00:00