SlideShare a Scribd company logo
ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 11|| November – 2016 ||
International Journal of Computational Engineering Research (IJCER)
www.ijceronline.com Open Access Journal Page 7
Analysis and Design of Information Systems Financial Reports
with Object Oriented Approach
Rinci Kembang Hapsari1
, Azmuri Wahyu Azinar2
, Sugiyanto3
1
Department of Informatics Faculty of Information Technology, Institut Teknologi Adhi Tama Surabaya
2
Department of Informatics Faculty of Information Technology, Institut Teknologi Adhi Tama Surabaya
3
Department of Informatics Faculty of Information Technology, Institut Teknologi Adhi Tama Surabaya
I. INTRODUCTION
Micro, Small and Medium Enterprises (SMEs) is one of the nation's economic driving. SMEs in the
economy of Indonesia is a business group that proved resistant to a wide range of economic crisis shocks.
However, there are obstacles that they face. Not a few of SMEs that are difficult growing quickly because it
does not have the power to achieve bank financing program. The operational aspects of SMEs is still weak and
less support to grow larger. One of the reasons this happens is less transparent financial management and there
is no separation between personal and business money money. So the need for good financial management in
order to produce quality information to support decision making.
The development of information technology provides the computer role originally emphasized as
totalizer, has now developed a machine that can help a wide range of human activities constraints of SMEs
financial management can be handled by the build system information software Financial Statements SMEs. To
build the software there is a requirement of the software development life cycle (SDLC). A software
development process, also known as software development life cycle (SDLC), is the structure used in the
development of software products. It is often regarded as part of the system development life cycle [1].Satzinger
et al.[2] also statet that SDLC, or alternatively, software development life cycle, is very fundamental concept in
information systems development. SDLC is the process of creating or altering information systems, and the
model and methodologies that could be used to develop these system[3]. A proper SDLC models can help in
organizing not only in building a software product but also serves as a basis for planning, pegorganisasian,
staffing, coordination made and directives [4].
A good methodology will address at least the following issues : Planning, Planning, Scheduling,
Resourcing, Activities involved, Roles, Artifacts and Training. The software engineering development has two
ways to develop the projects that : tradisional approach and object-oriented approach[5]. Object-Oriented
methodologies for software development are aimed at viewing, modelling and implementing the system as a
group of interacting objects, using the specialized modelling languages, activities and techniques needed to
address the specific issues of the object oriented paradigm[6].
In Object-oriented development, information system is constructed so that the implementation of each
part is quite independent of the implementation of the other part (decoupling of software), due to possibility of
modularization. Each software object is coded and implemented and then integrated to the Information System.
This continues until the entire Information System is completed[8].
ABSTRACT
Micro, Small and Medium Enterprises (SMEs) are a group effort proved resistant to a wide range of
economic crisis shocks. But in the operation of their business financial management is still not
transparent and are also still mixed between business finance and personal finance. So that needs to be
done with good financial management. In this research, analysis and information system design
financial reports as a basis for the development of the system. Software development life cycle (SDLC)
using the model of the object oriented approach. With object-oriented approach, the tools used by the
notation Unified Modelling Language (UML). In object-oriented approach all systems applications are
Viewed as a collection of objects that allow organisasi interloking and end users to Easily understand
logical entities. Object-oriented approach Provides the benefits of the reuse of codes and saves the time
for developing quality product.
Keywords: Software Development Life Cycle, SMEs, Object Oriented, UML, Financial Reporting,
Analysis, Design, Systems, Information.
Analysis And Design Of Information Systems Financial Reports With Object Oriented Approach
www.ijceronline.com Open Access Journal Page 8
Based on previous research that using a model approach to object-oriented easily in the development and
replenishment system. in this study the analysis and design of information systems of financial statements with a
model object oriented approach.
II. OBJECT ORIENTED APPROACH
In object-oriented approach, a system is viewed as a set of object, real-world process using objects.
That is, the solution of problems can be seen as a set of objects or computations performed in the context of
object[5][7]. Data and the processes that act on the data are encapsulated within every object. Each object’s data
(attributes or states) are the properties that relate to the object. An object can represent actual people, things,
transactions, and so on. A software object is an instance of a class, and a class is a user-defined data type. A set
of objects describe a class while each object consist of a set of properties.
2.1 Object Oriented Analysis
This phase is aimed at analysing and defining the system to be built. Two models are required to be
developed in this phase: Requirements model and Analysis model[5]. In the first model, a conceptual picture of
the system using objects of problem domain and specific interface descriptions of the system is developed. The
second model is an architectural view (model) used for analysis of robustness. This model gives a conceptual
configuration of the system, consisting of various classes like active controllers, entities, and interfaces.
2.2 Object Oriented Design and Implementation
In this phase system is built according to the requirement and analysis models designed in analysis
phase. The design model is the refinement and formalization of the Analysis model. The implementation model
depicts the actual code of the system. The OOD is focused on organizing the objects in the classes and all
methods and the functions in a class are defined in OOD stage. OOD is process in which the user requirements
are transformed to a design for software creation.
2.3 Testing
Testing Is an activity to verify that a correct system is being built. Testing is traditionally an expensive
activity, primarily because many faults are not detected until late in the development[5].
2.1 Unified Modeling Language (UML)
Unifified Modeling Language is a "language" that has become the industry standard for visualizing,
designing and documenting software systems. By using UML models can be created for all types of software
applications, where the application can run on any hardware, operating system and any network, as well as in
any programming language. The Object Oriented approach uses some diagramming techniques known as UML.
2.1 Use Case Diagram
Use case diagrams describe the functionality expected of a system. The emphasis is on "what" is done
the system, and not the "how". A use case represents an interaction between actors with the system and use case
is a specific job.
Fig 1. Use Case Diagram of Financial Information Systems SMEs
Analysis And Design Of Information Systems Financial Reports With Object Oriented Approach
www.ijceronline.com Open Access Journal Page 9
2.2 Sequence Diagram
Sequence diagrams describe the interaction of objects in and around the system (including user,
display, and seagainya) message depicted in the form of the time. Sequence diagrams consist of vertical
dimension (time) and horizontal dimension (objects related).
2.3 Collaboration Diagram
Collaboration diagram also illustrates the interaction of objects such as sequence diagrams, but more
emphasis on the role of each object and not on time delivery of the message. Each message has a sequence
number, where the message of the highest level has the number 1. Message of the same level have the same
prefix.
2.4 Activity Diagram
Activity diagram illustrates the various flow activity in the system that is being designed, how each
flow starts, decision that might occur, and how they ended. Activity diagrams can also illustrate the parallel
processes that may occur in several executions.
Fig 2. (a) Activity Diagram of the process Login
(b) Actifity Diagram of the process of the Purchase Order
2.4 Class Diagram
Class diagram describing the structure and description of the class, along with the package and object
relationships to one another such as containment, inheritance, associations and others.
III. CONCLUSION
This paper raised the analysis and design of information systems to the financial statements using a
model of the object oriented approach. With object-oriented approach to simplify the system development
process. In object-oriented approach all systems applications are viewed as a collection of interloking object that
allow organizations and end users to easily understand logical entities. In Object oriented approach more
emphasis is given on behaviour and functionality of objects of given domain. Object-oriented approach provides
the benefits of the reuse of codes and saves the time for developing quality product.
REFERENCES
[1]. Maheshwari Ms. Shikha &Prof Jain Dinesh Ch.. A Comparative Analysis of Different types of Models in Software Development
Life Cycle. IJARCSSE Volume 2, Issue 5, May 2012
[2]. Satzinger, J.W., Jackson, R.B &Stephen, D.B. System Analysis and Design in a Changing World. Lengange Learning EMEA 3rd
Edition. 2008
[3]. Rob, M.A. Issues of Structured Vs Object-Oriented Methodology of System Analysis and Design. Issues in Information System.
2004
[4]. Saxena Aayushi & Upadhyay Priya. Waterfall vs Prototype : Comparative Study of SDLC. IJIR Vol-2, Issue-6. 2016
[5]. Munassar Nabil Mohammed Ali & Dr. A. Govardhan. Comparison between Traditional Approach and Object-Oriented Approach in
Software Engineering Development. IJACSA Volume 2 No. 6. 2011
[6]. Pustake Shruti & Shah Rajesh. A Comparative Study of Two Software Development Approaches: Traditional and Object Oriented.
IJARCSSE Volume 5 Issue 5. May 2015
[7]. Munassar Nabil Mohammed Ali & Dr. A. Govardhan. A Comparison of Five Models of Software Engineering. IJCS Volume 7
Issue 5. 2010.
[8]. Adenowo Adetokunbo A.A & Adenowo Basirat A. Software Engineering Methodologies: A Review of the Waterfall Model and
Object-Oriented Approach. Internasional Journal of Scientific & Engineering Research, Volume 4, Issue 7, July 2013.

