Value is a complete open source middleware / server side accounting system/ERP/CRM geared for users ranging from soho to large corporations. Powerful features include backoffice complete accounting (multilingual, multicurrency), complete purchase-receiving-tagging-sales and manufacturing (wip - jobs sublet) with thin web and Palm client.

Main Rules
Keys and References
Child Relationships
Attributes
Wish List

To make it easier for users to view what they are getting, Value unlike any other ERP system, Value is available on-line. Click here to view Value in action.

Installation Guide:

Value Database Installation

  1. After you download the zip / or tar file to your disk, please unarchive the files.
  2. There should be a folder named mysql.
  3. We shall assume that you are using MYSQL database. This documentation is also valid for Oracle 8i or 9i.
  4. If MySql is already installed, create a database called value – in our case we used a database named Emryn.
  5. Run MySql and use the new database
    1. Use value
    2. Or Use emryn
  6. Run the following script to build the tables.
    1. \. <installation dir>/mysql/Value_mysql.sql
    2. \. <installation dir>/mysql/test.sql
    3. You should have generated the essential files and a sample data to go with it.

 Value J2EE Installation

  1. This installation procedure is specific to JBOSS (3.x) and MYSQL.
  2. The Data source name referred to by Value is MySql – Case Sensitive.
  3. Make the following changes to the mysql-service.xml file in the JBoss default deployment folder:
        <attribute name="ManagedConnectionFactoryProperties">
          <properties>
            <config-property name="ConnectionURL" type="java.lang.String">jdbc:mysql:///value</config-property>


            <config-property name="DriverClass" type="java.lang.String">com.mysql.jdbc.Driver</config-property>


            <!--set these only if you want only default logins, not through JAAS -->


            <config-property name="UserName" type="java.lang.String">myname</config-property>


            <config-property name="Password" type="java.lang.String">mypassword</config-property>


          </properties>
  1. Now make the changes in standardjbosscmp-jdbc.xml in the config folder.
<defaults>


      <datasource>java:/mySQL</datasource>


      <datasource-mapping>mySQL</datasource-mapping>
  1. Start JBoss and you should be able to see the session beans being deployed. Please not all entity beans have been removed and replaced with JDO/DAO components.

Value Client Installation

  1. The Value Client comes pre-installed.
  2. Since it uses components of Infragistics – Jsource, the source cannot be compiled and must be used from the jar file itself.

 

Value is hosted by: SourceForge.net Logo. Click here for SourceForge Open Source Download

Email: admin@evalue.org

 

 
 

Value is © Copyright Emryn International LLC. All Rights Reserved.