| .. |
|
0001_01_01_000000_create_users_table.php
|
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 |
|
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_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
|
feat: Refactor egg collection management by consolidating pages and updating form structure
|
2026-02-25 22:35:26 +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: Add Order management with resource, pages, model, and migrations for order tracking and processing
|
2026-02-19 09:10:20 +07:00 |
|
2026_02_19_020225_add_discount_to_orders_table.php
|
feat: Add Order management with resource, pages, model, and migrations for order tracking and processing
|
2026-02-19 09:10:20 +07:00 |
|
2026_02_19_021653_create_delayed_goods_table.php
|
feat: Implement DelayedGood management with resource, pages, model, migration, and observer for tracking delayed goods
|
2026-02-19 09:43:31 +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 |