Reseller Management System UML Diagram

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

Posted By freeproject on March 23, 2018

Reseller Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Reseller Management System which shows the flows between the activity of Company, Customer, Sold License, Reseller, Balance Due. The main activity involved in this UML Activity Diagram of Reseller Management System are as follows:

  • Company Activity
  • Customer Activity
  • Sold License Activity
  • Reseller Activity
  • Balance Due Activity

Features of the Activity UML diagram of Reseller Management System

  • Admin User can search Company, view description of a selected Company, add Company, update Company and delete Company.
  • Its shows the activity flow of editing, adding and updating of Customer
  • User will be able to search and generate report of Sold License, Reseller, Balance Due
  • All objects such as ( Company, Customer, Balance Due) are interlinked
  • Its shows the full description and flow of Company, Reseller, Balance Due, Sold License, Customer
Reseller Management System  Activity Diagram

Reseller Management System Class Diagram

Posted By freeproject on August 2, 2017

Reseller Management System Class Diagram describes the structure of a Reseller Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Reseller Management System are Reseller, Order, Customer, Company, Sold License, Company Type.

Classes of Reseller Management System Class Diagram:

  • Reseller Class : Manage all the operations of Reseller
  • Order Class : Manage all the operations of Order
  • Customer Class : Manage all the operations of Customer
  • Company Class : Manage all the operations of Company
  • Sold License Class : Manage all the operations of Sold License
  • Company Type Class : Manage all the operations of Company Type

Classes and their attributes of Reseller Management System Class Diagram:

  • Reseller Attributes : reseller_id, reseller_licence_id, reseller_name, reseller_type, reseller_description
  • Order Attributes : order_id, order_customer_id order_type, order_number, order_description
  • Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Company Attributes : company_id, company_name, comapny_type, company_description, company_address
  • Sold License Attributes : license_id, license_name, license_type, license_description
  • Company Type Attributes : company_type_id, company_type_name, company_type_description

Classes and their methods of Reseller Management System Class Diagram:

  • Reseller Methods : addReseller(), editReseller(), deleteReseller(), updateReseller(), saveReseller(), searchReseller()
  • Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
  • Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
  • Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
  • Sold License Methods : addSold License(), editSold License(), deleteSold License(), updateSold License(), saveSold License(), searchSold License()
  • Company Type Methods : addCompany Type(), editCompany Type(), deleteCompany Type(), updateCompany Type(), saveCompany Type(), searchCompany Type()

Class Diagram of Reseller Management System :

Class Diagram Image: 
Reseller Management System Class Diagram

Reseller Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Reseller Management System :

  • Balance Due Component
  • Company Type Component
  • Customer Component
  • Reseller Component
  • Company Component

Featues of Reseller Management System Component Diagram:

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

Reseller Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Reseller Management System Entity. The entity-relationship diagram of Reseller Management System shows all the visual instrument of database tables and the relations between Order, Company, Reseller, Company Type etc. It used structure data and to define the relationships between structured data groups of Reseller Management System functionalities. The main entities of the Reseller Management System are Reseller, Order, Customer, Company, Sold License and Company Type.

Reseller Management System entities and their attributes :

  • Reseller Entity : Attributes of Reseller are reseller_id, reseller_licence_id, reseller_name, reseller_type, reseller_description
  • Order Entity : Attributes of Order are order_id, order_customer_id order_type, order_number, order_description
  • Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Company Entity : Attributes of Company are company_id, company_name, comapny_type, company_description, company_address
  • Sold License Entity : Attributes of Sold License are license_id, license_name, license_type, license_description
  • Company Type Entity : Attributes of Company Type are company_type_id, company_type_name, company_type_description

Description of Reseller Management System Database :

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

Reseller Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Reseller Management System which shows the interaction between the objects of Balance Due, Company, Company Type, Reseller, Sold License. The instance of class objects involved in this UML Sequence Diagram of Reseller Management System are as follows:

  • Balance Due Object
  • Company Object
  • Company Type Object
  • Reseller Object
  • Sold License Object

This is the UML sequence diagram of Reseller Management System which shows the interaction between the objects of Balance Due, Company, Company Type, Reseller, Sold License. The instance of class objects involved in this UML Sequence Diagram of Reseller Management System are as follows:

  • Balance Due Object
  • Company Object
  • Company Type Object
  • Reseller Object
  • Sold License Object

Reseller 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 Reseller Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Reseller Management System. The main actors of Reseller Management System in this Use Case Diagram are: Super Admin, System User, Dealers, Customers, who perform the different type of use cases such as Manage Reseller, Manage Customer Order, Manage Customer, Manage Company, Manage Balance Due, Manage Sold License, Manage Company Type, Manage Users and Full Reseller Management System Operations. Major elements of the UML use case diagram of Reseller Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Manage Reseller, Manage Customer Order, Manage Customer, Manage Company, Manage Balance Due, Manage Sold License, Manage Company Type, Manage Users and Full Reseller Management System Operations
  • System User Entity : Use cases of System User are Manage Reseller, Manage Customer Order, Manage Customer, Manage Company, Manage Balance Due, Manage Sold License, Manage Company Type
  • Dealers Entity : Use cases of Dealers are Create Reseller Account, Create Invoices, Send Invoces, Manage Payments
  • Customers Entity : Use cases of Customers are View Plans, Request for Plans, Check Quotations, Make Payments

Use Case Diagram of Reseller Management System :

Reseller Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz