SlideShare ist ein Scribd-Unternehmen logo
1 von 18
www.themegallery.com
                                        LOGO




e-Project Semester II
     Crime File Management System
Contents

1
3           About Us


2     Problem Definition

3    Customer Requirement

4          Architecture

5      ERD & Database

6    Screenshots & Demo

                           www.themegallery.com   LOGO
About Us



        - 4 members :
         •   Vu Van Phu Vuong – Leader
         •   Nguyen Trong Dai
         •   Doan Quoc Huy
         •   Tran Hai Bac




Back
                                     www.themegallery.com   LOGO
Problem Definition




  -A system used to report crimes, it’s useful for police stations.

  - Help to manage all the activities in a police station.




Back
                                                     www.themegallery.com   LOGO
Problem Definition

 The Current System :




Back
                                www.themegallery.com   LOGO
Customer Requirement
Context Diagram:

         ADMIN      Maintain the detail’s of Staff                CRIME FILE SYSTEM ( CFS)
                  Maintain back office information




                         Maintain complain registrations




                                                           Maintain the details of FIR

                                                           Maintain the details of criminals.
          STAFF                                             Maintain the details of postmortems.

                                                                  Maintain the details of prisoners.

                                                                Maintain the list of most wanted criminals.




Back
                                                                                                        www.themegallery.com   LOGO
Customer Requirement
Two user groups:

        Admin
        - Maintain the details of the staff.
        - Maintain back office information.



                    Staff
                    -   Maintain complain registrations.
                    -   Maintain the details of FIR.
                    -   Maintain the details of criminals.
                    -   Maintain the details of postmortems.
                    -   Maintain the details of prisoners.
                    -   Maintain the list of most wanted criminals.

Back
                                                   www.themegallery.com   LOGO
Customer Requirement
Use Case Diagram:
                             Crime File System
                                 -------------
                                    (CFS)




                    «uses»
                               Manage Staff



                    «uses»




                              Maintain System


          Admin




Back
                                  www.themegallery.com   LOGO
Customer Requirement
Use Case Diagram:
                                                   Crime File System
                                                       -------------
                                                          (CFS)
                                                                      Manage Complaint
                                                                        Registation


                                      «uses»

                                                                         Manage FIR
                                 «uses»



                                       «uses»




                    «uses»                                           Manage Criminals

                               «uses»
                                                Manage Prisoners

                             «uses»




                                                                    Manage postmortems




                                                                   Manage most wanted
           Staff                                                      criminal's list



Back
                                                                    www.themegallery.com   LOGO
Customer Requirement
Use Case Diagram:
                              Staff manage Complaint Registration
                                             (CR)


                                    Create CR              «uses»




                    «uses»
                                                                    Validate

                                                        «uses»


                    «uses»


                                Update CR's details

                     «uses»




                     «uses»
                                                        «extends»
                                       Delete CR



                                          «uses»




          Staff
                                                        «extends»
                                   View CR's details                Search




Back
                                                       www.themegallery.com    LOGO
Customer Requirement
Use Case Diagram:
                              Staff manage Complaint Registration
                                             (CR)


                                    Create CR              «uses»




                    «uses»
                                                                    Validate

                                                        «uses»


                    «uses»


                                Update CR's details

                     «uses»




                     «uses»
                                                        «extends»
                                       Delete CR



                                          «uses»




           Staff
                                                        «extends»
                                   View CR's details                Search




Back
                                                       www.themegallery.com    LOGO
Architecture

                                 Tier 1
                                                  User Interface – GUI Components
                            Presentation Tier




                                Tier 2
                             Database Tier        Database Access




       Two-Tier Architecture of the Project


Back
                                                www.themegallery.com   LOGO
