|
PowerFolder 工作流服务器版本0.5 试驾之旅(4)(4) From here, an accountant can choose one and optionally change its quantities before approving. ViewInvoices – 显示所有需要财务部门批准的购买请求(10美元或更多)。从这 里一个财务人员可以选择一个请求在批准之前更改它的数量。 2.3.4 Usage使用 1) Open a browser (preferably different than the on with PowerFolder Console) and go to 'http://localhost:8080/ViewInvoices.jsp'. Note the '.jsp' - all web pages in PowerFolder end with '.jsp' when deployed. You should not see any purchase orders in Accounting's inbox. 打开一个浏览器(与PowerFolder控制台分别打开比较好),到 'http://localhost:8080/StartPrint10Times.jsp'.页面,注意".jsp",在PowerFolder 中,所有的Web页面在发布以后都以jsp来结尾。 2) From the web browser, go to 'http://localhost:8080/EnterInvoice.jsp'. Enter 2, 2, and 1 next to the boxes 'Pencils', 'Paper', and 'Toner', respectively. Then click 'Submit Invoice'. The total for this purchase order is under $10. 从web浏览器,到http://localhost:8080/EnterInvoice.jsp,在'Pencils', 'Paper', 和 'Toner'旁边的文本框中分别输入2,2,1。单击Submit Invoice。这个购买 订单的总价低于10美元。 3) Go look at the command console running 'run_with_tomcat.bat'. You should see that this purchase order was automatically approved. 观察运行run_with_tomcat.bat的命令行控制台。你将看到这个购买订单已经被自动 批准了。 4) From the web browser, go to 'http://localhost:8080/ViewInvoices.jsp'. You should still not see any purchase orders in Accounting's inbox. 从web浏览器,到http://localhost:8080/ViewInvoices.jsp,你在财务部的收件箱 中,看不到任何的购买订单。 5) From the web browser, go to 'http://localhost:8080/EnterInvoice.jsp'. Enter 3, 1, and 2 next to the boxes 'Pencils', 'Paper', and 'Toner', respectively. Then click 'Submit Invoice'. The total for this purchase order is over $10. 从web浏览器,到http://localhost:8080/EnterInvoice.jsp,在'Pencils', 'Paper', 和 'Toner'旁边的文本框中分别输入3,1,2。接着单击Submit Invoice'。这个 购买订单的总价超过了10美元。 6) Go look at the command console running 'run_with_tomcat.bat'. You should see that
|