SlideShare ist ein Scribd-Unternehmen logo
1 von 157
Project Management System For Zydus Cadila Health Care Ltd. July, 2005 Submitted By : Divyen Patel (AESICS) & Hardeep Singh Kochhar (SKPIMCS)
Project Guides ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Project Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Index ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Company Profile ,[object Object],[object Object],[object Object],[object Object],[object Object],Index
Organization Chart Index
Existing System ,[object Object],[object Object],[object Object],Index
Drawbacks of Existing System ,[object Object],[object Object],[object Object],Index
Proposed System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Index
Overview of the System Introduction to the System Index
Index Database Server IIS Server Report Server Intranet Client 1 Client n Client 2 IIS 6.0 SQL Server 2000 SQL Server Report Manager
Master Plan Project 1 Project 2 Project 3 Department 1 Department 2 Task 1 Task 2 Employee 1 Employee 2 Employee 3 Job 1 Job 2 Job 3 Weight : 50 % Finished : 50% Weight : 30 % Finished : 10% Weight : 20 % Finished : 5% (50 * 50) / 100 = 25% (30 * 10) / 100 = 03% (20 * 05) / 100 = 01% Total : 29% 29% 50%  11% 30% 20% 25% 55% 40% 10% 10% 20% Master Plan % Complete (10 + 40 + 10) / 3 Project 2 of Department 1%  (30 + 20) / 2 Task 1%  (29 + 50 + 11) / 3 Index
System Design State Transition Diagram, Entity Relationship Diagram Data Flow Diagrams, Data Dictionary Index
State Transition Diagram Index Refer Page No : 18-19 of Documentation For the list of events that causes transition from one state to another
Entity Relationship Diagram Index Note: Boxes with red, orange and green border represent group of entities and it is a concept of aggregation.
Data Flow Diagrams Index
Index Note: - Green Rounded Rectangle Represent  Process - Yellow Rectangle represents  Entity - White Rectangle represents  Data store
1 st  Level DFD Index Refer Page No : 24 of Documentation Processes : 1.0 : Manage System Configuration and Credential 2.0 : Manage Project Configuration 3.0 : Manage Jobs 4.0 : Manage Deviation 5.0 : Generate Report 6.0 : Monitor and Alert Due Task 7.0 : Manage Mails
1 st  Level DFD – Process 1.0 Index 1 st  Level DFD
1 st  Level DFD – Process 2.0 Index 1 st  Level DFD
1 st  Level DFD – Process 3.0 Index 1 st  Level DFD
1 st  Level DFD – Process 4.0 Index 1 st  Level DFD
1 st  Level DFD – Process 5.0 Index 1 st  Level DFD
1 st  Level DFD – Process 6.0 & 7.0 1 st  Level DFD Index
2 nd  Level DFD – Process 1.0 Index
2 nd  Level DFD – Process 2.0 Index
Database Design Index Refer Page No : 35 Of documentation for triggers and stored procedures.
Table Structure Index Primary Key : DeptNumber Head Department Number. Description SmallInt HeadDeptNumber Yes Varchar(30) DeptName Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, EmpNumber Foreign Key : DeptNumber (tbl_mas_Department) EmpNumber (tbl_mas_Employee) Head Person Of the Department Description Yes Int EmpNumber Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Yes Varchar(30) MiddleName Residence Phone Varchar(20) RPhone char(6) Pincode Varchar(40) State Varchar(35) City Varchar(50) Address2 Varchar(50) Address1 Yes Varchar(30) LastName Dr. Mr. Mrs. Ms. Description Yes Varchar(30) FirstName Yes Varchar(5) Salutation Yes Int EmpNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : EmpNumber Foreign Key : DeptNumber(tbl_mas_Department) Yes Smallint DeptNumber Date and Time of User Creation Yes Datetime UserCreatedOn Yes Varchar(30) Password Yes Varchar(30) UserName Last Login Date and Time Datetime LastLogedIn Varchar(50) Email Varchar(15) Mobile Office Phone Description Varchar(20) OPhone Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : MasterPlanNumber Yes TinyInt Percentage Complete Active, Proposed, Complete, On Hold Yes TinyInt Status Low, Normal, High Yes TinyInt Priority Yes DateTime ExpectedEndDate Yes DateTime StartDate Plan Description Yes Varchar(100) MasterPlanDesc Description Yes Int MasterPlanNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : ProjectNumber Foreign Key : MasterPlanNumber (tbl_mas_MasterPlan) Yes Int MasterPlanNumber Description of Project Yes Varchar(100) ProjectDesc Yes Varchar(50) ProjectName Description Yes Int ProjectNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Varchar(100) Notes Yes TinyInt PercentageComplete Yes TinyInt Status Yes TinyInt Priority Duration of Project In Minutes Yes Int ExpectedTime Yes DateTime DueDate Yes DateTime StartDate Employee Number Yes Int ProjectLeader Yes Int ProjectNumber Description Yes SmallInt DepartmentNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber Foreign Key : DeptNumber (tbl_mas_Department) ProjectNumber (tbl_mas_Project) ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, EmployeeNumber Foreign Key : DeptNumber, ProjectNumber (tbl_Department_Project)   EmployeeNumber (tbl_mas_Employee) Yes Int EmployeeNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Yes TinyInt PercentageComplete Active, Proposed, Complete, On Hold Yes TinyInt Status Low, Normal, High Yes TinyInt Priority Yes DateTime DueDate Yes DateTime StartDate Yes Varchar(50) TaskName Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, TaskNumber Foreign Key : DeptNumber, ProjectNumber (tbl_Department_Project) Date and Time when task was last updated Yes DateTime LastUpdated Date and Time when task was created Yes DateTime DateCreated Varchar(100) Summary DateTime ConstraintDate ,[object Object],[object Object],[object Object],[object Object],Description TinyInt ConstraintType Required ? Data type Field Name ,[object Object]
Table Structure Index Default 0 days Yes SmallInt LagTime Primary Key :  DeptNumber, ProjectNumber, TaskNumber, ParentTaskNumber ,[object Object],[object Object],[object Object],[object Object],Yes TinyInt Dependecy Type ID of Parent Task Yes Int ParentTaskNumber Yes Int TaskNumber Yes Int ProjectNumber Description Yes TinyInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key :  DeptNumber, ProjectNumber, TaskNumber, EmpNumber Foreign Key :  DeptNumber, ProjectNumber, EmpNumber (tbl_Project_Team) Yes Int EmpNumber Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, TaskNumber, EmpNumber, JobNumber Foreign Key : DeptNumber, ProjectNumber, TaskNumber, EmpNumber (tbl_Task_Team) Yes TinyInt PercentCompleted Percentage of task the job carry. Yes TinyInt Weightage Yes Varchar(30) JobName Yes Int JobNumber Yes Int EmpNumber Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Varchar(100) Comment Yes DateTime EntryDate In Minutes Yes SmallInt TimeWorked Yes Int JobNumber Yes Int TaskNumber Yes Int EmpNumber Yes Int ProjectNumber Yes SmallInt DeptNumber Description Yes DateTime TimeSheetDate Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : TimeSheetDate, DeptNumber, ProjectNumber, EmpNumber, TaskNumber, JobNumber Foreign Key: DeptNumber, ProjectNumber, EmpNumber, TaskNumber, JobNumber (tbl_Task_Jobs) ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, TaskNumber, EmpNumber, JobNumber, EntryDate Yes TinyInt PercentCompleted Yes DateTime EntryDate Yes Int JobNumber Yes Int EmpNumber Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, TaskNumber, EmpNumber, FileName Foreign Key : DeptNumber, ProjectNumber, TaskNumber, EmpNumber (tbl_Task_Team) Date and Time when uploaded Yes DateTime UploadDate Varchar(100) Description Yes Varchar(255) FileName Yes Int EmpNumber Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, TaskNumber, RollingDate Foreign Key : DeptNumber, ProjectNumber, TaskNumber (tbl_mas_Task) Varchar(100) Reason Next Expected End Date Yes DateTime RollingDate Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, EmpNumber Foreign Key : DeptNumber, ProjectNumber, EmpNumber (tbl_Project_Team) In Minutes Yes SmallInt SunTime In Minutes Yes SmallInt SatTime In Minutes Yes SmallInt FriTime In Minutes Yes SmallInt ThuTime In Minutes Yes SmallInt WedTime In Minutes Yes SmallInt TueTime In Minutes Yes SmallInt MonTime Yes Int EmpNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key :   TargetID  Used in other tables on behalf of  [DeptNumber, ProjectNumber, EmpNumber, TargetYear] Combinations Foreign Key : DeptNumber, ProjectNumber, EmpNumber (tbl_Project_Team) Yes Char(4) Target Year Yes Int EmpNumber Yes Int ProjectNumber Yes SmallInt DeptNumber Description Yes Int TargetID Required ? Data type Field Name ,[object Object]
Table Structure Index Varchar(500) Q2Target Varchar(500) SepTarget Varchar(500) AugTarget Varchar(500) JulTarget Varchar(500) Q1Target Varchar(500) JunTarget Varchar(500) MayTarget Varchar(500) AprTarget Description Yes Int TargetID Required ? Data type Field Name ,[object Object]
Table Structure Index Varchar(500) Q4 Target Primary Key : Target ID Foreign Key : Target ID (tbl_mas_Target) Varchar(500) YearlyTarget Varchar(500) MarTarget Varchar(500) FebTarget Varchar(500) JanTarget Varchar(500) Q3Target Varchar(500) DecTarget Varchar(500) NovTarget Description Varchar(500) OctTarget Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : Target ID, QuarterNumber Foreign Key : Target ID (tbl_mas_Target) Varchar(500) Reason Yes Varchar(500) Deviation Employee Number Yes Int Evaluation By Yes DateTime DeviationDate Yes TinyInt QuarterNumber Description Yes Int TargetID Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : ParameterID ,[object Object],[object Object],Yes Bit ParameterType Default 0 Yes Int ParentParameterID Null For Root Parameter TinyInt MaxValue Yes Varchar(50) ParameterName Description Yes Int ParameterID Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : SRNumber Foreign Key : ParameterID (tbl_mas_Parameter) Yes Int ParameterID Yes Int EmpNumber Yes Int ProjectNumber Yes SmallInt DeptNumber Serial Number Description Yes Int SRNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : SRNumber Yes TinyInt Marks Yes TinyInt EvaluationMonth Yes Char(4) EvaluationYear Serial Number Description Yes Int SRNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : EmployeeNumber, DeptNumber, ProjectNumber, ForEmployeeNumber Foreign Key : EmployeeNumber, DeptNumber, ProjectNumber (tbl_Project_Team)   ForEmployeeNumber (tbl_mas_Employee) Yes Bit SetDeviation Yes Bit SetParameter Yes Bit SetTarget Yes Bit ViewTarget Yes Bit ViewTask Yes Int ForEmployeeNumber Yes Int ProjectNumber Yes SmallInt DeptNumber Description Yes Int EmployeeNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : EmployeeNumber, DeptNumber, ProjectNumber Foreign Key : DeptNumber, ProjectNumber (tbl_Department_Project)   EmployeeNumber (tbl_mas_Employee) Yes Bit ModifyTask Yes Bit ViewTask Yes Bit ModifyProject Yes Bit ViewProject Yes Int ProjectNumber Yes SmallInt DeptNumber Description Yes Int EmployeeNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : DeptNumber, ProjectNumber, TaskNumber Foreign Key : DeptNumber, ProjectNumber, TaskNumber (tbl_mas_Task) DateTime LastMsgSent Yes Bit AlertAllAssignedEmployee Yes Bit AlertProjectLeader Yes Bit AlertAdmin Alert On Or Off Yes Bit Status Yes Bit AlertOnDeadLine Yes TinyInt OverDueEveryDays Yes TinyInt DaysBeforeDeadLine Yes Int TaskNumber Yes Int ProjectNumber Description Yes SmallInt DeptNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : MessageNumber  Yes Varchar(50) Content Yes DateTime MessageDate Yes Varchar(50) Subject Description Yes Int MessageNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : MessageNumber, FromEmpNumber, ToEmpNumber Foreign Key : MessageNumber (tbl_mas_Messages)   FromEmpNumber (tbl_mas_Employee)   ToEmpNumber (tbl_mas_Employee) 0 : Not Read 1 : Read Yes Bit IsRead Yes Int ToEmpNumber Yes Int FromEmpNumber Description Yes Int MessageNumber Required ? Data type Field Name ,[object Object]
Table Structure Index Primary Key : HolidayDate Holiday Name Yes Varchar(50) Reason Description Yes DateTime HolidayDate Required ? Data type Field Name ,[object Object]
User Interface Screens Index
 
