- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Automobiles Store and Service Management System Activity Diagram
This is the Activity UML diagram of Automobiles Store and Service Management System which shows the flows between the activity of Services, Delivery, Store, Automobiles, Payment. The main activity involved in this UML Activity Diagram of Automobiles Store and Service Management System are as follows:
- Services Activity
- Delivery Activity
- Store Activity
- Automobiles Activity
- Payment Activity
Features of the Activity UML diagram of Automobiles Store and Service Management System
- Admin User can search Services, view description of a selected Services, add Services, update Services and delete Services.
- Its shows the activity flow of editing, adding and updating of Delivery
- User will be able to search and generate report of Store, Automobiles, Payment
- All objects such as ( Services, Delivery, Payment) are interlinked
- Its shows the full description and flow of Services, Automobiles, Payment, Store, Delivery

Login Activity Diagram of Automobiles Store and Service Management System:
This is the Login Activity Diagram of Automobiles Store and Service Management 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 Store, Services, Delivery, Payment, Automobiles. All the pages such as Delivery, Payment, Automobiles are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Automobiles Store and Service Management System. The various objects in the Payment, Store, Services, Delivery, and Automobiles 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
Automobiles Store and Service Management System Class Diagram
Automobiles Store and Service Management System Class Diagram describes the structure of a Automobiles Store and Service Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Automobiles Store and Service Management System are Automobiles, Store, Customer, Services, Charges, Delivery.
Classes of Automobiles Store and Service Management System Class Diagram:
- Automobiles Class : Manage all the operations of Automobiles
- Store Class : Manage all the operations of Store
- Customer Class : Manage all the operations of Customer
- Services Class : Manage all the operations of Services
- Charges Class : Manage all the operations of Charges
- Delivery Class : Manage all the operations of Delivery
Classes and their attributes of Automobiles Store and Service Management System Class Diagram:
- Automobiles Attributes : automobiles_id, automobiles_customer_id, automobile_number, automobile_type, automobile_description
- Store Attributes : store_id, store_type, store_title, store_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Services Attributes : service_id, service_vehicle_id, service_charge, service_type, service_description
- Charges Attributes : charge_id, charge_service_id, charge_amount, charge_total, charge_type, charge_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
Classes and their methods of Automobiles Store and Service Management System Class Diagram:
- Automobiles Methods : addAutomobiles(), editAutomobiles(), deleteAutomobiles(), updateAutomobiles(), saveAutomobiles(), searchAutomobiles()
- Store Methods : addStore(), editStore(), deleteStore(), updateStore(), saveStore(), searchStore()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Services Methods : addServices(), editServices(), deleteServices(), updateServices(), saveServices(), searchServices()
- Charges Methods : addCharges(), editCharges(), deleteCharges(), updateCharges(), saveCharges(), searchCharges()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
Class Diagram of Automobiles Store and Service Management System :

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

- Posted By: freeproject
- Comments: 0
Automobiles Store and Service Management System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Automobiles Store and Service Management System Entity. The entity-relationship diagram of Automobiles Store and Service Management System shows all the visual instrument of database tables and the relations between Store, Services, Automobiles, Delivery etc. It used structure data and to define the relationships between structured data groups of Automobiles Store and Service Management System functionalities. The main entities of the Automobiles Store and Service Management System are Automobiles, Store, Customer, Services, Charges and Delivery.
Automobiles Store and Service Management System entities and their attributes :
- Automobiles Entity : Attributes of Automobiles are automobiles_id, automobiles_customer_id, automobile_number, automobile_type, automobile_description
- Store Entity : Attributes of Store are store_id, store_type, store_title, store_description
- Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Services Entity : Attributes of Services are service_id, service_vehicle_id, service_charge, service_type, service_description
- Charges Entity : Attributes of Charges are charge_id, charge_service_id, charge_amount, charge_total, charge_type, charge_description
- Delivery Entity : Attributes of Delivery are delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
Description of Automobiles Store and Service Management System Database :
- The details of Automobiles is store into the Automobiles tables respective with all tables
- Each entity (Delivery, Customer, Charges, Store, Automobiles) contains primary key and unique keys.
- The entity Customer, Charges has binded with Automobiles, Store entities with foreign key
- There is one-to-one and one-to-many relationships available between Charges, Services, Delivery, Automobiles
- All the entities Automobiles, Charges, Customer, Delivery are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Automobiles Store and Service Management System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Automobiles Store and Service Management System Sequence Diagram
This is the UML sequence diagram of Automobiles Store and Service Management System which shows the interaction between the objects of Services, Charges, Customers, Store, Delivery. The instance of class objects involved in this UML Sequence Diagram of Automobiles Store and Service Management System are as follows:
- Services Object
- Charges Object
- Customers Object
- Store Object
- Delivery Object
Login Sequence Diagram of Automobiles Store and Service Management System:
This is the Login Sequence Diagram of Automobiles Store and Service Management System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Customers, Services, Charges, Delivery, Store. All the pages such as Charges, Delivery, Store are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Automobiles Store and Service Management System. The various objects in the Delivery, Customers, Services, Charges, and Store 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 Automobiles Store and Service Management System which shows the interaction between the objects of Services, Charges, Customers, Store, Delivery. The instance of class objects involved in this UML Sequence Diagram of Automobiles Store and Service Management System are as follows:
- Services Object
- Charges Object
- Customers Object
- Store Object
- Delivery Object

- Posted By: freeproject
- Comments: 0
Automobiles Store and Service Management System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Automobiles Store and Service Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Automobiles Store and Service Management System. The main actors of Automobiles Store and Service Management System in this Use Case Diagram are: Super Admin, System User, Mechanic, Customers, who perform the different type of use cases such as Manage Automobiles, Manage Store, Manage Customers, Manage Services, Manage Charges, Manage Delivery, Manage Payment, Manage Users and Full Automobiles Store and Service Management System Operations. Major elements of the UML use case diagram of Automobiles Store and Service Management System are shown on the picture below.
The relationships between and among the actors and the use cases of Automobiles Store and Service Management System:
- Super Admin Entity : Use cases of Super Admin are Manage Automobiles, Manage Store, Manage Customers, Manage Services, Manage Charges, Manage Delivery, Manage Payment, Manage Users and Full Automobiles Store and Service Management System Operations
- System User Entity : Use cases of System User are Manage Automobiles, Manage Store, Manage Customers, Manage Services, Manage Charges, Manage Delivery, Manage Payment
- Mechanic Entity : Use cases of Mechanic are Manage Serviice Request, Manage Part Requests, Manage Automobiles Issues
- Customers Entity : Use cases of Customers are View Service Request, View Invoices, Make Payments
Use Case Diagram of Automobiles Store and Service Management System :
