neilg Regular
Joined: 16 Jun 2005 Posts: 141
|
Posted: Thu Jan 19, 2006 1:39 pm Post subject: How to re-create the SQLJ functions in 252 + |
|
|
I had to do this in order for the payment allocation to show the invoices.
This works for linux . Substitute similiar commands for windows.
| Code: |
cd /home/oracle/Compiere3/utils/oracle # use your compiere home
unset COMPIERE_DB_NAME ; unset COMPIERE_HOME
export COMPIERE_DB_NAME=erp
export COMPIERE_HOME=/home/oracle/Compiere3
./create.sh compiere2/compiere2 #user/password
|
|
|