Body of Synopsis
Body of Synopsis
2009-2012
Page no:-2
Project Report
ON
2009-2012
Page no:-3
CERTIFICATE
This is to certify that the project report entitled
‘LIBRARY MANAGEMENT SYSTEM’ submited to the
department of Information Technology of KARIM CITY
COLLEGE in partial fulfillment of the requirements needed for
Bachelor Degree in Information Technology(Hons). It is a
genuine and original work carried out under the guidance of
Miss. Kanchal Mala siddhi by:-
INTERNAL 1:
INTERNAL 2:
Page no:-4
Acknowledgement
First of all I would like to thanks all of my faculty members and also
to our coordinator Dr.Prof. Anwar Shahab Department of CA/IT of
Karim City College.
Thanking You
AFTAB ALAM
SHAKIR ALAM
Page no:-5
Sbmitted by:
Signature…………………… Date……………
Page no:-6
CONTENTS
2. Objectives
6
3. Feasibility Study
7-8
4. Proposal of System
9
5. Data Flow Diagram 10
9. Security System 19
Crime File System is a system used to report crimes. This project will be
done using VB 6.0 as front end, and MS Access as back end. It can used to report
crime. This project is mainly useful for police stations. This system will help to
manage all the activities in a police station using computers. Currently all the
works are done manually, by computerizing all the activities inside a police
Complaint registration
FIR Management
1. LOGIN :-
This includes Administrator and User login. There will be a username and
password to login into the system to use all the facilities.
2. COMPLAINT REGISTRATION :-
This module helps to register the details about the crime.This is done by entering
some details, such as Victim details, crime details etc.
This module allows us to view the status of the complaint that you have
registered earlier.
Here we can have the facility to view the details of the criminals.The
administrator can add new criminal’s details and save it in a database. This can
be done by entering details such as criminal number, age, occupation, type of
crime etc.
Here we can view the details of the case, date of occurrence, the type of crime
and place of occurrence etc…
6. FIR MANGEMENT :-
This module allows viewing the First Information Report of all the crimes that
took place at recent years. The administrator can enter FIR information and save
it in a database.
Page no:-9
This module helps the administrator as well as the user to store, view and
manage the details of the past and present prisoners.
OBJECTIVES
The object of the proposed system would be to overcome the problems faced in
the manual system in any police station. A unique code is generated for every
prisoner, so that the maintenance of the record will be easy. In computerized
system, the user can do things in a much easier way as compared to manual
system such as viewing, editing, searching, deleting of data and fetching records
of prisoner,postmartam report,etc.
The main motto of this project is that user can easilystore and handle the Crime
System. It lessens the time of system for managing all the process of Crime
System. This project will also provide security to the information which should
not be uncovers to other users. It includes Register, activities, complaints,
reports,register.All details related information can be maintained in more
appropriate and secure way.
Page no:-11
FEASIBILITY STUDY
provide the feasibility of the project that is being designed and lists
A. TECHNICAL FEASIBILITY :-
the constraints.
B. ECONOMIC FEASIBILITY :-
investigation:-
C. BEHAVIORAL FEASIBILITY :-
friendly. Data entry jobs have been kept very easy and user friendly
Proposed System
Security of data.
Greater efficiency.
Better service.
A data flow diagram model, a system using external entities from which
data flows to a process which transforms the data and create output data
transforms which go to other processes or external entities such as files.
LEVEL 0 DFD :-
LEVEL 1 DFD :-
Page no:-15
ATTRIBUTES:-
Attributes are parts of entities. They describe an entity completely.
RELATIONSHIP:-
It can be of various types. Some of them are:-
(a) BINARY RELATIONSHIP:-it connects two entities.
(b) TERNARY RELATIONSHIP:-it connects three entities.
The overall logical structure of the database can be expressed graphically by an e-r
diagram which has the following components.
Occupation
C.No
Nationalit
E-R Diagram C.Date y
C.Name Age
Sex
Username Password
Details
Status
Login Complaint
Complain
Charge Sheet
FIR FIR On
Charge
Crime No
Info Type
Passport No
History
Arrest
Recvd Info
Charg s. No
Data
Prisoner No
Maint.
Nick Name
Identification
Height
Id
Desc
Color Sex Age
Crime Type Family Mem.
Weigh Name Nick Name
t
Page no:-17
Database Structure
This project entitled “Sales, Purchase and Inventory Tracking System” contains a
database naming “sales_inv”. This database contains 12 tables.
AccusName Text
AccusAdd Text
Page no:-18
Table: Complaint
Field Name Data Type keys Desc
Table: History
Field Name Data Type keys Desc
Table: FIR
Field Name Data Type keys Desc
Act Text
District Text District of fir
Form design
Progress
Login
Criminal Register
Page no:-24
Delete User
FIR
Page no:-25
Code
Splash
Dim i As Integer
Dim x As Integer
Option Explicit
End Sub
Login
frmMDI.mnuActiv.Enabled = True
frmMDI.mnuActivReg.Enabled = True
frmMDI.mnuActivComp.Enabled = True
frmMDI.mnuActivRpt.Enabled = True
Unload Me
Else
MsgBox "Failure", vbCritical, "Crime File System"
End If
Page no:-28
'rs.Close
End Sub
Add user
Add Complaint
End Sub
End Sub
Criminal Registor
Delete User
End Sub
FIR Report
Dim x As Integer
Private Sub cmdShRpt_Click()
x = cmbMno.Text
If (DataEnvironment1.rsCommand4.State = 1) Then
DataEnvironment1.rsCommand4.Close
Else
DataEnvironment1.Command4 (x)
Load DataReportFIR
DataReportFIR.Show
End If
End Sub
Dim x As Integer
Private Sub cmdShRpt_Click()
x = cmbMno.Text
If (DataEnvironment1.rsCommand3.State = 1) Then
DataEnvironment1.rsCommand3.Close
Else
DataEnvironment1.Command3 (x)
Load DataReportmortem
DataReportmortem.Show
End If
Page no:-32
End Sub
HARDWARE REQUIREMENTS:-
SOFTWARE REQUIREMENTS:-
SECURITY MECHANISM:-
damage from a defined threat. In constrast, data security the protection of the
FUTURE ENHANCEMENT
CONCLUSION
Page no:-34
interface provided is very user friendly and flexible for all times.