|
.github
|
initial commit
|
2026-06-09 18:25:14 +07:00 |
|
app
|
refactor: refactor CashTransaction model logic into helper methods and update best practice documentation for Eloquent attributes
|
2026-06-22 11:39:40 +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: implement push notification system with web-push integration and subscription management
|
2026-06-14 00:08:06 +07:00 |
|
database
|
refactor: standardize migration schema structures and remove redundant approval and status modifications
|
2026-06-22 11:14: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
|
feat: implement push notification system with web-push integration and subscription management
|
2026-06-14 00:08:06 +07:00 |
|
resources
|
feat: enhance dashboard with marketplace summary and additional product statistics for improved analytics
|
2026-06-22 10:43:33 +07:00 |
|
routes
|
feat: add new permissions and update related functionality for owner verifications and stock management
|
2026-06-21 15:44:03 +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 |
|
BEST_PRACTICE.md
|
refactor: standardize model structure, normalize bidirectional relations, and update documentation.
|
2026-06-22 11:26:47 +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: implement push notification system with web-push integration and subscription management
|
2026-06-14 00:08:06 +07:00 |
|
composer.lock
|
feat: implement push notification system with web-push integration and subscription management
|
2026-06-14 00:08:06 +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
|
feat: enhance Dashboard component with detailed statistics and charts for improved data visualization and user insights
|
2026-06-20 19:57:02 +07:00 |
|
package.json
|
feat: enhance Dashboard component with detailed statistics and charts for improved data visualization and user insights
|
2026-06-20 19:57:02 +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
|
feat: replace welcome page with new home page and add HomeController
|
2026-06-14 01:57:03 +07:00 |