ERD & Database
            ReportPeople                       Cities                            Districts                                                                 Doctors
        PK      RelId                 PK        CitId                      PK      DisId                                                           PK    DocId

                RelName                         CitName                            DisName                                                               DocName
                RelDOB                                                     FK1     CitId                                                                 DocDOB
                RelAddress                                                                                                                               DocEmail
                RelPhone                                                                                                                                 DocHopitalName
                                                                                                         Staff
                                                                                                 PK     StaId
                                                                                                                                  PoliceStations
                                                           FIR                                          StaUserName              PK    PolId
                                                                                                        StaPassword
            ComplaintRegistrations          PK          FirNumber                                       StaName                        PolName
       PK       ComRoll                                                                                 StaDOB                   FK1   DisId
                                            FK1         ComRoll                                         StaPhone
                                                        FirDateOccured                                                                                  Postmortems.
                ComSuspecterName                                                                        StaEmail
                                                        FirStories                               FK1    PolId
                ComDescription                                                                                                                      PK      PosId
                                                        FirPlaceOrrcured                         FK2    LevId
                ComDate                                 FirAddress
       FK1      RelId                                                                            FK3    AdmId                                               PosName
                                            FK3         DisId
       FK2      StaId                                                                                                                                       PosReason
                                                        FirDateCreate
       FK3      CosCode                                                                                                                                     PosSex
                                            FK2         StaId
                                                                                                                                                            PosDate
                                                                                                                                                    FK1     DocId
                                                                                                                                                    FK2     StaId
                                                  Criminals                                                                  Prisons                FK3     PolId
                                                                                                                                                    FK4     FirNumber
                                          PK      CriId                                                                PK    PrsId
                                                                                    Admin
                                                  CriName                                                                    PrsName                        Level
                                                                           PK     AdmId
                                                  CriAge                                                                     PrsTotalCell
                                                  CriJob                                                               FK1   DisId                 PK     LevId
                                                                                  AdmUserName
        ComplaintStatus.                          CriAddress                      AdmPassword
                                          FK1     CrtId                                                                                                   LevName
       PK      CosCode                                                            AdmName                                                                 LevDescription
                                                  IsMostWanted                    AdmDOB
                                          FK2     ComRoll                         AdmPhone
               CosDescription
                                                                                  AdmEmail

                                                                                                       Prisoners
                                           CrimeTypes
        PunishmentTypes                                                                         PK     PriRollnumber
                                     PK        CrtId
       PK     PunId                                                                                    PriRoom
                                               CrtName                                                 PriStartDate
              PunName                          CrtDescription                                          PriEndDate
              PunDescription         FK1       PunId                                            FK1    CriId
                                                                                                FK2    PrsId



Back
                                                                                                                             www.themegallery.com                 LOGO
Screenshots




Back
                     www.themegallery.com   LOGO
Screenshots




              www.themegallery.com   LOGO
Screenshots




Back
                     www.themegallery.com   LOGO
Demo




Back
              www.themegallery.com   LOGO
www.themegallery.com
                       LOGO

Weitere ähnliche Inhalte

Ähnlich wie CFMS ERD and Database Diagram

Assetforce: Force.com Mobile Asset Management Platform
Assetforce: Force.com Mobile Asset Management PlatformAssetforce: Force.com Mobile Asset Management Platform
Assetforce: Force.com Mobile Asset Management PlatformSalesforce Developers
 
On Failure and Resilience
On Failure and ResilienceOn Failure and Resilience
On Failure and ResilienceMike Brittain
 
Agileload - load testing tool for better web performance
Agileload - load testing tool for better web performanceAgileload - load testing tool for better web performance
Agileload - load testing tool for better web performanceAgileload testing
 
Osmius: Monitoring Made Easy
Osmius: Monitoring Made EasyOsmius: Monitoring Made Easy
Osmius: Monitoring Made Easyosmius
 
21st Century Service Oriented Architecture
21st Century Service Oriented Architecture21st Century Service Oriented Architecture
21st Century Service Oriented ArchitectureBob Rhubart
 
Windows Azure platform overview
Windows Azure platform overviewWindows Azure platform overview
Windows Azure platform overviewFrédéric Harper
 
SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1
SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1
SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1Benton "Ben" Bovée
 
