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 integrate the ofbiz erp order invoice details for accounting in dot net

I need the details about how to intergrate the ofbiz erp of order invoice details for accounting in dot net.
vijay
  • 1
  • 1
0
votes
1 answer

How to customize Ofbiz Point Of Sale?

I would like to have dynamic categories and products listing on ofbiz pos instead of static products. I would like to customize look and feel of current pos. I have tried changing it from the xmls, but haven't succeeded. I would really appreciate if…
Texon
  • 11
  • 4
0
votes
1 answer

How to add product in scipio E-commerce?

I added product in scipioerp but it is not displayed in scipio E-commerce. I have added poduct's price,image,category,inventory but still not shown on e-commerce. Is there any configuration I am missing ? Would really appreciate if somebody could…
0
votes
1 answer

OFBiz hangs for unknown reasons

I have downloaded Apache OFBiz 16 on a machine, unzipped it in a directory, loaded default data using loadDefault option of gradlew. After that I ran ofbiz using gradlew ofbiz. Doing this successfully runs the ofbiz and I can access the application…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
1 answer

Receiving FK violation error when trying to save task in OfBiz

Having an issue creating a task in OfBiz 16.11.01. Standard build, doing some basic testing and when I try to create a task in a project, I'm receiving the following error related to a FK constraint violation: (Error while inserting:…
Gryphoenix
  • 219
  • 1
  • 12
0
votes
1 answer

TemplateNotFound Exception in Apache Ofbiz in Debug mode from Eclipse (Ubuntu)

I configure apache ofbiz in debug mode using the second method titled Debugging (or running) OFBiz inside Eclipse from this guide. I have repeated the same procedure on windows and Ubuntu. In windows, ofbiz runs fine without problems and I can use…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
2 answers

how to call event from a Service in Ofbiz

How to call Event(Simple Method) for Ofbiz Service that written in Java. is there a way? I am using rest api to Create Employee in ofbiz, i created a wrapper for rest and from rest controller I am calling services of my own and from there calling…
Krishna
  • 353
  • 2
  • 15
0
votes
1 answer

Installing OFBiz in debug mode hangs

I am trying to install OFBiz in debug mode on my Windows 7 machine. I downloaded the OFBiz zip file, extracted it in the folder and then run the following command gradelw ofbizDebug But it hangs as in the figure below at 91% The command line has…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
1 answer

Debugging OfBiz in Eclipse gives MissingResourceException

I downloaded the OfBiz Java application and the following line throws an MissingResourceException: ResourceBundle res = ResourceBundle.getBundle(settingsResourceName); The value of settingsResourceName is "cache", but I cannot find any file called…
Ray
  • 4,679
  • 10
  • 46
  • 92
0
votes
1 answer

Ofbiz: Error on Set OFBIZ_HOME

I'm trying to compile the ofbiz in my local machine. I'm getting the follow error: Any idea the source of the problem?
Ricardo Rocha
  • 14,612
  • 20
  • 74
  • 130
0
votes
1 answer

Cached loader got a known bad class error: Cassandra database and Apache OFBiz

I'm trying to get the OFBiz demo project off the ground with a Cassandra database. After quite some struggle i found this short guide on how to integrate those. Following that, and using this Cassandra jdbc driver (cassandrajdbc1.1.jar) I get a…
vocoder
  • 57
  • 1
  • 5
0
votes
1 answer

Apache OFBiz integration with Cassandra and Eventual Consistency

Apache OFBiz supposedly integrates with Apache Cassandra databases. But does it support the eventual consistency feature? If yes can anyone point me in the direction of some documentation or some written content explaining how? If no - does OFBiz…
vocoder
  • 57
  • 1
  • 5
0
votes
1 answer

Error running command gradlew loadDefault

I'm a newbie in Apache OFBiz. When I try to run the coomand gradlew loadDefault I get the follow error: C:\ISEP\ODSOFT\PL\Repositorio\ofbiz>gradlew loadDefault :compileJava Note: Some input files use unchecked or unsafe operations. Note: Recompile…
Ricardo Rocha
  • 14,612
  • 20
  • 74
  • 130
0
votes
1 answer

Can I run run-test-suite in Apache OFBiz 13.07 and how to?

With OFBiz 13.07.03 (https://github.com/apache/ofbiz/blob/REL-13.07.03/applications/party/ofbiz-component.xml) line 42, I run the ant test-suite apache-ofbiz-13.07.03 ant run-test-suite -Dtest.component=party -Dtest.suiteName=PartyTests The console…
Derek
  • 1,177
  • 3
  • 11
  • 26
0
votes
1 answer

OFBiz task 'build' not found in root project 'ofbiz-release15.12'

> ➜ ofbiz-release15.12 ./gradlew build --debug 07:49:47.388 [INFO] [org.gradle.BuildLogger] Starting Build 07:49:47.411 [DEBUG] [org.gradle.BuildLogger] Gradle user home: /Users/qk/.gradle 07:49:47.415 [DEBUG] [org.gradle.BuildLogger] Current…
Derek
  • 1,177
  • 3
  • 11
  • 26