layer-chicken/database/factories
2026-03-08 23:22:33 +07:00
..
CustomerFactory.php feat: Add CustomerSeeder to DatabaseSeeder for customer data initialization 2026-02-18 22:41:00 +07:00
DelayedGoodFactory.php feat: Add DelayedGood model factory and seeder, and integrate it into the main DatabaseSeeder. 2026-02-19 09:52:04 +07:00
EggCollectionFactory.php feat: Refactor egg collection management by consolidating pages and updating form structure 2026-02-25 22:35:26 +07:00
ExpenseFactory.php feat: introduce expense management feature with dedicated model, migration, seeder, and Filament resource. 2026-02-19 11:04:47 +07:00
FeedDeliveryFactory.php feat: Implement a feed scheduling and delivery system with database migrations, models, Filament resources, and an automated processing command. 2026-02-26 12:40:30 +07:00
FeedFactory.php refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +07:00
FeedPurchaseFactory.php refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +07:00
FeedScheduleFactory.php feat: Implement a feed scheduling and delivery system with database migrations, models, Filament resources, and an automated processing command. 2026-02-26 12:40:30 +07:00
OrderFactory.php refactor: Update order quantity, total amount, and discount fields to decimal types and integrate discount into the initial orders table migration. 2026-02-26 13:52:21 +07:00
PayrollAdjustmentFactory.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
PayrollFactory.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
UnitFactory.php refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +07:00
UserFactory.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00