[go: up one dir, main page]

Skip to content

exampleex/PharmacyManagementSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PharmacyManagementSystem

🔥Pharmacy Dispensing Management System || Python Django

This is a simple Pharmacy's Dispensing Management System programmed using Python Django. The system has 5 types of users are the Administrator, Pharmacist, Doctor, and Receptionist(pharmacyClerk) and Patient.This project has user-friendly functionalities.

Run these Commads

Step 1

 pip install -r requirements.txt

Step 2

 python manage.py migrate

Step 3

 python manage.py runserver

Admin User Login:

  • Username: admin

  • password: 1234

        Administrator Main Features
    
    • Manage Admissions/Patients
    • Manage System Users
    • Manage Patient's Prescription
    • Manage Medicinal Drugs Categories
    • Manage Medicinal Drugs
    • Manage Stocks
    • Dispense Medicinal Drug
    • Manage Personal Accounti

Patient Login:

  • Username: patient1

  • password: 1234

         Patient Main Featues
    
    • Manage his/her medications
    • Feedback Pharmacist incase of dispensing issue
    • manage Personal Account

Pharmacist Login:

  • Username: pharmacist1

  • password: 1234

      Pharmacist  Main Features
    
    • Manage Medicinal Drugs
    • Manage Stocks
    • Dispense Medicinal Drug
    • Manage Patient Feedback messeges
    • Manage Personal Account

PharmacyClerk Login:

  • Username: pharmacyclerk1

  • password: 1234

          Receptionist Main Features
    
    • Manage Admissions/Patients
    • Manage Personal Account

Doctor Login:

  • Username: doctor1

  • password: 1234

      Doctor Main Featues
    
    • Manage Patient's Prescription
    • Manage Personal Account

N/B: When adding New patient there are some validations in filling the forms For easy filling of forms use fake filler extension in chrome Fake Filler Extension Chrome link:https://chrome.google.com/webstore/detail/fake-filler/bnjjngeaknajbdcgpfkgnonkmififhfo


About

⚡ Pharmacy Dispensing Management System || Django

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.5%
  • CSS 30.9%
  • HTML 17.4%
  • Python 9.9%
  • SCSS 0.3%