-
Notifications
You must be signed in to change notification settings - Fork 0
1. Basic Functionality
IDScorpion edited this page Feb 12, 2020
·
3 revisions
Upon launch you will see the main menu. Here you can add, edit, load, or delete students.
To view the data for a student, select them from the list and click Load. The student's data will appear on the right hand side.
To add CSA Hours:
- Load a student.
- Click Add Hours
- Input a number and click Add.
To Add Students:
- Click Add.
- Input all necessary information.
- Click Add Student.
- Student is added to the database if there are no issues.
To Edit Students:
- Load a Student.
- Click Edit.
- Edit desired information.
- Click Edit Student.
- Student is edited if there are no issues.
To Delete Students:
- Load a Student.
- Click Delete.
- Confirm.
- Student is deleted.
Three commands are available from the menu bar under the Reports Section. These reports are explained below:
- Export Program Report - generates a general overview of the entire program.
- Export Student Report - generates a report of one student. Student must be selected or loaded.
- Export Student Report (All) - generates student reports for every student in the database.
The database is backed up each time the program runs, and each day is saved.
Manual backups can be saved by clicking the Manual Backup command in the Backup and Restore drop down.
To restore data, click the Restore Backup command and select the database file to restore from.