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

org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen

I am using latest OFBiz (16.11.02), on Windows 10 Pro x64. I run command gradlew ofbiz --info Then try to access https://localhost:8443/webtools/control/main I see error on GUI :ERROR MESSAGE: org.apache.ofbiz.widget.renderer.ScreenRenderException:…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
1
vote
2 answers

How to create a new website using ofbiz?

Im new to ofbiz.Tell me How to create a new website using ofbiz for getting the some input from the user and display the message. Thanks & Regards, Sivakumar.J
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
1
vote
1 answer

Setup POS with Apache OFBiz

I am new to OFBiz and have been using apache-ofbiz-16.11.01. I need to connect the POS machine with OFBiz. I have gone through many websites but not getting any clear information. Does anyone know about how to set up the POS service with OFBiz. Only…
Muthu vignesh k
  • 237
  • 1
  • 4
  • 19
1
vote
3 answers

Ofbiz: Unable to establish a connection with the database for helperName [localmysql]

I am using Apache-ofbiz-13.07.03.I build project with ant.I changed database with mysql.When I want to load seed/demo data or ant start,log shows error. *** I am using mysql-connector-java-5.1.40-bin.jar for jdbc connection [java] 2017-02-20…
naib khan
  • 928
  • 9
  • 16
1
vote
1 answer

Which table is used for Foreign Exchange Rates in Apache OFBiz

Which table is used for Foreign Exchange Rates in Apache OFBiz?
naib khan
  • 928
  • 9
  • 16
1
vote
1 answer

Is this possible we can generate Pentaho report without using Pentaho User Console

I have just use OFBiz to generate report but I want to see my reports in Pentaho. For that I have to open Pentaho page. Is there any other way?
mr.error
  • 11
  • 4
1
vote
0 answers

how to generate ValueLink merchant working keys

I am trying to generate ValueLink merchant working keys using a modified version of the apache ofbiz ValueLinkApi Class - src I've modified it only to the extent of making it a standalone class that I can run from outside the context of the ofbiz…
1
vote
1 answer

Apache OFBiz: Difference between and ?

i am new to OFBiz and while reading eBook I'm unable differentiate between these two method of accessing data from database.and i google it but i did not find suitable explanation for same.thanks in advance for help.
Dinesh Pun
  • 28
  • 6
1
vote
1 answer

Face error in use entity-and and entity-one

I am new to ofbiz, I am using in form.xml but when I use with same it is giving errors. my code is:
Aman Nagarkoti
  • 198
  • 1
  • 12
1
vote
1 answer

OFBiz Work Effort Calendar customization

I am customizing the calendar in the Work Effort application where I have to limit the number of fields displayed while adding a new event (event type - EVENT). I modified the EditWorkEffort form in the WorkEffortForms.xml to ignore the fields which…
kaychaks
  • 1,715
  • 3
  • 21
  • 28
1
vote
2 answers

HTTP Status 500 - Could not get next sequenced ID for sequence name: Visitor

I am trying to run ofbiz on by local machine(localhost) and my operating system is ubuntu 14.04. Till now I have installed JRE, JDK and apache ant and my system also contains apache server and running.Then went to directory contains build.xml and…
Santab
  • 105
  • 7
1
vote
2 answers

how to implement Restful Service API in ofbiz

i want to implement RESTfull api for ofbiz with authorization and authentication, i have found an reference here but it required username and password every time, i need something like token based authentication. Any help will be appreciate . thanks
R. S.
  • 402
  • 5
  • 17
1
vote
0 answers

How to compare two timestamp field in an entity in OFBiz

I have encountered a problem to make EntityCondition in OFBiz. I want to generate a condition which will compare two fields in an entity. Similar SQL query is like this. select * from tableName where fromDate > lastUpdatedStamp I have used…
Deb
  • 2,922
  • 1
  • 16
  • 32
1
vote
1 answer

apache ofbiz: include existing service in own component

I would like to use an existing service (createInvoice) within an new ofbiz component. In my componentScreens.xml I added: a section
Mike75
  • 504
  • 3
  • 18
1
vote
1 answer

How to install OFBiz without ecommerce

If I don't need ecommerce, should I simply comment load-component component-location="ecommerce" in component-load.xml under specialpurpose? I don't need some applications, if I comment them in component-load.xml under applications, there will be…
Teddy
  • 35
  • 8