Yoga Pangestu
9539ff7042
refactor: remove StockController and related stock verification logic
...
- Deleted `data-table-actions.vue` component as it is no longer needed.
- Removed `CuttingResultPriceItem` type and related properties from `cutting.ts`.
- Updated routes in `web.php` to eliminate stock verification routes and permissions.
- Removed `StockTest.php` file and its associated tests for stock verification and management.
- Adjusted `CuttingTest.php` to reflect changes in cutting results handling and removed references to product variants.
2026-07-19 17:29:19 +07:00
Yoga Pangestu
0078c16e17
refactor: enhance product pricing logic in ProductCard and ProductModal components to exclude specific price types, and add pending verification count for user permissions in HandleInertiaRequests middleware
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-05 17:17:09 +07:00
Yoga Pangestu
1f27acc63a
refactor: remove owner verification index functionality and related components, streamline approval and rejection processes
2026-06-27 21:51:48 +07:00
Yoga Pangestu
f6b5a78f4b
feat: enhance user profile and employee management with profile photo handling and validation updates
2026-06-27 15:53:33 +07:00
Yoga Pangestu
21b990799e
feat: implement owner verification system with enums, service, and controller updates for managing verification requests
2026-06-26 19:13:10 +07:00
Yoga Pangestu
0fabc7b280
refactor: utilize query builder for LeaveRequest and EmployeeAdvance status checks across multiple services for improved consistency and readability
2026-06-22 13:42:41 +07:00
Yoga Pangestu
6d6de5fa4b
refactor: standardize enum case naming and update route permissions for consistency across the application
2026-06-22 13:24:53 +07:00
Yoga Pangestu
b88c2b4701
refactor: implement and utilize eloquent scopes for common model status queries across the application
2026-06-22 12:15:08 +07:00
Yoga Pangestu
60e87803d8
feat: add new permissions and update related functionality for owner verifications and stock management
2026-06-21 15:44:03 +07:00
Yoga Pangestu
50f9328ebc
feat: implement owner verification process with new status and related functionality for improved stock management
2026-06-21 14:51:15 +07:00
Yoga Pangestu
5e71277056
feat: add harga_modal price type and related logic for improved stock management and pricing accuracy
2026-06-21 14:08:53 +07:00
Yoga Pangestu
67ee140ba7
feat: add favicon support and update related configurations in SystemService, SystemRequest, and views for improved branding
2026-06-20 11:01:32 +07:00
Yoga Pangestu
81c072e753
feat: add pending leave requests and employee advances notifications to sidebar menu items, enhancing user awareness of outstanding tasks
2026-06-19 22:01:08 +07:00
Yoga Pangestu
d27ac7ed6f
feat: expose default password in auth props and display it in reset password dialogs
2026-06-14 02:51:11 +07:00
Yoga Pangestu
26463c02a3
feat: add dynamic logo and login cover images via system settings and clean up legacy role migration logic
2026-06-14 02:05:35 +07:00
Yoga Pangestu
c22252f44c
feat: implement push notification system with web-push integration and subscription management
2026-06-14 00:08:06 +07:00
Yoga Pangestu
93992a0d3a
Add thermal printer integration with USB and Bluetooth support. Implement receipt printing functionality using @point-of-sale libraries. Create UI components for printer connection management and order receipt printing. Update OrderStatus and app settings to accommodate new features.
2026-06-12 14:52:54 +07:00
Yoga Pangestu
01997dccc4
Add user settings management features including Appearance, Password, and Profile controllers for handling user preferences. Implement corresponding requests for validation and create views for each setting. Enhance middleware to manage appearance settings across the application. Update routes for new settings functionality and integrate UI components for user navigation in the settings layout.
2026-06-10 23:33:19 +07:00
Yoga Pangestu
a917c76c6b
Add role and permission management using Spatie's Laravel Permission package. Introduce Role and Permission enums, update User model to use roles, and implement authorization checks in EmployeeController and related components. Enhance employee management forms and data tables to include role selection and display. Update migrations and seeders for roles and permissions.
2026-06-10 01:51:05 +07:00
Yoga Pangestu
e3dff20377
Update login redirection to admin dashboard, add sidebar state management, and enhance auth type definition. Introduce logout route and admin dashboard route under authentication middleware.
2026-06-09 19:32:29 +07:00
Yoga Pangestu
151490d47e
Add login functionality with a new LoginController and LoginRequest. Implemented a LoginForm component for user authentication. Added a components.json configuration file and updated package dependencies. Enhanced CSS styles and added utility components for UI elements.
2026-06-09 19:19:46 +07:00
Yoga Pangestu
632296c453
initial commit
2026-06-09 18:25:14 +07:00