The SybStore_Web_Sample project is a simple purchase order application that demonstrates:
A welcome page that allows a customer to access inventory, view pending orders, and view pending restock requests.
The inventory page, which contains an inventory list and an order entry area.
How a customer orders an item by clicking the item’s ID in the inventory list. The information for that item displays in the order entry area. The customer enters the sales ID, the quantity, and the sales date, then clicks a button to submit the order. The order then appears in an existing orders list. The customer can select an item in the existing orders list, remove the item from the list, then update the list with their changes.
A read-only restock request page, which lists all pending restock requests.