More Related Content

PDF
Analysis and Design of Information Systems Financial Reports with Object Orie...
PDF
Object oriented analysis and design unit- iii
PDF
Object oriented analysis and design unit- v
PDF
Object oriented analysis and design unit- ii
PDF
Object oriented analysis and design unit- i
PDF
Case Study Based Software Engineering Project Development: State of Art
PDF
Designing and modeling of a multi-agent adaptive learning system (MAALS) usin...
PDF
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis and Design of Information Systems Financial Reports with Object Orie...
Object oriented analysis and design unit- iii
Object oriented analysis and design unit- v
Object oriented analysis and design unit- ii
Object oriented analysis and design unit- i
Case Study Based Software Engineering Project Development: State of Art
Designing and modeling of a multi-agent adaptive learning system (MAALS) usin...
Analysis of Agile and Multi-Agent Based Process Scheduling Model

What's hot (19)

PPT
Modelling System Requirements: Events & Things
PDF
Systems Analysis and Design 8th Edition Kendall Solutions Manual
PPT
Chapter03
PPT
Chapter04
PDF
an analysis and new methodology for reverse engineering of uml behavioral
PDF
An Approach to Automate the Relational Database Design Process
PDF
Requirement analysis, architectural design and formal verification of a multi...
PDF
Interpretive Structural Modeling of the Prospects of Ict Enabled Process Cont...
PPT
Chapter01
PDF
Model-Driven Architecture for Cloud Applications Development, A survey
PDF
Application of technology acceptance model to wi fi user at economics and bus...
PDF
A SIMILARITY MEASURE FOR CATEGORIZING THE DEVELOPERS PROFILE IN A SOFTWARE PR...
PDF
Application Of UML In Real-Time Embedded Systems
PDF
Comparative Study of Object Oriented Design and Component Based Software Engi...
PDF
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
PDF
Presenting an Excusable Model of Enterprise Architecture for Evaluation of R...
PDF
IRJET- Analyzing, Designing and Implementing a Consulting Company for Managem...
PPTX
Ph.D. Registeration seminar
PPTX
IT6701-Information Management Unit 1
Modelling System Requirements: Events & Things
Systems Analysis and Design 8th Edition Kendall Solutions Manual
Chapter03
Chapter04
an analysis and new methodology for reverse engineering of uml behavioral
An Approach to Automate the Relational Database Design Process
Requirement analysis, architectural design and formal verification of a multi...
Interpretive Structural Modeling of the Prospects of Ict Enabled Process Cont...
Chapter01
Model-Driven Architecture for Cloud Applications Development, A survey
Application of technology acceptance model to wi fi user at economics and bus...
A SIMILARITY MEASURE FOR CATEGORIZING THE DEVELOPERS PROFILE IN A SOFTWARE PR...
Application Of UML In Real-Time Embedded Systems
Comparative Study of Object Oriented Design and Component Based Software Engi...
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
Presenting an Excusable Model of Enterprise Architecture for Evaluation of R...
IRJET- Analyzing, Designing and Implementing a Consulting Company for Managem...
Ph.D. Registeration seminar
IT6701-Information Management Unit 1
Ad

