Billing + CRM Web Application for Pharmaceuticals
- 🧾 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
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
Shaik Shahebaaz
Data Analyst | Passionate about turning data into actionable insights
Add screenshots here for Purchase, Sales, or Dashboard:
<img src="screenshots/purchase-entry.png" alt="Purchase Entry" />- 🔐 Login System & Role Management
- 📱 Mobile Responsive UI
- 🧾 GST Invoice Printing
- 📤 Cloud Backup Support