Enough care is taken to protect the system against SQL Hack e.g. Password=‘ Or ‘1’=‘1 Minimum password  length is 8 Characters. Password stored in the Database is Encrypted using Data Encryption Standard Algorithm Index
 
Manage Departments and Employees
Manage Department Hierarchy
Manage Department Hierarchy Quick Navigation In Depth Search Two Way Sorting
Add or Edit Department Here
Assign Head of the Department Here Special privileges to head of the department   e.g.  - Access to all the  projects in that department - Access to reports specifically designed for HOD
Manage Employee
Add or Edit Employee Here
Manage Employee Click here to set extra privileges
Manage Project Level & Employee Level Security
Manage Master Plans
Master Plans usually spans multiple years and further breaks up in  to multiple projects.
- Active - On Hold - Proposed - Complete
Manage Projects and Teams
 
 
Project can run in multiple departments Project can have different start date, end date and status for different departments % complete is not allowed to edit, it is calculated on the basis of employee activities.
Project Leader is the default team member and not allowed to be deselected
Manage Tasks, their Dependencies and Task Teams
 
[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]
Manage Tasks’ Dependency List Here
Status Can be   - [ OK ] or  - [ Schedule Conflict ]  In case of constraint violation
 
Employee % complete  is calculated on the basis of the his/her jobs % complete
My desk provides quick access to personal information
Privileges are checked against Edit operation
 
 
 
