Skip to content

abspharmacyall/profitmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>ProfitMaker - README</title> <style> body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; background: #f5f7fa; color: #333; max-width: 900px; margin: 2rem auto; padding: 2rem; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } h1, h2 { color: #2d6cdf; } code { background-color: #eef1f5; padding: 0.2rem 0.4rem; border-radius: 4px; } pre { background: #1e1e1e; color: #dcdcdc; padding: 1rem; border-radius: 8px; overflow-x: auto; } ul { padding-left: 1.5rem; } .badge { display: inline-block; background: #2d6cdf; color: #fff; padding: 0.2rem 0.6rem; border-radius: 5px; font-size: 0.85rem; margin-right: 0.5rem; } .section { margin-bottom: 2rem; } </style>

💊 ProfitMaker

Billing + CRM Web Application for Pharmaceuticals

🚀 Features

  • 🧾 Pharmacy Billing with easy product entry
  • 📦 Inventory tracking with batch & expiry management
  • 👤 CRM to manage customer and supplier profiles
  • 📊 Dashboard with sales & purchase analytics
  • 🖨️ Invoice-ready and expandable to GST formats

🛠️ Tech Stack

HTML5 CSS3 JavaScript

Optional backend: PHP, Node.js, Python (Flask/Django)

📂 Folder Structure

pharmacy-app/
│
├── index.html                  # Dashboard/Homepage
├── sale.html                   # Billing/Sales page
├── purchase.html               # Purchase entry page
├── master/
│   ├── items.html              # Item master
│   ├── company.html            # Company master
│   ├── supplier.html           # Supplier master
├── reports/
│   ├── sales-query.html        # Sales query page
│   ├── adjustment.html         # Stock adjustment page
│   ├── bill-print.html         # Printable bill page
│
├── assets/
│   ├── css/
│   │   ├── style.css           # Global styles
│   │   ├── sale.css            # Page-specific styles
│   │   ├── purchase.css
│   │   └── master.css
│   │
│   ├── js/
│   │   ├── main.js             # Common JS (e.g., date handling, modals)
│   │   ├── sale.js             # Sale logic
│   │   ├── purchase.js
│   │   └── master.js
│   │
│   ├── img/                    # Logos, icons, medicine images
│   └── fonts/                  # Custom fonts (optional)
│
├── components/
│   ├── header.html             # Top navbar (reused)
│   ├── sidebar.html            # Sidebar navigation
│   ├── footer.html             # Footer
│
├── data/                       # JSON or CSV data (test or real)
│   ├── items.json
│   ├── suppliers.json
│   └── companies.json
│
├── print/                      # Printable templates
│   └── bill-template.html
│
└── README.md                   # Project overview or instructions
    

🧑‍💻 Author

Shaik Shahebaaz
Data Analyst | Passionate about turning data into actionable insights

🔗 LinkedInGitHub

📸 Screenshots

Add screenshots here for Purchase, Sales, or Dashboard:

<img src="screenshots/purchase-entry.png" alt="Purchase Entry" />

📃 License

This project is licensed under the MIT License.

✨ Future Enhancements

  • 🔐 Login System & Role Management
  • 📱 Mobile Responsive UI
  • 🧾 GST Invoice Printing
  • 📤 Cloud Backup Support

💡 Contributing

Have ideas or want to contribute? Fork the repo, make your changes, and submit a pull request. Suggestions welcome!

About

A billing cum crm app for pharmaceutical

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors