SlideShare a Scribd company logo
1 of 86
UNIVERSITY MANAGEMENT SYSTEM
The System Capable of Managing University Resources
17th April, 2014
PROJECT BY
NURUL AMIN MUHIT
ID: 101-115-022
BATCH: CSE 20TH
METROPOLITAN UNIVERSITY
OUTLINE…
 INTRODUCTION
 The Project Overview
 The Overview of Related & Used Technologies
 MODULES
 Featured Modules
 Core Modules
 Modules’ Dependencies
 Modules: We Developed
 CONCLUSION
INTRODUCTION
THE PROJECT OVERVIEW
 The system capable of managing university resources.
 Supports different platforms and different languages.
 The implemented system takes advantages from
Modular MVC technology.
 The implementation of the system was done using
PHP and Web technologies
 The system can be run locally or in distributed
manner.
THE OVERVIEW OF RELATED & USED TECHNOLOGIES
 CodeIgniter [ >= 2.1.x ]
 PyroCMS [ >= 2.2.x ]
 PHP [ >= 5.2 ]
 MySQL [ >= 5.x ]
 GD2: Graphics Library
 cURL [ >= 7.10 ]
 JQuery [ >= 1.7.x ]
 Lex: is a lightweight template parser.
 Twitter Bootsrap [ >= 3.0.x ]
 AJAX: Asynchronous JavaScript and XML
CODEIGNITER: A PHP Framework
INTRODUCTION
WHY CODEIGNITER?
 Simplicity: Very easy to learn, use, and extend
 MVC: Based on popular Model-View-
Controller development pattern
 Documentation: Great documentation
 No Commercialism: It's 100% free
 Tons of Resources
 Very Popular
 Very stable Framework
PYROCMS: A CodeIgniter Based CMS
INTRODUCTION
WHY PYROCMS?
 Modular MVC: Each part of the
system is its own micro-instance of
MVC
 More Flexible and Cleanly organized
 Powered by CodeIgniter
 Easy to learn, understand, and own
WHY CONSIDER PYROCMS FOR THIS PROJECT?
 Modular MVC
 Control over navigation menus, email
templates, and 301 redirects
 Easy Theme/Plugin/Widget
Development
 Mobile Device Detection
 Module view over-loading
MODULES
FETURED MODULES
 Person Management
 Course Management
 Event Management
 Schedule or Routine Management
 Add-drop Management
 Attendance Management
 Exam Management
 Grade or Result Management
 Partial Academic Transcript Generating
MODULES: CORE
MODULES
THE BLOG MODULE
The blog module allows us to easily setup a blog at
www.domain.com/blog. It supports the following features:
 Post Previews
 Live/Draft post status
 Blog Categories
 Blog Intro Text
 Blog Keywords
 Commenting on/off control
BLOG LIST
THE USER MODULE
The users module is where we manage our sites users. To
start, go to Users → Manage Users. We'll see a paginated list
of our current users. It includes:
 Creating a New User
 Managing User Groups & Permissions
 Customizing Profile Field
 User Modules URLs
 Using User Data in Layouts
USER LIST
THE NAVIGATION MODULE
The navigation module allows us to create navigation
groups and use them in our layouts.
 Navigation Groups
 Add a Link to Group
 Ordering Navigation Links
THE EMAIL TEMPLATE MODULE
The email templates module stores all module email templates, so they
can be easily edited to fit our sites needs.
They are broken down into two groups:
Default Templates - These are the templates that come with PyroCMS.
User Defined Templates - These are templates that us or other modules
define.
ADD EMAIL TEMPLATE
MODULES: WE DEVELOPED
MODULES: WE DEVELOPED
METROUNI ROUTE MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Route √
Edit Route √
Delete Route √
MODULE INCLUDES
Admin Menu: Metrouni → Routes
 List of Routes
 Add a New Route
 Rebuild Routes
 Update Route
 Delete Route
METROUNI FACULTY MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Faculty √
Edit Faculty √
Delete Faculty √
View Faculty √
MODULE INCLUDES
Admin Menu: Metrouni → Faculties
 List of Faculties
 Filters
 Details of the Faculty
 Add Faculty
 Update Faculty
 Delete single Faculty
 Delete Multiple Faculties
