layer-chicken/database/migrations
2026-03-08 23:22:33 +07:00
..
0001_01_01_000000_create_users_table.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2025-12-27 17:08:11 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2025-12-27 17:08:11 +07:00
2026_02_01_000000_create_warehouses_table.php 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
2026_02_09_015257_create_permission_tables.php feat: Add comprehensive user, role, and permission management through Filament Shield integration. 2026-02-09 09:13:07 +07:00
2026_02_09_024000_create_units_table.php feat: Add unit entity with model, migration, and Filament resource 2026-02-09 10:20:39 +07:00
2026_02_09_024536_create_feeds_table.php refactor: Update Feed model and resource to use integer for stock and adjust price formatting 2026-02-17 19:43:10 +07:00
2026_02_09_033312_create_feed_purchases_table.php feat: Implement Feed Purchase management module with resource, pages, and cart functionality 2026-02-17 19:38:06 +07:00
2026_02_09_033313_create_feed_purchase_items_table.php feat: Implement Feed Purchase management module with resource, pages, and cart functionality 2026-02-17 19:38:06 +07:00
2026_02_13_084541_create_media_table.php feat: Implement Spatie Media Library for Feed model with custom path generation and Filament integration. 2026-02-13 15:46:27 +07:00
2026_02_17_000001_create_egg_collections_table.php 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
2026_02_18_000003_create_customers_table.php feat: Implement Customer management with resource, pages, model, and migration for customer data handling 2026-02-18 22:41:49 +07:00
2026_02_18_000004_create_orders_table.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
2026_02_19_021653_create_delayed_goods_table.php feat: Integrate warehouse management and decimal quantities for delayed goods, with automatic stock adjustments. 2026-03-07 13:49:21 +07:00
2026_02_19_035358_create_expenses_table.php feat: introduce expense management feature with dedicated model, migration, seeder, and Filament resource. 2026-02-19 11:04:47 +07:00
2026_02_26_000001_create_feed_schedules_table.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
2026_02_26_000002_create_feed_deliveries_table.php 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
2026_02_26_125306_create_feed_feed_schedule_table.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
2026_03_06_095314_create_payrolls_table.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
2026_03_06_095315_create_payroll_adjustments_table.php feat: Implement payroll management system with monthly generation, adjustments, and Filament UI. 2026-03-08 23:22:33 +07:00
2026_03_06_235443_create_egg_collection_items_table.php feat: implement egg collection items management with relationships, totals synchronization, and UI enhancements 2026-03-07 00:29:11 +07:00
2026_03_07_003159_create_warehouse_stocks_table.php 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