Super Market Management System UML Diagram

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

Posted By freeproject on March 23, 2018

Super Market Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Super Market Management System which shows the flows between the activity of Stores, Payment, Customer, Sales, Purchasing. The main activity involved in this UML Activity Diagram of Super Market Management System are as follows:

  • Stores Activity
  • Payment Activity
  • Customer Activity
  • Sales Activity
  • Purchasing Activity

Features of the Activity UML diagram of Super Market Management System

  • Admin User can search Stores, view description of a selected Stores, add Stores, update Stores and delete Stores.
  • Its shows the activity flow of editing, adding and updating of Payment
  • User will be able to search and generate report of Customer, Sales, Purchasing
  • All objects such as (Stores, Payment, Purchasing) are interlinked
  • Its shows the full description and flow of Stores, Sales, Purchasing, Customer, Payment
Super Market Management System Activity Diagram

Super Market Management System Class Diagram

Posted By freeproject on August 2, 2017

Super Market Management System Class Diagram describes the structure of a Super Market Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Super Market Management System are Stores, Customer, Purchasing, Sales, Payment, Products.

Classes of Super Market Management System Class Diagram:

  • Stores Class : Manage all the operations of Stores
  • Customer Class : Manage all the operations of Customer
  • Purchasing Class : Manage all the operations of Purchasing
  • Sales Class : Manage all the operations of Sales
  • Payment Class : Manage all the operations of Payment
  • Products Class : Manage all the operations of Products

Classes and their attributes of Super Market Management System Class Diagram:

  • Stores Attributes : store_id, store_name, store_type, store_description
  • Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Purchasing Attributes : purchase_id, purchase_customer_id, purchase_amount, purchase_type, purchase_total, purchase_recepit, purchase_bill, purchase_description
  • Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
  • Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description

Classes and their methods of Super Market Management System Class Diagram:

  • Stores Methods : addStores(), editStores(), deleteStores(), updateStores(), saveStores(), searchStores()
  • Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
  • Purchasing Methods : addPurchasing(), editPurchasing(), deletePurchasing(), updatePurchasing(), savePurchasing(), searchPurchasing()
  • Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
  • Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
  • Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()

Class Diagram of Super Market Management System :

Class Diagram Image: 
Super Market Management System Class Diagram

Super Market Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Super Market Management System which shows components, provided and required interfaces, ports, and relationships between the Stores, Products, Customer, Payment and Sales. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Super Market Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Super Market Management System:

  • Stores Component
  • Products Component
  • Customer Component
  • Payment Component
  • Sales Component

Featues of Super Market Management System Component Diagram:

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

Super Market Management System ER Diagram

Posted By freeproject on July 17, 2017

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

Super Market Management System entities and their attributes :

  • Stores Entity : Attributes of Stores are store_id, store_name, store_type, store_description
  • Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Purchasing Entity : Attributes of Purchasing are purchase_id, purchase_customer_id, purchase_amount, purchase_type, purchase_total, purchase_recepit, purchase_bill, purchase_description
  • Sales Entity : Attributes of Sales are sales_id, sales_customer_id, sales_amount, sales_type, sales_description
  • Payment Entity : Attributes of Payment are payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Products Entity : Attributes of Products are product_id, product_customer_id product_items, product_number, product_type, product_description

Description of Super Market Management System Database :

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

Super Market Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Super Market Management System which shows the interaction between the objects of Stores, Customer, Sales, Payment, Products. The instance of class objects involved in this UML Sequence Diagram of Super Market Management System are as follows:

  • Stores Object
  • Customer Object
  • Sales Object
  • Payment Object
  • Products Object

This is the UML sequence diagram of Super Market Management System which shows the interaction between the objects of Stores, Customer, Sales, Payment, Products. The instance of class objects involved in this UML Sequence Diagram of Super Market Management System are as follows:

  • Stores Object
  • Customer Object
  • Sales Object
  • Payment Object
  • Products Object

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

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

  • Super Admin Entity : Use cases of Super Admin are Stores, Manage Customer, Manage Purchasing,Sales, Manage Payment, Manage Products, Manage Users and Full Super Market Management System Operations
  • System User Entity : Use cases of System User are Stores, Manage Customer, Manage Purchasing,Sales, Manage Payment, Manage Products
  • Cashiers Entity : Use cases of Cashiers are Create Bills, View Barcode Details, Print Receipt
  • Customers Entity : Use cases of Customers are View Products, Add Procut to Cart, Make Payments

Use Case Diagram of Super Market Management System :

Super Market Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz