Ordering

Top  Previous  Next

Creating Orders

The "Super Store" web application allows sales representatives to create orders. An order consists of a customer, the sales representative that creates the order, the date of the order and, of course, the list of the ordered products with quantities and unit prices.

The user will be able to

Add one or more products to the order
Remove unwanted products from the order
Change product quantities in the order
Set the customer
Set the sales person
Set the order date
Clear order
Submit Order

 

The Shopping Cart

The product selected by the user are stored in table "cart". The purpose of the "CurrentOrder" page is to display the content of the "cart" table and let the user to manage it before submitting it as an order.

Order Tracking

The application will also provide a page where previously submitted orders are listed. The users will be able to select and see the details of an order and change the delivery status of it. When the status of an order is changed the customer will be informed with an email.

It will also be possible to delete an order from the database.