Openbravo Integration with java Pos

I am trying to integrate Openbravo with Java pos software and I want to synchronize the data from the server database with the local POS database.

So what I need to do is load the real-time database and replace the local database.

or is there any parameter or tool that I can use.

+5
source share
1 answer

You do not need to download your live database and replace it with your local database, what you need to do is use the Pentaho Tool, this tool is supported by Openbravo, and you can find its wiki here

This tool will load data from the Openbravo open database and automatically import the tables that the system needs.

+5
source

All Articles