[object Object],[object Object]
 
Daily working hours on each jobs are entered here
Targets are the summary of the assigned tasks that determines what to do  in each month, quarter and year
 
Parameters are promotional factors. Every month evaluation is done by reviewer or project leader and  marks are given for individual parameters on the basis of their performance.
Integrated file sharing enables to share project related files among  peers.
 
[object Object],[object Object]
 
Control Panel allows to configure system using different set of tools.
 
 
 
 
[object Object],Alert engine sends an email to assigned task users, Project Leader & Administrator before the task due.
[object Object]
[object Object]
 
Rolling Date is the  next expected task end date, if task fails to complete on the end date.
Project leader is able to view employee time sheet i.e. how many  hours employee spent on each jobs.
 
 
Select year to view targets of the selected employee
 
Project leaders or reviewers are able to set employee targets
Quarterly target deviation and reason for such deviation is entered in to system by reviewer after evaluation.
 
 
Email can be sent to multiple employees belong to multiple departments
 
 
 
Unread emails are highlighted using bold face font.
Alert message generated by the system.
System Alert Screens
 
 
Report Screens Index
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Future Enhancements Index
Future Enhancements ,[object Object],[object Object],[object Object],Index
Unique about this Project Index
Stress Test ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Index
Thank You !!! ,[object Object],[object Object],[object Object],dedicated to life !!!

