https://github.com/candytale55/supplier-eval-system-thesis-java-2006
Archived Java + SQL system for supplier evaluation and purchasing control (thesis, 2006) Java · SQL Server · UML · Legacy academic project
https://github.com/candytale55/supplier-eval-system-thesis-java-2006
academic-project java legacy-code procurement software-engineering sql-server supplier-management uml-diagrams
Last synced: 6 months ago
JSON representation
Archived Java + SQL system for supplier evaluation and purchasing control (thesis, 2006) Java · SQL Server · UML · Legacy academic project
- Host: GitHub
- URL: https://github.com/candytale55/supplier-eval-system-thesis-java-2006
- Owner: candytale55
- Created: 2020-05-04T13:28:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T16:55:24.000Z (7 months ago)
- Last Synced: 2025-05-23T17:55:43.953Z (7 months ago)
- Topics: academic-project, java, legacy-code, procurement, software-engineering, sql-server, supplier-management, uml-diagrams
- Language: Java
- Homepage:
- Size: 6.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asterion (2006 Thesis Project)
This repository contains the archived source code and supporting artifacts for **Asterion**, a Java and SQL Server–based system developed in 2006 as part of an undergraduate thesis project. The system was designed for managing purchasing processes and supplier evaluation in a manufacturing context.
> 🎓 Developed as a thesis for a degree in Systems Computer Engineering.
---
## 🧠 Project Overview
**Asterion** provides functionality to:
- Register and manage suppliers
- Evaluate suppliers based on delivery, quality, and performance criteria
- Manage purchase orders and warehouse entries
- Generate evaluation and audit reports
The goal was to streamline procurement decisions and reduce subjectivity in supplier evaluation.
---
## 🛠️ Technologies Used
- Java (Desktop application)
- Microsoft SQL Server
- Stored Procedures
- UML for analysis and design
- IEEE 830 and 829 standards for requirements and testing
---
## 📁 Repository Structure
```plaintext
ASTERION/
├── ASTERION/ # Java application source (legacy)
├── docs/ # UML and database diagrams (PDFs)
│ ├── 01_use-cases.pdf
│ ├── 02_class-diagram.pdf
│ └── ... (etc.)
├── 2007_asterion-db-backup.sql # Full SQL Server DB backup (structure)
├── 2007_asterion-db-seed.sql # Sample data + stored procedures
└── README.md