METROUNI DEPARTMENT MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Add
Department
√
Edit
Department
√
Delete
Department
√
View
Department
√
MODULE INCLUDES
Admin Menu: Metrouni → Departments
 List of Departments
 Filters
 Details of the Department
 Add Department
 Update Department
 Delete single Department
 Delete Multiple Departments
METROUNI ROOM MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Add Room √
Edit Room √
Delete Room √
View Room √
MODULE INCLUDES
Admin Menu: Metrouni → Schedules → Rooms
 List of Rooms
 Filters
 Details of the Room
 Add Room
 Update Room
 Delete single Room
 Delete Multiple Rooms
METROUNI HOUR MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Add Hour √
Edit Hour √
Delete Hour √
View Hour √
MODULE INCLUDES
Admin Menu: Metrouni → Schedules → Hours
 List of Hours
 Filters
 Add New Hour
 Update Hour
 Delete single/multiple Hour
METROUNI BATCH MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Add Batch √ √
Edit Batch √ √
Delete Batch √ √
View Batch √ √
MODULE INCLUDES
Admin Menu: Metrouni → Courses → Batches
 List of Batches
 Filters
 Details of the Batch
 Add New Batch
 Update Batch
 Delete single/multiple Batch
METROUNI SEMESTER MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Add Semester √ √
Edit Semester √ √
Delete Semester √ √
View Semester √ √
MODULE INCLUDES
Admin Menu: Metrouni → Semesters
 List of Semesters
 Filters
 Add Semester
 Update Semester
 Delete single Semester
 Delete Multiple Semesters
METROUNI PROGRAMME MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create
Programme
√ √
Edit
Programme
√ √
Delete
Programme
√ √
View
Programme
√ √ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Programmes
 List of Programmes
 Filters
 Details of the Programme
 Add Programme
 Update Programme
 Delete single Programme
 Delete Multiple Programmes
METROUNI CALENDER MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Add Event √ √
Edit Event √ √
Delete Event √ √
View Event √ √ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Calendar
 List of Events
 Filters
 Details of the Event
 Add Event
 Update Event
 Delete single Event
 Delete Multiple Events
METROUNI PERSON MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Person ODS (√) √ √
Edit Person ODS (√) √ √
Delete Person ODS (√) √ √
View Person √ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Persons
 List of Persons
 Filters
 Details of the Person
 Add Person
 Update Person
 Delete single Person
 Delete Multiple Persons
METROUNI PERSON HISTORY MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Person
History
√ √
Edit Person
History
√ √
Delete Person
History
√ √
View Person
History
√ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Persons
 Educations
 List of Education History
 Filters
 Details of the Education History
 Add New Education History
 Update Education History
 Delete single/multiple Education History
MODULE INCLUDES
Admin Menu: Metrouni → Persons
 Works
 List of Work History
 Filters
 Details of the Work History
 Add New Work History
 Update Work History
 Delete single/multiple Work History
MODULE INCLUDES
Admin Menu: Metrouni → Persons
 Healths
 List of Health History
 Filters
 Details of the Health History
 Add New Health History
 Update Health History
 Delete single/multiple Health History
MODULE INCLUDES
Admin Menu: Metrouni → Persons
 Legals
 List of Legal History
 Filters
 Details of the Legal History
 Add New Legal History
 Update Legal History
 Delete single/multiple Legal History
METROUNI COURSE TEMPLATE MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Course
Template
OD (√) OF/OD (√)
Edit Course
Template
OD (√) OF/OD (√)
Delete Course
Template
OD (√) OF/OD (√)
View Course
Template
√ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Templates
 List of Course Templates
 Filters
 Details of the Course Template
 Add Course Template
 Update Course Template
 Delete single/multiple Course Template
METROUNI COURSE CURRICULAM MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Course
Curriculum
OD (√) OF/OD (√)
Edit Course
Curriculum
OD (√) OF/OD (√)
Delete Course
Curriculum
OD (√) OF/OD (√)
View Course
Curriculum
√ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Curriculums
 List of Course Curriculums
 Filters
 Details of the Course Curriculum
 Add Course Curriculum
 Update Course Curriculum
 Delete single/multiple Course Curriculum
