Whatever the cause, the ticket numbers started duplicating. In itself not a big problem, because aside from the TICKETS.TICKETID in the OpenBravo POS database, the TICKETS.ID field is absolutely unique and thus your receipts are still separated.
Anyway, when the Ticket IDs start to duplicate the receipt numbers no longer gets printed on the receipts for one, and it also screws up refunds as the OpenBravo POS system always shows only the 1st receipt in a series of duplicates, regardless of many duplication you have.
I wasted plenty of time searching for a solution using search terms like openbravo pos ticket ids dont auto increment, openbravo pos ticketsid duplicate, ticketsid problem openbravo pos, openbravo pos tickets.ticketid same, etc. Of course, it seems like nobody else has ever had this problem, or has ever written about it.
in this section, I will share how to install Openbravo ERP. we will install Openbravo ERP from source, using ubuntu Linux. installing Openbravo ERP from source have some significant advantages. one of the most motivating issue is installing from source enable us to develop specific customization, which is not achivable, for instance, if we install using appliance of ubuntu repository.we need to follow steps below to install Openbravo ERP:
you can install tomcat 7 for latest Openbravo ERP version. for now we will install apache tomcat 6. download binary distribution of apache tomcat 6 here.
extract to your directory, make sure you have enough permission. for simplicity, we will install tomcat 6 in home folder. extract tomcat binary distribution to /home//tomcat
you may change to your actual ubuntu user name
go to your tomcat forder using command line tool:
you can download openbravo souce here, then extract to your desired installation folder. remember, you need enough permission in this folder. I will use my home directory for simplicity. we call this folder as now and after. once extracting done, using command line tool, go to your , type:
If you are an Independent Software Vendor (ISV) like Openbravo, you too can take all the advantages offered by Zoho Analytics and make it as the integrated reporting module of your product/service. We offer a white label solution that you can use for making your own private labeled (re-branded) reporting solution for your clients. Know more.
Hi,Zoho module is in charge of synchronizing data from Openbravo to Zoho, but not a about data visualization. Asier Zabaleta in his blogpost proposes an easy way of viewing them using HTML widgets.Openbravo currently doesn't have out of the box a way of doing it as complete window. But you could create a new "View Implementation" [1] just showing the html retrieved from Zoho.RegardsAsier Lostal[1]
Hi,
we implemented openbravo + zoho, works very nice but we have one problem:
we want to see the reports in openbravo as full page and not only as widget in home page.
The widget is good for charts but if we want to see full lneght report, it's very samll.
how this can be done?
any ideas?
Thank you.
O
In windows execute the file "start.bat", in Linux execute "start.sh" to make sure everything is running correctly. openbravo POS should display a warning alerting that it has found an empty database. Click OK to create the database structure necessary to run LibrePOS.
LibrePOS uses HSQLDB by default for data storage. HSQLDB is bundled with the binary package of LibrePOS and offers an advantage in that it doesn't have to be configured. However, a lot of users choose other relational databases for performance or reliability.
To configure the database go to the configuration panel or run the file "configuration.bat" in windows or "configuration.sh" in linux. Please be aware that once you restart LibrePOS, it will tell you that your database is empty and will offer you to create tables for your new database. This is normal. Click the 'yes' button to allow LibrePOS to create the tables for you (In LibrePOS version 0.0.24 there should be 26 tables).
After the database server is installed and running you have to create an empty database for LibrePOS and a database user with privileges to connect to this database. You can check PostgreSQL documentation
03c5feb9e7