An academic project from NIU; implements four interfaces for maintaining an auto parts retail company's online store and inventory
Customers can browse a part catalog, add items to a cart, and go through checkout. Pricing is determined by products and weight for shipping charges The NIU servers cannot process email requests, so no confirmation email can be sent. Customers place orders that are added to our database Currently hosted at students.cs.niu.edu/~z1739710/index.php
The system administrator can search all current orders by date range, price range, or status The system administrator also sets weight brackets for shipping costs Currently hosted at students.cs.niu.edu/~z1739710/AIIndex.php
Receiving can search parts by part number or description and update their quantity by a positive number Currently hosted at students.cs.niu.edu/~z1739710/receiving.php
Shipping workers can view all Pending orders, print shipping label, packing list, and invoice (if there were printing hardware connected) SHipping workers can set orders as Shipped. Currently hosted at students.cs.niu.edu/~z1739710/shipping.php