wxAttendanceControl is a GUI version of Attendance Control.
It’s been prepared as a further introduction exercise to the wxWidgets GUI (Graphical User Interface) usage (the basic introduction exercise was the Celsius to Fahrenheit application).
For the complete exercise explanation please visit the original Attendance Control exercise.
Since the code of the console project was written trying to make it encapsulated and portable, we re-utilized as most of the files that we could. For a detailed description of the files utilized, look at the “Files.xls” file on the source code package.
What’s next will be a very similar overview to the original one, but with the wxWidgets Version screens.
When you first start the program, you can only log in as admin (-1234:prueba)…
Then, you’ll get to the administration menu:
The next step should be registering the different users using the first option:
After that, they’ll be able to sign in themselves:
So they’ll get into the attendance screen to record their actions:
Each of them ’till they go back to home…
When any administrator wants to watch the full listing of users and actions, he simply logs in and goes to the second button of the administration menu:
It’s simply the same text that appeared on the console version. But, now you have a second option (third button):
If he wants, he can save that information to a file by using, instead, the fourth button:
Or the fifth:
Finally, he can close the program by going to the sixth button (losing all the data)…
That’s all…
Now, like I’ve done before, I’ll leave the links.
The code should be portable, but I’ve only tried it on Windows.
It’s been developed, compiled and tested using wxDev-C++ for Windows with the MinGW compiler (included in the bundle).
wxControlAsistencia is licensed under the GNU GPL v3 (attached)…
Update: minor bug in String.cpp fixed => version 1.01
Support appreciated!
All the content offered in this website is, except noted otherwise, of free nature. This means you can share it wherever you want if you do it freely and stating its source.
If it was useful for you and you’d like to contribute, you can make a donation or, at least, visit one of our advertisers of your choice; they are all around the site.
Incoming search terms for the article:
- codigo fuente control de asistencia
- codigo fuente sistema asistencia
- wxwidgets gui
- control de asistencias de alumnos
- control de asistencia codigo fuente
- codigo fuente de control de asistencia
- CODIGO FUENTE CONTROL DE PERSONAL
- control asistencia
- wxControlAsistencia
- codigo fuente de control de personal
0 Response to “Attendance Control (wxWidgets Version)”