Follow instruction from Ofbiz technical set up guide. Download 64 bit Postgresql. This download will include a version of pgadmin.
Author: Yvonne Lu
Apache Ofbiz 16.11.04
Start Application ofbizstart.bat load demo data – gradlew loadDefault ofbiz no demo data – gradlew ofbiz debug mode prepare Eclipse –
Ofbiz links
Ofbiz’s default admin login is username: admin password:ofbiz Accounting https://localhost:8443/accounting/ ecommerce https://localhost:8443/ecommerce/control/main webtools https://localhost:8443/webtools/control/main This contains data file and xml
Ofbiz handling external data
https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz%27s+Data+File+Tools
OPENSSL for localhost
How to get HTTPS working on your local development environment in 5 minutes FreeCodeCamp Generating valid self signed certificates for
Apache Ofbiz 16.11.04 Install
Update Java SDK to 1.8 or above. Make sure system variable JAVA_HOME points to latest install. Goto https://ofbiz.apache.org/download.html to download the
Running Foxpro EXE
Executable built by Visual Foxpro V9 requires 2003 Microsoft Visual C++ Runtime DLL msvcr71.dll. The is problem can be resolved
PHP ODBC Display Columns of a Table
$cnx= odbc_connect(dsn_name,””,””); if( ! $cnx ) { //call error handler //exit } //query column names without content //note, in my
Foxpro Basic Commands
Change default directory: set default to c:\example Edit a program: modify command program name Run a program: do program name
Text and String Handling in VFP
Here’s a good post on text and string handling in Visual Foxpro: http://stevenblack.com/articles/text-and-string-handling-in-VFP/ Note Alines which converts CSV to