Questions tagged [ofbiz]

Apache OFBiz® is an open source product for the automation of enterprise processes that includes framework components and business applications for ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), E-Business / E-Commerce, SCM (Supply Chain Management), MRP (Manufacturing Resource Planning), MMS/EAM (Maintenance Management System/Enterprise Asset Management). Apache OFBiz is a project of The Apache Software Foundation.

Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.

Reference:

312 questions
2
votes
0 answers

How can I submit form to without refreshing the page using Ajax and jquery in ofbiz forms?

Im trying to ajaxification.Whenever i click on submit i need to refresh the page to get the result data in table.here is the code. ANd whenever i edit the data to change values, its creating another new entry in…
2
votes
1 answer

Ofbiz want to import data from accounting software to ofbiz

I want to import an accounting software data in ofbiz. Can any one suggest me how to do this and is there any reference available to understand ofbiz accounting flow.
user2423768
  • 185
  • 1
  • 12
2
votes
1 answer

How to check empty list in Forms Ofbiz?

I'm using service to generate a List Object and set to a field in Froms, but how to check this list empty or not ?. In this case, I want to check it in use-when attribute of another field. Thanks!
ThangNguyen
  • 197
  • 1
  • 12
2
votes
1 answer

How to use ajax in ofbiz Forms?

I'm using drop-down tag but I want to update another fields after selected an option in this. I'm using it in Forms. I know we can using ajax to submit and update but in ftl, I can't find which attribute of field or drop-down can help ? Thanks!
ThangNguyen
  • 197
  • 1
  • 12
2
votes
0 answers

Debug OFBiz in Netbeans

I want to debug ofbiz (apache Open For Business project) in netbeans. When i mark a line as breakpoint, i get this error: Not able to submit breakpoint LineBreakpoint X.java : 58, reason: No source root found for URL ... help me. Thanks.
mohammad_1m2
  • 1,571
  • 5
  • 19
  • 38
2
votes
0 answers

Ofbiz unable to acquire a new connection from DB

I'm using ofbiz with MySQL. Now a days frequently i'm getting connection pool problem. The stack trace saying that it is unable to acquire a new connection from DB. This causing me to restart my server for every 5 days or 7 days. I think, As ofbiz…
Vamsi Krishna
  • 140
  • 1
  • 1
  • 6
2
votes
1 answer

How to model party relationship data in ofbiz?

I'm confused with the ofbiz data model. PARTY RELATIONSHIP is a relationship from one PARTY to a another PARTY corresponding to a pair of PARTY ROLEs. Entity PARTY RELATIONSHIP will have PARTY_ID_FROM, PARTY_ID_TO, ROLE_TYPE_ID_FROM, ROLE_TYPE_ID_TO…
ThangNguyen
  • 197
  • 1
  • 12
2
votes
2 answers

OFBiz and UNIX headeaches

I have a few questions and that I want to ask they may sound a bit stupid but please give me few answers: Is it possible to install ofbiz on a not-dedicated web hosting and what will it require and. Is it a good idea to host it on a server "in the…
DaGhostman
  • 23
  • 3
2
votes
1 answer

Searching with EntityListIterator requires a transaction in place

I am trying to fetch some data from db with a simple Join in OfBiz. Here is the code placed in a .java method which is invoked from the controller.xml DynamicViewEntity dve = new DynamicViewEntity(); dve.addMemberEntity("PR",…
TGM
  • 1,659
  • 10
  • 30
  • 45
2
votes
2 answers

Does Oracle support Server-Side Scrollable Cursors via JDBC?

Currently working in the deployment of an OFBiz based ERP, we've come to the following problem: some of the code of the framework calls the resultSet.last() to know the total rows of the resultset. Using the Oracle JDBC Driver v11 and v10, it tries…
Ismael
  • 344
  • 1
  • 3
  • 14
1
vote
1 answer

Barcode generation in ofbiz

I am trying to generate Barcodes in ofbiz, i got some samples to generate barcodes in pdf using fo.ftl files (with barcode4j). But my actual requirement is to show the barcode in screen itself, using either with forms or .ftl which ever is possible.…
user1006585
  • 85
  • 2
  • 10
1
vote
2 answers

OFBIZ Looking to create parent child relationships between products

Here is a hypothetical problem to outline what I am looking for. Let's say I am selling customizable jellybean gift baskets. At the time of purchase, the customer chooses a gift basket and then decides how many beans they want in it. Each bean, in…
Rex Redi
  • 93
  • 8
1
vote
1 answer

Is Funds Management available in OFBiz

Any one come across the "funds management module" or similar to that in ofbiz. I saw some tables are available for Budgeting but, I did not find any user interface for those tables. Is there any module is suitable for the financial planning…
user1006585
  • 85
  • 2
  • 10
1
vote
1 answer

Session lost after redirect SAML: may be different webapps?

I am fairly new to webapps programming, so I thought of asking here. I am implementing the SAML2 protocol in an open source app (namely OFBiz) but I am encountering a problem related to session loss after the protocol made its course. I am following…
King Powa
  • 441
  • 3
  • 9
1
vote
1 answer

What is an Entity in Apache OFBiz?

I am new to Apache OFBiz and I am trying to understand how it fits together on a high level. In the documentation, I frequently come across the terms "Entity" and "Entity Engine", but I don't see where "Entity" is defined. What is an Entity, and why…
Flux
  • 9,805
  • 5
  • 46
  • 92
1 2
3
20 21