User Handling - abrown0719/BillingSystem GitHub Wiki

Add a User

When the Add User button is clicked on the User management screen, the Add User screen will be displayed. Fill in the details and click the ADD button to add the user to the database.

Delete a User

When the Delete User button is clicked on the User management screen, the Delete User screen will be displayed. Fill in the Username and click on the Get User button to verify the name of the user. Click on Delete to delete the user.

Update password

When the Update password button is clicked on the User management screen, the Update password screen will be displayed. Fill in the Username and click on the Get User button to get the details. Update the password field and click on Update to make the update.

Search Users

When the Search Users button is clicked on the User management screen, the Search Users screen will be displayed. Fill in the Username and click on Get Users to display the users with that username. Fill in the Name and click on Get Users to display the name with the text in the Name field as sub strings. If both Username and Name are filled, Username will be given higher preference.