Document Management System for Rhodes University Supervisor: John Ebden Presenter: Bijal Rana.

Slides:



Advertisements
Similar presentations
Wintouch eCRM A Customer Relationship Management Solution designed specifically for AS/400 or iSeries Users.
Advertisements

MS Exchange and MS SharePoint Connectors Version
Software Architecture company logo Company Address and Web Address.
Resource is divided into 8 parts: 1. Part 1 – What Makes a Good Questionnaire 2. Part 2 – Installing Survey Software 3. Part 3 – Creating the First Survey.
NMD202 Web Scripting Week5. What we will cover today PHPmyAdmin Debugging – using print_r Modifying Data PHP (cont.) 4D Methodology File and IO operations.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Computer Monitoring System for EE Faculty By Yaroslav Ross And Denis Zakrevsky Supervisor: Viktor Kulikov.
Vinotemp Online Store Presented by: Ken Hoang. Motivation To help the company selling its products online A part of my works.
EASY LOGISTICS CENTER - the TURNTABLE for information, documents and processes EASY LOGISTICS CENTER DOCUMENTS SHOP CONTENT COMMUNITY MODULES EASY ENTERPRISE.
PHP Implementation. Requirements Must run on all platforms (Windows, Mac, Linux). Must be compatible with all common browsers. Must be user friendly.
Multiple Tiers in Action
A complete web app using flex. You can use the flex builder to generate the php (server side) code for a flex-php application. As before, Php connects.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Offsite Backups. The purpose of this Startup Guide is to familiarize you with Own Web Now's Offsite Backup offering and show you how to purchase, deploy.
PHP-Fusion. Introduction PHP-Fusion is a lightweight open source content management system (CMS) written in PHP. PHP-Fusion utilizes a MySQL database.
Opening SharePoint to External Users.  Centralize all files  Eliminate the need for Matching Subs RFI’s to our RFI’s (Dan Campbell, ETC)  Create a.
Presented by Lubna Yasmin Pinky Class Roll: 401 Exam Roll: Reg. No. : Session: Mashirah Binte Zaman Class Roll: 1407 Exam Roll:
LGU Document Management Solution. What is it? A Web-based Centralized Document Management Solution to keep track of digital documents Instantly search.
John Hartley Mark Bransby Utilizing Adobe's Publishing Solutions for Distributed Web Publishing.
Project# T2 Pardeep Kumar Angel Llera Anshal Joshi.
ViciDocs for BPO Companies Creating Info repositories from documents.
Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin.
NMS1.0(c) Copyright Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Lecture 7 Interaction. Topics Implementing data flows An internet solution Transactions in MySQL 4-tier systems – business rule/presentation separation.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
Nynox.com Nynox Help Desk Affordable Help Desk Solution.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
Web Interface to Dissertation Database Matt Rotundo, Arun Jose, Brian Richards, Patrick Stankard, and Diah Schur.
Part 1. Persistent Data Web applications remember your setting by means of a database linked to the site.
Phone No: / Id: Web : /
Software Engineering Project: Research Expert Prabhavathi Kumarasamy Joshua Thompson Paul Varcholik University of Central Florida.
Electronic Clinic System Prepared By: Salsabeel Ahmad AL-Taha and Maram Fathi Balatia Supervisor : Dr.Aladdin Masri.
/
Mock-up of ReStore repository site
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
Ashley Montebello – CprE Katie Githens – SE Wayne Rowcliffe – SE Advisor/Client: Akhilesh Tyagi.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
Getting Started with SharePoint 2010 Gareth Johns IT Skills Development Advisor.
Dr. Venton Kepuska Donald L. Troup. Dynamic Web Calendar
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
DataFlow Diagram – Level 0
NMD202 Web Scripting Week5. What we will cover today PHP & MySQL Displaying Dynamic Pages Exercises Modifying Data PHP Exercises Assignment 1.
14 1 Chapter 14 Web Database Development Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Content Master Content Master is a complete Electronic Document Management Solution from our Productivity Enhancement suite.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
07/21/97 MOSS Project Introduction and Definition -Senior Project-
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
THE WEB CALENDAR PROJECT Presented by: Jasmine Thomas Supervisor: John Ebden.
How Web Database Architectures Work CPS181s April 8, 2003.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Stanislaus County Employee Access DataStore Application Presented By: Melanie Lema, Information Technology Unit Stanislaus County Department of Child.
EBay Searcher Brian Payton, Jason Nowakoski, Justin Szeluga, Salvatore Siragusa, David Wolkiser.
Presentation on Online Shopping
Active Server Pages v.s. Java Server Pages Presenters: Lan Guo Qunying Fan Pei-Xun Wu Date:
EduGeek Logon Tracker Next generation user tracking.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
Content - Introduction. - Problem statement. - Objectives.
B2C Online Store. B2C Online Store Group Members Introduction Name: Muhammad Gulfam VU ID: MC Program: MCS Supervisor: Muhammad Qamar Usman.
Sarang Nazari California State University, Los Angeles
HR Portal Team Dr. Ashraf Armoush Supervisor Ala’eddeen Awwad
BASIC PHP and MYSQL Edward S. Flores.
To Join the Teleconference
Appendix A: Introduction to SkyDrive and Office Web Apps
Kent State New Materials and Active Serials
HVMR: PHP-MySQL System
Tutorial 6 PHP & MySQL Li Xu
Web Application Development Using PHP
Presentation transcript:

Document Management System for Rhodes University Supervisor: John Ebden Presenter: Bijal Rana

Outline Quick Recap Work achieved to date Screen flow diagram Tour of the system(screenshots) Current progress Future Objectives

Quick Recap(1) A system that allows Departments to share documents over web interface Offers a central storage area for group documents. Allow users with valid permissions to: Add Edit View Delete

Quick Recap(2) The technologies include: PHP and HTML, and a bit of java scripting It will run on a Windows Platform, using IIS server MySql Database to store the documents and relevant information

Screen Flow Diagram Start.html Login.php Details.php Edit.php View.php History.php Main.php Delete.php Add.php

Some code..\..\..\login.php.txt

Current Work I’m looking into creating an “ ” form which will enable the user to send a particular document to multiple users or to a mailing list. Trying to figure out a way of putting the documents in a folder instead of listing them on the screen.

Future Objectives Try to create an administrative interface that will allow the administrator to add new users to the systems as well as perform other admin work I will also be looking into creating search facility that would offers a quick and easy way to locate documents in a large repository

Questions ??