6.Live Framework 和Mesh Services
6.Live Framework 和Mesh Services6.Live Framework 和Mesh Services
6.Live Framework 和Mesh ServicesGaryYoung
 
Plugin-able POS Solutions by Javascript @HDM9 Taiwan
Plugin-able POS Solutions by Javascript @HDM9 TaiwanPlugin-able POS Solutions by Javascript @HDM9 Taiwan
Plugin-able POS Solutions by Javascript @HDM9 TaiwanRack Lin
 
Zero Visibility: Critcality of Centralized Log Management - v1
Zero Visibility: Critcality of Centralized Log Management - v1Zero Visibility: Critcality of Centralized Log Management - v1
Zero Visibility: Critcality of Centralized Log Management - v1asherad
 
Pan software tools
Pan software toolsPan software tools
Pan software toolsBernie Cohen
 
Business processes, business rules, complex event processing, the JBoss way
Business processes, business rules, complex event processing, the JBoss wayBusiness processes, business rules, complex event processing, the JBoss way
Business processes, business rules, complex event processing, the JBoss wayKris Verlaenen
 
Mining Software Archives to Support Software Development
Mining Software Archives to Support Software DevelopmentMining Software Archives to Support Software Development
Mining Software Archives to Support Software DevelopmentThomas Zimmermann
 
Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)
Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)
Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)Cristobal Viedma
 
Using S1000D and SCORM to Integrate Documentation and Training
Using S1000D and SCORM to Integrate Documentation and TrainingUsing S1000D and SCORM to Integrate Documentation and Training
Using S1000D and SCORM to Integrate Documentation and TrainingScott Abel
 
AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018
AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018
AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018Amazon Web Services Korea
 