METROUNI COURSE MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Course OD (√) OF/OD (√)
Edit Course OD (√) OF/OD (√)
Delete Course OD (√) OF/OD (√)
View Course √ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Courses
 List of Semester Courses
 Filters
 Details of the Semester Course
 Add Semester Course
 Update Semester Course
 Delete single/multiple Semester Course
METROUNI SCHEDULE MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create
Schedule
OD (√) OF/OD (√)
Edit Schedule OD (√) OF/OD (√)
Delete
Schedule
OD (√) OF/OD (√)
View Schedule √ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Schedules
 List of Schedules
 Filters
 Details of the Schedule
 Add Schedule
 Update Schedule
 Delete single/multiple Schedule
METROUNI ADD-DROP MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Add-
Drop
OC (√) OC (√) OD (√) OF/OD (√)
Edit Add-Drop OC (√) OD (√) OF/OD (√)
Delete Add-
Drop
OC (√) OD (√) OF/OD (√)
View Add-
Drop
OC (√) OC (√) OC (√) OD (√) OF/OD (√) √
MODULE INCLUDES
Admin Menu: Metrouni → Adddrops
 List of Courses taken by Students
 Filters
 Details of the Taken Course and Student
 Take Course
 Drop Course
 Approved courses which taken by Student
 Mark Course as Completed
METROUNI ATTENDENCE MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create
Attendance
OC (√) OD (√) OF/OD (√)
Edit
Attendance
OC (√) OD (√) OF/OD (√)
Delete
Attendance
OC (√) OD (√) OF/OD (√)
View
Attendance
OC (√) OC (√) OC (√) OD (√) OF/OD (√) √
MODULE INCLUDES
Admin Menu: Metrouni → Attendances
 List of Taken Courses
 Filters
 Details of the Attendance
 Add New Attendance
 Update Attendance
 Mark as Present/Absent
METROUNI EXAM MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Create Exam OC (√)
Edit Exam OC (√)
Delete Exam OC (√)
View Exam √ √ √ √ √ √
MODULE INCLUDES
Admin Menu: Metrouni → Exams
 List of Exams
 Filters
 Details of the Exam
 Add New Exam
 Update Exam
 Delete single/multiple exam(s)
METROUNI GRADE MODULE
MODULES: WE DEVELOPED
PERMISSIONS
Public
(0)
Student
(1)
Assistant
(2)
Teacher
(3)
Chairman
(4)
Secretary
(5)
Administrator
(6)
Update Grade OC (√)
View Grade OC (√) OC (√) OC (√) OD (√) OF (√)
MODULE INCLUDES
Admin Menu: Metrouni → Grades
 List of Exams
 Filters
 Details of the Grades/Results
 Update Grades/Results
CONCLUSION
CONCLUSION
 The University Management System which
capable of storing university resources
such as students and staff of the university
and their relationship was implemented.
 It is easy to track the relations of students
and courses they have taken, courses and
teacher they are given by using the
friendly interface of the system.
CONCLUSION
 The system supports different platforms
and different languages.
 The system can be easily extended by
introducing new modules.
 An example of such, future work is
evaluation questions module that can be
used to evaluate teachers, and output the
statistics of the evaluation.
THANK YOU


More Related Content

What's hot

Online course management system
Online course management systemOnline course management system
Online course management systempaparaon
 
UNIVERSITY MANAGEMENT SYSTEM.pptx
UNIVERSITY MANAGEMENT SYSTEM.pptxUNIVERSITY MANAGEMENT SYSTEM.pptx
UNIVERSITY MANAGEMENT SYSTEM.pptxshivantGupta1
 
Training and placement
Training and placementTraining and placement
Training and placementBhavesh Parmar
 
Leave management system
Leave management systemLeave management system
Leave management systemAyushi Gaur
 
Synopsis of online Attendance System
Synopsis of online Attendance SystemSynopsis of online Attendance System
Synopsis of online Attendance SystemShyam Sundar Pandey
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management Systemkataria Arvind
 
School management system
School management systemSchool management system
School management systemSoumya Behera
 
Students management system
Students management systemStudents management system
Students management systemKumar Rajeev
 
Placement Cell project
Placement Cell projectPlacement Cell project
Placement Cell projectManish Kumar
 
Student management system
Student management systemStudent management system
Student management systemGaurav Subham
 
