The Web Store -- Middleware and Backend
For the web store you designed in 3371, create the inventory system necessary to record on-line purchases from your store. This tasks involves three specific tasks:
- Create a web environment for performing the tasks discussed below. This start page should be named a6.htm
- Create an Inventory Master database
This database contains the relevant fields for:
- Product Number
- Size
- Color
- Quantity-on-hand
The primary key is the composite of Product-Size-Color.
- Create the Add, Modify and Delete capabilities for the Inventory Master
- Create the asp program to post the online order to the Inventory Master (i.e., reduce the quantity-on-hand by the
purchase quantity. When creating the response page, be sure to note any unfilled or partially filled orders)
- Create a query program to view the inventory status of any product
Return to Parks' DISC4372 homepage