0% found this document useful (0 votes)
17 views

Algorithm Full Project Menu

1. The document outlines an algorithm and flowchart for a full project menu system that allows users to login, view a main menu with options to access forms for suspects, convicts, and reports. 2. The forms allow inputting and saving data, performing operations like searching, deleting, or editing, and displaying selection menus. 3. The flowchart shows the full operation flow from startup to login, main menu display, form access based on selection, and ending processes.

Uploaded by

isukuru
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Algorithm Full Project Menu

1. The document outlines an algorithm and flowchart for a full project menu system that allows users to login, view a main menu with options to access forms for suspects, convicts, and reports. 2. The forms allow inputting and saving data, performing operations like searching, deleting, or editing, and displaying selection menus. 3. The flowchart shows the full operation flow from startup to login, main menu display, form access based on selection, and ending processes.

Uploaded by

isukuru
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

ALGORITHM FULL PROJECT MENU 1. Start 2. Splash screen display 3. Logic form display 4. Enter password 5.

If password is correct Goto step else go step 4 6. Main menu display, selection option 7. If option = 1, suspect form display 8. If option =2, convict form display 9. Option = 3, replace form display 10.Option = 4, report form display 11.Stop LOGIN 1. Start 2. Enter password 3. If user and password correct goto 4 else go No 3. 4. Main menu display 5. Stop SUSPECT

1. Stat 2. Enter data 3. Save data 4. Domant co perform operation 5. If yes selection operation 6. If No goto 7 7. Stop REPEAT FOR CONVICT, RELEASE Report 1. Start 2. Click report 3. Report menu display 4. Stop EXIT 1. Start 2. Click close 3. Stop

FLOW CHART Full Operation Flow Chart


Start

Ssplash screen displayed Logic form display

Is password correct

Main menu display

Is option =1

Suspect

Is option =2

Convict

Is option =3

Release

Is option =3

Repeat

Stop

Suspect form
START

Input Data

Save data

Do you want to perform another operation

No

selection operation (e.g. delete,


search, save, refresh, edit

No END

CONVICT FORM

START

Input Data

Save data

Do you want to perform another operation

No

selection operation (e.g. delete,


search, save, refresh, edit

No

END

Release form

Start

Enter Username and password

If username & password

Main menu display

REPORT
Start

Click report
Report Menu Display

END

Start

Click close

END

You might also like