layer-chicken/database/factories
2026-02-26 07:56:22 +07:00
..
ChickenFactory.php refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +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
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
OrderFactory.php feat: Remove EggPrice resource and related components from the application 2026-02-26 07:56:22 +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 initial commit 2025-12-27 17:08:11 +07:00