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

How much effort needed to deliver a solution based on Apache Ofbiz?

I was trying to get some info from documentation, but it seems that it is one of those projects that you have to check out and play with it to figure the answers out ... I noticed of hight activity on mailing list and quite a lot of commits, it's a…
lisak
  • 21,611
  • 40
  • 152
  • 243
12
votes
2 answers

Learning Apache Ofbiz?

i am a java developer, i have just started learning apache ofbiz,an open source enterprise automation software,i went through the tutorials on official apache ofbiz site,as ERP is a big thing in itself, this takes time to learn. the question would…
Bruce_Wayne
  • 1,564
  • 3
  • 18
  • 41
8
votes
2 answers

How to disable an application in Apache OFBiz?

How to disable some of the default applications that come with OFBiz? (In particular the HR application). Removing the applications\component-load.xml gave me NULL pointer exception when I restarted…
rexposadas
  • 3,109
  • 3
  • 27
  • 49
6
votes
3 answers

PreparedStatement very slow, but manual query quick

I have a preparedstatement from a framework as followed: SELECT OH.ORDER_ID, MAX(OS.STATUS_DATETIME) FROM public.ORDER_HEADER OH, public.ORDER_STATUS OS WHERE ((OH.ORDER_ID = OS.ORDER_ID AND OH.STATUS_ID = ? AND OS.STATUS_ID = ?)) GROUP BY…
Zsolt János
  • 491
  • 8
  • 18
6
votes
1 answer

Getting ScreenRenderException while running OfBiz

I am new to OfBiz.while running it in eclipse...I got the following in eclipse console... Httpd started on port: 9989 Sessiond started on port: 9990 2014-02-04 12:57:37,538 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service…
user3256546
  • 73
  • 2
  • 5
4
votes
1 answer

Does Apache OFBiz delegator API support fetching list of records from database by limit or offset

Let's say we have to fetch only 5 records from a table but my where clause is matching 25k records in the database. So is there a way in ofbiz framework to just select 5 records rather than getting a list from the database and then taking just 5…
anubhava
  • 761,203
  • 64
  • 569
  • 643
4
votes
4 answers

Which sites use Apache OFBiz?

I'm collecting some data for a presentation. Does anyone know sites hosted on Apache Ofbiz or users of this ecommerce package outside of the list at https://cwiki.apache.org/OFBIZ/apache-ofbiz-user-list.html
shinynewbike
  • 2,334
  • 5
  • 28
  • 42
4
votes
2 answers

can OFBiz be configured to work as a single monolithic webapp?

OFBiz by default works as a collections of small webapps each with its own front controller. OFBiz webapps typically depend on a lot of common modules. Typically, modules under specialpurpose or hot-deploy would end up depending on pretty much all…
arajashe
  • 281
  • 1
  • 9
4
votes
6 answers

How to improve performance in Oracle using SELECT DISTINCT

I'm currently working in the deployment of an OFBiz based ERP The database being used is Oracle 10g Enterprise One of the biggest issues is some oracle performance problems, analyzing the ofbiz logs, the following query: SELECT DISTINCT ORDER_ID,…
Ismael
  • 344
  • 1
  • 3
  • 14
3
votes
3 answers

Jira using enterprise architecture by OfBiz

The 'open for business project' is an enterprise framework. It so happens Jira uses this, and I was pretty shocked at how much work is involved to pull data for a particular entity (say a issue/bug in Jira's case). Imagine getting a list of all the…
bambam
3
votes
1 answer

How to access resources file (css, js files from theme folder) and get link from FTL?

I have "Neon - Bootstrap Admin Theme" (https://themeforest.net/item/neon-bootstrap-admin-theme/6434477 ). My duty is integrating this bootstrap theme into Ofbiz 16.11.02. I tried 3 days, but I stucked. This is my full source code:…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
3
votes
4 answers

Apache OfBiz Execution issues

Working with OfBiz on a 64-bit Win 7 machine and after I perform a fresh build, when the build is completed and I try to open any of the pages, my browser (both IE and Chrome) are blank. Any ideas? OfBiz version 16.11.01 Snippet from the current…
Gryphoenix
  • 219
  • 1
  • 12
3
votes
2 answers

Ofbiz error: Could not find simple-method

I have repeatedly this error in ofbiz.log: Error running the simple-method: Could not find in XML document This is weird, because I have a declaration of this method in my ProductServices.xml:…
hutingung
  • 1,800
  • 16
  • 25
3
votes
1 answer

What's the deference between product catalog and category in Ofbiz?

What's the deference between product catalog and category in Ofbiz ? I think all of them is a group or set of product that have one or more common characteristics. But in Ofbiz's using one Catalog have many Category ? Thanks!
ThangNguyen
  • 197
  • 1
  • 12
3
votes
1 answer

Ajax using Prototype.js in OFBiz

I need to make an Ajax call inside OFBiz framework using prototype.js. I am doing that from a .ftl file. I am confused about how to handle the server side - through Java event or Java service? What is the best practice? And also I am having problems…
kaychaks
  • 1,715
  • 3
  • 21
  • 28
1
2 3
20 21