This repository contains the code and documentation for the Company Z Management System.
- Employee Management: Add, update, and delete employee records efficiently.
- Database Operations: Perform various operations such as updating employee data, managing salaries, and generating reports.
- Reporting: Generate detailed reports on employee information and payroll data.
- User Interaction: Command-line interface for easy database management and report generation.
- Error Handling: Robust error handling for invalid inputs and operations.
The final report for the project is available here. (Also in repository files)
The video presentation of the project can be viewed here. (Also in repository files)
- Java: For the core application logic.
- SQL: For database management and queries.
src/
: Contains the Java source code files.bin/
: Contains compiled Java bytecode.lib/
: Contains any external libraries used..vscode/
: Contains Visual Studio Code settings.managementsys.code-workspace
: Visual Studio Code workspace configuration file for the project.Database/
: Contains the SQL scripts and database dumps.