dress/app/Models
2026-04-20 23:15:31 +07:00
..
Category.php refactor: replace guarded and appends properties with attributes in models for improved clarity and consistency 2026-04-17 15:50:41 +07:00
Expense.php refactor: replace guarded and appends properties with attributes in models for improved clarity and consistency 2026-04-17 15:50:41 +07:00
Payroll.php feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking 2026-04-18 16:07:31 +07:00
PayrollAdjustment.php feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking 2026-04-18 16:07:31 +07:00
Product.php feat: implement product stock management with automated inventory tracking during purchases 2026-04-20 23:15:31 +07:00
ProductPrice.php feat: add formatted price and type label attributes to ProductPrice model and display in product table 2026-04-18 16:24:52 +07:00
Purchase.php feat: implement purchase management system with database schema, CRUD controllers, and UI components 2026-04-20 22:55:19 +07:00
PurchaseItem.php feat: implement purchase management system with database schema, CRUD controllers, and UI components 2026-04-20 22:55:19 +07:00
SalaryHistory.php feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking 2026-04-18 16:07:31 +07:00
User.php feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking 2026-04-18 16:07:31 +07:00
UserProfile.php feat: add base salary field to user profile management with validation and UI integration 2026-04-18 14:51:49 +07:00