sudheerxdev /
Car-Sales-System-In-Java
No description provided.
Loading repository data…
ByronStaps / repository
Car Sales system is an application that computerizes the conventional car sale procedure which we are aware of. This is a Java/HTML based application. This helps in managing data related to buyers and sellers of the cars. Business reports can also be generated and viewed. This program should handle a new and used vehicles inventory with minimum 10 cars. Every detail of a vehicle like manufacturer name, date of purchase, Kilo meters ran( in case of used vehicles), price, make/model, car description picture/s of the car etc. If a user click to view details of a car we should display the car details :eg name, model, year build, price, description, picture, etc... If a car is sitting in inventory for more than 120 days, there is be an option to place a bid on the car. Bidding cars can be sold at a discounted price up to 10% if and only if the dealership's purchase date is over 120 days. The inventory should have minimum 3 cars with idle days of 120+. The application to have a reporting section which display information about all transactions made, including the person who purchase the car. This reporting page should order transaction by date starting with the most recent purchase. A user should also be able to search for a type (model) car from the inventory. The inventory should only have cars available to be sold. If a car has been sold the inventory should reflect this behavior.
README preview is not available for this repository.
Selected from shared topics, language and repository description—not editorial ratings.
sudheerxdev /
No description provided.
zahidesad /
Computer Programming 2 End Of Term Project With Swing
jilpatel13 /
ERP system for car sales Enterprise, build with java & MySQL.
JavaGraduationProject /
计算机毕业设计,毕设,java毕业设计,小程序毕业设计 - 汽车在线销售管理系统
juanjoowendler /
Microservices-based backend for managing road tests, vehicle geolocation, and operational reports.
rubayedhossainruddra /
A Java Swing-based Car Sale Management System with Admin, Staff, and User roles. Admins manage cars and users, staff handle bookings and sales, and users can browse, book, and purchase cars. All data is stored in JSON files using a simple file-based structure.