An open API service indexing awesome lists of open source software.

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.

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
> ![Dashboard Screenshot](https://github.com/tanushreehajare/SSMS/blob/de251df9c684ef4a958b03f2c754b6ad65f1705d/Dashboard.png)
> ![Report Generation](https://github.com/tanushreehajare/SSMS/blob/de251df9c684ef4a958b03f2c754b6ad65f1705d/Report.png)
> ![Assignment](https://github.com/tanushreehajare/SSMS/blob/24feb5e229bc0ee735b0a8d444e6ce06a03fe677/Assignment)
> ![Data](https://github.com/tanushreehajare/SSMS/blob/51d63c8135c2130c99610732dee3255323863e45/Data.png)

---

## 📦 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