408372362-Student-Result-management-System-project-report-docx.docx
408372362-Student-Result-management-System-project-report-docx.docx408372362-Student-Result-management-System-project-report-docx.docx
408372362-Student-Result-management-System-project-report-docx.docxsanthoshyadav23
 
Online Hostel Management System Proposal
Online Hostel Management System Proposal Online Hostel Management System Proposal
Online Hostel Management System Proposal farhanamusthafa
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project AbstractUdhayyagethan Mano
 
Online Attendance System
Online Attendance SystemOnline Attendance System
Online Attendance SystemAkash Kr Sinha
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management SystemMonotheist Sakib
 
student database management system
student database management systemstudent database management system
student database management systemMd. Riadul Islam
 
Student information system project
Student information system projectStudent information system project
Student information system projectRizwan Ashraf
 
College Department Management System
College Department Management SystemCollege Department Management System
College Department Management SystemJIGAR MAKHIJA
 
School management System
School management SystemSchool management System
School management SystemHATIM Bhagat
 

What's hot (20)

Online course management system
Online course management systemOnline course management system
Online course management system
 
UNIVERSITY MANAGEMENT SYSTEM.pptx
UNIVERSITY MANAGEMENT SYSTEM.pptxUNIVERSITY MANAGEMENT SYSTEM.pptx
UNIVERSITY MANAGEMENT SYSTEM.pptx
 
Training and placement
Training and placementTraining and placement
Training and placement
 
Leave management system
Leave management systemLeave management system
Leave management system
 
Synopsis of online Attendance System
Synopsis of online Attendance SystemSynopsis of online Attendance System
Synopsis of online Attendance System
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
 
School management system
School management systemSchool management system
School management system
 
Students management system
Students management systemStudents management system
Students management system
 
Placement Cell project
Placement Cell projectPlacement Cell project
Placement Cell project
 
Student management system
Student management systemStudent management system
Student management system
 
408372362-Student-Result-management-System-project-report-docx.docx
408372362-Student-Result-management-System-project-report-docx.docx408372362-Student-Result-management-System-project-report-docx.docx
408372362-Student-Result-management-System-project-report-docx.docx
 
Online Hostel Management System Proposal
Online Hostel Management System Proposal Online Hostel Management System Proposal
Online Hostel Management System Proposal
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
 
Online Attendance System
Online Attendance SystemOnline Attendance System
Online Attendance System
 
Student Result Management System
Student Result  Management System Student Result  Management System
Student Result Management System
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management System
 
student database management system
student database management systemstudent database management system
student database management system
 
Student information system project
Student information system projectStudent information system project
Student information system project
 
College Department Management System
College Department Management SystemCollege Department Management System
College Department Management System
 
School management System
School management SystemSchool management System
School management System
 

Viewers also liked

University Management Information System
University Management Information SystemUniversity Management Information System
University Management Information SystemAbzetdin Adamov
 
University management system UMS
University management system UMSUniversity management system UMS
University management system UMSMayank Jain
 
University Management System use case
University Management System use caseUniversity Management System use case
University Management System use caseTanvir Islam
 
University management software
University management softwareUniversity management software
University management softwarevinodhini1
 
College management system ppt
College management system pptCollege management system ppt
College management system pptShanthan Reddy
 
University Management System - UMS-X1
University Management System - UMS-X1University Management System - UMS-X1
University Management System - UMS-X1Nasser Hassan
 
College management project
College management projectCollege management project
College management projectAkhilesh Jha
 
College Management System project
College Management System projectCollege Management System project
College Management System projectManish Kushwaha
 
Odoo OpenERP 7 University Management System
Odoo OpenERP 7 University Management SystemOdoo OpenERP 7 University Management System
Odoo OpenERP 7 University Management Systempragmatic123
 
