http://www.adempiere.com/Installing_ADempiere_3.7.0_on_Ubuntu_11.04 This is a simple how to install ADempiere 3.7.0 on Ubuntu 11.04. There are alot of installation How-To's, the reason […]
Reference Information: http://www.firstclasscomputerconsulting.com/OpenERP/OpenERP70Videos/tabid/145/articleType/ArticleView/articleId/1/Guide-to-Installing-OpenERP-7-on-Ubuntu.aspx http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/ Error... 1. On the instructions above, there are certain libraries missing, so you need to […]
http://stackoverflow.com/questions/7413216/linking-subreports-in-ireport-so-they-also-work-in-jasper-server The best solution to this is to add an additional parameter like $P{IsOnServer}. Set the default value to true. For your subreport […]
http://www.sugarcrm.com/forums/f6/how-create-autogenerated-field-63662/ Hi , Try this 1) create one Text field name 'opp_code_c' keep it in all views through studio in Opportunity modules […]
Connect to Database Linux: mysql -u root -p Show All Databases: show databases; Reference: http://www.cyberciti.biz/faq/mysql-command-to-show-list-of-databases-on-server/