Archive

Posts Tagged ‘add delete modify’

Pizza Online Order

July 14th, 2009 Comments off

This document briefly describes relevant system functionality, and necessary user input.

Recognised users

Student Marks System

June 27th, 2009 Comments off

Remarks
****table relation (jpeg) is attached

1- database SQLServer 2005 and vb.net
3- Students Table : view,add,delete,modify
*Status (Active or not Active) in Gridview color change depending on that.
4- SudentMarks Table : just view
*View student marks depending on user type
view parameters:
>year (text) :
>Class (combo with (All) option) : for usertyp = 2 class from users table
>materials (combo, with all option)
>specific student by Student no or by SSN or All Students if usertype = 1

5- Users Table
* pages to add,delete,modify, view users
* UserType: important in viewing marks in(4)
> 1 = administrator all the permisions
> 2 = for Specific Class (in viewing marks)
> 3 = can view student marks depending on SSN(Social Security No) only

Bear