Server Changes, Ambil semuanya

This commit is contained in:
Server D3 Linksehat
2026-02-04 14:39:20 +07:00
parent b8a72b8119
commit 8077284d3b
2073 changed files with 21586 additions and 8187 deletions

0
.DS_Store vendored Executable file → Normal file
View File

0
.editorconfig Executable file → Normal file
View File

0
.env-example Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

1
.gitignore vendored Executable file → Normal file
View File

@@ -16,6 +16,7 @@ yarn-error.log
/public/dashboard
/public/dashboard-staging
/public/dashboard-copy
/public/dashboard-copy2
/public/client-portal
/public/client-portal-staging

0
.styleci.yml Executable file → Normal file
View File

View File

@@ -42,7 +42,8 @@ class PrescriptionController extends Controller
$search = $request->search;
$prescription->where(function ($query) use ($search) {
$query->where('sDokterName', 'LIKE', '%' . $search . "%")
->orWhere('sKodeResep', 'LIKE', '%' . $search . "%");
->orWhere('sKodeResep', 'LIKE', '%' . $search . "%")
->orWhere('tx_prescription_orders.sPenerima', 'LIKE', '%' . $search . "%");
});
}
if (($request->has('prescription_start') || $request->has('prescription_end'))

0
README.md Executable file → Normal file
View File

0
_ide_helper.php Executable file → Normal file
View File

0
app/Builders/MemberBuilder.php Executable file → Normal file
View File

0
app/Console/Kernel.php Executable file → Normal file
View File

0
app/Events/ChatMessageSent.php Executable file → Normal file
View File

0
app/Events/ClaimApproved.php Executable file → Normal file
View File

0
app/Events/ClaimDeclined.php Executable file → Normal file
View File

0
app/Events/ClaimPaid.php Executable file → Normal file
View File

0
app/Events/ClaimPostpone.php Executable file → Normal file
View File

0
app/Events/ClaimReceived.php Executable file → Normal file
View File

0
app/Events/ClaimRequested.php Executable file → Normal file
View File

0
app/Exceptions/Handler.php Executable file → Normal file
View File

0
app/Exceptions/ImportRowException.php Executable file → Normal file
View File

0
app/Helpers/DuitkuHelper.php Executable file → Normal file
View File

0
app/Helpers/Helper.php Executable file → Normal file
View File

0
app/Http/Controllers/Api/AuthController.php Executable file → Normal file
View File

0
app/Http/Controllers/Api/OLDLMS/ClaimController.php Executable file → Normal file
View File

View File

0
app/Http/Controllers/Api/OLDLMS/PaymentController.php Executable file → Normal file
View File

0
app/Http/Controllers/Controller.php Executable file → Normal file
View File

0
app/Http/Controllers/GeneratedDocumentController.php Executable file → Normal file
View File

0
app/Http/Kernel.php Executable file → Normal file
View File

0
app/Http/Middleware/Authenticate.php Executable file → Normal file
View File

0
app/Http/Middleware/EncryptCookies.php Executable file → Normal file
View File

0
app/Http/Middleware/LinksehatOldAuthMiddleware.php Executable file → Normal file
View File

View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Executable file → Normal file
View File

0
app/Http/Middleware/TrimStrings.php Executable file → Normal file
View File

0
app/Http/Middleware/TrustHosts.php Executable file → Normal file
View File

0
app/Http/Middleware/TrustProxies.php Executable file → Normal file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Executable file → Normal file
View File

0
app/Http/Resources/MemberDataTableResource.php Executable file → Normal file
View File

0
app/Http/Resources/MemberListResource.php Executable file → Normal file
View File

0
app/Http/Resources/OLDLMS/MemberLimitResource.php Executable file → Normal file
View File

0
app/Http/Resources/OLDLMS/MemberResource.php Executable file → Normal file
View File

0
app/Imports/PlansImport.php Executable file → Normal file
View File

0
app/Jobs/ProcessImport.php Executable file → Normal file
View File

0
app/Jobs/TestJob.php Executable file → Normal file
View File

0
app/Listeners/LogClaimJournal.php Executable file → Normal file
View File

0
app/Listeners/NotifyClaimRequested.php Executable file → Normal file
View File

0
app/Listeners/ProcessChatMessage.php Executable file → Normal file
View File

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

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

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

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

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

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