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
1 answer

How to connect to Apache OfBiz from .NET

What are the ways to connect to Apache OfBiz from a .NET application? I would like to know how can I get data from ofbiz and how I can update date from the .NET application into ofbiz.
Yitzchok
  • 691
  • 3
  • 18
0
votes
1 answer

error initialize OFBiz 10.04 without demo data

We've tested OFBiz 10.04.05 release on ubuntu 12.04 for a little while and would like to go into beta with it. So I installed OFBiz 10.04.05 and then run $ ant run-install-extseed loaded just the extseed data. I am trying to initialize the…
0
votes
2 answers

ClassNotFoundException ofbiz

I am trying to initialize OfbizWorkflow,but when i try to do that it gives me an error java.lang.ClassNotFoundException: org.ofbiz.core.entity.GenericTransactionException as i searched but not unable to find out the dependency. Tell me if you…
Ashish
  • 735
  • 1
  • 6
  • 15
0
votes
1 answer

how to find the mysql query in ofbiz framework

I'm new in ofbiz.Now I'm trying to customize the module of ofbiz frame. Is it possible to find the database query in ofbiz?
lijil
  • 1
  • 1
0
votes
1 answer

The class org.apache.poi.hssf.record.MulBlankRecord needs to define a clone method, OFBIZ and Apache POI

complete error message here: The class org.apache.poi.hssf.record.MulBlankRecord needs to define a clone method (The class org.apache.poi.hssf.record.MulBlankRecord needs to define a clone method) when trying to use the clone method, i encounter…
chip
  • 3,039
  • 5
  • 35
  • 59
0
votes
1 answer

Is this possible to find the version of the ofbiz trunk folder version?

I have downloaded ofbiz-trunk folder for my ERP project work.I think i downloaded the 9.04 version.Actually downloaded folder has name contains its version.But my colleque has renamed the folder.So, i could not able to identify the version of my…
Saravanan
  • 11,372
  • 43
  • 143
  • 213
0
votes
1 answer

scheduling java methods to run on specific time in ofbiz using

is it possible to schedule methods to run on specific times in ofbiz? like jobs in databases? i have been doing some reading on services in ofbiz and I came across the JobSandbox Entity aand ofbiz provides a very helpful GUI to setup the running of…
chip
  • 3,039
  • 5
  • 35
  • 59
0
votes
2 answers

Conditional join for view entity of OFBiz

I have two tables emp and emp_attributes among which i want to have a conditional join emp empno | ename | location | salary 1 | Josh | LA | 1200 2 | Joe | NY | 1000 3 | George | LA | 1500 emp_attributes empno…
0
votes
2 answers

OFBiz multi-tenancy

Can different parts of the the OFBiz/Opentaps application connect to different tenants in a multi-tenancy configuration? Example: Party Management => connect to default database Catalog Management => connect to tenant1 Working in the same instance…
The Georgia
  • 1,005
  • 7
  • 23
  • 59
0
votes
1 answer

how to add servlet-api.jar in an ofbiz application?

I wrote some java classes and used some servlet keywords. but it is not being recognized. I tried importing javax.servlet.*; but eclipse said it can't be resolved. I'm not really sure but I tried to look up tomcat inside ofbiz to get the…
chip
  • 3,039
  • 5
  • 35
  • 59
0
votes
2 answers

how to properly call a java function from a ftl file in ofbiz?

I think I have already done the necessary splicing for me to allow the gui to invoke a java method. This is my ftl file where the process should start, this is on a widget screens xml file and it is properly displaying the contents but i'm just not…
chip
  • 3,039
  • 5
  • 35
  • 59
0
votes
1 answer

how to call a java class method to return an excel file in Apache OFBiz?

I am planning to do this implementation from a widget. User would input an ID to the controller, then to the java class which would generate a report and send an excel file to the user. But ofbiz seems to be a bit overwhelming. Can you please give…
chip
  • 3,039
  • 5
  • 35
  • 59
0
votes
0 answers

trigger java program

I have a remote Java web service client based on Axis2 that invokes a web service in OFBiz on another machine. However, My supervisor insists that i use Mule esb to invoke the OFBiz web service as it is the integration platform we are using or our…
The Georgia
  • 1,005
  • 7
  • 23
  • 59
0
votes
1 answer

What causes unrelated data load errors after modifying unrelated code in opentaps/ofbiz?

I get the following build errors after a 'run-install' command: [java] 2013-03-05 17:04:19,323 (main) [EntityDataLoadContainer.java:406:INFO ] 00008 of 18145 from…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

How to delete multiple activities at the same time in opentaps?

I am trying to delete multiple activities at the same time in opentaps so I changed the ListPendingActivities form to a multi form and added checkboxes. However when I submit/delete (or try to) the form, I get the error message that the workEffortId…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121