Demonstration
From CoCoME
Contents |
[edit]
Current Status of Demonstration
Following functions have been implemented currently:
- Browsing store product list and stock item list through store management application.
- Browsing store list and product list through enterprise management application.
- Exchang stock items between stores.
- Full functions of Cashdesk application.
We have deployed applications of one enterprise, its two sub-stores and a bank for demonstration.
[edit]
Enterprise and Store Web Services
The address of all the web services are listed as follows:
- Enterprise Server: http://www.iist.unu.edu/cocome-tomcat/enterprisews-ruby/services/EnterpriseWebService
- Store 1 Server: http://www.iist.unu.edu/cocome-tomcat/storews-ruby/services/StoreWebService
- Store 2 Server: http://www.iist.unu.edu/cocome-tomcat/storews-ruby-1/services/StoreWebService
- Bank Server: http://www.iist.unu.edu/cocome-tomcat/bankws-ruby/services/BankWebService
[edit]
Enterprise and Store Management URL
The address of all the management applications are listed as follows:
- Enterprise Management: http://www.iist.unu.edu/cocome-tomcat/enterprise-webclient/
- Store 1 Management: http://www.iist.unu.edu/cocome-tomcat/store-webclient/
- Store 2 Management: http://www.iist.unu.edu/cocome-tomcat/store-webclient-1/
[edit]
Demonstration
[edit]
Browsing Enterprise Information
- Open a browser and enter the enterprise management url.
- At the account and password inputing page, please enter "test" and "password" as the account and password, otherwise you will not have the accessing right.
- After a while (if it is the first time of web service running), you will be forwarded to the store list page.
- You can click the above menu item to view different informations.
[edit]
Browsing Store Information
- Open a browser and enter the store management url (store 1, store 2).
- At the account and password inputing page, please enter "test" and "password" as the account and password, otherwise you will not have the accessing right.
- After a while (if it is the first time of web service running), you will be forwarded to the product list page.
- You can click the above menu item to view different informations (Make order and Receive Order are not finished).
[edit]
Exchange Items Example (3 Stages)
- First Stage
- Open a browser and enter the requesting store management url ( supposing it is store 1).
- At the account and password inputing page, please enter "test" and "password" as the account and password, otherwise you will not have the accessing right.
- After entering the product list page, click the Request Exchange item to enter exchanging page.
- Enter a number at the input box of first line whose ProductName is test and Barcode is 10000.
- Press Submit button, the resulting message "Request Exchange Successfully!!!" will be displayed.
- Open a new browser instance and log to the store 2 management application.
- Enter the stock item page and get the stock amount of product test.
- Second Stage
- Open a new browser instance and log to the enterprise management application.
- Click the Exchange View menu to enter the exchanging page, you will see the exchange item the store 1 just requested listed at the last position.
- Click the Handle button at the end of the line, the Handling Exchange View window will be popped out. The stockamouts of all the enterprise stores are listed.
- Select the store 2's radio and click the Handle button, the resulting message "Handle Exchange Successfully!!!" will be displayed.
- Click Close button, you will see that the requesting exchange item is finished.
- Third Stage
- Swith to the store 1 management browser and enter the stock item list page, you will see that the stock amount of product test is increased by the entered exchange number before.
- Swith to the store 2 management browser and enter the stock item list page, you will see that the stock amount of product test is decreased by the entered exchange number before.
[edit]
