You are on page 1of 5

Database Structure

Column Name
QueueID
ScheduleID CourseDocID DocName PrintDate DocPath NumberOfCopy Remarks CreateDate CreateUser PrintStatus StatusMsg PrintedUser

Data Type
int (PK)
varchar(20) varchar(20) varchar(50) datetime varchar(50) int varchar(100) datetime varchar(20) char(1) varchar(100) varchar(20)

Description
Primary Key running number
ID from current opening or coming class ID from which course (from course table) Copy Doc File Name from Original Copy Doc File Path from Original Number of Doc to be print

N-New, P-Processing(lock to update/Delete), CComplete, D-Delete/Cancel (by print admin) Status of Print and remark by Print Person and/or System

FunctionCode
UpdateDate UpdateUser

char(1)
Datetime Varchar(20)

N-New, U-Update, D-Delete/Cancel (by Doc Owner)

User Interface (Teacher)


Document Printing Queue Detail Print Queue No : Course : Class ID : Class Detail : Doc Name : Request Date : 109 C# 2 Design Pattern CID20120701 C# 2 Design Pattern Batch 2 Sep to Nov ( 12:00PM 01:30PM ) DOC0001 - C# Design Pattern with OOP 30 / 08 / 2012 2 Remarks..

No of Copy :
Description :

Save / Update

Delete

Exit

User Interface (Teacher)


Document Printing Queue List Doc Name : Submit Date :
Queue No 10393

C# 2 Design Pattern 30 / 08 / 2012


Document Name C# Design Pattern

Print Status :
Submit Date 10 / 07 / 2012

All
Print Status New Action By

Request Date 30 / 08 / 2012

Search

Exit

User Interface (Admin)


Document Printing Queue List Course Name : Submit Person :
Queue No 10393

ALL ALL
Document Name Design Pattern

Print Status :
S Person Thet Naing Oo

ALL
Submit Date 10 / 07 / 2012 Request Date 30 / 08 / 2012 P Status New Doc Status Updated

Course Name C# 2 Design Pattern

Search

Exit

User Interface (Admin)


Document Printing Queue Detail Print Queue No : Course : Class ID : Doc Name : Request Date : No of Copy : Description : Print Status : Status Msg : 2 Remarks.. Processing Start to printing and can be take 2 days 109 C# 2 Design Pattern CID20120701 View Detail

DOC0001 - C# Design Pattern with OOP 30 / 08 / 2012

Open File Folder

Open File

Save

Exit

You might also like