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

Ofbiz how to set name of PDF dynamically while using screenfop view with xsl-fo

I am using ## Ofbiz XSL FO template for downloading PDF files ##. Currently the pdf file downloading with the same name always. I need to set the name of the PDF file. How can I set the filename dynamically? In some other questions I see that we…
Mahesh K
  • 31
  • 5
0
votes
1 answer

Hide primary key from form in ofbiz

Can anyone help me please? I want to add a new training dataset to the database, the problem is that in the form I use auto-field-service and it gets me the primary key. I want to hide the primary key from the view. My service name is…
hind
  • 11
  • 5
0
votes
1 answer

Integrate workflow Jbpm in ofbiz

i want to intergate workflow jbpm into ofbiz but i have no idea to how i ca do that, i ask if any one have any idea thanks
hind
  • 11
  • 5
0
votes
1 answer

get primary key from context ofbiz

can any one help me pleaze , i have a entity named Person and formateur extend from this entity so i want to add a formateur the probleme that i need the id of the table Person how i can get it plz public static Map
hind
  • 11
  • 5
0
votes
1 answer

How to change the date_add interval type dependant of a field in the table?

Imagine the following table (it has other rows but the ones shown below being used in the query), +-------------------+-----------------+---------------------+ | INTERVAL_QUANTITY | INTERVAL_UOM_ID | LAST_UPDATED_STAMP …
Script47
  • 14,230
  • 4
  • 45
  • 66
0
votes
2 answers

Forgot Apache OFBIZ admin password

I've forgotten my password for the apache of biz admin account , I've asked for an email to be sent however I don't know which account is associated with the ofbiz server so I can't view the email which changed the password , does anyone have any…
harry
  • 129
  • 5
  • 14
0
votes
1 answer

Connect Apache OFBIZ database to website application (HTML,CSS,JS)

Im trying to connect a website i've built using HTML, CSS and JS to the Apache OFBIZ database I have built. The web app's main purpose is to allow the user to download the app and order the case, and allow them to put in their personal details…
harry
  • 129
  • 5
  • 14
0
votes
1 answer

How to show view on the current page?

I am making use of the org.ofbiz.webtools.GenericWebEvent service which is invoking the updateGeneric method, instead of having multiple routes for all the different forms, I've created one which manages them all using the following…
Script47
  • 14,230
  • 4
  • 45
  • 66
0
votes
0 answers

Ofbiz : Getting continuous User login not found exception

The following similar exceptions I'm getting in my log files frequently. Afterwards server itself wont accept any data and sync services are not working, even for valid Userlogin credentials. Can anyone suggest me what will be the cause for it and…
Aravindan K
  • 101
  • 3
  • 18
0
votes
1 answer

getJSON on a local JSON file

So I have a JSON file which contains some data, I've been trying to send a request from a JavaScript file using $.getJSON to retrieve that file but I'm unsure how to do so, is it possible to send a request directly to that file without having to…
Script47
  • 14,230
  • 4
  • 45
  • 66
0
votes
1 answer

Apache Ofbiz 13 remove a hot-deploy component

So I'm started using Apache Ofbiz (13) and I came across their beginners tutorial here. Within the tutorial they mention a command: ant create-component Which is used to create a component in hot-deploy, so my question is what is the command to…
Script47
  • 14,230
  • 4
  • 45
  • 66
0
votes
0 answers

Error on Ofbiz startup

I have a problem when I try to start my ofbiz-application. I ran ant configure and ant clean build. But when I try to execute the startofbiz.sh-script I get this exception: 2017-08-21 14:00:20,614 (main) [ GenericDispatcher.java:69 :INFO ] …
talaub
  • 187
  • 6
0
votes
1 answer

How to debug the ofbiz application from the error "865 (http-0.0.0.0-443-5) [ JavaEventHandler.ja va:100:ERROR]"

Im new to ofbiz.So is my question is have any mistake forgive me for my mistakes.Im new to ofbiz so i did not know some terminologies in ofbiz.Sometimes my question is not clear because of lack of knowledge in ofbiz.So try to understand my question…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
2 answers

How to Upload a file from client to server using OFBIZ?

I created a project inside the ofbiz/hot-deploy folder namely productionmgntSystem. Inside the folder ofbiz\hot-deploy\productionmgntSystem\webapp\productionmgntSystem I created a .ftl file namely app_details_1.ftl.The following is the code of this…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
2 answers

Migrating Apache OFBiz from Derby to MySQL

I tried migrating Apache OFBiz from derby to mysql using this tutorial. Prior to making changes in entityengine.xml, I executed ofbiz with defaultData and exported data into xml files from webtools. After that, I made all the said changes, created…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155