Questions tagged [openbravo]

Openbravo ERP is the web-based ERP (Enterprise Resource Planning) solution for SMB.

Openbravo, the preferred Commerce and ERP Platform

Openbravo is a commercial open-source software company. The head office of Openbravo S.L. is located in Pamplona, Spain. Openbravo use Java and tomcat6 for development. Openbravo-erp and openbravo-POS use Postgre-SQL and oracle for Database.

Some Helpful info:

Openbravo Source code

Openbravo repository

Openbravo wiki

139 questions
8
votes
2 answers

Scheduled processes running twice simultaneously in Openbravo (using Quartz)

I'm not quite sure whether this is more of an Openbravo issue or more of a Quartz issue, but we have some manual processes that run on schedules via Openbravo ProcessRequest objects (OB v2.50MP24), but it seems that the processes are running twice,…
Anthony Atkinson
  • 3,101
  • 3
  • 20
  • 22
4
votes
2 answers

Openbravo 3 database diagram

I'm from Brazil, and after much research on Opensource ERP's, I chose the Openbravo 3.0 to use in my company. As I will develop new modules for use in my company, I wonder if anyone has the relationship diagram of the tables in database…
Rafael Cruz
  • 677
  • 8
  • 18
4
votes
1 answer

Openbravo Integration with java Pos

I'm trying to integrate Openbravo with there software Java pos, and I want to sync data from there server database to local POS Database. So what I need to do is Download live database and replace local database with that. or is there any option or…
Zoro
  • 120
  • 9
3
votes
1 answer

Is there a way to run OpenBravo on AppEngine?

OpenBravo is an open source ERP system, is it possible to run it on Google's Java AppEngine?
zotherstupidguy
  • 2,976
  • 10
  • 39
  • 59
3
votes
1 answer

connect to multiple databases at the same time in openBravo?

I want to connect to multiple databases at the same time in openbravo so I would be able to store data in two different databases(for example: mysql and postgresql) for any transaction in the app. Is there any clean way to do that and keep minimal…
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121
3
votes
2 answers

Integrate Paypal Here with Openbravo POS

How can I integrate Paypal Here with Openbravo POS? The workflow I'm looking for is: Cashier selects card payment on Openbravo POS Bill is automatically transferred to Paypal Here Customer completes payment on Paypal Here Confirmation is…
paj28
  • 2,210
  • 3
  • 25
  • 37
3
votes
1 answer

Why I'm getting this, org.xml.sax.SAXParseException, exception?

I'm working in OpenBravoPOS v2.30, anyone knows about it? It's a POS with free licence. I'm trying to improve it, but in one of my test computers, it fails. Before all, I'd read about similar cases in stackoverflow, but they were helpless. Here's…
DavidM
  • 570
  • 4
  • 21
2
votes
0 answers

How to stream data from file to netcat for printing?

I'm using openbravo pos to print on thermal printer using a linux device. For example I have a printer plugged in usb port, I point the properties file to /dev/usb/lp0 and it prints perfectly, providing that the user has the write permissions on the…
Marc Salvetti
  • 352
  • 1
  • 10
2
votes
0 answers

How to send Image file from Ionic 2 File Transfer Plugin to Openbravo Web Service

I have to send Image from Ionic 2 mobile app to Openbravo web service and there I have to save that Image into server. My Ionic 2 Code: My Web Service doPost Code in Java: How I can extract request data in doPost request and that Image File in…
ramya
  • 329
  • 1
  • 2
  • 8
2
votes
0 answers

openbravo widget - How do I know the widget_instance_id from the jsp or html?

I am creating a custom URLwidget for openbravo and I need to know the widget instance ID from the jsp or servlet level. Here is what I have: public class MyCutomWidget extends HttpSecureAppServlet { private static final long serialVersionUID =…
2
votes
1 answer

Trying to Store Image from web-service in Postgresql Database

I'm trying to save an image in Postgresql Database but unable to do that I'm trying to call a function in which I need to Pass image in bytea code. function to store Image is CREATE OR REPLACE FUNCTION products_update_image(product_id character…
Zoro
  • 120
  • 9
2
votes
1 answer

EXCEPTION_ACCESS_VIOLATION at printing ticket

Im having this hs_err_pid when I try to print a ticket from Openbravo POS: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77036018, pid=3436, tid=1096 # # JRE version:…
DavidM
  • 570
  • 4
  • 21
2
votes
1 answer

Snapshot in Openbravo

What exactly creating snapshot means in openbravo. How to create and restore it.I am new to openbravo and i dont have any idea about it. I have ubuntu OS running on my machine with openbravo 3 and postgresql 8.4 database. Any help would be…
2
votes
1 answer

Installing Openbravo with database backup file

How to install openbravo with database backup? I have a postgresql dump file and I want to install openbravo with this sql file.
Geek
  • 565
  • 5
  • 15
2
votes
3 answers

How to disable a button in openbravo?

I want to disable the "complete" button which appears when you are creating a new requisition from the procurement management module in openbravo. It is a custom button placed on the right side of the toolbar.
MboSeye
  • 31
  • 3
1
2 3
9 10