- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Car Sales System Activity Diagram
This is the Activity UML diagram of Car Sales System which shows the flows between the activity of Sales, Models, Customer, , Inventory. The main activity involved in this UML Activity Diagram of Car Sales System are as follows:
- Sales Activity
- Models Activity
- Customer Activity
- Activity
- Inventory Activity
Features of the Activity UML diagram of Car Sales 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 Models
- User will be able to search and generate report of Customer, , Inventory
- All objects such as ( Sales, Models, Inventory) are interlinked
- Its shows the full description and flow of Sales, , Inventory, Customer, Models

Login Activity Diagram of Car Sales System:
This is the Login Activity Diagram of Car Sales System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Customer, Sales, Models, Inventory, . All the pages such as Models, Inventory, are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Car Sales System. The various objects in the Inventory, Customer, Sales, Models, and page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Car Sales System Class Diagram
Car Sales System Class Diagram describes the structure of a Car Sales System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Sales System are Cars, Car Models, Car Owners, Inventory, Customer, Booking.
Classes of Car Sales System Class Diagram:
- Cars Class : Manage all the operations of Cars
- Car Models Class : Manage all the operations of Car Models
- Car Owners Class : Manage all the operations of Car Owners
- Inventory Class : Manage all the operations of Inventory
- Customer Class : Manage all the operations of Customer
- Booking Class : Manage all the operations of Booking
Classes and their attributes of Car Sales System Class Diagram:
- Cars Attributes : car_id, car_driver_id, car_customer_id, car_number, car_company car_type, car_description
- Car Models Attributes : car_model_id, car_model_number, car_model_year, car_model_name, car_model_type, car_model_description
- Car Owners Attributes : car owner_id, car owner_name, car owner_mobile, car owner_email, car owner_username, car owner_password, car owner_address
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
Classes and their methods of Car Sales System Class Diagram:
- Cars Methods : addCars(), editCars(), deleteCars(), updateCars(), saveCars(), searchCars()
- Car Models Methods : addCar Models(), editCar Models(), deleteCar Models(), updateCar Models(), saveCar Models(), searchCar Models()
- Car Owners Methods : addCar Owners(), editCar Owners(), deleteCar Owners(), updateCar Owners(), saveCar Owners(), searchCar Owners()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
Class Diagram of Car Sales System :

- Posted By: freeproject
- Comments: 0
Car Sales System Component Diagram
This is a Component diagram of Car Sales System which shows components, provided and required interfaces, ports, and relationships between the Cars, Inventory, Sales, and Models. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Car Sales System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of Car Sales System:
- Cars Component
- Inventory Component
- Sales Component
- Component
- Models Component
Featues of Car Sales System Component Diagram:
- You can show the models the components of Car Sales System.
- Model the database schema of Car Sales System
- Model the executables of an application of Car Sales System
- Model the system's source code of Car Sales System

- Posted By: freeproject
- Comments: 0
Car Sales System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Car Sales System Entity. The entity-relationship diagram of Car Sales System shows all the visual instrument of database tables and the relations between Car Models, Inventory, Cars, Booking etc. It used structure data and to define the relationships between structured data groups of Car Sales System functionalities. The main entities of the Car Sales System are Cars, Car Models, Car Owners, Inventory, Customer and Booking.
Car Sales System entities and their attributes :
- Cars Entity : Attributes of Cars are car_id, car_driver_id, car_customer_id, car_number, car_company car_type, car_description
- Car Models Entity : Attributes of Car Models are car_model_id, car_model_number, car_model_year, car_model_name, car_model_type, car_model_description
- Car Owners Entity : Attributes of Car Owners are car owner_id, car owner_name, car owner_mobile, car owner_email, car owner_username, car owner_password, car owner_address
- Inventory Entity : Attributes of Inventory are inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Booking Entity : Attributes of Booking are booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
Description of Car Sales System Database :
- The details of Cars is store into the Cars tables respective with all tables
- Each entity (Booking, Car Owners, Customer, Car Models, Cars) contains primary key and unique keys.
- The entity Car Owners, Customer has binded with Cars, Car Models entities with foreign key
- There is one-to-one and one-to-many relationships available between Customer, Inventory, Booking, Cars
- All the entities Cars, Customer, Car Owners, Booking are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Car Sales System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Car Sales System Sequence Diagram
This is the UML sequence diagram of Car Sales System which shows the interaction between the objects of Models, Sales, Inventory, Customer, . The instance of class objects involved in this UML Sequence Diagram of Car Sales System are as follows:
- Models Object
- Sales Object
- Inventory Object
- Customer Object
- Object
Login Sequence Diagram of Car Sales System:
This is the Login Sequence Diagram of Car Sales System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Inventory, Models, Sales, , Customer. All the pages such as Sales, , Customer are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Car Sales System. The various objects in the , Inventory, Models, Sales, and Customer page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of Car Sales System which shows the interaction between the objects of Models, Sales, Inventory, Customer, . The instance of class objects involved in this UML Sequence Diagram of Car Sales System are as follows:
- Models Object
- Sales Object
- Inventory Object
- Customer Object
- Object

- Posted By: freeproject
- Comments: 0
Car Sales System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Car Sales System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Car Sales System. The main actors of Car Sales System in this Use Case Diagram are: Super Admin, System User, Customer, Agent, who perform the different type of use cases such as Manage Cars, Manage Car Models, Manage Sales, Manage Car Owners, Manage Inventory, Manage Customer, Manage Users and Full Car Sales System Operations. Major elements of the UML use case diagram of Car Sales System are shown on the picture below.
The relationships between and among the actors and the use cases of Car Sales System:
- Super Admin Entity : Use cases of Super Admin are Manage Cars, Manage Car Models, Manage Sales, Manage Car Owners, Manage Inventory, Manage Customer, Manage Users and Full Car Sales System Operations
- System User Entity : Use cases of System User are Manage Cars, Manage Car Models, Manage Sales, Manage Car Owners, Manage Inventory, Manage Customer
- Customer Entity : Use cases of Customer are View Cars, Request Quotation, Make Payment
- Agent Entity : Use cases of Agent are Add Cars, Create Quotation, View Requests, Create Invoice
Use Case Diagram of Car Sales System :
