The following are the major operations of this portal:
The following table lists operations and associated objects and files.
Operation | Files | Associated Objects |
---|---|---|
Login Page | login.jsp | BranchBean Bean |
Branch Home page | branchhome.jsp ,links.jsp, messages.jsp | BranchBean Bean |
Placing order | placeorder.jsp, placeorderfinal.jsp | BranchBean bean , Item bean, ItemsList bean, Branches Tag, Products Tag |
Messages received | messages.jsp | BranchBean bean |
Messages Sent | sentmessages.jsp | BranchBean bean |
Sending message | sendmessageform.jsp, sendmessage.jsp | BranchBean bean, Branches Tag |
Receipt of goods | receiptgood.jsp | BranchBean bean, StockBean bean, Branches tag, Products tag |
Transfer of goods | transfergoods.jsp | BranchBean bean, StockBean bean, Branches tag, Products tag |
Displaying Pending orders | pendingorders.jsp | BranchBean bean |
Change password | changepassword.jsp | BranchBean bean |
The following are the steps to related to be taken to run the existing part of the application :
create user scm identified by scm; grant connect, resource to mft;
http://localhost:8080/scm/login.jsp
jar cfv scm.war .