dress/database/factories
2026-04-30 14:45:52 +07:00
..
CategoryFactory.php feat: add is_active field to category factory and implement category feature tests 2026-04-29 22:11:05 +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 feat: add subtotal field to orders and include it in print receipts and UI displays 2026-04-29 20:42:33 +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
RoleFactory.php test: add RoleFactory and feature tests for role management module 2026-04-30 08:40:46 +07:00
UserFactory.php feat: add account inactivity check during login and update related messages 2026-04-30 14:45:52 +07:00