Commit Graph

50 Commits

Author SHA1 Message Date
Yoga Pangestu
9619912f2f feat: Implement role-based dashboard content visibility and consolidate view permissions under 'Analisys'. 2026-03-09 19:32:05 +07:00
Yoga Pangestu
84909d9392 feat: Implement detailed feed scheduling and delivery seeders, refine factory data generation for various entities, and update database seeder. 2026-03-09 14:56:14 +07:00
Yoga Pangestu
5c068017b2 feat: Implement Warehouse and EggCollectionItem factories, updating EggCollection factory and seeder for item and warehouse management. 2026-03-09 13:57:04 +07:00
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
39593b7170 feat: Integrate warehouse management and decimal quantities for delayed goods, with automatic stock adjustments. 2026-03-07 13:49:21 +07:00
Yoga Pangestu
0ab5b19dc2 feat: Add FeedDeliveryPolicy, FeedSchedulePolicy, and WarehousePolicy for authorization management, enhancing access control for respective models. 2026-03-07 13:40:16 +07:00
Yoga Pangestu
db386f455d chore: Remove CustomerSeeder from DatabaseSeeder. 2026-03-07 13:24:22 +07:00
Yoga Pangestu
48b182cd4b 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
Yoga Pangestu
0a643efbb6 feat: Enhance WarehouseResource with stock management features, including a repeater for stock entries and improved quantity handling in the WarehouseStock model 2026-03-07 12:03:12 +07:00
Yoga Pangestu
c6e7119b94 refactor: Update EggCollectionResource to improve currency handling, enhance item display logic, and adjust database migration for decimal values in egg totals 2026-03-07 10:59:47 +07:00
Yoga Pangestu
547abb758e feat: Add WarehouseSeeder to initialize warehouse data and update DatabaseSeeder to include it 2026-03-07 10:55:11 +07:00
Yoga Pangestu
317b7fd21c 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
Yoga Pangestu
15de085f58 refactor: update WarehouseResource to use 'name' as record title and remove unused fields from the warehouse migration 2026-03-07 00:31:37 +07:00
Yoga Pangestu
8ddbe5ed29 feat: implement egg collection items management with relationships, totals synchronization, and UI enhancements 2026-03-07 00:29:11 +07:00
Yoga Pangestu
d90441b1fa feat: add warehouse management with database migration, model, and Filament resource. 2026-03-06 23:50:01 +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
551437c8e6 feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
Yoga Pangestu
66793f6b2e feat: Decouple feed deliveries from schedules, add soft deletes to deliveries, and dynamically schedule feed processing by time. 2026-02-26 12:50:54 +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
2539d1f3f8 feat: remove restore and force delete permissions for various entities in ShieldSeeder 2026-02-24 14:29:19 +07:00
Yoga Pangestu
37d4b3b39a feat: update permissions for roles in ShieldSeeder to include comprehensive access controls for various entities 2026-02-24 14:18:14 +07:00
Yoga Pangestu
7413584bba feat: update permissions and navigation group names for consistency in ShieldSeeder and AdminPanelProvider 2026-02-24 14:13:33 +07:00
Yoga Pangestu
2400f686a6 feat: Implement authorization for various models and widgets by creating policies, updating the Shield seeder, and adding widget shields. 2026-02-24 13:41:04 +07:00
Yoga Pangestu
c1201cd8c2 feat: make full data seeding conditional on local environment. 2026-02-19 22:24:59 +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
556618c929 feat: Implement DelayedGood management with resource, pages, model, migration, and observer for tracking delayed goods 2026-02-19 09:43:31 +07:00
Yoga Pangestu
82d8f4b94f feat: Add OrderSeeder to DatabaseSeeder for order data initialization 2026-02-19 09:14:15 +07:00
Yoga Pangestu
ce89c74236 feat: Add Order management with resource, pages, model, and migrations for order tracking and processing 2026-02-19 09:10:20 +07:00
Yoga Pangestu
233f3c8394 feat: Update EggPriceSeeder to use existing unit IDs and add 'Butir' unit in UnitSeeder 2026-02-19 07:19:39 +07:00
Yoga Pangestu
33634cf470 refactor: Clean up UnitSeeder by removing commented code and unused random unit creation 2026-02-19 07:09:36 +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
557ae954d2 feat: Implement Customer management with resource, pages, model, and migration for customer data handling 2026-02-18 22:41:49 +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
71ea216b96 refactor: Update Feed model and resource to use integer for stock and adjust price formatting 2026-02-17 19:43:10 +07:00
Yoga Pangestu
244a548a4c refactor: Remove FeedStatus enum and its references from FeedResource, Feed model, and migration 2026-02-17 19:40:31 +07:00
Yoga Pangestu
56038a3bf7 feat: Implement Feed Purchase management module with resource, pages, and cart functionality 2026-02-17 19:38:06 +07:00
Yoga Pangestu
20b76b6b04 feat: Implement Spatie Media Library for Feed model with custom path generation and Filament integration. 2026-02-13 15:46:27 +07:00
Yoga Pangestu
bd86ff2159 feat(feat): add price and adjust logic 2026-02-09 11:39:21 +07:00
Yoga Pangestu
ba6ca892dd feat: introduce feed management module, including model, migration, status enum, and Filament resource. 2026-02-09 10:23:12 +07:00
Yoga Pangestu
4e21468348 feat: Add unit entity with model, migration, and Filament resource 2026-02-09 10:20:39 +07:00
Yoga Pangestu
dbd235fcbe feat: Add Chicken entity with model, migration, Filament resource, and status enum. 2026-02-09 09:43:39 +07:00
Yoga Pangestu
0a23f4d0e3 feat: Add comprehensive user, role, and permission management through Filament Shield integration. 2026-02-09 09:13:07 +07:00
Yoga Pangestu
c5fa78840a feat: Introduce user roles with RoleEnum, update user table schema for username and soft deletes, and refactor user seeding. 2026-02-07 15:35:09 +07:00
Yoga Pangestu
5f6223a770 initial commit 2025-12-27 17:08:11 +07:00