Digital computers based on their size, cost(16 1
Digital computers based on their size, cost(16 1Digital computers based on their size, cost(16 1
Digital computers based on their size, cost(16 1myrajendra
 
Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...
Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...
Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...Beat Signer
 
The Evolution Of Digital Computers
The Evolution Of Digital ComputersThe Evolution Of Digital Computers
The Evolution Of Digital Computersleehampson
 
EVOLUTION OF COMPUTER pdf
EVOLUTION OF COMPUTER pdfEVOLUTION OF COMPUTER pdf
EVOLUTION OF COMPUTER pdfDlwnsghek Ina
 
Human resource information management system new
Human resource information management system newHuman resource information management system new
Human resource information management system newvicvic911
 
Group Presentation Slides
Group Presentation SlidesGroup Presentation Slides
Group Presentation SlidesJamesCMC
 
102 Evolution of computers
102 Evolution of computers102 Evolution of computers
102 Evolution of computersMukalele Rogers
 
Group e ppt presentation
Group e ppt presentationGroup e ppt presentation
Group e ppt presentationguest1c2ac58
 

Viewers also liked (20)

University Management Information System
University Management Information SystemUniversity Management Information System
University Management Information System
 
University management system UMS
University management system UMSUniversity management system UMS
University management system UMS
 
University Management System use case
University Management System use caseUniversity Management System use case
University Management System use case
 
University management software
University management softwareUniversity management software
University management software
 
College management system ppt
College management system pptCollege management system ppt
College management system ppt
 
University Management System - UMS-X1
University Management System - UMS-X1University Management System - UMS-X1
University Management System - UMS-X1
 
College management project
College management projectCollege management project
College management project
 
College Management System project
College Management System projectCollege Management System project
College Management System project
 
Odoo OpenERP 7 University Management System
Odoo OpenERP 7 University Management SystemOdoo OpenERP 7 University Management System
Odoo OpenERP 7 University Management System
 
Ums in c
Ums in cUms in c
Ums in c
 
Digital computers based on their size, cost(16 1
Digital computers based on their size, cost(16 1Digital computers based on their size, cost(16 1
Digital computers based on their size, cost(16 1
 
Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...
Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...
Introduction - Lecture 1 - Seminar Web Information Systems Technology (WE-DIN...
 
ICampus
ICampusICampus
ICampus
 
The Evolution Of Digital Computers
The Evolution Of Digital ComputersThe Evolution Of Digital Computers
The Evolution Of Digital Computers
 
EVOLUTION OF COMPUTER pdf
EVOLUTION OF COMPUTER pdfEVOLUTION OF COMPUTER pdf
EVOLUTION OF COMPUTER pdf
 
_Seminar_synopsis
_Seminar_synopsis_Seminar_synopsis
_Seminar_synopsis
 
Human resource information management system new
Human resource information management system newHuman resource information management system new
Human resource information management system new
 
Group Presentation Slides
Group Presentation SlidesGroup Presentation Slides
Group Presentation Slides
 
102 Evolution of computers
102 Evolution of computers102 Evolution of computers
102 Evolution of computers
 
Group e ppt presentation
Group e ppt presentationGroup e ppt presentation
Group e ppt presentation
 

Similar to University Management System

A process oriented approach for modelling on line Learning Environments
A process oriented approach for modelling on line Learning EnvironmentsA process oriented approach for modelling on line Learning Environments
A process oriented approach for modelling on line Learning EnvironmentsBaker Khader Abdallah, PMP
 
Admin Critical Route for Moodle 2.4
 Admin Critical Route for Moodle 2.4 Admin Critical Route for Moodle 2.4
Admin Critical Route for Moodle 2.4Maria Moodle
 
Moodle 3 Updates
Moodle 3 UpdatesMoodle 3 Updates
Moodle 3 UpdatesLewis Carr
 
Online Faculty evaluation system project presentation
Online Faculty evaluation system project presentationOnline Faculty evaluation system project presentation
Online Faculty evaluation system project presentationShaikhul Saad
 
X++ advanced course
X++ advanced courseX++ advanced course
X++ advanced courseAlvin You
 
Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02Peking
 
E Tqf Open Source Lms
E Tqf Open Source LmsE Tqf Open Source Lms
E Tqf Open Source LmsFIT Ltd
 
Introduction to the Module Control Panel in Blackboard Learn 9.1
Introduction to the Module Control Panel in Blackboard Learn 9.1Introduction to the Module Control Panel in Blackboard Learn 9.1
Introduction to the Module Control Panel in Blackboard Learn 9.1Kirsten Thompson
 
Extended on-boarding for WASH recruits
Extended on-boarding for  WASH recruitsExtended on-boarding for  WASH recruits
Extended on-boarding for WASH recruitsBhakti Devi
 
V7.0-02 - System Administration with MC v7.0 (MCUIE)
V7.0-02 - System Administration with MC v7.0 (MCUIE)V7.0-02 - System Administration with MC v7.0 (MCUIE)
V7.0-02 - System Administration with MC v7.0 (MCUIE)Maintenance Connection
 
KD10 Curriculum Management Overview Presentation *Updated*
KD10 Curriculum Management Overview Presentation *Updated* KD10 Curriculum Management Overview Presentation *Updated*
KD10 Curriculum Management Overview Presentation *Updated* Kuali Student Project
 
DBMS1-ORIENTATION.pptx
DBMS1-ORIENTATION.pptxDBMS1-ORIENTATION.pptx
DBMS1-ORIENTATION.pptxRamosEliza
 
Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Philip Rushworth
 
Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Webanywhere Ltd
 
TDA/SAP Methodology Training Course Module 3 Section 4
TDA/SAP Methodology Training Course Module 3 Section 4TDA/SAP Methodology Training Course Module 3 Section 4
TDA/SAP Methodology Training Course Module 3 Section 4Iwl Pcu
 

Similar to University Management System (20)

A process oriented approach for modelling on line Learning Environments
A process oriented approach for modelling on line Learning EnvironmentsA process oriented approach for modelling on line Learning Environments
A process oriented approach for modelling on line Learning Environments
 
Moodle user group 27 02-14
Moodle user group 27 02-14Moodle user group 27 02-14
Moodle user group 27 02-14
 
Admin Critical Route for Moodle 2.4
 Admin Critical Route for Moodle 2.4 Admin Critical Route for Moodle 2.4
Admin Critical Route for Moodle 2.4
 
Moodle 3 Updates
Moodle 3 UpdatesMoodle 3 Updates
Moodle 3 Updates
 
Moodle Teachers doc
Moodle Teachers docMoodle Teachers doc
Moodle Teachers doc
 
Online Faculty evaluation system project presentation
Online Faculty evaluation system project presentationOnline Faculty evaluation system project presentation
Online Faculty evaluation system project presentation
 
Control panel
Control panelControl panel
Control panel
 
X++ advanced course
X++ advanced courseX++ advanced course
X++ advanced course
 
Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02
 
Moodle hints tips_tricks
Moodle hints tips_tricksMoodle hints tips_tricks
Moodle hints tips_tricks
 
E Tqf Open Source Lms
E Tqf Open Source LmsE Tqf Open Source Lms
E Tqf Open Source Lms
 
Introduction to the Module Control Panel in Blackboard Learn 9.1
Introduction to the Module Control Panel in Blackboard Learn 9.1Introduction to the Module Control Panel in Blackboard Learn 9.1
Introduction to the Module Control Panel in Blackboard Learn 9.1
 
Extended on-boarding for WASH recruits
Extended on-boarding for  WASH recruitsExtended on-boarding for  WASH recruits
Extended on-boarding for WASH recruits
 
Hays PeopleSoft upgrade
Hays PeopleSoft upgradeHays PeopleSoft upgrade
Hays PeopleSoft upgrade
 
V7.0-02 - System Administration with MC v7.0 (MCUIE)
V7.0-02 - System Administration with MC v7.0 (MCUIE)V7.0-02 - System Administration with MC v7.0 (MCUIE)
V7.0-02 - System Administration with MC v7.0 (MCUIE)
 
KD10 Curriculum Management Overview Presentation *Updated*
KD10 Curriculum Management Overview Presentation *Updated* KD10 Curriculum Management Overview Presentation *Updated*
KD10 Curriculum Management Overview Presentation *Updated*
 
DBMS1-ORIENTATION.pptx
DBMS1-ORIENTATION.pptxDBMS1-ORIENTATION.pptx
DBMS1-ORIENTATION.pptx
 
Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017
 
Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017
 
TDA/SAP Methodology Training Course Module 3 Section 4
TDA/SAP Methodology Training Course Module 3 Section 4TDA/SAP Methodology Training Course Module 3 Section 4
TDA/SAP Methodology Training Course Module 3 Section 4
 

Recently uploaded

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Recently uploaded (20)

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

University Management System