Go to file
Yoga Pangestu 0ba5ca0e6b
Some checks are pending
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
refactor: adjust text truncation in StockVerifyDialog for improved readability of product names
2026-07-05 16:41:53 +07:00
.github initial commit 2026-06-09 18:25:14 +07:00
app fix: update CuttingService and CuttingProductVariantSection to make variant images optional; adjust validation and UI components for improved user experience 2026-07-05 15:32:47 +07:00
bootstrap feat: enhance ApplyAttendancePenalties command with transaction management and system user tracking; refactor attendance penalty logic for improved clarity and efficiency; update PayrollService to utilize transaction handling for adjustments; schedule attendance penalties application in app bootstrap 2026-07-04 15:05:25 +07:00
config feat: enhance PresignedUploadController to support local uploads and improve S3 integration; add localUpload method for handling uploads when S3 is not the default disk 2026-07-02 22:53:28 +07:00
database feat: add stock quality management to StokOpname; update validation rules, database schema, and frontend components to support stock quality categorization (good, retail, reject) for improved inventory tracking and reporting 2026-07-05 13:46:50 +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 feat: implement push notification system with web-push integration and subscription management 2026-06-14 00:08:06 +07:00
resources refactor: adjust text truncation in StockVerifyDialog for improved readability of product names 2026-07-05 16:41:53 +07:00
routes feat: add CuttingMaterialCombination management with store and destroy functionalities; implement validation for combination requests; enhance CuttingService to handle draft combinations; update frontend components for combination handling and display 2026-07-04 21:54:01 +07:00
storage initial commit 2026-06-09 18:25:14 +07:00
tests refactor: remove image handling from Cutting components; simplify CuttingPosForm, CuttingPosSummaryPanel, and related files to enhance user experience and streamline product creation process 2026-07-05 15:42:28 +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
BEST_PRACTICE.md feat: implement retail stock transfer functionality with new controller, request validation, and service logic, while updating related models and UI components 2026-06-28 22:57:07 +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 feat: add AWS S3 and FTP support by including league/flysystem-aws-s3-v3 and league/flysystem-ftp packages; enhance UserProfile and MediaPresenter for temporary URL generation 2026-07-01 23:09:38 +07:00
composer.lock feat: add AWS S3 and FTP support by including league/flysystem-aws-s3-v3 and league/flysystem-ftp packages; enhance UserProfile and MediaPresenter for temporary URL generation 2026-07-01 23:09:38 +07:00
eslint.config.js initial commit 2026-06-09 18:25:14 +07:00
LARAVEL_BEST_PRACTICE.md refactor: refactor CashTransaction model logic into helper methods and update best practice documentation for Eloquent attributes 2026-06-22 11:39:40 +07:00
package-lock.json chore: update package dependencies and improve Vite configuration for enhanced performance and compatibility 2026-06-25 15:33:09 +07:00
package.json chore: update package dependencies and improve Vite configuration for enhanced performance and compatibility 2026-06-25 15:33:09 +07:00
phpunit.xml refactor: update database connection settings in phpunit.xml and clean up CategoryService by removing unused docblocks and reorganizing sorting logic for improved clarity 2026-06-22 15:02:04 +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 chore: update package dependencies and improve Vite configuration for enhanced performance and compatibility 2026-06-25 15:33:09 +07:00