Skip to main content
  1. Study/
  2. Enterprise Resource Planning (ERP)/

Enterprise Resource Planning #08: Case Study of ERP Implementation Using the OOAD Method

·1 min· loading · loading ·
Azriel Fidzlie
Author
Azriel Fidzlie
Hello, my name is Azriel Fidzlie 👋. I am a {full-stack} developer, student, and {designer} who lives for enjoying a cup of tea 24/7 ☕️.
Table of Contents
Chapters on ERP - This article is part of a series.
Part 8: This Article

OOAD Method
#

  • OOAD (Object-Oriented Analysis and Design)
  • It is a method for analyzing information regarding the system context, capable of supporting the handling of large amounts of data that can be distributed to related departments, and with an object-oriented approach to analysis, design, user interface, and programming.
  • Uses UML in the design of its information system.

Case Study of ERP Implementation
#

  • Below, the implementation of ERP using the OOAD Method for the Sales & Distribution System will be described.
  • The UML Diagrams depicted are:
    • Use Case Diagram
    • Activity Diagram

Example of the Current Sales System Business Process Before Odoo Implementation
#

business-process
business-process2

Example of Sales and Distribution Module Use Case
#

use-case
Chapters on ERP - This article is part of a series.
Part 8: This Article

Related