Merge remote-tracking branch 'origin/feature/primaya' into staging

This commit is contained in:
R
2026-02-26 08:35:27 +07:00
2136 changed files with 33387 additions and 7827 deletions

0
app/Models/Address.php Executable file → Normal file
View File

0
app/Models/Appointment.php Executable file → Normal file
View File

0
app/Models/AppointmentParticipant.php Executable file → Normal file
View File

0
app/Models/AppointmentType.php Executable file → Normal file
View File

0
app/Models/AuditTrail.php Executable file → Normal file
View File

4
app/Models/Benefit.php Executable file → Normal file
View File

@@ -57,4 +57,8 @@ class Benefit extends Model
// TODO corporate_benefits pivot
]);
}
public function corporateBenefits()
{
return $this->hasMany(CorporateBenefit::class, 'benefit_id');
}
}

0
app/Models/Brand.php Executable file → Normal file
View File

0
app/Models/Category.php Executable file → Normal file
View File

0
app/Models/Channel.php Executable file → Normal file
View File

0
app/Models/City.php Executable file → Normal file
View File

0
app/Models/Claim.php Executable file → Normal file
View File

0
app/Models/ClaimDiagnosis.php Executable file → Normal file
View File

0
app/Models/ClaimEncounter.php Executable file → Normal file
View File

0
app/Models/ClaimHistory.php Executable file → Normal file
View File

0
app/Models/ClaimHistoryCare.php Executable file → Normal file
View File

0
app/Models/ClaimItem.php Executable file → Normal file
View File

0
app/Models/ClaimRequest.php Executable file → Normal file
View File

4
app/Models/Corporate.php Executable file → Normal file
View File

@@ -1,7 +1,7 @@
<?php
namespace App\Models;
use Altek\Accountant\Contracts\Recordable;
use Altek\Accountant\Contracts\Recordable;
use App\Traits\Blameable;
use Illuminate\Database\Eloquent\Casts\AsArrayObject;
use Illuminate\Database\Eloquent\Factories\HasFactory;
@@ -23,6 +23,8 @@ class Corporate extends Model
'help_text',
'active',
'linking_rules',
'api_key',
'api_secret',
'automatic_linking',
'phone',
'phone_alarm_canter',

0
app/Models/CorporateBenefit.php Executable file → Normal file
View File

0
app/Models/CorporateDivision.php Executable file → Normal file
View File

0
app/Models/CorporateEmployee.php Executable file → Normal file
View File

0
app/Models/CorporateFormularium.php Executable file → Normal file
View File

0
app/Models/CorporateHospital.php Executable file → Normal file
View File

0
app/Models/CorporateManager.php Executable file → Normal file
View File

0
app/Models/CorporatePlan.php Executable file → Normal file
View File

0
app/Models/CorporatePolicy.php Executable file → Normal file
View File

0
app/Models/CorporateService.php Executable file → Normal file
View File

0
app/Models/CorporateServiceConfig.php Executable file → Normal file
View File

0
app/Models/CorporateServiceSpeciality.php Executable file → Normal file
View File

0
app/Models/DailyMonitoring.php Executable file → Normal file
View File

0
app/Models/DiagnosisSecondaryClaimHistoryCare.php Executable file → Normal file
View File

0
app/Models/District.php Executable file → Normal file
View File

0
app/Models/Drug.php Executable file → Normal file
View File

0
app/Models/DrugAtc.php Executable file → Normal file
View File

0
app/Models/DrugCategory.php Executable file → Normal file
View File

0
app/Models/DrugComposition.php Executable file → Normal file
View File

0
app/Models/DrugExternalIdentifier.php Executable file → Normal file
View File

0
app/Models/DrugIdentifier.php Executable file → Normal file
View File

0
app/Models/DrugSellingUnit.php Executable file → Normal file
View File

0
app/Models/DrugUnit.php Executable file → Normal file
View File

0
app/Models/Encounter.php Executable file → Normal file
View File

