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

The startofbiz command fails with ArrayIndexOutOfBoundsException

I am a beginner user of ofbiz. I want to use startofbiz.bat to start ofbiz, but it fails with ArrayIndexOutOfBoundsException. Here is the output of my run, with the error message: (I deleted some common messages for the body is limited to 30000…
Peng Chen
  • 23
  • 10
0
votes
1 answer

ofbiz URI MAPPING about n depth

ofbiz uri mapping 1.my test source get from 1.1 source location : svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz /* source location in svn */ 2. menu( examlple->ajaxexample ) 2.1 #location :…
Paul Choi
  • 3
  • 3
0
votes
2 answers

How to call service (with parameters) from ftl ofbiz

I am new in programming and ofbiz. I need to call service that needs parameters from ftl file in javascript function, i want to pass parameters(resiNumber,shipmentId) to that service and call that service. I have try with window.location but i am…
Kevin
  • 1
  • 2
0
votes
1 answer

How to use response parameters in OfBiz screen?

I wrote my own Java-Event which will be called by a Form which is included by a screen. After entering some parameters into the form fields and submit them, my java event will be called and processes some product analysis. After the analysis there…
merlinsson
  • 65
  • 8
0
votes
2 answers

Apache OFBiz controller.xml "You are not allowed to view this page"

I had figured out how to embed ftl with css and bootstrap to the screen (Screens.xml). Unfortunately, I am encountering problems with the controller.xml file of the component that I created. Whenever I try to run ant load-demo start after finishing…
J. Abrea
  • 11
  • 2
0
votes
1 answer

Cannot deserialize element in SOAP response from Ofbiz

I am trying to call a SOAP service deployed on ofbiz instance running on my local machine itself using node: var soap = require('soap'); var url = 'https://localhost/webtools/control/SOAPService/testSoapSimple?wsdl'; var args =…
newbie
  • 663
  • 2
  • 6
  • 19
0
votes
1 answer

FTL log in OFBiz

I am new to OFBiz and I want to keep log of FTL files after it is rendered, to be more elaborate i want to know what file is returned from FTL engine in OFBiz. Example: <#if sessionAttributes.autoName?has_content>

Kalebere Gaurav
  • 69
  • 2
  • 13
0
votes
1 answer

Custom UI for Apache OFBiz backend

So, I'm working on a product based on OFBiz, and the client really didn't like the UI used in the backend even if we changed the default theme. we're in 2015 and the client is used to the fancy looking apps (like Vaadin UI). So what can be the…
Mohamed Ramrami
  • 12,026
  • 4
  • 33
  • 49
0
votes
1 answer

Version compatibility issues?

I'm new to opentaps environment. I have some doubt in opentaps. I have opentaps1.5 version. It is contain apache 6.0.26 and ofbiz 10 version. I want to work using jdk1.8. While compile the program using jdk1.6 or 1.7 it is providing expected…
0
votes
2 answers

Ofbiz : Diffrence between item ATP, item QOH and product ATP , product QOH

I would really appreciate if some one could tell me the difference between (item ATP, item QOH ) and (product ATP , product QOH) in ofbiz . I have googled it but could not find much details . We were previously using drop shipment but have shifted…
Manish
  • 99
  • 8
0
votes
1 answer

fail to follow Ofbiz Tutorial part 3 CRUD

I've started learning Ofbiz a few days ago but I fail to follow Ofbiz Tutorial part 3 CRUD (https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide). When I start running createPracticePerson service, I…
0
votes
1 answer

ofbiz error: primary key error on calling service with ajax

Trying to call this service : createExp
Mike75
  • 504
  • 3
  • 18
0
votes
3 answers

Use Vaadin for OfBiz website

I am not quite an expert with all the Java EE things, so this is challenging for me: I want to use the Vaadin Framework for the GUI of parts of an application built in OFbiz. I have OFbiz running and a new module in the hot-deploy folder. I also…
Josef
  • 1,467
  • 2
  • 24
  • 40
0
votes
2 answers

Postgresql error when creating new Database: role "ofbiz" does not exist

I am new to both Postgresql and Apache ofbiz. I am trying to connect postgresql to ofbiz but getting this error when trying to create new database.
akshay008
  • 26
  • 4
0
votes
2 answers

How to escape characters in ofbiz display-entity | XSS in Ofbiz

Ofbiz form: Need to escape characters from description column in a display-entity tag to avoid XSS attacks: I tried to use bsh, as following: