Skip to content
/ dms Public

Final year project (DIT- Dispensary management system) implemented with filament PHP.

Notifications You must be signed in to change notification settings

omakei/dms

Repository files navigation

DIT-DMS - Filament PHP

Final year project (DIT- Dispensary management system) implemented with filament PHP.

System Requirement

  • PHP 8.0+
  • Laravel v8.0+
  • Livewire v2.0+
  • MariaDB v10.7.3

Setup local environment

You can clone the project using git clone command:

git clone https://github.com/omakei/dms.git

after clone the project you can change directory to project directory and copy .env file using copy command:

cp .env.example .env

Then you can install the dependence using this command:

composer install

Generate app key and places inside the .env file

php artisan key:generate

Run database migration

php artisan migrate:fresh 

Create Filament user

php artisan make:filament-user

Start local server

php artisan serve

Now you can access the app via http://localhost:8000.

Running Test

php artisan test

Project Requirement

  • Settings (Visit services, departments, countries, regions, districts, laboratory tests, medicines, icd10 codes, attendants)
  • Patient Registration
  • Visit Registration (bills, bill items)
  • Patient History (Vital signs, complaints, medications, birth history, family and social, gynaecological and obstetric,system review, diagnoses, investigations)
  • Investigation Sample registration
  • Investigation Result registration
  • Medicine Prescription
  • Advice (referral external)
  • Ward & Bed Registration
  • Bed Assignment
  • Store Registration
  • Inventory Tracking (Stock registration, sale registration)
  • MTUHA Report Export
  • Patient Medical History Export
  • Patient Referral Export
  • Sample Label Export
  • Bill Export
  • NHIF Claim Export
  • Prescription Export
  • Access Control

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Final year project (DIT- Dispensary management system) implemented with filament PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published