(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...
(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...
(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...Amazon Web Services
 
Dreamforce_2012_Hadoop_Use_Cases
Dreamforce_2012_Hadoop_Use_CasesDreamforce_2012_Hadoop_Use_Cases
Dreamforce_2012_Hadoop_Use_CasesNarayan Bharadwaj
 
Sharded By Business Line: Migrating to a Core Database using MongoDB and Solr
Sharded By Business Line: Migrating to a Core Database using MongoDB and SolrSharded By Business Line: Migrating to a Core Database using MongoDB and Solr
Sharded By Business Line: Migrating to a Core Database using MongoDB and SolrMongoDB
 

Ähnlich wie CFMS ERD and Database Diagram (20)

Assetforce: Force.com Mobile Asset Management Platform
Assetforce: Force.com Mobile Asset Management PlatformAssetforce: Force.com Mobile Asset Management Platform
Assetforce: Force.com Mobile Asset Management Platform
 
On Failure and Resilience
On Failure and ResilienceOn Failure and Resilience
On Failure and Resilience
 
Agileload - load testing tool for better web performance
Agileload - load testing tool for better web performanceAgileload - load testing tool for better web performance
Agileload - load testing tool for better web performance
 
Osmius: Monitoring Made Easy
Osmius: Monitoring Made EasyOsmius: Monitoring Made Easy
Osmius: Monitoring Made Easy
 
21st Century Service Oriented Architecture
21st Century Service Oriented Architecture21st Century Service Oriented Architecture
21st Century Service Oriented Architecture
 
Windows Azure platform overview
Windows Azure platform overviewWindows Azure platform overview
Windows Azure platform overview
 
SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1
SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1
SSTC-2012 BenKBovée 2933a_Backup Slides 26-Apr 1130-1300 Track1
 
6.Live Framework 和Mesh Services
6.Live Framework 和Mesh Services6.Live Framework 和Mesh Services
6.Live Framework 和Mesh Services
 
Plugin-able POS Solutions by Javascript @HDM9 Taiwan
Plugin-able POS Solutions by Javascript @HDM9 TaiwanPlugin-able POS Solutions by Javascript @HDM9 Taiwan
Plugin-able POS Solutions by Javascript @HDM9 Taiwan
 
Zero Visibility: Critcality of Centralized Log Management - v1
Zero Visibility: Critcality of Centralized Log Management - v1Zero Visibility: Critcality of Centralized Log Management - v1
Zero Visibility: Critcality of Centralized Log Management - v1
 
Pan software tools
Pan software toolsPan software tools
Pan software tools
 
Business processes, business rules, complex event processing, the JBoss way
Business processes, business rules, complex event processing, the JBoss wayBusiness processes, business rules, complex event processing, the JBoss way
Business processes, business rules, complex event processing, the JBoss way
 
Mining Software Archives to Support Software Development
Mining Software Archives to Support Software DevelopmentMining Software Archives to Support Software Development
Mining Software Archives to Support Software Development
 
Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)
Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)
Breaking The Monolith: Fast Distributed Web Services Using Sets (Feb13, NUS)
 
Using S1000D and SCORM to Integrate Documentation and Training
Using S1000D and SCORM to Integrate Documentation and TrainingUsing S1000D and SCORM to Integrate Documentation and Training
Using S1000D and SCORM to Integrate Documentation and Training
 
AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018
AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018
AWS 기반 인공지능 비디오 분석 서비스 소개::Ranju Das::AWS Summit Seoul 2018
 
PHP in the Cloud
PHP in the CloudPHP in the Cloud
PHP in the Cloud
 
(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...
(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...
(BDT402) Performance Profiling in Production: Analyzing Web Requests at Scale...
 
Dreamforce_2012_Hadoop_Use_Cases
Dreamforce_2012_Hadoop_Use_CasesDreamforce_2012_Hadoop_Use_Cases
Dreamforce_2012_Hadoop_Use_Cases
 
Sharded By Business Line: Migrating to a Core Database using MongoDB and Solr
Sharded By Business Line: Migrating to a Core Database using MongoDB and SolrSharded By Business Line: Migrating to a Core Database using MongoDB and Solr
Sharded By Business Line: Migrating to a Core Database using MongoDB and Solr
 

Kürzlich hochgeladen

Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 

Kürzlich hochgeladen (20)

Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 

CFMS ERD and Database Diagram

  • 1. www.themegallery.com LOGO e-Project Semester II Crime File Management System
  • 2. Contents 1 3 About Us 2 Problem Definition 3 Customer Requirement 4 Architecture 5 ERD & Database 6 Screenshots & Demo www.themegallery.com LOGO
  • 3. About Us  - 4 members : • Vu Van Phu Vuong – Leader • Nguyen Trong Dai • Doan Quoc Huy • Tran Hai Bac Back www.themegallery.com LOGO
  • 4. Problem Definition -A system used to report crimes, it’s useful for police stations. - Help to manage all the activities in a police station. Back www.themegallery.com LOGO
  • 5. Problem Definition The Current System : Back www.themegallery.com LOGO
  • 6. Customer Requirement Context Diagram: ADMIN Maintain the detail’s of Staff CRIME FILE SYSTEM ( CFS) Maintain back office information Maintain complain registrations Maintain the details of FIR Maintain the details of criminals. STAFF Maintain the details of postmortems. Maintain the details of prisoners. Maintain the list of most wanted criminals. Back www.themegallery.com LOGO
  • 7. Customer Requirement Two user groups: Admin - Maintain the details of the staff. - Maintain back office information. Staff - Maintain complain registrations. - Maintain the details of FIR. - Maintain the details of criminals. - Maintain the details of postmortems. - Maintain the details of prisoners. - Maintain the list of most wanted criminals. Back www.themegallery.com LOGO
  • 8. Customer Requirement Use Case Diagram: Crime File System ------------- (CFS) «uses» Manage Staff «uses» Maintain System Admin Back www.themegallery.com LOGO
  • 9. Customer Requirement Use Case Diagram: Crime File System ------------- (CFS) Manage Complaint Registation «uses» Manage FIR «uses» «uses» «uses» Manage Criminals «uses» Manage Prisoners «uses» Manage postmortems Manage most wanted Staff criminal's list Back www.themegallery.com LOGO
  • 10. Customer Requirement Use Case Diagram: Staff manage Complaint Registration (CR) Create CR «uses» «uses» Validate «uses» «uses» Update CR's details «uses» «uses» «extends» Delete CR «uses» Staff «extends» View CR's details Search Back www.themegallery.com LOGO
  • 11. Customer Requirement Use Case Diagram: Staff manage Complaint Registration (CR) Create CR «uses» «uses» Validate «uses» «uses» Update CR's details «uses» «uses» «extends» Delete CR «uses» Staff «extends» View CR's details Search Back www.themegallery.com LOGO
  • 12. Architecture Tier 1 User Interface – GUI Components Presentation Tier Tier 2 Database Tier Database Access Two-Tier Architecture of the Project Back www.themegallery.com LOGO
  • 13. ERD & Database ReportPeople Cities Districts Doctors PK RelId PK CitId PK DisId PK DocId RelName CitName DisName DocName RelDOB FK1 CitId DocDOB RelAddress DocEmail RelPhone DocHopitalName Staff PK StaId PoliceStations FIR StaUserName PK PolId StaPassword ComplaintRegistrations PK FirNumber StaName PolName PK ComRoll StaDOB FK1 DisId FK1 ComRoll StaPhone FirDateOccured Postmortems. ComSuspecterName StaEmail FirStories FK1 PolId ComDescription PK PosId FirPlaceOrrcured FK2 LevId ComDate FirAddress FK1 RelId FK3 AdmId PosName FK3 DisId FK2 StaId PosReason FirDateCreate FK3 CosCode PosSex FK2 StaId PosDate FK1 DocId FK2 StaId Criminals Prisons FK3 PolId FK4 FirNumber PK CriId PK PrsId Admin CriName PrsName Level PK AdmId CriAge PrsTotalCell CriJob FK1 DisId PK LevId AdmUserName ComplaintStatus. CriAddress AdmPassword FK1 CrtId LevName PK CosCode AdmName LevDescription IsMostWanted AdmDOB FK2 ComRoll AdmPhone CosDescription AdmEmail Prisoners CrimeTypes PunishmentTypes PK PriRollnumber PK CrtId PK PunId PriRoom CrtName PriStartDate PunName CrtDescription PriEndDate PunDescription FK1 PunId FK1 CriId FK2 PrsId Back www.themegallery.com LOGO
  • 14. Screenshots Back www.themegallery.com LOGO
  • 15. Screenshots www.themegallery.com LOGO
  • 16. Screenshots Back www.themegallery.com LOGO
  • 17. Demo Back www.themegallery.com LOGO

Hinweis der Redaktion

  1. e-Project Semester IIFPT University – Greenwich ProgrameTeam : 2Class : GC0602
  2. Contents1.About Us2.Problem Definition3.Customer Requirement4.Architecture5.ERD & Database6.Screenshots & Demo
  3. 1.About us Vu Van Phu Vuong – Leader Nguyen Trong Dai Doan Quoc Huy Tran Hai Bac
  4. 2.Problem Definition- Crime File System is a system used to report crimes, it’s useful for police stations. This system will help to manage all the activities in a police station using computers just on the click of fingers
  5. 2.Problem DefinitionThe Current System Lack of security of data, More man power. Time consuming. Consumes large volume of pare work. Needs manual calculations. No direct role for the higher officials.
  6. 3. Customer RequirementContext Diagram:
  7. 3. Customer RequirementTwo user groups :A> Admin- Maintain the details of the staff. - Maintain back office information.B> Staff- Maintain complain registrations. - Maintain the details of FIR. - Maintain the details of criminals. - Maintain the details of postmortems. - Maintain the details of prisoners. - Maintain the list of most wanted criminals.
  8. 3. Customer RequirementUse Case Diagram
  9. 3. Customer RequirementUse Case Diagram
  10. 3. Customer RequirementUse Case Diagram
  11. 3. Customer RequirementUse Case Diagram
  12. 4.ArchitecctureTwo-Tier Architecture of the Project
  13. 4. ERD & Database