Kibet Ngeno

Abstract

Automated quick sort algorithm system is a sales system that manages sales by: tracking all the transactions made, sorting each product sold to show the sales made and providing the report at the end of specified period. The system is dynamic in that it is not meant for only specified products but rather any product can fit into the system. The newly products introduced into the market can be captured by recording into the system with its buying and selling prices. After all the transactions made, how quick sort is done is by entering the name of the product and all its transactions show on the data table. The user does not need to search by clicking the button. Whenever the user clicks the first letter, all the products related to the first letter are displayed. The technology used is auto complete. The system sorts by the date sold, quantity sold, total sales and profit by each product or all the available products. Once the products are added, the user can update the stock whenever the stock reduces.

Objectives
? Use a quick sort algorithm to filter product’s transaction.
? Allow addition of new products into the system.
? Allow update of existing stock whenever stock reduces.
? Allow making of sales.
? Print the sales receipt of the products sold.