Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 6

Product Name Speedup-PROJECT

Purpose Project Planning and Tracking

Version 1.0.0
Technology VB or C# / ASP.NET and MS-SQL
Designed by Rajasekar S
Approved by Mr. Malik and Mr. Padmanabhan M V

Model SAAS (Software as a service)


Module Details
Admin User Creation (Individual / Organization)
Project Preparation
Project / Sub-Project / Task
Project Assign (Individual / Organization)
Project Amendment (Restructure)
Project Closeout
Tracking Project Timesheet (Daily / Weekly / Monthly)
MIS Project wise Tracking Details

Page 1 of 6
Our Architecture Diagram:

Central Central
Database Application Server

Internet Cloud

User 1
User n

User 2 User 3

Data Server
Data Server

Data Server Data Server

Page 2 of 6
Sample Screen:

Main Window:

Color Details:

Color 1:
126 / 178 / 215

Color 2:
19 / 85 / 143

Project Scheduling Details:

Project Start Date: 14 March 2011

Project End Date: 25 March 2011

First Review: 21 March 2011

Second Review: 23 March 2011

Final Review: 25 March 2011

Page 3 of 6
Main Window:

Sign in here to access your Project


Planner

User Name: Text Box

@ Combo Box

Password: Text Box

Remember my User Name on this


computer

Forgot Password?

Not a Project Planner user? Sign up now

For Customer support number


please select your city

Combo Box (State)

Combo Box (City)

Write to us at:
info@mail.com

Module Details:

Admin
 User Creation (Individual / Organization)

 Project Preparation
 Project / Sub-Project / Task
 Project Assign (Individual / Organization)
 Project Amendment (Restructure)
 Project Closeout

Page 4 of 6
Database Name speedupPROJECT

Table Name Menu_M


Field
MenuID Int Not Null IDENTITY(1,1)
MenuName Varchar(200) Not Null
ParentID Int Not Null

Table Name Login_M


Field
UserName Varchar(200) Not Null Primary Key
Password Varchar(30) Not Null
IsAdmin Int Not Null

Table Name User_M


Field
UserID Varchar(50) Not Null Primary Key
UserName Varchar(200) Not Null
UserDetails Varchar(500) Null
Add1 Varchar(150) Null
Add2 Varchar(150) Null
Add3 Varchar(150) Null
City Varchar(50) Not Null
State Varchar(50) Not Null
Country Varchar(50) Not Null
ZipCode Varchar(10) Null
PhoneNo Varchar(20) Null
FaxNo Varchar(20) Null
eMailID Varchar(150) Null
ContactPerson Varchar(150) Null
UserType Int Not Null Individual 1 else 0
IsActive Int Not Null Active Status 1 else 0
CreatedUser Varchar(200) Not Null
CreatedDate DateTime Not Null Server Date
ModifiedUser Varchar(200) Not Null
ModifiedDate DateTime Not Null Server Date

Page 5 of 6
Table Name Project_M
Field
ProjectID Varchar(50) Not Null Primary Key
ShortDesc Varchar(100) Not Null
LongDesc Varchar(200) Null
Details Varchar(1000) Null
DeleteMode Int Not Null Delete 1 else 0
IsAuthorize Int Not Null
CreatedUser Varchar(200) Not Null
CreatedDate DateTime Not Null Server Date
ModifiedUser Varchar(200) Not Null
ModifiedDate DateTime Not Null Server Date

Table Name SubProject_M


Field
ProjectID Varchar(50) Not Null Primary Key
SubProjectID Varchar(50) Not Null C Primary Key
ShortDesc Varchar(100) Not Null
LongDesc Varchar(200) Null
Details Varchar(1000) Null
DeleteMode Int Not Null Delete 1 else 0
IsAuthorize Int Not Null
CreatedUser Varchar(200) Not Null
CreatedDate DateTime Not Null Server Date
ModifiedUser Varchar(200) Not Null
ModifiedDate DateTime Not Null Server Date

Table Name Task_M


Field
ProjectID Varchar(50) Not Null Primary Key
SubProjectID Varchar(50) Not Null C Primary Key
TaskID Varchar(50) Not Null C Primary Key
ShortDesc Varchar(100) Not Null
LongDesc Varchar(200) Null
Details Varchar(1000) Null
DeleteMode Int Not Null Delete 1 else 0
IsAuthorize Int Not Null
CreatedUser Varchar(200) Not Null
CreatedDate DateTime Not Null Server Date
ModifiedUser Varchar(200) Not Null
ModifiedDate DateTime Not Null Server Date

Page 6 of 6

You might also like