SlideShare a Scribd company logo
1 of 5
Download to read offline
Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689
www.ijrtem.com ǁ Volume 1 ǁ Issue 7 ǁ
| Volume 1 | Issue 7 | www.ijrtem.com | 41 |
Web based of electronic document management systems
Viliam Malcher1
, Jürgen Maier2
(1
Faculty of Management, Department of Information Systems, Comenius University, 820 05 Bratislava 25, Odbojárov 10, P.O.
Box 95, Slovak Republic, Europe)
ABSTRACT : An electronic document management system is a software program that manages the creation, storage and control
of document electronically. The primary function of that system is to manage electronic information within an organization’s
workflow. In this paper the aim is to develop web based application for document management systems that is able to deliver access
to any one authorized anytime, anyplace on any device.
Keywords: Document management systems, electronic document, web application, digital document, document scanning
INTRODUCTION
Digital document management systems are software applications that capture paper document and variety of electronic files while
providing for the storage, retrieval, security and archiving of these document [1, 2]. The document management process begins with
the conversion of paper document and other electronic document (for an example word documents, images) to electronic files.
Document management applications enable more efficient distribution of and control over information, files and records throughout
your organization. To implement a successful digital management system, you must choose the right system for your organization.
Digital document management provides your staff with immediate access to the information that allows them to make better
decisions about issues [3]. With digital document management systems, your employees will be able to support their work processes,
work more efficiently, collaborate more efficiently, and they can dramatically increasing productivity.
Document management systems make it easy the share documents electronically with colleagues and client over a network. Digital
document management enables the management of information and provides the ability to rapidly find, retrieve and share all the
documents in repository of your department, or company. In this paper we have proposed a web based application for the searching
and open files.
DIGITAL DOCUMENT MANAGEMENT
The process of digital document management begins with the conversion of paper or other documents into digitized images. These
images (files) can be organized and quickly retrieved, indexed and archived. When files are scanned or electronically converted, we
expect that a high-resolution digital copy is stored on the hard drive. Which documents user can read a what actions they can
perform on these documents depend on the level of security that the system administrator has assigned to them. One of the most
important factors in how successful a document management system will be is how easy it is to use. Usability is critical in
encouraging rapid staff acceptance. A system will be only be widely used if it is simple to find and open documents for reading.
We develop a web based application for electronic documents [4, 5, 6]. The document here is considered as a computer electronic
document, not the paper document. The typically process of manipulating a document normally involves 4 stages: create, view, edit,
and save. The stage of edit document we will not considered. All electronic document are created in the PDF (Portable Document
Format) format. The process of digitalization of document and all schema of management document is shown in Figure 1
Web based of electronic document management systems
| Volume 1 | Issue 7 | www.ijrtem.com | 42 |
Fig. 1: Process of scanning documents in the electronic format.
All document are saved in the PDF format on the file server. Files and folders are basic elements of the file system. Every file must
exist in the folder. It means, the folder have many files. Users can manipulate with files include searching and open the selected
files. Files and folders can be shared using a password protection. For using of this project we used database, namely Access
database, and the ASP.NET technology with C# language. The information about the electronic document are saved in the table in
the Access database, see Figure 2
Fig. 2: The structure of the table for the documents.
All digitalized electronic documents are stored in the PDF format on the file server (Figure 3).
Fig. 3: The PDF documents located on the file server.
Web based of electronic document management systems
| Volume 1 | Issue 7 | www.ijrtem.com | 43 |
The PDF document is opened automatically by the Acrobat Reader. The Acrobat Reader must be installed on the client computer.
The ASP.NET code programmed in the language C# is written in the Appendix.
Fig. 4: Web application for the searching and open the document.
CONCLUSION
Probably the biggest advantage of electronic document management systems has been its ability to provide simultaneous document
access to a number of users spread throughout the organization. Employees in remote locations can quickly retrieve and view
documents. These documents cannot be altered, and any document access or action can be tracked through an history. Document
management systems turn paper into digital images such as PDF or other files that can be stored electronically and, with some
software help, searched or edited. These systems also can improve electronic filing, retrieving and secure access to information. At
its simplest, a document management system consists of a scanner and software that convert paper documents to electronic PDF
files.
Most electronic document formats such as Word documents and Excel spreadsheets can also be loaded into electronic document
management systems. During minutes, for example, are loaded as Word document to provide full text searching of meeting minutes.
This allows searching past minutes to quickly determine when a specific issue was discussed or how a decision was made.
REFERENCES
[1] W. B. Green, Introduction to Electronic Document Management Systems (Academic Press, Inc., 1993).
[2] A. Azad, Implementing Electronic Document and Record Management Systems (Anerbach Publication Taylor & Francis
Group, LLC, 2008).
[3] R. Kunis, g. Rünger and M. A Schwind, Model for Document Management in e-Gvernemt Systems Base on Hierarchical
Process Folders, The Electronic Journal of e-Government, Vol.5, Issue 2, (2007) 191-204.
[4] S. R. G. Fraser, Real World ASP.NET: Building a Content Management System (Apress, 2002).
[5] M. MacDonald, M. Szpuszta, Pro ASP.NET 2.0 in C# 2005 (Apress, 2005).
[6] M. MacDonald, A. Freeman, and M. Szpuszta, Pro ASP.NET 4.0 in C# 2010 (Apress, 2010).
APPENDIX
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<%@ Import Namespace="System.Diagnostics" %>
<html>
<body style="FONT-FAMILY: arial">
<form id="form1" runat="server">
<table>
<tr align="left"><td><img src="norms.png" width="180" height="40"> &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; <font size="6pt">List of Norms</font></td>
</tr>
</table>
Web based of electronic document management systems
| Volume 1 | Issue 7 | www.ijrtem.com | 44 |
<asp:Label ID="A" Visible="false" runat="server" />
<asp:Label ID="B" Visible="false" runat="server" />
<asp:Label ID="LabelS" Visible="false" runat="server" />
<table width="100%" bgcolor="#cccccc">
<tr><td><asp:Button ID="button1" Text="Menu" OnClick="Menu"
Font-Size="9" Width="120px" Height="25px" BackColor="seagreen" ForeColor="white"
runat="server" />
<font size="2pt">Write chars of Norm number:</font>
<asp:TextBox ID="txtSearch" Width="200px" runat="server" />
<asp:Button ID="Btn1" OnClick="Searching" Text="Searching" BackColor="darkolivegreen"
ForeColor="white" runat="server" />
<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</td>
</tr>
</table>
<br>
<table width="40%">
<tr><td valign="top">
<asp:GridView ID="gridView1" runat="server"
CellSpacing="1" GridLines="1" CellPadding="2" BackColor="beige" ForeColor="Black" Font-Size="10pt"
AutoGenerateColumns="false"
OnSelectedIndexChanged="SelectionIndexChanged"
DataKeyField="ID">
<Columns>
<asp:CommandField ShowSelectButton="true" ButtonType="Button" SelectText="Sel" />
<asp:BoundField HeaderText="Norm number" DataField="NormNumber" />
<asp:BoundField HeaderText="Norm Name" DataField="NormName" />
</Columns>
<HeaderStyle Font-Bold="True" HorizontalAlign="center" ForeColor="white" BackColor="seagreen" Font-Size="10pt" />
</asp:GridView>
<td valign="top"><asp:Panel ID="Panel1" Width="500px" Visible="false" BackColor="silver" runat="server">
<table><caption bgcolor="beige"><b>Record</b></caption>
<tr><td><font face="arial" size="2">Norm number:</font>
<td><font face="arial"><asp:textbox id="NormNumber" font-size="10" BackColor="beige" Width="200px"
runat="server"/></font>
<tr><td><font face="arial" size="2"><b>Norm name:</b></font>
<td><font face="arial"><asp:textbox id="NormName" font-size="10" BackColor="beige" width="350"
Rows="4" TextMode="Multiline" runat="server"/></font>
<tr><td><font face="arial" size="2">File norm:</font>
<td><font face="arial"><asp:textbox id="FileName" font-size="10" BackColor="beige" Width="200px"
runat="server"/></font>
<tr><td><font face="arial" size="2">Note:</font>
<td><font face="arial"><asp:textbox id="Note" BackColor="beige" runat="server" width="300px"/></font>
<tr><td> &nbsp;
<asp:Button ID="btnSubor" Text="Open File" ForeColor="white" Font-Size="9" BackColor="darkolivegreen" OnClick="OpenFile"
runat="server" />
<tr><td> &nbsp;
</table>
</asp:Panel>
</table>
</form>
</body>
</html>
<script runat="server">
public void Searching(Object o, EventArgs e)
{
string cmd, FilterValue;
Panel1.Visible = false;
Web based of electronic document management systems
| Volume 1 | Issue 7 | www.ijrtem.com | 45 |
FilterValue = txtSearch.Text;
OleDbConnection conn = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0; Data Source =
C:ABOXNORMY2DataNormyDb.accdb");
cmd = "select * from Norms where NormNumber LIKE '%" + FilterValue + "%' ORDER BY NormNumber
ASC";
OleDbDataAdapter da = new OleDbDataAdapter(cmd,conn);
DataSet ds =new DataSet();
da.Fill(ds,"MyTable");
gridView1.DataSource = ds;
gridView1.DataBind();
gridView1.Visible = true;
}
public void SelectionIndexChanged(Object o, EventArgs e)
{
Panel1.Visible=true;
GridViewRow row = gridView1.SelectedRow;
A.Text = row.Cells[1].Text;
Response.Write(A.Text);
OleDbConnection conn = new OleDbConnection("Provider = Microsoft.ACE.OLEDB.12.0; Data Source =
C:ABOXNORMY2DataNormyDb.accdb");
string cmd = "SELECT * FROM NORMS WHERE NormNumber ='" + A.Text + "'";
OleDbDataAdapter da = new OleDbDataAdapter(cmd, conn);
DataSet ds = new DataSet();
da.Fill(ds,"T");
gridView1.DataSource = ds;
gridView1.DataBind();
NormNumber.Text=ds.Tables["T"].Rows[0]["NormNumber"].ToString();
NormName.Text=ds.Tables["T"].Rows[0]["NormName"].ToString();
FileName.Text=ds.Tables["T"].Rows[0]["FileName"].ToString();
Note.Text=ds.Tables["T"].Rows[0]["Note"].ToString();
LabelS.Text = FileName.Text;
}
void Menu(Object o, EventArgs e)
{
Response.Redirect("Menu.aspx");
}
public void OpenFile(Object o, EventArgs e)
{
Process p = new Process();
ProcessStartInfo s = new ProcessStartInfo(@"C:ABOXNormy2Normy"+LabelS.Text);
p.StartInfo = s;
p.Start();
}
</script>
Listing1: The code programmed by the language C# in the ASP.NET technology.

More Related Content

What's hot

Data Driven Testing
Data Driven TestingData Driven Testing
Data Driven Testing
Maveryx
 

What's hot (20)

defect tracking and management
defect tracking and management   defect tracking and management
defect tracking and management
 
How To Write A Test Case In Software Testing | Edureka
How To Write A Test Case In Software Testing | EdurekaHow To Write A Test Case In Software Testing | Edureka
How To Write A Test Case In Software Testing | Edureka
 
Selenium Basics Tutorial
Selenium Basics TutorialSelenium Basics Tutorial
Selenium Basics Tutorial
 
An introduction to Behavior-Driven Development (BDD)
An introduction to Behavior-Driven Development (BDD)An introduction to Behavior-Driven Development (BDD)
An introduction to Behavior-Driven Development (BDD)
 
Data Driven Testing
Data Driven TestingData Driven Testing
Data Driven Testing
 
Requirements Management
Requirements ManagementRequirements Management
Requirements Management
 
Exploratory testing workshop
Exploratory testing workshopExploratory testing workshop
Exploratory testing workshop
 
Introduction to Performance Testing & Loadrunner
Introduction to Performance Testing & LoadrunnerIntroduction to Performance Testing & Loadrunner
Introduction to Performance Testing & Loadrunner
 
Test Automation Framework Development Introduction
Test Automation Framework Development IntroductionTest Automation Framework Development Introduction
Test Automation Framework Development Introduction
 
Test Strategy
Test StrategyTest Strategy
Test Strategy
 
Integration tests: use the containers, Luke!
Integration tests: use the containers, Luke!Integration tests: use the containers, Luke!
Integration tests: use the containers, Luke!
 
Performance Testing REST APIs
Performance Testing REST APIsPerformance Testing REST APIs
Performance Testing REST APIs
 
Software Metrics
Software MetricsSoftware Metrics
Software Metrics
 
E commerce Testing
E commerce TestingE commerce Testing
E commerce Testing
 
ccs356-software-engineering-notes.pdf
ccs356-software-engineering-notes.pdfccs356-software-engineering-notes.pdf
ccs356-software-engineering-notes.pdf
 
Software testing & Quality Assurance
Software testing & Quality Assurance Software testing & Quality Assurance
Software testing & Quality Assurance
 
What is an RTM?
What is an RTM?What is an RTM?
What is an RTM?
 
Testing strategy for agile projects updated
Testing strategy for agile projects updatedTesting strategy for agile projects updated
Testing strategy for agile projects updated
 
Importance of a Test Management Tool for Your Project
Importance of a Test Management Tool for Your ProjectImportance of a Test Management Tool for Your Project
Importance of a Test Management Tool for Your Project
 
StresStimulus Load Testing Tool User Guide
StresStimulus Load Testing Tool User GuideStresStimulus Load Testing Tool User Guide
StresStimulus Load Testing Tool User Guide
 

Similar to Web based of electronic document management systems

University electronic management system
University electronic management systemUniversity electronic management system
University electronic management system
Aleksey Lashin
 
Fine docs product presentation latest
Fine docs product presentation latestFine docs product presentation latest
Fine docs product presentation latest
Satyajit Roy
 
OPEN TEXT ADMINISTRATION
OPEN TEXT ADMINISTRATIONOPEN TEXT ADMINISTRATION
OPEN TEXT ADMINISTRATION
SUMIT KUMAR
 

Similar to Web based of electronic document management systems (20)

University electronic management system
University electronic management systemUniversity electronic management system
University electronic management system
 
Document Management Techniques & Technologies
Document Management Techniques & TechnologiesDocument Management Techniques & Technologies
Document Management Techniques & Technologies
 
N2WDMS - A Workflow and Document Management Software
N2WDMS - A Workflow and Document Management SoftwareN2WDMS - A Workflow and Document Management Software
N2WDMS - A Workflow and Document Management Software
 
Design and Implementation of Meetings Document Management and Retrieval System
Design and Implementation of Meetings Document Management and Retrieval SystemDesign and Implementation of Meetings Document Management and Retrieval System
Design and Implementation of Meetings Document Management and Retrieval System
 
Document management
Document managementDocument management
Document management
 
docEdge - Enterprise Document Management Platform
docEdge - Enterprise Document Management PlatformdocEdge - Enterprise Document Management Platform
docEdge - Enterprise Document Management Platform
 
Fine docs product presentation latest
Fine docs product presentation latestFine docs product presentation latest
Fine docs product presentation latest
 
Top examples of enterprise content management (ecm) application 1
Top examples of enterprise content management (ecm) application  1Top examples of enterprise content management (ecm) application  1
Top examples of enterprise content management (ecm) application 1
 
2007 REVISED-ACGME-Poster
2007 REVISED-ACGME-Poster2007 REVISED-ACGME-Poster
2007 REVISED-ACGME-Poster
 
DMS and FMS
DMS and FMSDMS and FMS
DMS and FMS
 
E-FILE Corporate Profile
E-FILE Corporate ProfileE-FILE Corporate Profile
E-FILE Corporate Profile
 
OPEN TEXT ADMINISTRATION
OPEN TEXT ADMINISTRATIONOPEN TEXT ADMINISTRATION
OPEN TEXT ADMINISTRATION
 
E filling system (report)
E filling system (report)E filling system (report)
E filling system (report)
 
Importance of software quality assurance to prevent and reduce software failu...
Importance of software quality assurance to prevent and reduce software failu...Importance of software quality assurance to prevent and reduce software failu...
Importance of software quality assurance to prevent and reduce software failu...
 
ULIS-Desky Document manager brochure #03101801.pptx
ULIS-Desky Document manager brochure #03101801.pptxULIS-Desky Document manager brochure #03101801.pptx
ULIS-Desky Document manager brochure #03101801.pptx
 
The Benefits of Document Management
The Benefits of Document ManagementThe Benefits of Document Management
The Benefits of Document Management
 
Ems
EmsEms
Ems
 
ICT HRM Internet MIS
ICT HRM Internet MISICT HRM Internet MIS
ICT HRM Internet MIS
 
Electronic document management system Software
Electronic document management system SoftwareElectronic document management system Software
Electronic document management system Software
 
DocTrix DocFlow 2013
DocTrix DocFlow 2013DocTrix DocFlow 2013
DocTrix DocFlow 2013
 

More from journal ijrtem

Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
journal ijrtem
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain management	A study on financial aspect of supply chain management
A study on financial aspect of supply chain management
journal ijrtem
 

More from journal ijrtem (20)

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...
 
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
 
Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...
 
ORGANIC FOODS
ORGANIC FOODSORGANIC FOODS
ORGANIC FOODS
 
MOLECULAR COMPUTING
MOLECULAR COMPUTINGMOLECULAR COMPUTING
MOLECULAR COMPUTING
 
THE ESSENCE OF INDUSTRY 4.0
THE ESSENCE OF INDUSTRY 4.0THE ESSENCE OF INDUSTRY 4.0
THE ESSENCE OF INDUSTRY 4.0
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMER
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
 
Augmented Tourism: Definitions and Design Principles
Augmented Tourism: Definitions and Design PrinciplesAugmented Tourism: Definitions and Design Principles
Augmented Tourism: Definitions and Design Principles
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain management	A study on financial aspect of supply chain management
A study on financial aspect of supply chain management
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomness
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...
 
Effect of Cash Management on The Financial Performance of Cooperative Banks i...
Effect of Cash Management on The Financial Performance of Cooperative Banks i...Effect of Cash Management on The Financial Performance of Cooperative Banks i...
Effect of Cash Management on The Financial Performance of Cooperative Banks i...
 
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
 
Clustering based Time Slot Assignment Protocol for Improving Performance in U...
Clustering based Time Slot Assignment Protocol for Improving Performance in U...Clustering based Time Slot Assignment Protocol for Improving Performance in U...
Clustering based Time Slot Assignment Protocol for Improving Performance in U...
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT	Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT
 
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
 
The case of a cyclist and tractor traffic accident
The case of a cyclist and tractor traffic accident	The case of a cyclist and tractor traffic accident
The case of a cyclist and tractor traffic accident
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 

Recently uploaded

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Recently uploaded (20)

AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 

Web based of electronic document management systems

  • 1. Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com ǁ Volume 1 ǁ Issue 7 ǁ | Volume 1 | Issue 7 | www.ijrtem.com | 41 | Web based of electronic document management systems Viliam Malcher1 , Jürgen Maier2 (1 Faculty of Management, Department of Information Systems, Comenius University, 820 05 Bratislava 25, Odbojárov 10, P.O. Box 95, Slovak Republic, Europe) ABSTRACT : An electronic document management system is a software program that manages the creation, storage and control of document electronically. The primary function of that system is to manage electronic information within an organization’s workflow. In this paper the aim is to develop web based application for document management systems that is able to deliver access to any one authorized anytime, anyplace on any device. Keywords: Document management systems, electronic document, web application, digital document, document scanning INTRODUCTION Digital document management systems are software applications that capture paper document and variety of electronic files while providing for the storage, retrieval, security and archiving of these document [1, 2]. The document management process begins with the conversion of paper document and other electronic document (for an example word documents, images) to electronic files. Document management applications enable more efficient distribution of and control over information, files and records throughout your organization. To implement a successful digital management system, you must choose the right system for your organization. Digital document management provides your staff with immediate access to the information that allows them to make better decisions about issues [3]. With digital document management systems, your employees will be able to support their work processes, work more efficiently, collaborate more efficiently, and they can dramatically increasing productivity. Document management systems make it easy the share documents electronically with colleagues and client over a network. Digital document management enables the management of information and provides the ability to rapidly find, retrieve and share all the documents in repository of your department, or company. In this paper we have proposed a web based application for the searching and open files. DIGITAL DOCUMENT MANAGEMENT The process of digital document management begins with the conversion of paper or other documents into digitized images. These images (files) can be organized and quickly retrieved, indexed and archived. When files are scanned or electronically converted, we expect that a high-resolution digital copy is stored on the hard drive. Which documents user can read a what actions they can perform on these documents depend on the level of security that the system administrator has assigned to them. One of the most important factors in how successful a document management system will be is how easy it is to use. Usability is critical in encouraging rapid staff acceptance. A system will be only be widely used if it is simple to find and open documents for reading. We develop a web based application for electronic documents [4, 5, 6]. The document here is considered as a computer electronic document, not the paper document. The typically process of manipulating a document normally involves 4 stages: create, view, edit, and save. The stage of edit document we will not considered. All electronic document are created in the PDF (Portable Document Format) format. The process of digitalization of document and all schema of management document is shown in Figure 1
  • 2. Web based of electronic document management systems | Volume 1 | Issue 7 | www.ijrtem.com | 42 | Fig. 1: Process of scanning documents in the electronic format. All document are saved in the PDF format on the file server. Files and folders are basic elements of the file system. Every file must exist in the folder. It means, the folder have many files. Users can manipulate with files include searching and open the selected files. Files and folders can be shared using a password protection. For using of this project we used database, namely Access database, and the ASP.NET technology with C# language. The information about the electronic document are saved in the table in the Access database, see Figure 2 Fig. 2: The structure of the table for the documents. All digitalized electronic documents are stored in the PDF format on the file server (Figure 3). Fig. 3: The PDF documents located on the file server.
  • 3. Web based of electronic document management systems | Volume 1 | Issue 7 | www.ijrtem.com | 43 | The PDF document is opened automatically by the Acrobat Reader. The Acrobat Reader must be installed on the client computer. The ASP.NET code programmed in the language C# is written in the Appendix. Fig. 4: Web application for the searching and open the document. CONCLUSION Probably the biggest advantage of electronic document management systems has been its ability to provide simultaneous document access to a number of users spread throughout the organization. Employees in remote locations can quickly retrieve and view documents. These documents cannot be altered, and any document access or action can be tracked through an history. Document management systems turn paper into digital images such as PDF or other files that can be stored electronically and, with some software help, searched or edited. These systems also can improve electronic filing, retrieving and secure access to information. At its simplest, a document management system consists of a scanner and software that convert paper documents to electronic PDF files. Most electronic document formats such as Word documents and Excel spreadsheets can also be loaded into electronic document management systems. During minutes, for example, are loaded as Word document to provide full text searching of meeting minutes. This allows searching past minutes to quickly determine when a specific issue was discussed or how a decision was made. REFERENCES [1] W. B. Green, Introduction to Electronic Document Management Systems (Academic Press, Inc., 1993). [2] A. Azad, Implementing Electronic Document and Record Management Systems (Anerbach Publication Taylor & Francis Group, LLC, 2008). [3] R. Kunis, g. Rünger and M. A Schwind, Model for Document Management in e-Gvernemt Systems Base on Hierarchical Process Folders, The Electronic Journal of e-Government, Vol.5, Issue 2, (2007) 191-204. [4] S. R. G. Fraser, Real World ASP.NET: Building a Content Management System (Apress, 2002). [5] M. MacDonald, M. Szpuszta, Pro ASP.NET 2.0 in C# 2005 (Apress, 2005). [6] M. MacDonald, A. Freeman, and M. Szpuszta, Pro ASP.NET 4.0 in C# 2010 (Apress, 2010). APPENDIX <%@ Page Language="C#" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OleDb" %> <%@ Import Namespace="System.Diagnostics" %> <html> <body style="FONT-FAMILY: arial"> <form id="form1" runat="server"> <table> <tr align="left"><td><img src="norms.png" width="180" height="40"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <font size="6pt">List of Norms</font></td> </tr> </table>
  • 4. Web based of electronic document management systems | Volume 1 | Issue 7 | www.ijrtem.com | 44 | <asp:Label ID="A" Visible="false" runat="server" /> <asp:Label ID="B" Visible="false" runat="server" /> <asp:Label ID="LabelS" Visible="false" runat="server" /> <table width="100%" bgcolor="#cccccc"> <tr><td><asp:Button ID="button1" Text="Menu" OnClick="Menu" Font-Size="9" Width="120px" Height="25px" BackColor="seagreen" ForeColor="white" runat="server" /> <font size="2pt">Write chars of Norm number:</font> <asp:TextBox ID="txtSearch" Width="200px" runat="server" /> <asp:Button ID="Btn1" OnClick="Searching" Text="Searching" BackColor="darkolivegreen" ForeColor="white" runat="server" /> <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td> </tr> </table> <br> <table width="40%"> <tr><td valign="top"> <asp:GridView ID="gridView1" runat="server" CellSpacing="1" GridLines="1" CellPadding="2" BackColor="beige" ForeColor="Black" Font-Size="10pt" AutoGenerateColumns="false" OnSelectedIndexChanged="SelectionIndexChanged" DataKeyField="ID"> <Columns> <asp:CommandField ShowSelectButton="true" ButtonType="Button" SelectText="Sel" /> <asp:BoundField HeaderText="Norm number" DataField="NormNumber" /> <asp:BoundField HeaderText="Norm Name" DataField="NormName" /> </Columns> <HeaderStyle Font-Bold="True" HorizontalAlign="center" ForeColor="white" BackColor="seagreen" Font-Size="10pt" /> </asp:GridView> <td valign="top"><asp:Panel ID="Panel1" Width="500px" Visible="false" BackColor="silver" runat="server"> <table><caption bgcolor="beige"><b>Record</b></caption> <tr><td><font face="arial" size="2">Norm number:</font> <td><font face="arial"><asp:textbox id="NormNumber" font-size="10" BackColor="beige" Width="200px" runat="server"/></font> <tr><td><font face="arial" size="2"><b>Norm name:</b></font> <td><font face="arial"><asp:textbox id="NormName" font-size="10" BackColor="beige" width="350" Rows="4" TextMode="Multiline" runat="server"/></font> <tr><td><font face="arial" size="2">File norm:</font> <td><font face="arial"><asp:textbox id="FileName" font-size="10" BackColor="beige" Width="200px" runat="server"/></font> <tr><td><font face="arial" size="2">Note:</font> <td><font face="arial"><asp:textbox id="Note" BackColor="beige" runat="server" width="300px"/></font> <tr><td> &nbsp; <asp:Button ID="btnSubor" Text="Open File" ForeColor="white" Font-Size="9" BackColor="darkolivegreen" OnClick="OpenFile" runat="server" /> <tr><td> &nbsp; </table> </asp:Panel> </table> </form> </body> </html> <script runat="server"> public void Searching(Object o, EventArgs e) { string cmd, FilterValue; Panel1.Visible = false;
  • 5. Web based of electronic document management systems | Volume 1 | Issue 7 | www.ijrtem.com | 45 | FilterValue = txtSearch.Text; OleDbConnection conn = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0; Data Source = C:ABOXNORMY2DataNormyDb.accdb"); cmd = "select * from Norms where NormNumber LIKE '%" + FilterValue + "%' ORDER BY NormNumber ASC"; OleDbDataAdapter da = new OleDbDataAdapter(cmd,conn); DataSet ds =new DataSet(); da.Fill(ds,"MyTable"); gridView1.DataSource = ds; gridView1.DataBind(); gridView1.Visible = true; } public void SelectionIndexChanged(Object o, EventArgs e) { Panel1.Visible=true; GridViewRow row = gridView1.SelectedRow; A.Text = row.Cells[1].Text; Response.Write(A.Text); OleDbConnection conn = new OleDbConnection("Provider = Microsoft.ACE.OLEDB.12.0; Data Source = C:ABOXNORMY2DataNormyDb.accdb"); string cmd = "SELECT * FROM NORMS WHERE NormNumber ='" + A.Text + "'"; OleDbDataAdapter da = new OleDbDataAdapter(cmd, conn); DataSet ds = new DataSet(); da.Fill(ds,"T"); gridView1.DataSource = ds; gridView1.DataBind(); NormNumber.Text=ds.Tables["T"].Rows[0]["NormNumber"].ToString(); NormName.Text=ds.Tables["T"].Rows[0]["NormName"].ToString(); FileName.Text=ds.Tables["T"].Rows[0]["FileName"].ToString(); Note.Text=ds.Tables["T"].Rows[0]["Note"].ToString(); LabelS.Text = FileName.Text; } void Menu(Object o, EventArgs e) { Response.Redirect("Menu.aspx"); } public void OpenFile(Object o, EventArgs e) { Process p = new Process(); ProcessStartInfo s = new ProcessStartInfo(@"C:ABOXNormy2Normy"+LabelS.Text); p.StartInfo = s; p.Start(); } </script> Listing1: The code programmed by the language C# in the ASP.NET technology.