EAMS is the simple attendance management system project i created during my internship at. In this project, I implemented the report generator feature which allows administrator to generate different reports like monthly reports, customized dated reports and overall reports, It also allows administrator to export these reports as a pdf. I created the theme settings to change different themed (light or dark) colors of the window.
- Jar Files
- itext-2.1.7.jar
- itextpdf 5.jar
- java-json.jar
- jasperreports-4.jar
- json-simple-1.1.jar
- ojdbc14.jar
- sqlite-jdbc-3.jar
- KControls
- jCalender
You can download all the Jar files Dependencies from here
- You can directly clone the project and open it in your favourite IDE.
- Or you can clone project via VCS of your IDE and start working with it.
- After setting up the project, you have to setup the database configuration in Constants.java because initially, it will use SQLite.