Third Party Information Customer/Vendor Information Dolibarr – llx_societe SBT – arcust01, apvend01 Customer Invoice (make sure the invoice module is turned
Category: Open Source ERP
Unicode choice for MYSQL database
A very good post on stackoverflow. My’s sticking with utf8mb4_general_ci for general tables (better performance) : https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci Note: DOLIBARR uses utf8mb4_unicode_ci. Since
Dolibarr Inital Data Constants
Dolibarr loaded the following default data after installation. These data values can be referenced by other tables as foreign keys.
Dolibarr Module development
Module tutorial https://wiki.dolibarr.org/index.php/Module_development Dolibarr development https://wiki.dolibarr.org/index.php/Developer_documentation Using Module Builder In Dolibarr 8.0 to Generate a Test Module Change paths in htdocs/conf/conf.php
Dolibarr Notes
Open source ERP comparison chart in wikipedia. https://en.wikipedia.org/wiki/Comparison_of_accounting_software Dolibarr installation after downloading source code (not the installer!) Run http://localhost/dolibarr-8.0.0/htdocs/install/index.php Dolibarr wiki
Ofbiz 16.11.04 Logs Locations
run time (including errors, access and engine reports) <install directory>\runtime\logs webtools <install directory>\framework\webtools\groovyScripts\logs <install directory>\framework\webtools\template
Switching Ofbiz 16.11.04 to Postgresql 9.6 on Windows 10
Follow instruction from Ofbiz technical set up guide. Download 64 bit Postgresql. This download will include a version of pgadmin.
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