Cargo Management System UML Diagram

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

Posted By freeproject on March 18, 2018

Cargo Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Cargo Management System which shows the flows between the activity of Cargo, Time of delivery, Billing, Transaction, Goods. The main activity involved in this UML Activity Diagram of Cargo Management System are as follows:

  • Cargo Activity
  • Time of delivery Activity
  • Billing Activity
  • Transaction Activity
  • Goods Activity

Features of the Activity UML diagram of Cargo Management System

  • Admin User can search Cargo, view description of a selected Cargo, add Cargo, update Cargo and delete Cargo.
  • Its shows the activity flow of editing, adding and updating of Time of delivery
  • User will be able to search and generate report of Billing, Transaction, Goods
  • All objects such as (Cargo, Time of delivery, Goods) are interlinked
  • Its shows the full description and flow of Cargo, Transaction, Goods, Billing, Time of delivery
Cargo Management System Activity Diagram

Cargo Management System Class Diagram

Posted By freeproject on August 2, 2017

Cargo Management System Class Diagram describes the structure of a Cargo Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Cargo Management System are Customer, Cargo, Transaction, Billing, Enquiry, Payment.

Classes of Cargo Management System Class Diagram:

  • Customer Class : Manage all the operations of Customer
  • Cargo Class : Manage all the operations of Cargo
  • Transaction Class : Manage all the operations of Transaction
  • Billing Class : Manage all the operations of Billing
  • Enquiry Class : Manage all the operations of Enquiry
  • Payment Class : Manage all the operations of Payment

Classes and their attributes of Cargo Management System Class Diagram:

  • Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Cargo Attributes : cargo_id, cargo_customer_id, cargo_type, cargo_sales, cargo_order, caro_description
  • Transaction Attributes : transaction_id, transaction_customer_id, transaction_amount, transaction_bill, transaction_number, transaction_type, transaction_history, transaction_description
  • Billing Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
  • Enquiry Attributes : enquiry,_id, enquiry,_title, enquiry,_type, enquiry,_date, enquiry,_description
  • Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description

Classes and their methods of Cargo Management System Class Diagram:

  • Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
  • Cargo Methods : addCargo(), editCargo(), deleteCargo(), updateCargo(), saveCargo(), searchCargo()
  • Transaction Methods : addTransaction(), editTransaction(), deleteTransaction(), updateTransaction(), saveTransaction(), searchTransaction()
  • Billing Methods : addBilling(), editBilling(), deleteBilling(), updateBilling(), saveBilling(), searchBilling()
  • Enquiry Methods : addEnquiry(), editEnquiry(), deleteEnquiry(), updateEnquiry(), saveEnquiry(), searchEnquiry()
  • Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()

Class Diagram of Cargo Management System :

Class Diagram Image: 
Cargo Management System Class Diagram

Cargo Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Cargo Management System:

  • Payment Component
  • Component
  • Goods Component
  • Billing Component
  • Time of delivery Component

Featues of Cargo Management System Component Diagram:

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

Cargo Management System ER Diagram

Posted By freeproject on July 17, 2017

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

Cargo Management System entities and their attributes :

  • Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Cargo Entity : Attributes of Cargo are cargo_id, cargo_customer_id, cargo_type, cargo_sales, cargo_order, caro_description
  • Transaction Entity : Attributes of Transaction are transaction_id, transaction_customer_id, transaction_amount, transaction_bill, transaction_number, transaction_type, transaction_history, transaction_description
  • Billing Entity : Attributes of Billing are bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
  • Enquiry Entity : Attributes of Enquiry are enquiry,_id, enquiry,_title, enquiry,_type, enquiry,_date, enquiry,_description
  • Payment Entity : Attributes of Payment are payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description

Description of Cargo Management System Database :

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

Cargo Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Cargo Management System which shows the interaction between the objects of Transaction, Customer, Goods, Time of delivery, Billing. The instance of class objects involved in this UML Sequence Diagram of Cargo Management System are as follows:

  • Transaction Object
  • Customer Object
  • Goods Object
  • Time of delivery Object
  • Billing Object

This is the UML sequence diagram of Cargo Management System which shows the interaction between the objects of Transaction, Customer, Goods, Time of delivery, Billing. The instance of class objects involved in this UML Sequence Diagram of Cargo Management System are as follows:

  • Transaction Object
  • Customer Object
  • Goods Object
  • Time of delivery Object
  • Billing Object

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

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

  • Super Admin Entity : Use cases of Super Admin are Manage Customer, Manage Cargo, Manage Transaction, Manage Billing,, Manage Enquiry, Manage Payment, Manage Goods, Manage Time of delivery, Manage Users and Full Cargo Management System Operations
  • System User Entity : Use cases of System User are Manage Customer, Manage Cargo, Manage Transaction, Manage Billing,, Manage Enquiry, Manage Payment, Manage Goods, Manage Time of delivery
  • Customer Entity : Use cases of Customer are Request for Cargo Loads, View Invoice, View Receipts, Make Payment, Payment History
  • Loader Entity : Use cases of Loader are Check Request, Collect Cargo Information, Manage Loads, Create Reports

Use Case Diagram of Cargo Management System :

 Cargo Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz