| .. |
|
CategoryFactory.php
|
refactor: rename 'title' to 'name' in Category model, requests, factories, migrations, and seeders for consistency
|
2026-04-16 13:19:04 +07:00 |
|
ExpenseFactory.php
|
feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models
|
2026-04-22 22:44:56 +07:00 |
|
OrderFactory.php
|
feat: add subtotal field to orders and include it in print receipts and UI displays
|
2026-04-29 20:42:33 +07:00 |
|
OrderItemFactory.php
|
feat: implement full order management system including CRUD operations, inventory tracking, and payment processing
|
2026-04-22 15:18:18 +07:00 |
|
PayrollAdjustmentFactory.php
|
feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization
|
2026-04-22 22:25:11 +07:00 |
|
PayrollFactory.php
|
feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization
|
2026-04-22 22:25:11 +07:00 |
|
ProductFactory.php
|
feat: implement product management module with CRUD operations, validation, and UI integration
|
2026-04-16 13:03:38 +07:00 |
|
PurchaseFactory.php
|
feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models
|
2026-04-22 22:44:56 +07:00 |
|
PurchaseItemFactory.php
|
feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models
|
2026-04-22 22:44:56 +07:00 |
|
UserFactory.php
|
feat: implement user management module with CRUD operations, including user creation, editing, and deletion, along with profile handling
|
2026-04-17 14:54:21 +07:00 |