A Java project for managing groups, participants (students) and their attendance.
- Create new group
- Delete group
- Add new student to a group
- Remove student from group
- Save groups, students and their attendance
- Load groups, students and their attendance
- Manage student attendance
- Select a date, group and student and mark the student's status on the day as Present, Unknown or Absent
- Select a date, group and mark all students' status on the day as Present, Unknown or Absent
- Select a date and remove it along all records from that day
- View attendance of all students from all groups by selecting a date range
- Save attendance as PDF
Have Java 11 or later installed.
Download the jar file from releases.
Execute: java -jar target/enlisted.jar>
and start using the software.
Please read a LICENSE
file.