Weitere ähnliche Inhalte

Was ist angesagt?

Library mangement-system
Library mangement-systemLibrary mangement-system
Library mangement-system
Rafiul Rafi
 
Stock inventory Management Project
Stock inventory Management ProjectStock inventory Management Project
Stock inventory Management Project
Krishnakumar Hatele
 
Library management sytem
Library management sytemLibrary management sytem
Library management sytem
ashu6
 

Was ist angesagt? (20)

Library mangement-system
Library mangement-systemLibrary mangement-system
Library mangement-system
 
Stock inventory Management Project
Stock inventory Management ProjectStock inventory Management Project
Stock inventory Management Project
 
College Management System project
College Management System projectCollege Management System project
College Management System project
 
Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM
 
Library management sytem
Library management sytemLibrary management sytem
Library management sytem
 
Inventory management system
Inventory management systemInventory management system
Inventory management system
 
Ppt on ONLINE BOOK STORE
Ppt on ONLINE BOOK STOREPpt on ONLINE BOOK STORE
Ppt on ONLINE BOOK STORE
 
E-commerce project presentation by manoar
E-commerce project presentation by manoarE-commerce project presentation by manoar
E-commerce project presentation by manoar
 
Vision and Scope Document For Library Management System
Vision and Scope Document For Library Management SystemVision and Scope Document For Library Management System
Vision and Scope Document For Library Management System
 
