10 Commits

Author SHA1 Message Date
b11cdc39c2 feat: Enhance invoice creation and editing with improved part selection and error handling
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2025-08-16 15:27:29 +00:00
e3b2b220d2 Enhance UI and functionality across various components
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
- Increased icon sizes in service items, service orders, users, and technician management for better visibility.
- Added custom loading indicators with appropriate icons in search fields for vehicles, work orders, and technicians.
- Introduced invoice management routes for better organization and access control.
- Created a new test for the estimate PDF functionality to ensure proper rendering and data integrity.
2025-08-16 14:36:58 +00:00
dbabed29d0 feat: Add EstimateNew and TestModel classes with relationships to Customer and Vehicle
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2025-08-15 08:38:20 +00:00
5403c3591d feat: Enhance job card workflow with diagnosis actions and technician assignment modal
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
- Added buttons for assigning diagnosis and starting diagnosis based on job card status in the job card view.
- Implemented a modal for assigning technicians for diagnosis, including form validation and technician selection.
- Updated routes to include a test route for job cards.
- Created a new Blade view for testing inspection inputs.
- Developed comprehensive feature tests for the estimate module, including creation, viewing, editing, and validation of estimates.
- Added tests for estimate model relationships and statistics calculations.
- Introduced a basic feature test for job cards index.
2025-08-15 08:37:45 +00:00
fcff9900a2 Update README.md
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2025-08-10 19:51:13 +00:00
46a49536bf Update README.md
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
2025-08-10 19:50:40 +00:00
a65fee9d75 Add customer portal workflow progress component and analytics dashboard
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
- Implemented the customer portal workflow progress component with detailed service progress tracking, including current status, workflow steps, and contact information.
- Developed a management workflow analytics dashboard featuring key performance indicators, charts for revenue by branch, labor utilization, and recent quality issues.
- Created tests for admin-only middleware to ensure proper access control for admin routes.
- Added tests for customer portal view rendering and workflow integration, ensuring the workflow service operates correctly through various stages.
- Introduced a .gitignore file for the debugbar storage directory to prevent unnecessary files from being tracked.
2025-08-10 19:41:25 +00:00
cbae4564b9 Add customer portal views for dashboard, estimates, invoices, vehicles, and work orders
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
- Implemented dashboard view with vehicle stats, active services, recent activity, and upcoming appointments.
- Created estimates view with filtering options and a list of service estimates.
- Developed invoices view to manage service invoices and payment history with filtering.
- Added vehicles view to display registered vehicles and their details.
- Built work orders view to track the progress of vehicle services with filtering and detailed information.
2025-08-08 09:56:26 +00:00
6b3baffc3e docs: add comprehensive README for Car Repairs Shop
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2025-07-30 17:23:11 +00:00
e839d40a99 Initial commit
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
2025-07-30 17:15:50 +00:00