Shop Management System UML Diagram

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

Posted By freeproject on March 23, 2018

Shop Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Shop Management System which shows the flows between the activity of Sales, Stock Inventory, Payments, Discounts, Product. The main activity involved in this UML Activity Diagram of Shop Management System are as follows:

  • Sales Activity
  • Stock Inventory Activity
  • Payments Activity
  • Discounts Activity
  • Product Activity

Features of the Activity UML diagram of Shop Management System

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

Shop Management System Class Diagram

Posted By freeproject on August 2, 2017

Shop Management System Class Diagram describes the structure of a Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Shop Management System are Payments, Discounts, Products, Sales, Stock, Inventory.

Classes of Shop Management System Class Diagram:

  • Payments Class : Manage all the operations of Payments
  • Discounts Class : Manage all the operations of Discounts
  • Products Class : Manage all the operations of Products
  • Sales Class : Manage all the operations of Sales
  • Stock Class : Manage all the operations of Stock
  • Inventory Class : Manage all the operations of Inventory

Classes and their attributes of Shop Management System Class Diagram:

  • Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Discounts Attributes : discount_id, discount_product_id, discount_name, discount_type, discount_description
  • Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
  • Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
  • Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
  • Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description

Classes and their methods of Shop Management System Class Diagram:

  • Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
  • Discounts Methods : addDiscounts(), editDiscounts(), deleteDiscounts(), updateDiscounts(), saveDiscounts(), searchDiscounts()
  • Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
  • Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
  • Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
  • Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()

Class Diagram of Shop Management System :

Class Diagram Image: 
Shop Management System Class Diagram

Shop Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Shop Management System:

  • Sales Component
  • Product Component
  • Discounts Component
  • Payments Component
  • Stock Inventory Component

Featues of Shop Management System Component Diagram:

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

Shop Management System ER Diagram

Posted By freeproject on July 17, 2017

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

Shop Management System entities and their attributes :

  • Payments Entity : Attributes of Payments are payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Discounts Entity : Attributes of Discounts are discount_id, discount_product_id, discount_name, discount_type, discount_description
  • Products Entity : Attributes of Products are product_id, product_customer_id product_items, product_number, product_type, product_description
  • Sales Entity : Attributes of Sales are sales_id, sales_customer_id, sales_amount, sales_type, sales_description
  • Stock Entity : Attributes of Stock 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

Description of Shop Management System Database :

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

Shop Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Shop Management System which shows the interaction between the objects of Product, Stock Inventory, Payments, Discounts, Sales. The instance of class objects involved in this UML Sequence Diagram of Shop Management System are as follows:

  • Product Object
  • Stock Inventory Object
  • Payments Object
  • Discounts Object
  • Sales Object

This is the UML sequence diagram of Shop Management System which shows the interaction between the objects of Product, Stock Inventory, Payments, Discounts, Sales. The instance of class objects involved in this UML Sequence Diagram of Shop Management System are as follows:

  • Product Object
  • Stock Inventory Object
  • Payments Object
  • Discounts Object
  • Sales Object

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

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

  • Super Admin Entity : Use cases of Super Admin are Manage Payments, Manage Discounts, Manage Products, Manage Sales, Manage Stock, Manage Inventory, Manage Users and Full Shop Management System Operations
  • System User Entity : Use cases of System User are Manage Payments, Manage Discounts, Manage Products, Manage Sales, Manage Stock, Manage Inventory
  • Shopkeeper Entity : Use cases of Shopkeeper are Check Stocks, Update Sales, Manage Reports, Manage Payments
  • Customer Entity : Use cases of Customer are View Items, Add Item to Cart, Make Payment

Use Case Diagram of Shop Management System :

Shop Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz