Answered step by step
Verified Expert Solution
Link Copied!

Question

...
1 Approved Answer

Using Python (PLEASE REFRAIN FROM MYQL IMPORT PLEASE) The first window (Sign up) which includes: ? the fields thatcapture the student information: ? First Name,

Using Python

(PLEASE REFRAIN FROM MYQL IMPORT PLEASE)

The first window (Sign up) which includes: ? the fields thatcapture the student information:

? First Name, Last Name

? Student ID number (10 digits)

? Password (at least 6 digits or letters)

? Email address (in this format XXXXXXXX@ksu.edu.sa)

? Phone number (in this format 05XXXXXXXX)

? Submit button: when it is clicked, the system generates a10-digit random number that represents the wallet number, currentDate & Time, wallet type (student), 1000 SR initial balance toany new student wallet. Then, the system sends this informationalong with the student information to the central database. If thestudent has been already registered, the system should display anerror message. ? Input validation mechanism, and an error messageshould appear if there is any such violation, and the informationwill not be sent to the database in that case. ? Login button: whenit is clicked, the system open the Login window and destroy thecurrent window

? The second window (Login) which includes:

? A field in which the student or the admin can enter his ID

? A field in which the student or the admin can enter hispassword

? Input validation mechanism, and an error message should appearif there is such a violation such as the ID is not digits or lessthan 10 digits.

? Login button: when it is clicked, it connects with the centraldatabase to check the validity of the entered credentials. In caseof success, if the user is a student, it opens the Student Walletwindow, and if the user is an admin, it opens the Admin window. Incase of failure, the system should display an error message to theuser.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamental Accounting Principles

Authors: John J Wild, Ken Shaw

25th Edition

9781260247985

Students also viewed these Programming questions