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
0
votes
2 answers

deploy openbravo in tomcat

I have tried to deploy Openbravo with tomcat using web browser. It throws me java.lang.OutOfMemoryError: PermGen space exception I tried to increase memory by adding the following parameters in the Java Options…
0
votes
1 answer

How to return value of a nested function

How can i get a return object from the following function of javascript - function find(model, whereClause, success, error, args) { var tableName = model.prototype.tableName, propertyMap = model.prototype.propertyMap, sql =…
Sangram Anand
  • 10,526
  • 23
  • 70
  • 103
0
votes
1 answer

Linking Sales Ticket and Refund Ticket in Java POS

In Openbravo POS when I'm refunding a sales ticket (assume its id to be 3980) and when I refund this ticket it generates a new ID(assume it to be 48). So, I want the refund Id(48) to be printed on the sales ticket whenever I do a refund. Does anyone…
sanjeeda
  • 131
  • 1
  • 10
0
votes
2 answers

How to disiable navigation bar in openbravo 3

I would like to disable top navigation bar for certain users. Quick Menus Create New Launch Application Menu Alerts Log out User Preferences Help. I would like to show only workspace with default widgets in it when certain users logs into…
Velu
  • 1,681
  • 1
  • 22
  • 26
0
votes
1 answer

PSQLException - Session setup failed in POSTGRESQL

when i run the ant command - ant compile.complete or ant install.source i got these errors - E:\source_code\Openbravo-3.0MP21\src-db\database\build-create.xml:77: org.postgr esql.util.PSQLException: Protocol error. Session setup failed. at…
Sangram Anand
  • 10,526
  • 23
  • 70
  • 103
0
votes
1 answer

How to install openbravo ERP in windows 7?

How to install and setup openbravo ERP in windows 7 ? Which package I should download ? I have no idea of it. Please guide me. Thanks
user1772390
  • 53
  • 2
  • 10
0
votes
1 answer

Openbravo source code errors

Hi i am new in Openbravo development and trying to configure it. I have checkout the source code of openbravo form Openbravo and run successfully ant istall.source and find BUILD Successfully message in command prompt. So I import it in Eclipse but…
Zaid Bin Tariq
  • 298
  • 2
  • 9
0
votes
2 answers

Display logic in Openbravo

I just wanna know, if it is possible to use sql/hql statements for a field's Display Logic in Openbravo? I have a field, as check box in a window say, position. In another window, I have a field say manager. Now I need to display the manager field…
Gopinagh.R
  • 4,826
  • 4
  • 44
  • 60
0
votes
1 answer

open bravo erp + informations

I'm expect to install community edition of openbravo.but i can't find some information. I want to know no of concurrent users limits of community versions, no of register users andany restrictions of this system also. Many thanks for any help..
TRS
  • 490
  • 2
  • 11
  • 29
-1
votes
1 answer

Openbravo: can't

(I'm following the guide .) In I have created a new record, yet phails with: Error: The following mandatory columns are missing for this table: -primary key column named:…
Pacerier
  • 86,231
  • 106
  • 366
  • 634
-1
votes
3 answers

How to get the latest Openbravo ERP to work? Unable to find a starting point

Introduction I've been searching for a while now, but unable to find proper support for community edition of OpenBravo. The wiki is present but seems to be outdated, having pages updated in 2018 linking to old pages dated 2011 that seem to…
jasxir
  • 808
  • 9
  • 18
-1
votes
1 answer

Can Jmeter support an Openbravo web application which supports only Chrome browser?

Need to do load test on a Openbravo POS application which only supports chrome browser. Can JMeter be recommended for this effort or is there any better opensource tool out there?
Tera
  • 1
  • 2
-1
votes
1 answer

openbravo callout to use OBDal.getInstance .save Not working

I Have Applied Logic on all the row which i get in the list in eclipse console i got the correct result everything is fine ,but now i just want to set the value again here my code in openbravo callout for (ShipmentType st_op :…
Aziz Shaikh
  • 33
  • 1
  • 6
-1
votes
1 answer

using action handler to Fetch Record from OBProvider.getInstance().get(class)

Want u fetch all record from a table which name is shipment type ShipmentType st = OBProvider.getInstance().get(ShipmentType.class); what should i use to know the lenght of it to run a for loop Example: for(i=0;i<=st.getID.length();i++;) { ToDo…
Aziz Shaikh
  • 33
  • 1
  • 6
-1
votes
1 answer

Logger source file location - openbravoErp

package org.openbravo.erpCommon.utility; import java.sql.*; import org.apache.log4j.Logger; import javax.servlet.ServletException; import org.openbravo.data.FieldProvider; import org.openbravo.database.ConnectionProvider; import…
Javed Solkar
  • 162
  • 11
1 2 3
9
10