Few days ago I have discussed Openbravo POS systen intregation with MySql. Today I will discuss How to built OpenbravoPOS after modification logo, image etc.
Requirements:
- JDK5 or latter ( Download link: http://java.sun.com/javase/downloads/index.jsp/ )
- Apache ant 1.6 or latter ( Download link: http://ant.apache.org/bindownload.cgi/ )
- Openbravopos source file ( Download link: http://sourceforge.net/project/showfiles.php?group_id=127939/ )
Configuration:
- First we have to need environment variable configuration
- Go to System properties
- Select Advanced
- Click Environment variables from bottom
- First create a User variable. Variable name: JAVA_HOME and Variable value: C:\Program Files\Java\jdk1.6.0_07 its depends upon your jdk installation directory and click ok.
- Now we go System variables part. Select variable name Path and click Edit button. Add at the end of line ;C:\Program Files\Java\jdk1.6.0_07\bin;D:\openbravopos\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin
- C:\Program Files\Java\jdk1.6.0_07\bin its depends upon your jdk installation directory.
- D:\openbravopos\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin its depends upon your Apache ant directory where you extract Apache ant .
Build process:
- Go to run from start menu, type cmd and click ok button.
- Go to your Openbravopos directory. Suppose your Openbravopos source directory is d: now type command prompt like this E:\Openbravo POS\openbravopos_2.20_src
- Now type ant and press Enter for check Apache ant working or not. If any problem then you will get an error or pos build will be successful. If successful then go to your Openbravopos directory/ build/dist folder and unzip openbravopos_2.20_bin.zip like this zip file.
- Open your extract folder and click start.bat file. If you want default database configuration then click ok or click cancel and configure as your wish.


very nice, keep it up!
Saidur,
I would like to brand openbravo pos to my own… How would i change/edit/remove the logo that appears at the main windows.. so with the image .. “powered by openbravo pos” at the upper right corner of the window
thanks…
Hello Sami
Sorry for late. Actually i was very busy. If you want to change logo and you should have to follow two steps. One before built and then after built. For change image you should go openbravopos_2.20_src\src-beans\com\openbravo\images directory. It will be better if you crate some image like openbravo POS , keep same name, extension and finally replace it. For change text go to openbravopos_2.20_src\src-pos\com\openbravo\pos\forms\ JRootApp.java file and change as your wish but careful!
Some of image and text changeable after built from admin section. If need any farther help please don’t forget inform me. I will try my best.
Thanks and Regards
Rana
Rana,
Thanks for the reply. I was able to actually do most of the things already.
Best regards
Hi, Saidur,
Since you are so good in OpenbravoPOS. Could you write a tutoe on set up the OpenbravoERP and POS integration.
Thanks.
Hello Kai
Thanks for your mail. As per your request i will write soon OpenbravoERP and OpenbravoPOS integration tutorial. If any other suggestion about my blog please write me personally or blog.
–Saidur