Product Supply Management System Activity Diagram

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

Posted By freeproject on March 22, 2018

Product Supply Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Product Supply Management System which shows the flows between the activity of Delivery, Stocks, Accounts, Supply, Order. The main activity involved in this UML Activity Diagram of Product Supply Management System are as follows:

  • Delivery Activity
  • Stocks Activity
  • Accounts Activity
  • Supply Activity
  • Order Activity

Features of the Activity UML diagram of Product Supply Management System

  • Admin User can search Delivery, view description of a selected Delivery, add Delivery, update Delivery and delete Delivery.
  • Its shows the activity flow of editing, adding and updating of Stocks
  • User will be able to search and generate report of Accounts, Supply, Order
  • All objects such as ( Delivery, Stocks, Order) are interlinked
  • Its shows the full description and flow of Delivery, Supply, Order, Accounts, Stocks
Product Supply Management System Activity Diagram

Product Supply Management System Class Diagram

Posted By freeproject on August 2, 2017

Product Supply Management System Class Diagram describes the structure of a Product Supply Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Product Supply Management System are Product, Supply, Delivery, Stocks, Inventory, Accounts.

Classes of Product Supply Management System Class Diagram:

  • Product Class : Manage all the operations of Product
  • Supply Class : Manage all the operations of Supply
  • Delivery Class : Manage all the operations of Delivery
  • Stocks Class : Manage all the operations of Stocks
  • Inventory Class : Manage all the operations of Inventory
  • Accounts Class : Manage all the operations of Accounts

Classes and their attributes of Product Supply Management System Class Diagram:

  • Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
  • Supply Attributes : supply_id, supply_product_id, supply_name, supply_type, supply_description
  • Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
  • Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
  • Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
  • Accounts Attributes : account_id, account_customer_id, account_number, account_type, account_balance, account_description

Classes and their methods of Product Supply Management System Class Diagram:

  • Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
  • Supply Methods : addSupply(), editSupply(), deleteSupply(), updateSupply(), saveSupply(), searchSupply()
  • Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
  • Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
  • Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
  • Accounts Methods : addAccounts(), editAccounts(), deleteAccounts(), updateAccounts(), saveAccounts(), searchAccounts()

Class Diagram of Product Supply Management System :

Class Diagram Image: 
Product Supply Management System Class Diagram

Product Supply Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Product Supply Management System which shows components, provided and required interfaces, ports, and relationships between the Accounts, Product, Stocks, Delivery and Order. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Product Supply Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Product Supply Management System:

  • Accounts Component
  • Product Component
  • Stocks Component
  • Delivery Component
  • Order Component

Featues of Product Supply Management System Component Diagram:

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

Product Supply Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Product Supply Management System Entity. The entity-relationship diagram of Product Supply Management System shows all the visual instrument of database tables and the relations between Supply, Stocks, Product, Accounts etc. It used structure data and to define the relationships between structured data groups of Product Supply Management System functionalities. The main entities of the Product Supply Management System are Product, Supply, Delivery, Stocks, Inventory and Accounts.

Product Supply Management System entities and their attributes :

  • Product Entity : Attributes of Product are product_id, product_customer_id product_items, product_number, product_type, product_description
  • Supply Entity : Attributes of Supply are supply_id, supply_product_id, supply_name, supply_type, supply_description
  • Delivery Entity : Attributes of Delivery are delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
  • Stocks Entity : Attributes of Stocks are stock_id, stock_items, stock_number, stock_type, stock_description
  • Inventory Entity : Attributes of Inventory are inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
  • Accounts Entity : Attributes of Accounts are account_id, account_customer_id, account_number, account_type, account_balance, account_description

Description of Product Supply Management System Database :

  • The details of Product is store into the Product tables respective with all tables
  • Each entity ( Accounts, Delivery, Inventory, Supply, Product) contains primary key and unique keys.
  • The entity Delivery, Inventory has binded with Product, Supply entities with foreign key
  • There is one-to-one and one-to-many relationships available between Inventory, Stocks, Accounts, Product
  • All the entities Product, Inventory, Delivery, Accounts are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Product Supply Management System tables for fast query execution.
Product Supply Management System ER Diagram

Product Supply Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Product Supply Management System which shows the interaction between the objects of Accounts, Product, Stocks, Delivery, Order. The instance of class objects involved in this UML Sequence Diagram of Product Supply Management System are as follows:

  • Accounts Object
  • Product Object
  • Stocks Object
  • Delivery Object
  • Order Object

This is the UML sequence diagram of Product Supply Management System which shows the interaction between the objects of Accounts, Product, Stocks, Delivery, Order. The instance of class objects involved in this UML Sequence Diagram of Product Supply Management System are as follows:

  • Accounts Object
  • Product Object
  • Stocks Object
  • Delivery Object
  • Order Object

Product Supply 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 Product Supply Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Product Supply Management System. The main actors of Product Supply Management System in this Use Case Diagram are: Super Admin, System User, Dealer, Suppliers, who perform the different type of use cases such as Manage Product, Manage Supply, Manage Delivery, Manage Stocks, Manage Inventory, Manage Accounts, Manage Users and Full Product Supply Management System Operations. Major elements of the UML use case diagram of Product Supply Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Manage Product, Manage Supply, Manage Delivery, Manage Stocks, Manage Inventory, Manage Accounts, Manage Users and Full Product Supply Management System Operations
  • System User Entity : Use cases of System User are Manage Product, Manage Supply, Manage Delivery, Manage Stocks, Manage Inventory, Manage Accounts
  • Dealer Entity : Use cases of Dealer are Request for Products, View Delivery Status, Check Invoice, Make Payment
  • Suppliers Entity : Use cases of Suppliers are Check Order Requests, Create Invoice, Create Orders, Collect Payments

Use Case Diagram of Product Supply Management System :

Product Supply Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz