• The default language of any content posted is English.
HMS Saas - Laravel Multi Hospital Management System - HMS Saas Hospital - Appointment Booking

HMS Saas - Laravel Multi Hospital Management System - HMS Saas Hospital - Appointment Booking 3.5.1

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,460
Reactions
63,159
raz0r submitted a new resource:

HMS Saas - Laravel Multi Hospital Management System - HMS Saas Hospital - Appointment Booking - Laravel Multi Hospital Management System - HMS Saas Hospital - Appointment Booking - 35427978

View attachment 6546

This is Laravel Multi Hospital Management System where the Super admin can manage all the hospitals, and Hospitals can do the registration via this platform and manage their data separately.

Its Comes up with a powerful hospital admin panel and a beautiful hospital landing page from where users can get information about the hospital.

Here are some Key Features and Concepts that InfyHMS-Saas provides.

InfyHMS-Saas – Laravel Multi Hospital...

Read more about this resource...
 
Latest version of InfyHMS-SAAS is v4.2.2. If someone upload and share nulled version, it is highly obliged.
Thanking in anticipation.

N.B: Kindly correct the title of this thread - "HMS Saas - Laravel Multi Hospital Management System - HMS Saas Hospital - Appointment Booking 3.5.1" - This version is NOT SAAS based, it is also regular version of InfyHMS for Single Hospital.
 
Last edited:

Multi Hospital 9th June, 2023 - Hospital Management System (Saas App)​


Web based hospital management System The Ultimate solution for managing single or multiple : Hospital Diagnostic Center Clinic Nursing Home​

Download
 

InfyHMS-SaaS Releases​

Find detailed release notes of each version below for InfyHMS-SaaS.

v5.0.0 (2023-10-12)​

Enhancements​

  • Upgrade Laravel version to 10.x

Fixes​

  • Responsive and other minor Bugs fixes.

v4.3.1 (2023-09-16)​

Enhancements​

  • Zoom authentication with zoom oath instead with jwt.
  • Add support to pharmacist login can see prescription medicine list.
  • Send mail notification at time when hospital upgrade plan.
  • Add support all users in one tab.

Fixes​

  • Responsive and bug fixes.

v4.3.0 (2023-08-16)​

Features​

  • Added Seprate column for days interval and dose duration, calculate it's medicines and create Medcine bill.
  • Add Support Medicine Management (Used Medicine, Purchase Medicine, Medicine Bills).
  • Add Support, mail notification to super admin/hospital when someone sends enquries to them .
  • Add Support to super admin can enable/disable payment gateways from settings .
  • Throw error when doctors wants to set thier schedule, until the hospital added thier schedule.

Fixes​

  • Responsive and bug fixes.

v4.2.2 (2023-06-23)​

Features​

  • Add Google reCaptcha settings to the super admin settings.

Fixes​

  • Responsive and bug fixes.

v4.2.1 (2023-05-22)​

Features​

  • Add default currency selection support to the super admin settings.

Fixes​

  • Responsive and bug fixes.

v4.2.0 (2023-02-15)​

Features​

  • Paystack payment support added in purchase subscription plan.
  • Paypal, Razorpay, Paytm, Paystack payment support added in patient invoice payment side.

Fixes​

  • Responsive and bug fixes.

Enhancements​

  • Email support added in Hospital Register, Appointment, Live Consultation, Live Meeting and Patient Invoice.

v4.1.0 (2023-02-03)​

Features​

  • Hospital Type module added.

Fixes​

  • Responsive and bug fixes.

Enhancements​

  • Paytm payment support added in subscription plan.

v4.0.0 (2023-01-02)​

Features​

  • Currency Formatting Added.

Fixes​

  • Responsive and bug fixes.

Enhancements​

  • Laravel 9 Support added.
 
Any one with nulled version of Latest version of InfyHMS-SAAS or InfyHMS.
Thank you🤝
 
Spatie\MediaLibrary was used here can anyone help me how to set up dynamic $frontService->icon_url foe each $frontService
<div class="row justify-content-center">
@foreach($frontServices as $frontService)
<div class="col-xl-3 col-lg-4 col-md-6 py-lg-2 card-hover d-flex align-items-stretch">
<div class="card p-c-4 my-lg-2 mx-lg-1 my-md-3 my-2 flex-fill">
<img src="{{ isset($frontService->icon_url) ? $frontService->icon_url : asset('web_front/images/services/medicine.png') }}" class="card-img-top img-wh mx-auto " alt="Cardiology">
<div class="card-body p-0 text-center d-flex flex-column">
<h4 class="card-title mt-4">{{ \Illuminate\Support\Str::limit($frontService->name, 16) }}</h4>
<p class="card-text">
{{ \Illuminate\Support\Str::limit($frontService->short_description, 123) }}
</p>
</div>
</div>
</div>
@endforeach
</div>
 

Attachments

  • Screenshot from 2024-01-23 03-25-00.png
    Screenshot from 2024-01-23 03-25-00.png
    56.7 KB · Views: 6
Top