Commit Graph

14 Commits

Author SHA1 Message Date
Yoga Pangestu
515526b478 feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
Yoga Pangestu
f8c79ce688 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
Yoga Pangestu
9ae00ebacd 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
Yoga Pangestu
97ba4f1de5 feat: Remove Chicken model, related resources, and associated functionality 2026-02-26 08:12:56 +07:00
Yoga Pangestu
0210d08477 feat: Remove EggPrice resource and related components from the application 2026-02-26 07:56:22 +07:00
Yoga Pangestu
75712c4f2a feat: Refactor egg collection management by consolidating pages and updating form structure 2026-02-25 22:35:26 +07:00
Yoga Pangestu
f6a1abfa0e feat: introduce expense management feature with dedicated model, migration, seeder, and Filament resource. 2026-02-19 11:04:47 +07:00
Yoga Pangestu
a1d01654d5 feat: Add DelayedGood model factory and seeder, and integrate it into the main DatabaseSeeder. 2026-02-19 09:52:04 +07:00
Yoga Pangestu
82d8f4b94f feat: Add OrderSeeder to DatabaseSeeder for order data initialization 2026-02-19 09:14:15 +07:00
Yoga Pangestu
93ab1d6eb1 feat: Add EggPrice management with resource, pages, model, migration, factory, and seeder for egg price tracking 2026-02-19 04:13:40 +07:00
Yoga Pangestu
7c15781d5d feat: Add CustomerSeeder to DatabaseSeeder for customer data initialization 2026-02-18 22:41:00 +07:00
Yoga Pangestu
d8038b59b9 feat: Implement EggCollection management with resource, pages, and models for egg production tracking 2026-02-18 22:26:04 +07:00
Yoga Pangestu
9b2866ed0e refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +07:00
Yoga Pangestu
5f6223a770 initial commit 2025-12-27 17:08:11 +07:00