Viewers also liked (19)

PDF
Turismo religioso
DOCX
El arte de los dioses
PDF
Categorías y sincretismos el espiritismo
PDF
Clinica 100_TopPlayers_2016_V4_web
PPTX
Apresentação metacognição
PDF
TheMarginQ32016
DOCX
Evolucion del internet
PDF
Comparison of Compressive and Split Tensile Strength of Glass Fiber Reinforce...
PDF
Dahomey y-el-mundo-atlantico
PDF
Study on M/M/2 Transient Queue with Feedback under Catastrophic Effect
PPTX
20161103 technical programme 2 financing_products_djibouti_2016
PDF
Yhdessä lapsen parhaaksi
 
PPTX
A practical approach to the internet of things by Kristian Foss
PDF
Broch_PMAVision_WI-1006-e
PPSX
Sistema de riego AirDrop
PDF
The Effects of Crossdock Shapes on Material Handling Costs
PDF
Tervetuloa työpajapäivään!
 
PPT
PDF
Sharmili J. (2015) Dissertation
Turismo religioso
El arte de los dioses
Categorías y sincretismos el espiritismo
Clinica 100_TopPlayers_2016_V4_web
Apresentação metacognição
TheMarginQ32016
Evolucion del internet
Comparison of Compressive and Split Tensile Strength of Glass Fiber Reinforce...
Dahomey y-el-mundo-atlantico
Study on M/M/2 Transient Queue with Feedback under Catastrophic Effect
20161103 technical programme 2 financing_products_djibouti_2016
Yhdessä lapsen parhaaksi
 
