Skip to content

princu09/medi-health-nfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo-Here

Note For This Project
I have completed this project, but there is still some work to be done.
This is a note for me to know when I start this project after a while.

1) Auto Date Show on Navbar
2) Welcome Message Show on  Navbar

3) Dashboard Complate
    ├── Dashboard
    ├── Medicines
    ├── Payments
    ├── Bills
    ├── Clinets
    ├── About NFG
    ├── Admin Panel
    └── Logout

4) Bill System Complate
    ├── Create Bill --with-- Client ID , Client Name , Client Mobile 
    ├── Show Bills Below
    └── Save Bills

5) Client 
    ├── Add Clients , With all details & Disease 
    ├── Show All Clients With Full Details
    └── Save Clients

5) About NFG 
    ├── Show All Details 
    ├── Contact With Mail
    └── Save Mail

5) Admin Panel 
    └── Admin Panel with Dark Mode 

5) Logout
    └── Logout User
Full Folder Structure
.
├── db.sqlite3
├── manage.py
├── media
│   ├── images
│   │   ├── prince.jpg
│   │   └── prince_ssWQ6Bh.jpg
│   └── medical
│       ├── favicon.png
│       └── favicon_r3CUoPc.png
├── medical
│   ├── admin.py
│   ├── apps.py
│   ├── __init__.py
│   ├── models.py
│   ├── tests.py
│   ├── urls.py
│   └── views.py
├── medi_health_nfg
│   ├── asgi.py
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── ReadMe.md
├── static
│   ├── css
│   │   ├── about.css
│   │   ├── bills.css
│   │   ├── clients.css
│   │   ├── dashboard.css
│   │   ├── medicine.css
│   │   ├── nav.css
│   │   ├── pre_loader.css
│   │   └── style.css
│   ├── img
│   │   ├── doctor.jpg
│   │   ├── favicon.png
│   │   ├── Medi-Health-1920.jpg
│   │   └── svg
│   │       ├── about.svg
│   │       ├── client_data.svg
│   │       ├── client_details.svg
│   │       ├── error.svg
│   │       └── personal_data_.svg
│   └── js
│       ├── add-client.js
│       ├── collapse.js
│       ├── data-display.js
│       ├── data-table.js
│       ├── genrate-bill.js
│       ├── jquery-3.5.1.min.js
│       ├── preloader.js
│       └── todayDate.js
└── templates
    ├── 404.html
    ├── about.html
    ├── admin
    │   └── base_site.html
    ├── basic.html
    ├── bills.html
    ├── clientsDetails.html
    ├── clients.html
    ├── index.html
    ├── login.html
    ├── medicine.html
    └── payments.html

About

Medi Health NFG a Medical Software Develope By NF Py Developers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published