SquidSoft Inc. - GUIDOs
Detailed Design Document - Process Specifications


           Process 2.1: Store Information System           

Inputs:

  • submenu requested (control from users)

Outputs:

  • display another interface to users

Error conditions:

  • user doesn't have access to a particular interface

Algorithm:

if (getMenuChoice(Main) == "Product list") &&
   (user_has_access)
  then Products Interface
if (getMenuChoice(Main) == "Ordering") &&
   (user_has_access)
  then Orders Interface
if (getMenuChoice(Main) == "Inventory") &&
   (user_has_access)
  then Inventory Interface
if (getMenuChoice(Main) == "Personnel") &&
   (user_has_access)
  then Personnel Interface
if (getMenuChoice(Main) == "Security") &&
   (user_has_access)
  then Security Interface
if (getMenuChoice(Main) == "Stores") &&
   (user_has_access)
  then Stores Interface
if (getMenuChoice(Main) == "Logout") &&
   (user_has_access)
  then Login Interface
else
  NO ACTION
Login  
Main Menu  
Security  
Password  
Orders  
Product  
Personnel  
Stores  
Cashier  
Inventory  

Main Page  


About SquidSoft Inc. This site created and maintained
with Mortar