Deparment Store Management System UML Diagram

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

Posted By freeproject on March 19, 2018

Department Store Management System Activity Diagram

Posted By freeproject on March 13, 2018

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

  • Products Activity
  • Sales Activity
  • Stock Activity
  • Payments Activity
  • Inventory Activity

Features of the Activity UML diagram of Deparment Store Management System

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

Department Store Management System Class Diagram

Posted By freeproject on August 2, 2017

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

Classes of Deparment Store Management System Class Diagram:

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

Classes and their attributes of Deparment Store Management System Class Diagram:

  • 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
  • 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
  • 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 Deparment Store Management System Class Diagram:

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

Class Diagram of Deparment Store Management System :

Class Diagram Image: 
Department Store Management System Class Diagram

Deparment Store Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Deparment Store Management System:

  • Products Component
  • Inventory Component
  • Discounts Component
  • Payments Component
  • Sales Component

Featues of Deparment Store Management System Component Diagram:

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

Deparment Store Management System ER Diagram

Posted By freeproject on July 17, 2017

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

Deparment Store Management System entities and their attributes :

  • 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
  • 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
  • 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 Deparment Store Management System Database :

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

Deparment Store Management System Sequence Diagram

Posted By freeproject on January 31, 2018

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

  • Discounts Object
  • Payments Object
  • Stock Object
  • Sales Object
  • Products Object

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

  • Discounts Object
  • Payments Object
  • Stock Object
  • Sales Object
  • Products Object

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

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

  • Super Admin Entity : Use cases of Super Admin are Manage Products, Manage Sales, Manage Payments, Manage Discounts, Manage Stock, Manage Inventory, Manage Users and Full Deparment Store Management System Operations
  • System User Entity : Use cases of System User are Manage Products, Manage Sales, Manage Payments, Manage Discounts, Manage Stock, Manage Inventory
  • Customer Entity : Use cases of Customer are Check Prodcuts, Add Producs to Cart, Check Bills, Make Payments
  • Cashier Entity : Use cases of Cashier are Create Bills, Add Products, Collect Payments, Print Receipts

Use Case Diagram of Deparment Store Management System :

Deparment Store Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz