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

Apache OFBiz; Issue

The following is the issued i encountered: https://localhost:8443/accounting/control/main this URL is working https://127.0.0.1:8443/accounting/control/main this URL is working https://w2019-dc:8443/accounting/control/main this URL is not…
0
votes
1 answer

Apache Ofbiz 17 as Windows or Linux service

With recent OFBiz server, there is no option available from Gradle command to run OFBiz as service in Windows or Linux. what is the procedure to run OFBiz as service.
0
votes
2 answers

How can I find Apache OFBiz webpos repo?

I'm new to the Apache OFBiz framework and I need to know how can I add web POS to OFBiz framework. I couldn't understand the OFBiz documentation and I am trying to add web POS system for it. I am looking for a tutorial or something.
0
votes
2 answers

Problem with Ofbiz and ftl templates

i'm new to Ofbiz, and i'm trying this HelloWorld tutorial. I am using Ofbiz 10.04 and the error i'm getting is: java.io.FileNotFoundException: Template component://common/webcommon/includes/htmlTemplate.ftl not found. I searched Google and all i…
Francisco R
  • 4,032
  • 1
  • 22
  • 37
0
votes
1 answer

Text display in local language in PDF report

I developed application using ofbiz frame work, now I need to customize application, content display in PDF reports also in local language. Can anyone please help on this.
Kotam
  • 1
0
votes
1 answer

Ofbiz16.11 Job scheduling using GUI

I have Created a service and trying to schedule using GUI (https://localhost:8443/webtools/control/scheduleJob). It scheduled correctly but at run time showing following error : 2019-04-11 14:53:52,794 |OFBiz-JobQueue-1 |SafeObjectInputStream …
0
votes
1 answer

Database connection problem in ofbiz framework

Hello I'm using ofbiz framework. I completed all set up of framework and trying to connect to database but i am getting an error as Could not get next sequenced ID for sequence name: Visit
0
votes
1 answer

How to config Ofbiz in production

As we know the default web URL for ofbiz is likely "https://localhost:8443/ecommerce/control/main". However when we move to production we will only need to show "www.mydomain.com for the first page, how to config? if we use Tomcat we can config in…
Donald
  • 1
0
votes
1 answer

How to make drop-down in Ofbiz as read only?

I want to display the dropdown but make it read only with a default value. How can I achieve that? I am only new to Ofbiz. Thanks!
0
votes
2 answers

Error when Running OfBiz - HTTP Status 500 – Internal Server Error

I am having issues when I am running Ofbiz it is throwing this error: HTTP Status 500 – Internal Server Error Type Exception Report Message Could not get next sequenced ID for sequence name: Visit Description The server encountered an unexpected…
NickJ
  • 1
0
votes
1 answer

accessing ofbiz application that is installed on windows server virtually in azure

I have created windows server VM and installed ofbiz framework with Demo data. The framework is working fine when accessed through VM itself, but I need a way to access it outside (through local browsers).
0
votes
1 answer

Party Data Modeling

Reference question/Answer posted on the party data modeling How to model party relationship data in ofbiz? Need to get clarity on the below, Pls. assist Can anyone explain why will we have duplicate data in the Party Relationship entity(I tried to…
exp post
  • 23
  • 2
0
votes
1 answer

Can Apache OfBiz be installed with an existing version of Tomcat

I installed Tomcat last year with mod_jk for Dashbuilder. I'd like to install OfBiz which also uses Tomcat but it appears that Tomcat is included in the OfBiz files. How can I run Tomcat with mod_jk for a reverse proxy and multiple applications…
Code_Help
  • 303
  • 3
  • 13
0
votes
1 answer

OFBiz Session gets expired : After FO PDF Download

When we are downloading PDF and accessing, the cross-module session gets expired and rendering the login page again. For example, I am downloading Order FO PDF file and accessing accounting or catalog module session getting expired. This does not…
ms74
  • 77
  • 1
  • 14
0
votes
1 answer

How to use predefined SQL functions on entity find?

With plain SQL queries, we can use all predefined SQL functions like avg(),sum() etc.. But with moqui entities, we can only get data from the database. There are no predefined functions. Is there any other way to achieve this kind of requirements…
Karan
  • 3
  • 2