0
app/Models/EncounterDiagnosis.php Executable file → Normal file
View File

0
app/Models/EncounterParticipant.php Executable file → Normal file
View File

0
app/Models/Exclusion.php Executable file → Normal file
View File

0
app/Models/ExclusionImport.php Executable file → Normal file
View File

0
app/Models/ExclusionRules.php Executable file → Normal file
View File

0
app/Models/Family.php Executable file → Normal file
View File

0
app/Models/File.php Executable file → Normal file
View File

0
app/Models/FilesDoc.php Executable file → Normal file
View File

0
app/Models/FilesMcu.php Executable file → Normal file
View File

0
app/Models/Formularium.php Executable file → Normal file
View File

0
app/Models/FormulariumItem.php Executable file → Normal file
View File

0
app/Models/FormulariumTemplate.php Executable file → Normal file
View File

0
app/Models/GeneratedDocument.php Executable file → Normal file
View File

0
app/Models/Icd.php Executable file → Normal file
View File

0
app/Models/IcdTemplate.php Executable file → Normal file
View File

0
app/Models/Identifier.php Executable file → Normal file
View File

0
app/Models/ImportLog.php Executable file → Normal file
View File

0
app/Models/Ingredient.php Executable file → Normal file
View File

0
app/Models/LaboratoriumResult.php Executable file → Normal file
View File

0
app/Models/LimitJournal.php Executable file → Normal file
View File

0
app/Models/Livechat.php Executable file → Normal file
View File

0
app/Models/MedicalPlan.php Executable file → Normal file
View File

0
app/Models/Member.php Executable file → Normal file
View File

0
app/Models/MemberPlan.php Executable file → Normal file
View File

0
app/Models/MemberPolicy.php Executable file → Normal file
View File

0
app/Models/Message.php Executable file → Normal file
View File

0
app/Models/Meta.php Executable file → Normal file
View File

0
app/Models/Navigations.php Executable file → Normal file
View File

0
app/Models/NotificationToken.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Appointment.php Executable file → Normal file
View File

0
app/Models/OLDLMS/AppointmentDetail.php Executable file → Normal file
View File

0
app/Models/OLDLMS/DoctorOnline.php Executable file → Normal file
View File

0
app/Models/OLDLMS/DoctorRating.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Dokter.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Healthcare.php Executable file → Normal file
View File

0
app/Models/OLDLMS/HealthcareCommission.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Insurance.php Executable file → Normal file
View File

0
app/Models/OLDLMS/JadwalDokter.php Executable file → Normal file
View File

0
app/Models/OLDLMS/JadwalDokterDay.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Kota.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Livechat.php Executable file → Normal file
View File

0
app/Models/OLDLMS/LivechatSummary.php Executable file → Normal file
View File

0
app/Models/OLDLMS/NotificationToken.php Executable file → Normal file
View File

0
app/Models/OLDLMS/PersonalAccessToken.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Prescription.php Executable file → Normal file
View File

0
app/Models/OLDLMS/PrescriptionItem.php Executable file → Normal file
View File

0
app/Models/OLDLMS/PrescriptionOrder.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Provinsi.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Relationship.php Executable file → Normal file
View File

0
app/Models/OLDLMS/Speciality.php Executable file → Normal file
View File

0
app/Models/OLDLMS/User.php Executable file → Normal file
View File

0
app/Models/OLDLMS/UserDetail.php Executable file → Normal file
View File

0
app/Models/OLDLMS/UserInsurance.php Executable file → Normal file
View File

0
app/Models/OLDLMS/UserInsuranceDetail.php Executable file → Normal file
View File

0
app/Models/Organization.php Executable file → Normal file
View File

0
app/Models/OrganizationUser.php Executable file → Normal file
View File

0
app/Models/PaymentsMethods.php Executable file → Normal file
View File

0
app/Models/Person.php Executable file → Normal file
View File

0
app/Models/Plan.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More