dress/database/factories
2026-04-24 19:57:31 +07:00
..
CategoryFactory.php refactor: rename 'title' to 'name' in Category model, requests, factories, migrations, and seeders for consistency 2026-04-16 13:19:04 +07:00
ExpenseFactory.php feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models 2026-04-22 22:44:56 +07:00
OrderFactory.php refactor: rename hpp field to cogs across models, database, and controllers 2026-04-24 19:57:31 +07:00
OrderItemFactory.php feat: implement full order management system including CRUD operations, inventory tracking, and payment processing 2026-04-22 15:18:18 +07:00
PayrollAdjustmentFactory.php feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization 2026-04-22 22:25:11 +07:00
PayrollFactory.php feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization 2026-04-22 22:25:11 +07:00
ProductFactory.php feat: implement product management module with CRUD operations, validation, and UI integration 2026-04-16 13:03:38 +07:00
PurchaseFactory.php feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models 2026-04-22 22:44:56 +07:00
PurchaseItemFactory.php feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models 2026-04-22 22:44:56 +07:00
UserFactory.php feat: implement user management module with CRUD operations, including user creation, editing, and deletion, along with profile handling 2026-04-17 14:54:21 +07:00