student database management system
student database management systemstudent database management system
student database management system
 
online quiz application project presentation
online quiz application project presentationonline quiz application project presentation
online quiz application project presentation
 
Student management system analysis document
Student management system analysis documentStudent management system analysis document
Student management system analysis document
 
Food ordering System
Food ordering SystemFood ordering System
Food ordering System
 
Student Database Management System
Student Database Management SystemStudent Database Management System
Student Database Management System
 
Online furniture
Online furnitureOnline furniture
Online furniture
 
SRS for student database management system
SRS for student database management systemSRS for student database management system
SRS for student database management system
 
Library management system
Library management systemLibrary management system
Library management system
 
Payroll Management System SRS
Payroll Management System SRSPayroll Management System SRS
Payroll Management System SRS
 
Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)
 
Stock Management System Documentation
Stock Management System DocumentationStock Management System Documentation
Stock Management System Documentation
 

Andere mochten auch

MIS: Project Management Systems
MIS: Project Management SystemsMIS: Project Management Systems
MIS: Project Management Systems
Jonathan Coleman
 
SOFTWARE PROJECT MANAGEMENT TOOL Project Report
SOFTWARE PROJECT MANAGEMENT TOOL Project ReportSOFTWARE PROJECT MANAGEMENT TOOL Project Report
SOFTWARE PROJECT MANAGEMENT TOOL Project Report
Sai Charan
 
Automated School Time Table Generator
Automated School Time Table GeneratorAutomated School Time Table Generator
Automated School Time Table Generator
Divyen Patel
 
Dfd examples
Dfd examplesDfd examples
Dfd examples
Mohit
 
GWSSB Scheme Tracking System
GWSSB Scheme Tracking SystemGWSSB Scheme Tracking System
GWSSB Scheme Tracking System
Divyen Patel
 
Internet Cafe Solution
Internet Cafe SolutionInternet Cafe Solution
Internet Cafe Solution
Divyen Patel
 
Managing the information system project
Managing the information system projectManaging the information system project
Managing the information system project
a23ccb
 
Prison management system
Prison management systemPrison management system
Prison management system
elsaS12
 

Andere mochten auch (20)

Project management information system
Project management information systemProject management information system
Project management information system
 
project management information system
project management information systemproject management information system
project management information system
 
MIS: Project Management Systems
MIS: Project Management SystemsMIS: Project Management Systems
MIS: Project Management Systems
 
Building a Project Management Information System with SharePoint
Building a Project Management Information System with SharePointBuilding a Project Management Information System with SharePoint
Building a Project Management Information System with SharePoint
 
Data Flow Diagram - IT Project Management
Data Flow Diagram - IT Project ManagementData Flow Diagram - IT Project Management
Data Flow Diagram - IT Project Management
 
Management Information System (MIS)
Management Information System (MIS)Management Information System (MIS)
Management Information System (MIS)
 
Documentation Project Management
Documentation Project ManagementDocumentation Project Management
Documentation Project Management
 
Use Cases for Project Management Software
Use Cases for Project Management SoftwareUse Cases for Project Management Software
Use Cases for Project Management Software
 
SOFTWARE PROJECT MANAGEMENT TOOL Project Report
SOFTWARE PROJECT MANAGEMENT TOOL Project ReportSOFTWARE PROJECT MANAGEMENT TOOL Project Report
SOFTWARE PROJECT MANAGEMENT TOOL Project Report
 
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
 
