| .. |
|
0001_01_01_000000_create_users_table.php
|
feat: add user status toggle functionality with database support and UI controls
|
2026-04-29 22:29:51 +07:00 |
|
0001_01_01_000001_create_cache_table.php
|
initial commit
|
2026-04-11 22:26:56 +07:00 |
|
0001_01_01_000002_create_jobs_table.php
|
initial commit
|
2026-04-11 22:26:56 +07:00 |
|
2022_12_14_083707_create_settings_table.php
|
refactor: migrate general settings to spatie/laravel-settings and rename properties for consistency
|
2026-05-02 01:05:09 +07:00 |
|
2025_08_14_170933_add_two_factor_columns_to_users_table.php
|
initial commit
|
2026-04-11 22:26:56 +07:00 |
|
2026_04_12_222831_create_categories_table.php
|
refactor: rename 'title' to 'name' in Category model, requests, factories, migrations, and seeders for consistency
|
2026-04-16 13:19:04 +07:00 |
|
2026_04_16_082802_create_products_table.php
|
feat: implement stock validation on purchase removal and add global toast error handling for flash messages
|
2026-05-02 17:57:32 +07:00 |
|
2026_04_16_084144_create_product_prices_table.php
|
feat: implement product management module with CRUD operations, validation, and UI integration
|
2026-04-16 13:03:38 +07:00 |
|
2026_04_16_112851_create_category_product_table.php
|
feat: implement product management module with CRUD operations, validation, and UI integration
|
2026-04-16 13:03:38 +07:00 |
|
2026_04_17_100122_create_media_table.php
|
feat: integrate Spatie Media Library with custom path generator and configuration for media handling
|
2026-04-17 10:45:43 +07:00 |
|
2026_04_17_111050_create_expenses_table.php
|
feat: implement expense management module with CRUD operations, validation, and media handling for expense records
|
2026-04-17 13:08:54 +07:00 |
|
2026_04_17_132236_create_user_profiles_table.php
|
feat: add base salary field to user profile management with validation and UI integration
|
2026-04-18 14:51:49 +07:00 |
|
2026_04_18_132845_create_payrolls_table.php
|
feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking
|
2026-04-18 16:07:31 +07:00 |
|
2026_04_18_132853_create_payroll_adjustments_table.php
|
feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking
|
2026-04-18 16:07:31 +07:00 |
|
2026_04_18_132859_create_salary_histories_table.php
|
feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking
|
2026-04-18 16:07:31 +07:00 |
|
2026_04_18_164259_create_purchases_table.php
|
feat: implement purchase management system with database schema, CRUD controllers, and UI components
|
2026-04-20 22:55:19 +07:00 |
|
2026_04_18_164307_create_purchase_items_table.php
|
feat: implement purchase management system with database schema, CRUD controllers, and UI components
|
2026-04-20 22:55:19 +07:00 |
|
2026_04_20_231657_create_activity_log_table.php
|
feat: add activity log management module with database migrations, controller, and UI components
|
2026-04-20 23:53:52 +07:00 |
|
2026_04_20_231658_add_event_column_to_activity_log_table.php
|
feat: add activity log management module with database migrations, controller, and UI components
|
2026-04-20 23:53:52 +07:00 |
|
2026_04_20_231659_add_batch_uuid_column_to_activity_log_table.php
|
feat: add activity log management module with database migrations, controller, and UI components
|
2026-04-20 23:53:52 +07:00 |
|
2026_04_21_193515_create_orders_table.php
|
feat: add subtotal field to orders and include it in print receipts and UI displays
|
2026-04-29 20:42:33 +07:00 |
|
2026_04_21_193518_create_order_items_table.php
|
feat: implement full order management system including CRUD operations, inventory tracking, and payment processing
|
2026-04-22 15:18:18 +07:00 |
|
2026_04_24_221340_create_permission_tables.php
|
feat: integrate spatie/laravel-permission for role-based access control and initialize core system permissions
|
2026-04-24 23:43:40 +07:00 |