Voyex / Inventory-Management

Inventory Management system for CS 330 Project
0 stars 0 forks source link

Admin "Create Order" page #5

Closed Voyex closed 2 years ago

Voyex commented 2 years ago

The 'Create Order' page will be used by admins to create purchase orders for the store.

(*) = data will be passed in from the database.

Page Requirements

I don't have an example image for this so use your imagination for this one.

Voyex commented 2 years ago

For this page, could you make a search bar that is used to sort a table of items. The user should choose the color and size from an HTML selection that quantity should be entered by the ser into a text box. They can then click add which fills the information into a table at the bottom with the total order items. The table at the bottom should have a button next to each item to remove the item. Also, the total price should be calculated from a javascript function.