| .. |
|
Customer.php
|
feat: Implement Customer management with resource, pages, model, and migration for customer data handling
|
2026-02-18 22:41:49 +07:00 |
|
DelayedGood.php
|
refactor: update model casts to use method syntax across multiple models.
|
2026-02-19 11:09:08 +07:00 |
|
EggCollection.php
|
feat: implement egg collection items management with relationships, totals synchronization, and UI enhancements
|
2026-03-07 00:29:11 +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
|
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 |
|
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
|
fix: correct access check in canAccessPanel method to use instance method instead of auth helper
|
2026-02-24 14:22:11 +07:00 |
|
Warehouse.php
|
feat: add warehouse management with database migration, model, and Filament resource.
|
2026-03-06 23:50:01 +07:00 |