Import latest app updates from streamline

An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
This commit is contained in:
2024-04-11 11:16:51 -07:00
parent cb4c6b4c1a
commit 4a89356390
10435 changed files with 107737 additions and 1220538 deletions
@@ -95,7 +95,7 @@ use Database\Seeders\TheatreLocationsTableSeeder;
use Database\Seeders\TuberclosisStatusTableSeeder;
use Database\Seeders\UnitOfMeasureTableSeeder;
use Database\Seeders\UsersTableSeeder;
use Database\Seeders\VillagesSeeder;
use Database\Seeders\VillagesTableSeeder;
use Database\Seeders\HmisWardSeeder;
use Database\Seeders\VolatileLiquidAnaestheticsTableSeeder;
use Database\Seeders\AnaesthesiaTypesSeeder;
@@ -140,6 +140,7 @@ class DatabaseSeeder extends Seeder {
$this->call(FamilyRelationshipsTableSeeder::class);
$this->call(HeartRegularitiesTableSeeder::class);
$this->call(HmisCategoriesTableSeeder::class);
$this->call(HmisCategoryOptionsSeeder::class);
//$this->call(HospitalInformationTableSeeder::class);
$this->call(InvestigationCategoriesTableSeeder::class);
//$this->call(InvestigationSeeder::class);
@@ -178,22 +179,12 @@ class DatabaseSeeder extends Seeder {
$this->call(SymptomsSeeder::class);
$this->call(UnitOfMeasureTableSeeder::class);
$this->call(UsersTableSeeder::class);
$this->call(VillagesSeeder::class);
$this->call(VillagesTableSeeder::class);
//$this->call(WardsTableSeeder::class);
$this->call(PermissionsCategoryTableSeeder::class);
$this->call(FinancePointTagTableSeeder::class);
$this->call(PaymentItemsTableSeeder::class);
// the seeders below are created for testing purposes only and should not be on the production server
$this->call(DiscountCategoriesTableSeeder::class);
$this->call(DonorsTableSeeder::class);
$this->call(PatientDiscountsTableSeeder::class);
$this->call(PremiumsTableSeeder::class);
$this->call(InsuranceGroupsTableSeeder::class);
$this->call(InsuranceMembersTableSeeder::class);
$this->call(HeadsofFamilyTableSeeder::class);
// end of those testing purposes
$this->call(DentalsTableSeeder::class);
$this->call(RadiologiesTableSeeder::class);
$this->call(LabsTableSeeder::class);
@@ -220,6 +211,9 @@ class DatabaseSeeder extends Seeder {
$this->call(ChartOfAccountSlugTableSeeder::class);
$this->call(PersonTitlesTableSeeder::class);
$this->call(HmisWardSeeder::class);
$this->call(SlitLampTestAreaValueSeeder::class);
$this->call(SlitLampTestAreaSeeder::class);
$this->call(DiagnosisCategorySeeder::class);
}
}