Difference between revisions of "Opentaps Distributor Application"

From Opentaps Wiki
Jump to navigationJump to search
m (Protected "Opentaps Distributor Application": Sysop page [edit=sysop:move=sysop])
 
Line 1: Line 1:
  These notes are very preliminary
+
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 tried the demo
+
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

  1. Fix the UI labels
  2. Fix the "My Orders" screen