mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
Rental Service
Repair Service
This commit is contained in:
@@ -45,6 +45,27 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(CourierDeliverService\CourierDeliverServiceContractEntitiesTableSeeder::class);
|
||||
$this->call(CourierDeliverService\CourierDeliverServiceContractObligationsTableSeeder::class);
|
||||
$this->call(CourierDeliverService\CourierDeliverServiceContractObligationDependenciesTableSeeder::class);
|
||||
|
||||
// Repair Servive
|
||||
$this->call(RepairService\RepairServiceContractTemplatesTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceContractTemplateObligationsTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceContractTemplateObligationDependenciesTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceEntitiesTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceSingaturesTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceContractsTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceContractEntitiesTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceContractObligationsTableSeeder::class);
|
||||
$this->call(RepairService\RepairServiceContractObligationDependenciesTableSeeder::class);
|
||||
|
||||
$this->call(RenderService\RenderServiceContractTemplatesTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceContractTemplateObligationsTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceContractTemplateObligationDependenciesTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceEntitiesTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceSingaturesTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceContractsTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceContractEntitiesTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceContractObligationsTableSeeder::class);
|
||||
$this->call(RenderService\RenderServiceContractObligationDependenciesTableSeeder::class);
|
||||
|
||||
DB::commit();
|
||||
}
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ class RenderServiceContractObligationDependenciesTableSeeder extends Seeder
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
],
|
||||
[
|
||||
'id' => 11,
|
||||
'id' => 12,
|
||||
'user_id' => 2,
|
||||
'contract_obligation_id' => 15, // Librarian update customer borrow record
|
||||
'depend_contract_obligation_id' => 14, // Librarian check the book
|
||||
|
||||
@@ -6,7 +6,7 @@ use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Str;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class RenderServiceSignaturesTableSeeder extends Seeder
|
||||
class RenderServiceSingaturesTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
|
||||
@@ -6,7 +6,7 @@ use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Str;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class RepairServiceSignaturesTableSeeder extends Seeder
|
||||
class RepairServiceSingaturesTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
|
||||
Reference in New Issue
Block a user