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
1
vote
2 answers

How to get SQL queries from OfBiz's entity engine?

I have an EntityCondition and I want to get SQL from it. For example EntityCondition: partyId = 'admin' -> SQL: party_id = 'admin' I have tried to find in OFBiz project, but I have not found anything.
Rong Nguyen
  • 4,143
  • 5
  • 27
  • 53
1
vote
1 answer

migrate Apache OFBiz from Apache Derby to mysql

I am using ofbiz in my organization. I want to migrate ofbiz from derby to MySQL. I refer the steps from (https://cwiki.apache.org/confluence/display/OFBIZ/How+to+migrate+OfBiz+from+Derby+to+MySQL+database) here, but at the i got stuck at the…
1
vote
1 answer

How to generate Automatic Primary Key in Apache Ofbiz?

How can I generate an automatic unique sequence(for primary key) in my form ie when user fills the form, an automatic form id (which will be the primary key for that form)is generated in Apache Ofbiz?
1
vote
1 answer

How to debug OFBiz in IntelliJ IDEA

I have try to debug OFBiz in IntelliJ IDEA. But I couldn't find any particular document for that. So first I try to configure debugging OFBiz in Eclipse and then try to debug OFBiz in IntelliJ with same configuration. It's working with Eclipse but…
Deb
  • 2,922
  • 1
  • 16
  • 32
1
vote
1 answer

How to use KML file in Google Maps for OFBiz?

I'm trying to use KML file in Google Maps in OFBiz framework for a web application.I'm inputing the co-ordinates value in a array(list). So, how can i begin using Kml file in Google Maps?? I have inserted code of google maps in .ftl file function…
Bhagyashree O
  • 123
  • 1
  • 3
  • 13
1
vote
2 answers

How to Add Multiple Items to a Product List in OFBiz ie from a CSV?

is there any way to add multiple products to an inventory product list in ofbiz... ie through a csv file... this is for inventory management and there are only about 2-3K parts to be inventoried and listed and i would like to not feed them in one by…
Chris
  • 443
  • 1
  • 5
  • 13
1
vote
2 answers

Failed to read schema document [XSD] because

I am getting the following error message: Failed to read schema document 'ofbiz.apache.org/dtds/widget-screen.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not…
DragonK
  • 59
  • 1
  • 9
1
vote
1 answer

Understanding permissions and security in ofbiz : Not able to access application

I have create a application called smartfarm in ofBiz the ofbiz-component.xml looks like this
Raghu Chandra
  • 1,102
  • 1
  • 9
  • 14
1
vote
1 answer

File Upload in Java OFBiz?

I have a form that has an option for uploading file
jones
  • 1,423
  • 3
  • 35
  • 76
1
vote
1 answer

the jquery is not refreshing page

$('.harvest-sch-grade-delete').click(function(){ jQuery.ajax({ url: "/smartfarm/control/deleteHarvestSchedule", type: "POST", data: {harvestScheduleId:$(this).attr("data")}, success: function(data) { …
1
vote
1 answer

How to add default columns like createdTxStamp and read in ofbiz?

I want to add couple more default columns in tables and read them. I tried : in ModelEntity.java ModelField newFieldTenantId = ModelField.create(this, "", COMAPNY_ID, "description", null, null, null, false, false, false, true, false, null); …
Raghu Chandra
  • 1,102
  • 1
  • 9
  • 14
1
vote
0 answers

How to solve Error comes in screen of ofbiz

This is my code to Find records and show in list this give me error at tag . how we can used screen with mandetory tag how can i solve this problem?
1
vote
3 answers

Apache Ofbiz installation trouble

I have been trying to install Apache Ofbiz on my 32-bit processor computer, with Windows 7 as the operating system. I have downloaded Java\jdk1.8.0_25: and apache-ant-1.9.4: and :apache-ofbiz-13.07.01. I made two environmental variables, JAVA_HOME…
Raul Munoz
  • 11
  • 3
1
vote
0 answers

Encrypt URL Query Parameters in OFBiz Framework

I am developing ofbiz projects and I need to encrypt the url query parameter. I searched in google but can`t able to get any idea. Please help me to find the solution. In url.properties file service.http.parameters.require.encrypted=Y I am using…
ms74
  • 77
  • 1
  • 14
1
vote
1 answer

How the commission run in OFBiz work?

I am new with OFBiz and i am trying to understand the payment and invoice process .but i am stuck with the process of "commission run".so far as i understand , 1) party need to be created with "Sales rep" 2) when we create the invoice we need to…
Archangle
  • 312
  • 1
  • 4
  • 23