Project Management System-SharePoint Apps by Adapt
Project Management System-SharePoint Apps by AdaptProject Management System-SharePoint Apps by Adapt
Project Management System-SharePoint Apps by Adapt
 
Automated School Time Table Generator
Automated School Time Table GeneratorAutomated School Time Table Generator
Automated School Time Table Generator
 
Dfd examples
Dfd examplesDfd examples
Dfd examples
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management System
 
GWSSB Scheme Tracking System
GWSSB Scheme Tracking SystemGWSSB Scheme Tracking System
GWSSB Scheme Tracking System
 
Internet Cafe Solution
Internet Cafe SolutionInternet Cafe Solution
Internet Cafe Solution
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Managing the information system project
Managing the information system projectManaging the information system project
Managing the information system project
 
Prison management system
Prison management systemPrison management system
Prison management system
 
Employee Time and Task Tracking System
Employee Time and Task Tracking SystemEmployee Time and Task Tracking System
Employee Time and Task Tracking System
 

Ähnlich wie Project Management System

DQ Product Usage Methodology Highlights_v6_ltd
DQ Product Usage Methodology Highlights_v6_ltdDQ Product Usage Methodology Highlights_v6_ltd
DQ Product Usage Methodology Highlights_v6_ltd
Digendra Vir Singh (DV)
 
IFESFinal58
IFESFinal58IFESFinal58
IFESFinal58
anish h
 
Dynamics ax 2012 development overview
Dynamics ax 2012 development overviewDynamics ax 2012 development overview
Dynamics ax 2012 development overview
Ali Raza Zaidi
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
poonam.rwalia
 
Mksong proposal-slide
Mksong proposal-slideMksong proposal-slide
Mksong proposal-slide
mksong
 
Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2
Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2
Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2
Saranya Mohan
 
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
sleeperharwell
 
A2 databases
A2 databasesA2 databases
A2 databases
c.west
 

Ähnlich wie Project Management System (20)

Time card system
Time card systemTime card system
Time card system
 
Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)
Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)
Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)
 
Evolutionary db development
Evolutionary db development Evolutionary db development
Evolutionary db development
 
Nunes database
Nunes databaseNunes database
Nunes database
 
The Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs PublicThe Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs Public
 
Dfd2
Dfd2Dfd2
Dfd2
 
eBay EDW元数据管理及应用
eBay EDW元数据管理及应用eBay EDW元数据管理及应用
eBay EDW元数据管理及应用
 
Skills Portfolio
Skills PortfolioSkills Portfolio
Skills Portfolio
 
DQ Product Usage Methodology Highlights_v6_ltd
DQ Product Usage Methodology Highlights_v6_ltdDQ Product Usage Methodology Highlights_v6_ltd
DQ Product Usage Methodology Highlights_v6_ltd
 
IFESFinal58
IFESFinal58IFESFinal58
IFESFinal58
 
Dynamics ax 2012 development overview
Dynamics ax 2012 development overviewDynamics ax 2012 development overview
Dynamics ax 2012 development overview
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 
Agile Testing Days 2017 Introducing AgileBI Sustainably
Agile Testing Days 2017 Introducing AgileBI SustainablyAgile Testing Days 2017 Introducing AgileBI Sustainably
Agile Testing Days 2017 Introducing AgileBI Sustainably
 
Mksong proposal-slide
Mksong proposal-slideMksong proposal-slide
Mksong proposal-slide
 
Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2
Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2
Release-3_TSD_Source_to_LZ_-_CIS_-_v1.2 2
 
Relational algebra
Relational algebraRelational algebra
Relational algebra
 
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
 
Data Flow Diagrams
Data Flow DiagramsData Flow Diagrams
Data Flow Diagrams
 
Advanced integration services on microsoft ssis 1
Advanced integration services on microsoft ssis 1Advanced integration services on microsoft ssis 1
Advanced integration services on microsoft ssis 1
 
A2 databases
A2 databasesA2 databases
A2 databases
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Project Management System