layer-chicken/app/Models
2026-03-09 18:04:27 +07:00
..
Customer.php feat: add date filter, multiple new charts, and top customers list to the analysis page. 2026-03-09 18:04:27 +07:00
DelayedGood.php feat: Integrate warehouse management and decimal quantities for delayed goods, with automatic stock adjustments. 2026-03-07 13:49:21 +07:00
EggCollection.php feat: Introduce warehouse stock management with dedicated tables and observers, and update egg collection totals to use decimal values. 2026-03-07 00:42:28 +07:00
EggCollectionItem.php feat: implement egg collection items management with relationships, totals synchronization, and UI enhancements 2026-03-07 00:29:11 +07:00
Expense.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
Feed.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
FeedDelivery.php feat: Introduce FeedDeliveryObserver for automatic feed stock management and enhance ProcessFeedSchedule with stock pre-checks and transactions. 2026-02-26 13:42:23 +07:00
FeedFeedSchedule.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
FeedPurchase.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
FeedPurchaseItem.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
FeedSchedule.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
Order.php feat: Implement decimal precision for quantities and monetary values across feed purchases, delayed goods, and related calculations. 2026-03-07 12:04:05 +07:00
Payroll.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
PayrollAdjustment.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
Unit.php refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +07:00
User.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
Warehouse.php feat: Introduce warehouse stock management with dedicated tables and observers, and update egg collection totals to use decimal values. 2026-03-07 00:42:28 +07:00
WarehouseStock.php feat: Add real-time warehouse stock validation to DelayedGood and Order forms, supported by new WarehouseStock helper methods. 2026-03-07 14:12:34 +07:00