Home
Status Update
Last Updated: June 15, 2008   

This site is being hosted on net78.net which is a FREE public hosting site and it can be a pain sometimes. Speed can be a big problem along with their database-- it's running a shared database process so sometimes the db connections exceeded the maximum connections allowed. A refresh is required to get things working sometimes.

There are two tables that can be tested in this demo: (1) The Customer Module provides an admin view into maintaining/viewing customer information. It allows the administrator to add, modify and delete the customer table entries (using the icons in the main grid). It also allows simulating order entry via this icon: (2) The Inventory Module provides an admin view into maintaining/viewing a very basic inventory master. It allows the administrator to add, modify and delete the inventory table entries.

Additionally, the "New Order" feature mimics order entry by an end-user (a new customer). This process updates the Inventory Table and inserts a new record into the Customer Table.

Adnan