A practical approach to the internet of things by Kristian Foss
Broch_PMAVision_WI-1006-e
Sistema de riego AirDrop
The Effects of Crossdock Shapes on Material Handling Costs
Tervetuloa työpajapäivään!
 
Sharmili J. (2015) Dissertation
Ad

Similar to Analysis and Design of Information Systems Financial Reports with Object Oriented Approach (20)

PPTX
Analysis
DOCX
Ooad lab manual(original)
PPTX
System development lifecycle in grade 12
PDF
Introduction to on Object Oriented Technologies and the UML Method
DOCX
2 System development life cycle has six stages of creating a sys.docx
PPTX
Introduction to Software Engineering_Need_SDLC_types of SDLC
PPT
Alternative Methodologies for Systems Development
PPT
Chapter1
PPTX
Course Lecture Slide about object oriented programming
PPT
Approaches To System Development
PPT
Unit 1( modelling concepts & class modeling)
PPTX
Software Design Concepts
DOCX
Report on SOFTWARE DEVELOPMENT LIFE CYCLE SDLC
PPTX
Chapter 1-Object Oriented Software Engineering.pptx
DOC
Session3
PPTX
SDLC comprises seven different stages: planning, analysis, design, developmen...
PPT
Week 10
PPT
Week 10
PPTX
Chapter 2 Approaches to System Development.pptx
PPTX
System Analysis and Design (Health Informatics)
Analysis
Ooad lab manual(original)
System development lifecycle in grade 12
Introduction to on Object Oriented Technologies and the UML Method
2 System development life cycle has six stages of creating a sys.docx
Introduction to Software Engineering_Need_SDLC_types of SDLC
Alternative Methodologies for Systems Development
Chapter1
Course Lecture Slide about object oriented programming
Approaches To System Development
Unit 1( modelling concepts & class modeling)
Software Design Concepts
Report on SOFTWARE DEVELOPMENT LIFE CYCLE SDLC
Chapter 1-Object Oriented Software Engineering.pptx
Session3
SDLC comprises seven different stages: planning, analysis, design, developmen...
Week 10
Week 10
Chapter 2 Approaches to System Development.pptx
System Analysis and Design (Health Informatics)

Recently uploaded (20)

PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Sustainable Sites - Green Building Construction
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Well-logging-methods_new................
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
PPT on Performance Review to get promotions
PPTX
web development for engineering and engineering
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
DOCX
573137875-Attendance-Management-System-original
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
bas. eng. economics group 4 presentation 1.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Sustainable Sites - Green Building Construction
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
R24 SURVEYING LAB MANUAL for civil enggi
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Well-logging-methods_new................
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPT on Performance Review to get promotions
web development for engineering and engineering
Operating System & Kernel Study Guide-1 - converted.pdf
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
573137875-Attendance-Management-System-original
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
OOP with Java - Java Introduction (Basics)
bas. eng. economics group 4 presentation 1.pptx

