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
|
ce460ed4fd
|
Add seeders for categories, customers, products, raw materials, and suppliers. Update DatabaseSeeder to include new seeders for comprehensive data initialization.
|
2026-06-10 19:22:06 +07:00 |
|
Yoga Pangestu
|
b05c17de57
|
Add PWA support with VitePWA integration, including manifest configuration and service worker registration. Update package dependencies for PWA assets generation. Enhance application metadata for improved PWA experience.
|
2026-06-10 19:06:52 +07:00 |
|
Yoga Pangestu
|
a1c2ab5bfa
|
Update API endpoint for master categories in the data table query to improve clarity and consistency in the URL structure.
|
2026-06-10 15:50:29 +07:00 |
|
Yoga Pangestu
|
426d7ed61c
|
Add customer management features including Customer model, CustomerController for CRUD operations, and CustomerRequest for validation. Integrate permissions in the Permission and Role enums, and update routes for customer management. Enhance UI components for customer listing and management, including a data table and form modal. Update sidebar for customer navigation.
|
2026-06-10 15:49:03 +07:00 |
|
Yoga Pangestu
|
c21f71563f
|
Add supplier management features including Supplier model, SupplierController for CRUD operations, and SupplierRequest for validation. Integrate permissions in the Permission and Role enums, and update routes for supplier management. Enhance UI components for supplier listing and management, including a data table and form modal. Update sidebar for supplier navigation.
|
2026-06-10 15:48:34 +07:00 |
|
Yoga Pangestu
|
887b811cee
|
Refactor admin controllers for categories, products, and raw materials. Introduce new Master namespace for CategoryController, ProductController, and RawMaterialController, enhancing organization and maintainability. Migrate existing logic to dedicated service classes for improved separation of concerns and code clarity. Remove outdated controllers to streamline the codebase.
|
2026-06-10 15:02:14 +07:00 |
|
Yoga Pangestu
|
9e3325c16a
|
Add raw materials management features including permissions in the Permission and Role enums, routes for CRUD operations in RawMaterialController, and UI updates in the sidebar for raw materials navigation. Enhance the application structure to support raw materials alongside existing product and category management.
|
2026-06-10 14:00:29 +07:00 |
|
Yoga Pangestu
|
448ac63260
|
Add product management features including Product, ProductVariant, and ProductPrice models. Implement ProductController for CRUD operations, integrate permissions in Role and Permission enums, and enhance UI components for product listing and management. Introduce new migrations for products and related entities, and update sidebar for product navigation.
|
2026-06-10 02:29:46 +07:00 |
|
Yoga Pangestu
|
b695eeba9a
|
Enhance DataTable component by adding a row number column with specific styling and size. Update header and cell rendering to apply conditional classes for the row number column, improving the overall table layout and readability.
|
2026-06-10 02:08:06 +07:00 |
|
Yoga Pangestu
|
432bbd110a
|
Add category management routes, permissions, and UI components. Integrate new permissions for categories in the Permission and Role enums, and update the sidebar to include category navigation. Enhance the composer configuration by adding the Spatie Laravel Sluggable package for slug generation.
|
2026-06-10 02:06:14 +07:00 |
|
Yoga Pangestu
|
370398412b
|
Add category management actions component with edit and delete functionality. Integrate confirmation dialog for delete actions and implement permission checks for user actions. Introduce new dialog components for enhanced UI interactions.
|
2026-06-10 02:05:26 +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
|
184b012fd9
|
Remove EmployeeStatus enum and related references from the codebase. Update Employee and User models to eliminate employee status handling. Refactor EmployeeController and related components to remove employee status filtering and display. Adjust EmployeeRequest and migration files accordingly.
|
2026-06-10 01:31:50 +07:00 |
|
Yoga Pangestu
|
926da48a8e
|
Enhance employee and user profile models by adding formatted date attributes and relationships. Introduce enum labels for EmployeeStatus, EmploymentStatus, and Gender. Update routes for employee management with new HR controller actions.
|
2026-06-10 01:16:15 +07:00 |
|
Yoga Pangestu
|
960bd71fd0
|
Add ConfirmDialog component for confirmation actions, enhance DataTable with pagination summary and links, and update phone number formatting. Integrate new UI components and improve flash toast handling.
|
2026-06-10 01:15:56 +07:00 |
|
Yoga Pangestu
|
413021c0d0
|
Add employee management components including DataTable for displaying employee details, a dropdown for actions, and a calendar UI for date selection. Introduce native select components for improved form handling.
|
2026-06-10 00:20:49 +07:00 |
|
Yoga Pangestu
|
c5ec7b5afc
|
Add DataTable component with sorting and filtering capabilities, integrate HR sidebar link, and update package dependencies for @tanstack/vue-table. Introduce new UI components for alert dialogs and empty states.
|
2026-06-09 23:35:31 +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
|
ff1ec1ef66
|
Add employee, user, and user profile models with enums for status and gender
|
2026-06-09 19:16:25 +07:00 |
|
Yoga Pangestu
|
632296c453
|
initial commit
|
2026-06-09 18:25:14 +07:00 |
|