restaurant changes

This commit is contained in:
Sampanna Rimal
2024-09-19 18:33:08 +05:45
parent 0b438e302d
commit 2fa9d47a73
115 changed files with 3489 additions and 67 deletions

View File

@@ -164,6 +164,10 @@ class ComposerStaticInit6dc3e011b2ee18ecf5f0987aba384f2b
'Modules\\Recruit\\Database\\Seeders\\' => 33,
'Modules\\Recruit\\Database\\Factories\\' => 35,
'Modules\\Recruit\\' => 16,
'Modules\\PurchaseEntry\\Tests\\' => 28,
'Modules\\PurchaseEntry\\Database\\Seeders\\' => 39,
'Modules\\PurchaseEntry\\Database\\Factories\\' => 41,
'Modules\\PurchaseEntry\\' => 22,
'Modules\\Product\\Tests\\' => 22,
'Modules\\Product\\Database\\Seeders\\' => 33,
'Modules\\Product\\Database\\Factories\\' => 35,
@@ -192,6 +196,10 @@ class ComposerStaticInit6dc3e011b2ee18ecf5f0987aba384f2b
'Modules\\Leave\\Database\\Seeders\\' => 31,
'Modules\\Leave\\Database\\Factories\\' => 33,
'Modules\\Leave\\' => 14,
'Modules\\Ingredient\\Tests\\' => 25,
'Modules\\Ingredient\\Database\\Seeders\\' => 36,
'Modules\\Ingredient\\Database\\Factories\\' => 38,
'Modules\\Ingredient\\' => 19,
'Modules\\Employee\\Tests\\' => 23,
'Modules\\Employee\\Database\\Seeders\\' => 34,
'Modules\\Employee\\Database\\Factories\\' => 36,
@@ -639,6 +647,22 @@ class ComposerStaticInit6dc3e011b2ee18ecf5f0987aba384f2b
array (
0 => __DIR__ . '/../..' . '/Modules/Recruit/app',
),
'Modules\\PurchaseEntry\\Tests\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/PurchaseEntry/tests',
),
'Modules\\PurchaseEntry\\Database\\Seeders\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/PurchaseEntry/database/seeders',
),
'Modules\\PurchaseEntry\\Database\\Factories\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/PurchaseEntry/database/factories',
),
'Modules\\PurchaseEntry\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app',
),
'Modules\\Product\\Tests\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/Product/tests',
@@ -751,6 +775,22 @@ class ComposerStaticInit6dc3e011b2ee18ecf5f0987aba384f2b
array (
0 => __DIR__ . '/../..' . '/Modules/Leave/app',
),
'Modules\\Ingredient\\Tests\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/Ingredient/tests',
),
'Modules\\Ingredient\\Database\\Seeders\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/Ingredient/database/seeders',
),
'Modules\\Ingredient\\Database\\Factories\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/Ingredient/database/factories',
),
'Modules\\Ingredient\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/Ingredient/app',
),
'Modules\\Employee\\Tests\\' =>
array (
0 => __DIR__ . '/../..' . '/Modules/Employee/tests',
@@ -4185,6 +4225,22 @@ class ComposerStaticInit6dc3e011b2ee18ecf5f0987aba384f2b
'Modules\\Employee\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/Modules/Employee/app/Providers/RouteServiceProvider.php',
'Modules\\Employee\\Repositories\\EmployeeInterface' => __DIR__ . '/../..' . '/Modules/Employee/app/Repositories/EmployeeInterface.php',
'Modules\\Employee\\Repositories\\EmployeeRepository' => __DIR__ . '/../..' . '/Modules/Employee/app/Repositories/EmployeeRepository.php',
'Modules\\Ingredient\\Database\\Seeders\\IngredientDatabaseSeeder' => __DIR__ . '/../..' . '/Modules/Ingredient/database/seeders/IngredientDatabaseSeeder.php',
'Modules\\Ingredient\\Http\\Controllers\\IngredientCategoryController' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Http/Controllers/IngredientCategoryController.php',
'Modules\\Ingredient\\Http\\Controllers\\IngredientController' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Http/Controllers/IngredientController.php',
'Modules\\Ingredient\\Http\\Controllers\\UnitController' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Http/Controllers/UnitController.php',
'Modules\\Ingredient\\Models\\Ingredient' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Models/Ingredient.php',
'Modules\\Ingredient\\Models\\IngredientCategory' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Models/IngredientCategory.php',
'Modules\\Ingredient\\Models\\Unit' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Models/Unit.php',
'Modules\\Ingredient\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Providers/EventServiceProvider.php',
'Modules\\Ingredient\\Providers\\IngredientServiceProvider' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Providers/IngredientServiceProvider.php',
'Modules\\Ingredient\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Providers/RouteServiceProvider.php',
'Modules\\Ingredient\\Repositories\\IngredientCategoryInterface' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Repositories/IngredientCategoryInterface.php',
'Modules\\Ingredient\\Repositories\\IngredientCategoryRepository' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Repositories/IngredientCategoryRepository.php',
'Modules\\Ingredient\\Repositories\\IngredientInterface' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Repositories/IngredientInterface.php',
'Modules\\Ingredient\\Repositories\\IngredientRepository' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Repositories/IngredientRepository.php',
'Modules\\Ingredient\\Repositories\\UnitInterface' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Repositories/UnitInterface.php',
'Modules\\Ingredient\\Repositories\\UnitRepository' => __DIR__ . '/../..' . '/Modules/Ingredient/app/Repositories/UnitRepository.php',
'Modules\\Leave\\Http\\Controllers\\LeaveController' => __DIR__ . '/../..' . '/Modules/Leave/app/Http/Controllers/LeaveController.php',
'Modules\\Leave\\Http\\Controllers\\LeaveTypeController' => __DIR__ . '/../..' . '/Modules/Leave/app/Http/Controllers/LeaveTypeController.php',
'Modules\\Leave\\Http\\Requests\\LeaveTypeRequest' => __DIR__ . '/../..' . '/Modules/Leave/app/Http/Requests/LeaveTypeRequest.php',
@@ -4286,6 +4342,15 @@ class ComposerStaticInit6dc3e011b2ee18ecf5f0987aba384f2b
'Modules\\Product\\Repositories\\SubCategoryRepository' => __DIR__ . '/../..' . '/Modules/Product/app/Repositories/SubCategoryRepository.php',
'Modules\\Product\\Repositories\\WarehouseInterface' => __DIR__ . '/../..' . '/Modules/Product/app/Repositories/WarehouseInterface.php',
'Modules\\Product\\Repositories\\WarehouseRepository' => __DIR__ . '/../..' . '/Modules/Product/app/Repositories/WarehouseRepository.php',
'Modules\\PurchaseEntry\\Database\\Seeders\\PurchaseEntryDatabaseSeeder' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/database/seeders/PurchaseEntryDatabaseSeeder.php',
'Modules\\PurchaseEntry\\Http\\Controllers\\PurchaseEntryController' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Http/Controllers/PurchaseEntryController.php',
'Modules\\PurchaseEntry\\Models\\PurchaseEntry' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Models/PurchaseEntry.php',
'Modules\\PurchaseEntry\\Models\\PurchaseEntryDetail' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Models/PurchaseEntryDetail.php',
'Modules\\PurchaseEntry\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Providers/EventServiceProvider.php',
'Modules\\PurchaseEntry\\Providers\\PurchaseEntryServiceProvider' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Providers/PurchaseEntryServiceProvider.php',
'Modules\\PurchaseEntry\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Providers/RouteServiceProvider.php',
'Modules\\PurchaseEntry\\Repositories\\PurchaseEntryInterface' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Repositories/PurchaseEntryInterface.php',
'Modules\\PurchaseEntry\\Repositories\\PurchaseEntryRepository' => __DIR__ . '/../..' . '/Modules/PurchaseEntry/app/Repositories/PurchaseEntryRepository.php',
'Modules\\Recruit\\Http\\Controllers\\InterviewScheduleController' => __DIR__ . '/../..' . '/Modules/Recruit/app/Http/Controllers/InterviewScheduleController.php',
'Modules\\Recruit\\Http\\Controllers\\JobApplicationController' => __DIR__ . '/../..' . '/Modules/Recruit/app/Http/Controllers/JobApplicationController.php',
'Modules\\Recruit\\Http\\Controllers\\JobPostController' => __DIR__ . '/../..' . '/Modules/Recruit/app/Http/Controllers/JobPostController.php',