Analysis and Design of Information Systems Financial Reports with Object Oriented Approach

  • 1. ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 11|| November – 2016 || International Journal of Computational Engineering Research (IJCER) www.ijceronline.com Open Access Journal Page 7 Analysis and Design of Information Systems Financial Reports with Object Oriented Approach Rinci Kembang Hapsari1 , Azmuri Wahyu Azinar2 , Sugiyanto3 1 Department of Informatics Faculty of Information Technology, Institut Teknologi Adhi Tama Surabaya 2 Department of Informatics Faculty of Information Technology, Institut Teknologi Adhi Tama Surabaya 3 Department of Informatics Faculty of Information Technology, Institut Teknologi Adhi Tama Surabaya I. INTRODUCTION Micro, Small and Medium Enterprises (SMEs) is one of the nation's economic driving. SMEs in the economy of Indonesia is a business group that proved resistant to a wide range of economic crisis shocks. However, there are obstacles that they face. Not a few of SMEs that are difficult growing quickly because it does not have the power to achieve bank financing program. The operational aspects of SMEs is still weak and less support to grow larger. One of the reasons this happens is less transparent financial management and there is no separation between personal and business money money. So the need for good financial management in order to produce quality information to support decision making. The development of information technology provides the computer role originally emphasized as totalizer, has now developed a machine that can help a wide range of human activities constraints of SMEs financial management can be handled by the build system information software Financial Statements SMEs. To build the software there is a requirement of the software development life cycle (SDLC). A software development process, also known as software development life cycle (SDLC), is the structure used in the development of software products. It is often regarded as part of the system development life cycle [1].Satzinger et al.[2] also statet that SDLC, or alternatively, software development life cycle, is very fundamental concept in information systems development. SDLC is the process of creating or altering information systems, and the model and methodologies that could be used to develop these system[3]. A proper SDLC models can help in organizing not only in building a software product but also serves as a basis for planning, pegorganisasian, staffing, coordination made and directives [4]. A good methodology will address at least the following issues : Planning, Planning, Scheduling, Resourcing, Activities involved, Roles, Artifacts and Training. The software engineering development has two ways to develop the projects that : tradisional approach and object-oriented approach[5]. Object-Oriented methodologies for software development are aimed at viewing, modelling and implementing the system as a group of interacting objects, using the specialized modelling languages, activities and techniques needed to address the specific issues of the object oriented paradigm[6]. In Object-oriented development, information system is constructed so that the implementation of each part is quite independent of the implementation of the other part (decoupling of software), due to possibility of modularization. Each software object is coded and implemented and then integrated to the Information System. This continues until the entire Information System is completed[8]. ABSTRACT Micro, Small and Medium Enterprises (SMEs) are a group effort proved resistant to a wide range of economic crisis shocks. But in the operation of their business financial management is still not transparent and are also still mixed between business finance and personal finance. So that needs to be done with good financial management. In this research, analysis and information system design financial reports as a basis for the development of the system. Software development life cycle (SDLC) using the model of the object oriented approach. With object-oriented approach, the tools used by the notation Unified Modelling Language (UML). In object-oriented approach all systems applications are Viewed as a collection of objects that allow organisasi interloking and end users to Easily understand logical entities. Object-oriented approach Provides the benefits of the reuse of codes and saves the time for developing quality product. Keywords: Software Development Life Cycle, SMEs, Object Oriented, UML, Financial Reporting, Analysis, Design, Systems, Information.
  • 2. Analysis And Design Of Information Systems Financial Reports With Object Oriented Approach www.ijceronline.com Open Access Journal Page 8 Based on previous research that using a model approach to object-oriented easily in the development and replenishment system. in this study the analysis and design of information systems of financial statements with a model object oriented approach. II. OBJECT ORIENTED APPROACH In object-oriented approach, a system is viewed as a set of object, real-world process using objects. That is, the solution of problems can be seen as a set of objects or computations performed in the context of object[5][7]. Data and the processes that act on the data are encapsulated within every object. Each object’s data (attributes or states) are the properties that relate to the object. An object can represent actual people, things, transactions, and so on. A software object is an instance of a class, and a class is a user-defined data type. A set of objects describe a class while each object consist of a set of properties. 2.1 Object Oriented Analysis This phase is aimed at analysing and defining the system to be built. Two models are required to be developed in this phase: Requirements model and Analysis model[5]. In the first model, a conceptual picture of the system using objects of problem domain and specific interface descriptions of the system is developed. The second model is an architectural view (model) used for analysis of robustness. This model gives a conceptual configuration of the system, consisting of various classes like active controllers, entities, and interfaces. 2.2 Object Oriented Design and Implementation In this phase system is built according to the requirement and analysis models designed in analysis phase. The design model is the refinement and formalization of the Analysis model. The implementation model depicts the actual code of the system. The OOD is focused on organizing the objects in the classes and all methods and the functions in a class are defined in OOD stage. OOD is process in which the user requirements are transformed to a design for software creation. 2.3 Testing Testing Is an activity to verify that a correct system is being built. Testing is traditionally an expensive activity, primarily because many faults are not detected until late in the development[5]. 2.1 Unified Modeling Language (UML) Unifified Modeling Language is a "language" that has become the industry standard for visualizing, designing and documenting software systems. By using UML models can be created for all types of software applications, where the application can run on any hardware, operating system and any network, as well as in any programming language. The Object Oriented approach uses some diagramming techniques known as UML. 2.1 Use Case Diagram Use case diagrams describe the functionality expected of a system. The emphasis is on "what" is done the system, and not the "how". A use case represents an interaction between actors with the system and use case is a specific job. Fig 1. Use Case Diagram of Financial Information Systems SMEs
  • 3. Analysis And Design Of Information Systems Financial Reports With Object Oriented Approach www.ijceronline.com Open Access Journal Page 9 2.2 Sequence Diagram Sequence diagrams describe the interaction of objects in and around the system (including user, display, and seagainya) message depicted in the form of the time. Sequence diagrams consist of vertical dimension (time) and horizontal dimension (objects related). 2.3 Collaboration Diagram Collaboration diagram also illustrates the interaction of objects such as sequence diagrams, but more emphasis on the role of each object and not on time delivery of the message. Each message has a sequence number, where the message of the highest level has the number 1. Message of the same level have the same prefix. 2.4 Activity Diagram Activity diagram illustrates the various flow activity in the system that is being designed, how each flow starts, decision that might occur, and how they ended. Activity diagrams can also illustrate the parallel processes that may occur in several executions. Fig 2. (a) Activity Diagram of the process Login (b) Actifity Diagram of the process of the Purchase Order 2.4 Class Diagram Class diagram describing the structure and description of the class, along with the package and object relationships to one another such as containment, inheritance, associations and others. III. CONCLUSION This paper raised the analysis and design of information systems to the financial statements using a model of the object oriented approach. With object-oriented approach to simplify the system development process. In object-oriented approach all systems applications are viewed as a collection of interloking object that allow organizations and end users to easily understand logical entities. In Object oriented approach more emphasis is given on behaviour and functionality of objects of given domain. Object-oriented approach provides the benefits of the reuse of codes and saves the time for developing quality product. REFERENCES [1]. Maheshwari Ms. Shikha &Prof Jain Dinesh Ch.. A Comparative Analysis of Different types of Models in Software Development Life Cycle. IJARCSSE Volume 2, Issue 5, May 2012 [2]. Satzinger, J.W., Jackson, R.B &Stephen, D.B. System Analysis and Design in a Changing World. Lengange Learning EMEA 3rd Edition. 2008 [3]. Rob, M.A. Issues of Structured Vs Object-Oriented Methodology of System Analysis and Design. Issues in Information System. 2004 [4]. Saxena Aayushi & Upadhyay Priya. Waterfall vs Prototype : Comparative Study of SDLC. IJIR Vol-2, Issue-6. 2016 [5]. Munassar Nabil Mohammed Ali & Dr. A. Govardhan. Comparison between Traditional Approach and Object-Oriented Approach in Software Engineering Development. IJACSA Volume 2 No. 6. 2011 [6]. Pustake Shruti & Shah Rajesh. A Comparative Study of Two Software Development Approaches: Traditional and Object Oriented. IJARCSSE Volume 5 Issue 5. May 2015 [7]. Munassar Nabil Mohammed Ali & Dr. A. Govardhan. A Comparison of Five Models of Software Engineering. IJCS Volume 7 Issue 5. 2010. [8]. Adenowo Adetokunbo A.A & Adenowo Basirat A. Software Engineering Methodologies: A Review of the Waterfall Model and Object-Oriented Approach. Internasional Journal of Scientific & Engineering Research, Volume 4, Issue 7, July 2013.