https://github.com/tanushreehajare/ssms
A Django-powered web application streamlining stationary requisition and distribution within educational institutions. SSMS offers real-time tracking, resource allocation, report generation, and transparent communication between faculty and administrators. Built for KJSIT AI&DS department.
https://github.com/tanushreehajare/ssms
django django-application django-project html html-css-javascript python webapp
Last synced: about 1 month ago
JSON representation
A Django-powered web application streamlining stationary requisition and distribution within educational institutions. SSMS offers real-time tracking, resource allocation, report generation, and transparent communication between faculty and administrators. Built for KJSIT AI&DS department.
- Host: GitHub
- URL: https://github.com/tanushreehajare/ssms
- Owner: tanushreehajare
- Created: 2024-11-20T09:23:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T17:40:03.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:28:31.073Z (over 1 year ago)
- Topics: django, django-application, django-project, html, html-css-javascript, python, webapp
- Language: HTML
- Homepage: https://stationary.kjsieit.in/
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 Somaiya Stationary Management System (SSMS)
A robust Django-powered web application revolutionizing stationary requisition and distribution for educational institutions — built specifically for KJSIT AI&DS department. SSMS bridges the gap between administrators and faculty, ensuring seamless, transparent, and efficient stationary management.
---
## 🚀 Features
- 📝 **Faculty Portal**
- Request stationary items directly
- Track past requisitions and assigned items
- Profile dashboard with transparent history
- 🛠️ **Admin Panel**
- Manage faculty profiles and roles
- Track stationary availability in real-time
- Assign items with date, recipient, and quantity logs
- Store bills and generate custom reports
- 📊 **Reports & Insights**
- Generate data-driven reports on usage trends and allocations
- Visualize consumption patterns for informed decision-making
- Support for tailored parameters to refine analysis
---
## 🛠️ Tech Stack
| Frontend | Backend | Database |
|----------|---------|----------|
| HTML/CSS | Django | SQLite |
---
## 📸 Screenshots
> 
> 
> 
> 
---
## 📦 Installation
```bash
# Clone the repo
git clone https://github.com/yourusername/SSMS.git
# Navigate to project directory
cd SSMS
# Install dependencies
pip install -r requirements.txt
# Run migrations
python manage.py migrate
# Start the server
python manage.py runserver