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
2
votes
1 answer

Adding buttons to openbravo webpos (pda)

Has anybody added buttons to the web pos (pda) of Openbravo POS 2.30 As i would like to add the button to print to kitchen, from the web and not only from the POS standalone client. Thanks in advance Note: i'm using the community version
Charm_quark
  • 376
  • 2
  • 6
  • 30
2
votes
2 answers

Authentication & Authorization in Openbravo community version through REST web service

I am unable to find a REST webservice way to Authenticate (Login) and know his roles (authorization). Although, Openbravo wiki says there is a way to login, but doesnt provide any other detail about its URL etc. Can anyone help in this regard?…
1
vote
1 answer

ERROR: Document processed/posted in sql

SQL error: ERROR: Document processed/posted In statement: DELETE FROM "public"."m_inventory" WHERE "m_id"='1001270' Does anyone know why and for what reason i am getting this error,Not able to delete that row
Ghostman
  • 6,042
  • 9
  • 34
  • 53
1
vote
2 answers

how to configure postgres not to show not null constraint error

I'm installing openbravo. The install log shows a heap of SQL errors which are all "not null" constraints errors. I already searched quite a while for how to fix this, but they only say how to drop the not null constraint in a single table. What I…
1
vote
1 answer

Using alfresco Rest-API inside my java app but cant find a way to make it

So Im trying to implement a syncronization between my Openbravo and alfresco, I just discovered the rest api for alfresco and with some dificulties I get the result i wanted (that was change some permisions of a folder) but now im facing a new…
1
vote
1 answer

How to disable 'Recent Documents' and 'Recenet Views' in Openbravo?

After Completing the Invoice user cannot see the Invoice in any menu [For example]. But from the Recent documents user able to open the record and edit it. To avoid this either have to Disable Recent Documents and or make the record…
satyamera108
  • 465
  • 1
  • 3
  • 11
1
vote
1 answer

how to integrate Magento eCommerce with Openbravo?

I have Openbravo Erp and I want to integrate with Magento2 eCommerce How to sync ORDERS and Inventory data to Openbravo ERP using API?
1
vote
0 answers

Obuiselector Reference in openbravo should take record on last 4 digit input

i have created an reference selector that populate an machine no. but on basis of starting digit I need the machine number to be populate on the basis of last 4 digit Example: suppose i have a machine no as 10100000060 "if i type 1010 starting 4…
1
vote
1 answer

Error deploying context tomcat

I am trying to run an open source ERP software called Openbravo, I am using amazon EC2 web services. I am successfully logged into the system through VMWare terminal using ssh. That part goes all fine. But when I execute the following commands to…
Payam Mesgari
  • 953
  • 1
  • 19
  • 38
1
vote
0 answers

in OpenBravo, how do I handle exceptions on a remote call with OB.RemoteCallManager.call

for example, how would I catch exceptions in the server side and display a message? OB.RemoteCallManager.call('org.openbravo.client.application.examples.MyActionHandler', {}, {}, callback); where callback is var callback = function(rpcResponse,…
Leo
  • 1,829
  • 4
  • 27
  • 51
1
vote
1 answer

Openbravo: How to save Product in database using rest web services?

I have successfully installed Openbravo, Now I am tesing for web services. I have successfully created and tested GetProductDetails web service using Restful Web service. Now I am doing save product in database. But it is not working. Below is my…
vishal
  • 309
  • 3
  • 6
  • 21
1
vote
0 answers

How to get value in openbravo using javascript?

I want to calculate number of days between two given dates in openbravo using javascript. I have gone through the Client side development link given but not able to find a way of getting values of selected record from tab.
1
vote
0 answers

Javascript REST Web Services PUT query

can anyone help me with javascript button who make PUT operation. action : function() { var selectedRecords = this.view.viewGrid.getSelectedRecords(); var lengthAr = selectedRecords.length; for (var i=0; i < lengthAr ;…
mitaka
  • 11
  • 1
1
vote
1 answer

OpenbravoERP after login still it shwoing Loading

In OpenbravoERP everything I am installed successfully. When I am trying to login it will goes to one loading page and nothing happen after that.When I'm checking tomcat logs in CATALINA.OUT ,no error is there. Next I checked OPENBRAVO.log ,then it…
Roney Francis
  • 356
  • 2
  • 15
1
vote
2 answers

how to install openbravo on windows 7 using postgresql

I have been trying to install Openbravo on windows 7 with apache, apache tomcat and postgresql. Everything seems to be fine. and the build was also successful. when I try to open the page http://{mylocalhost:8080}/openbravo it does not work. I have…
1
2
3
9 10