Go to file
2026-06-13 12:55:04 +07:00
.github initial commit 2026-06-09 18:25:14 +07:00
app fix: clear media relation on model after file upload to ensure fresh data retrieval 2026-06-13 11:58:05 +07:00
bootstrap Add payroll management features including Payroll, PayrollPeriod, and PayrollAdjustment models, along with PayrollService for handling payroll operations. Implement corresponding controllers for payroll and payroll period management, and integrate request validation for payroll adjustments. Enhance UI components for payroll listing and management, including data tables and modals. Update permissions in the Permission and Role enums, and add scheduled command for opening payroll periods. 2026-06-11 14:40:54 +07:00
config feat: group materials and products by parent category in cutting and purchase tables 2026-06-13 12:55:04 +07:00
database Refactor marketplace settings to use structured fee rules. Update MarketplaceRequest, MarketplaceService, and MarketplaceSettings to handle fees as arrays with scope and value type. Enhance frontend components to accommodate new fee structure and validation logic for improved user experience. 2026-06-13 01:20:12 +07:00
lang Add laravel-lang/lang as a development dependency in composer.json and update composer.lock with new package details 2026-06-12 17:15:11 +07:00
public 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
resources refactor: reformat code and update action buttons to use Tooltips for improved UI consistency 2026-06-13 12:34:23 +07:00
routes Enhance order and purchase management by implementing draft item functionality. Update OrderController and PurchaseController to handle draft items for users, allowing for better cart management. Refactor OrderService and PurchaseService to include methods for syncing and removing draft items. Update related request classes and models to support user associations. Modify frontend components to restore draft items and synchronize quantities, improving user experience during order and purchase creation. 2026-06-12 23:33:17 +07:00
storage initial commit 2026-06-09 18:25:14 +07:00
tests Add employee, user, and user profile models with enums for status and gender 2026-06-09 19:16:25 +07:00
.editorconfig initial commit 2026-06-09 18:25:14 +07:00
.env.example initial commit 2026-06-09 18:25:14 +07:00
.gitattributes initial commit 2026-06-09 18:25:14 +07:00
.gitignore initial commit 2026-06-09 18:25:14 +07:00
.npmrc initial commit 2026-06-09 18:25:14 +07:00
.prettierignore initial commit 2026-06-09 18:25:14 +07:00
.prettierrc initial commit 2026-06-09 18:25:14 +07:00
artisan initial commit 2026-06-09 18:25:14 +07:00
components.json 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
composer.json Add laravel-lang/lang as a development dependency in composer.json and update composer.lock with new package details 2026-06-12 17:15:11 +07:00
composer.lock Add laravel-lang/lang as a development dependency in composer.json and update composer.lock with new package details 2026-06-12 17:15:11 +07:00
eslint.config.js initial commit 2026-06-09 18:25:14 +07:00
package-lock.json Update dependencies and enhance out-of-stock product management. Upgrade @lucide/vue to version 1.18.0 in package.json and package-lock.json. Implement outOfStockGroups method in ProductService and RawMaterialService to retrieve out-of-stock items. Add MasterOutOfStockCatalogSection component for displaying out-of-stock products in the admin interface, and integrate it into the products and raw materials index pages. 2026-06-13 00:09:27 +07:00
package.json Update dependencies and enhance out-of-stock product management. Upgrade @lucide/vue to version 1.18.0 in package.json and package-lock.json. Implement outOfStockGroups method in ProductService and RawMaterialService to retrieve out-of-stock items. Add MasterOutOfStockCatalogSection component for displaying out-of-stock products in the admin interface, and integrate it into the products and raw materials index pages. 2026-06-13 00:09:27 +07:00
phpunit.xml initial commit 2026-06-09 18:25:14 +07:00
pint.json initial commit 2026-06-09 18:25:14 +07:00
pnpm-workspace.yaml initial commit 2026-06-09 18:25:14 +07:00
server.php 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
tsconfig.json 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
vite.config.ts 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