A JavaFX Desktop application with an Oracle database to store visitor information.This will enable organizations to analyze trends and proactively manage visitor burdens.
#Login Form
When the system will start the first page appear will be login page given in the above image. User needs to enter the username and password provided by the system developer. User may ask for changing the username and password to the system developer at the time of installation. This password and username will be then used for every operation on the system by the operator.
#Insert Window
As the insert window will open here operator needs to provide the ID type, ID number, name and age of the visitor after taking all these details operator needs to enter the username and password given to the system.
#Leave Window
After clicking on exit date button one Window will appear that will ask ID type, id number, serial number, username, password. There are two cases in which the data will not be entered into the database the first one is when the serial number given by the operator to the system is not associated with the specified user and, Second when the username and password provided by the operator are not correct.
#Update Window
Operator will click on update button, the options will be shown are Id type, ID number, name, age, username and password.
#Display Window
After inserting the detail from insert section and clicking on insert button the data will be just stored in database and display will helps to see the visitor’s data.
#Exit
Last on clicking exit button the data will be just get commit for save in database and we will exit from the systems. After a successful commit the data will now be available for us whenever required whenever the user starts the system again the data which is ended before will now be displayed in the display section again and the allocation of the serial number is now done from the last allotted serial number.










