Difference between revisions of "Opentaps Distributor Application"
From Opentaps Wiki
Jump to navigationJump to search (New page: These notes are very preliminary $ cd hot-deploy $ svn co svn://svn.opentaps.org/opentaps/modules/distributor/versions/1.4/trunk distributor Load the file hot-deploy/distributor/data...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | The opentaps distributor application is an add-on module designed to allow distributors to place orders for products through a secured portal. | |
+ | '''Currently, the distributor application is under development. You can access it from subversion to take a look at it.''' | ||
+ | |||
+ | To get the application, | ||
$ cd hot-deploy | $ cd hot-deploy | ||
$ svn co svn://svn.opentaps.org/opentaps/modules/distributor/versions/1.4/trunk distributor | $ svn co svn://svn.opentaps.org/opentaps/modules/distributor/versions/1.4/trunk distributor | ||
+ | |||
+ | If you are using opentaps 1.4, you will need to add it to your hot-deploy/component-load.xml file: | ||
+ | <load-component component-location="${ofbiz.home}/hot-deploy/distributor"/> | ||
+ | |||
Load the file hot-deploy/distributor/data/DistributorSecurity.xml for security settings | Load the file hot-deploy/distributor/data/DistributorSecurity.xml for security settings | ||
− | Load the file hot-deploy/distributor/data/DistributorDemo.xml if you want to | + | Load the file hot-deploy/distributor/data/DistributorDemo.xml if you want to try the demo |
+ | |||
+ | Now restart opentaps, go to http://localhost:8080/distributor, and you should be able to access the login screen for the distributor application. | ||
+ | |||
+ | ===TODOs=== | ||
+ | |||
+ | # Fix the UI labels | ||
+ | # Fix the "My Orders" screen |
Latest revision as of 17:47, 7 May 2010
The opentaps distributor application is an add-on module designed to allow distributors to place orders for products through a secured portal.
Currently, the distributor application is under development. You can access it from subversion to take a look at it.
To get the application,
$ cd hot-deploy $ svn co svn://svn.opentaps.org/opentaps/modules/distributor/versions/1.4/trunk distributor
If you are using opentaps 1.4, you will need to add it to your hot-deploy/component-load.xml file:
<load-component component-location="${ofbiz.home}/hot-deploy/distributor"/>
Load the file hot-deploy/distributor/data/DistributorSecurity.xml for security settings
Load the file hot-deploy/distributor/data/DistributorDemo.xml if you want to try the demo
Now restart opentaps, go to http://localhost:8080/distributor, and you should be able to access the login screen for the distributor application.
TODOs
- Fix the UI labels
- Fix the "My Orders" screen