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

where i put my needed jar files in ofbiz-trunk folder?

i want to put my necessary jar files in my ofbiz-trunk folder.but i don't know where i place the jar files.please tell me the location... Bye, Saravanan
Saravanan
  • 11,372
  • 43
  • 143
  • 213
0
votes
1 answer

Where the production run data is saved in the database of apache ofbiz

Does someone know where the manufacturing production run data is saved in database of Apache ofbiz. I need to find out the current routing task, when the production run is started. Can someone guide me to find out the data of production run. Thank…
Bhupendra
  • 35
  • 6
0
votes
1 answer

How to create success notification in apache ofbiz

is there any way to create success notification whenever i create any information via a form in ofbiz. for example: I want to have success notification when a product is created Thanks in advance.
Bhupendra
  • 35
  • 6
0
votes
1 answer

Unable to show Data on pdf in Dynamic Report

Here I used a delegator to fetch data from a database and I am using the ofbiz framework. Source Code that generates pdf: public static String createTransactionSummaryReport(HttpServletRequest request, HttpServletResponse response) throws…
0
votes
1 answer

How to run in command line

I'm a newbie in Java. and today i started learning Apache OFBiz. and then document have a paragraph is "Start the server by typing the following at the command line : java -Xmx256M -jar ofbiz.jar" . where command line and What I have to do ? i used…
Tuan-IT
  • 131
  • 1
  • 11
0
votes
1 answer

How to execute a Java program automatically whenever Apache OFBiz startup?

We are using Apache ofbiz9.0 for our application. Now I want to execute a Java program automatically whenever ofbiz startup.
Saravanan
  • 11,372
  • 43
  • 143
  • 213
0
votes
1 answer

Apache Ofbiz enable web sockets

is there any way to enable web sockets in Apache Ofbiz ? I am trying to connect and get data from MQTT over web sockets.
Suneet Jain
  • 216
  • 1
  • 3
  • 17
0
votes
0 answers

Pentaho integration with Ofbiz

I am new to ofbiz and wanted to integrate pentaho, I am using ofbiz-13 along with JDK-7. I tried putting pentaho component into hot-deply but getting this error on login Expression section.linkUrl is undefined on line 55, column 66 in…
Ravindra
  • 113
  • 1
  • 11
0
votes
1 answer

Filtering order list in ofbiz for a store

We have created multiple stores in single ofbiz instance. We need to populate order list for a given admin user for a store. Currently its showing orders of both the stores even though user is not a part of second store. Please suggest if it is…
Machau
  • 31
  • 1
  • 4
0
votes
1 answer

Opentaps 1.5M3 not available to download

I have started using opentaps and want to set up this in multi-tenant mode. In opentaps-1.5, create-tenant target is not available so we can not create tenant dynamically. After googling a lot, i found latest ofbiz provide this functionality I want…
Ravindra
  • 113
  • 1
  • 11
0
votes
1 answer

integrate PayUMoney in ofbiz

how to configure PayUMoney as a payment gateway in apache ofbiz 14.12 or ofbiz 13.07.01 ? I have followed below links, but it doesnt help…
Texon
  • 11
  • 4
0
votes
1 answer

How to separate Facilities package from Apache OFBiz?

I am beginner for apache ofbiz framework. I want to know how to separate their demo packages for our purpose. Is there any reference please kind to be inform about that. Thank you!!
0
votes
2 answers

Creating dynamic view entity in ofbiz

I am running a query on a view entity which results in some datasets. The problem is I want to do a group-by on the resultant dataset. To make it clear, the simplified version of my query is something similar to: SELECT OBJECT1, OBJECT2 FROM…
newbie
  • 663
  • 2
  • 6
  • 19
0
votes
1 answer

How to extract month number in ofbiz entity

I have a view entity. And I have a column which shipmentDate. From this column I want to create a new column shipmentMonthNo by extracting the shipmentDate. There is an entity function named extract-month. I used it but not working. Experts, please…
Mak Reza
  • 1
  • 4
0
votes
1 answer

How to return error from OFBiz SECA service

I am using a seca to validate a field's value from the database. If the field value doesn't match with required string it will return error with some string using ServiceUtil.returnError(String); When using ServiceUtil.returnError("Some error…
Deb
  • 2,922
  • 1
  • 16
  • 32