Finance Management System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 19, 2018

Finance Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Finance Management System which shows the flows between the activity of Interest, Losss, Loaner, Profit, Share Holders. The main activity involved in this UML Activity Diagram of Finance Management System are as follows:

  • Interest Activity
  • Losss Activity
  • Loaner Activity
  • Profit Activity
  • Share Holders Activity

Features of the Activity UML diagram of Finance Management System

  • Admin User can search Interest, view description of a selected Interest, add Interest, update Interest and delete Interest.
  • Its shows the activity flow of editing, adding and updating of Losss
  • User will be able to search and generate report of Loaner, Profit, Share Holders
  • All objects such as ( Interest, Losss, Share Holders) are interlinked
  • Its shows the full description and flow of Interest, Profit, Share Holders, Loaner, Losss
Finance Management System Activity Diagram

Finance Management System Class Diagram

Posted By freeproject on August 2, 2017

Finance Management System Class Diagram describes the structure of a Finance Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Finance Management System are Day Book, Profit, Losss, Interest, Share Holders, Loaner.

Classes of Finance Management System Class Diagram:

  • Day Book Class : Manage all the operations of Day Book
  • Profit Class : Manage all the operations of Profit
  • Losss Class : Manage all the operations of Losss
  • Interest Class : Manage all the operations of Interest
  • Share Holders Class : Manage all the operations of Share Holders
  • Loaner Class : Manage all the operations of Loaner

Classes and their attributes of Finance Management System Class Diagram:

  • Day Book Attributes : day_book_id, day_book_name, day_book_date, day_book_type, day_book_description
  • Profit Attributes : profit_id, profit_name, profit_amount, profit_total, profit_type, profit_description
  • Losss Attributes : loss_id, loss_name, loss_amount, loss_total, loss_type, loss_description
  • Interest Attributes : interest_id, interest_name, interest_amount, interest_total, interest_type, interest_description
  • Share Holders Attributes : share_holder_id, share_holder_name, share_holder_mobile, share_holder_email, share_holder_username, share_holder_password, share_holder_address
  • Loaner Attributes : Loaner_id, Loaner_name, Loaner_mobile, Loaner_email, Loaner_username, Loaner_password, Loaner_address

Classes and their methods of Finance Management System Class Diagram:

  • Day Book Methods : addDay Book(), editDay Book(), deleteDay Book(), updateDay Book(), saveDay Book(), searchDay Book()
  • Profit Methods : addProfit(), editProfit(), deleteProfit(), updateProfit(), saveProfit(), searchProfit()
  • Losss Methods : addLosss(), editLosss(), deleteLosss(), updateLosss(), saveLosss(), searchLosss()
  • Interest Methods : addInterest(), editInterest(), deleteInterest(), updateInterest(), saveInterest(), searchInterest()
  • Share Holders Methods : addShare Holders(), editShare Holders(), deleteShare Holders(), updateShare Holders(), saveShare Holders(), searchShare Holders()
  • Loaner Methods : addLoaner(), editLoaner(), deleteLoaner(), updateLoaner(), saveLoaner(), searchLoaner()

Class Diagram of Finance Management System :

Class Diagram Image: 
Finance Management System Class Diagram

Finance Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Finance Management System which shows components, provided and required interfaces, ports, and relationships between the Profit, Interest, Losss, Day Book and Share Holders. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Finance Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Finance Management System:

  • Profit Component
  • Interest Component
  • Losss Component
  • Day Book Component
  • Share Holders Component

Featues of Finance Management System Component Diagram:

  • You can show the models the components of Finance Management System.
  • Model the database schema of Finance Management System
  • Model the executables of an application of Finance Management System
  • Model the system's source code of Finance Management System
Component Diagram: 

Finance Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Finance Management System Entity. The entity-relationship diagram of Finance Management System shows all the visual instrument of database tables and the relations between Profit, Interest, Day Book, Loaner etc. It used structure data and to define the relationships between structured data groups of Finance Management System functionalities. The main entities of the Finance Management System are Day Book, Profit, Losss, Interest, Share Holders and Loaner.

Finance Management System entities and their attributes :

  • Day Book Entity : Attributes of Day Book are day_book_id, day_book_name, day_book_date, day_book_type, day_book_description
  • Profit Entity : Attributes of Profit are profit_id, profit_name, profit_amount, profit_total, profit_type, profit_description
  • Losss Entity : Attributes of Losss are loss_id, loss_name, loss_amount, loss_total, loss_type, loss_description
  • Interest Entity : Attributes of Interest are interest_id, interest_name, interest_amount, interest_total, interest_type, interest_description
  • Share Holders Entity : Attributes of Share Holders are share_holder_id, share_holder_name, share_holder_mobile, share_holder_email, share_holder_username, share_holder_password, share_holder_address
  • Loaner Entity : Attributes of Loaner are Loaner_id, Loaner_name, Loaner_mobile, Loaner_email, Loaner_username, Loaner_password, Loaner_address

Description of Finance Management System Database :

  • The details of Day Book is store into the Day Book tables respective with all tables
  • Each entity (Loaner, Losss, Share Holders, Profit, Day Book) contains primary key and unique keys.
  • The entity Losss, Share Holders has binded with Day Book, Profit entities with foreign key
  • There is one-to-one and one-to-many relationships available between Share Holders, Interest, Loaner, Day Book
  • All the entities Day Book, Share Holders, Losss, Loaner are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Finance Management System tables for fast query execution.
Finance Management System ER Diagram

Finance Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Finance Management System which shows the interaction between the objects of Day Book, Profit, Interest, Loaner, Share Holders. The instance of class objects involved in this UML Sequence Diagram of Finance Management System are as follows:

  • Day Book Object
  • Profit Object
  • Interest Object
  • Loaner Object
  • Share Holders Object

This is the UML sequence diagram of Finance Management System which shows the interaction between the objects of Day Book, Profit, Interest, Loaner, Share Holders. The instance of class objects involved in this UML Sequence Diagram of Finance Management System are as follows:

  • Day Book Object
  • Profit Object
  • Interest Object
  • Loaner Object
  • Share Holders Object

Finance Management System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Finance Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Finance Management System. The main actors of Finance Management System in this Use Case Diagram are: Super Admin, System User, Accountant, Customer, who perform the different type of use cases such as Manage Day Book, Manage Profit, Manage Losss, Manage Interest, Manage Share Holders, Manage Loaner, Manage Users and Full Finance Management System Operations. Major elements of the UML use case diagram of Finance Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Finance Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Day Book, Manage Profit, Manage Losss, Manage Interest, Manage Share Holders, Manage Loaner, Manage Users and Full Finance Management System Operations
  • System User Entity : Use cases of System User are Manage Day Book, Manage Profit, Manage Losss, Manage Interest, Manage Share Holders, Manage Loaner
  • Accountant Entity : Use cases of Accountant are Create Balance Sheet, Check Accounts, Review Accounts
  • Customer Entity : Use cases of Customer are Request for Loan, Upload Documents , Check Loan Status

Use Case Diagram of Finance Management System :

Finance Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz