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
0 answers

How to format UTF-8 for freemarker and .fo.ftl document in ofbiz?

I'm using freemarker to display data in ofbiz and then I use .fo.ftl to export that data to pdf format, but had an error with my font in my pdf file. So, how can I set UTF-8 for it ? Thanks!
ThangNguyen
  • 197
  • 1
  • 12
1
vote
0 answers

Classloading in ofbiz custom componnents

I have two custom applications, which I have deployed under the hot-deploy folder. Both these application use different versions of the same library in my case it is ZKOSS (a UI framework). What i observe is because of the incompatibility of these 2…
Sudarshan
  • 8,574
  • 11
  • 52
  • 74
1
vote
1 answer

Present a sql query in service engine Apache OFBiz

I would like to present a sql query in service engine ofbiz as follows: select * from A where A.a in (select B.a from B where B.b = '2'); please help me. thanks so much
DragonK
  • 59
  • 1
  • 9
1
vote
1 answer

How to add custom css file into widget component in ofbiz

I have a problem with css file in ofbiz. default css files are loaded from webapp component but i want to add own css file into widget xml file. any one help me to fix the problem with example.
ms74
  • 77
  • 1
  • 14
1
vote
2 answers

How to validate the form generated by forms.xml

I use form.xml to display the form control. I have to validate the form element and if everything is ok redirect to another screen else display the error message to end user. Please give some tips to get solution. Code just like Forms.xml
ms74
  • 77
  • 1
  • 14
1
vote
3 answers

How to combine OfBiz with Eclipse?

I am a beginner to OfBiz framework.I downloded ant.zip and apache-ofbiz-09.04.01.zip and unpacked to a directory and I have set path variable Ant_Home also and tried with some command line commands found in the tutorial available in the Internet. I…
user3256546
  • 73
  • 2
  • 5
1
vote
1 answer

How to add post method in to a link in ofbiz?

I'm using ofbiz framework to develop. But I'm confused with method of a link tag. Because security reasons, I don't want to display value of parameter in address of addressbar. In fact, I'm usually use method="post" for a a tag, but in ofbiz I don't…
ThangNguyen
  • 197
  • 1
  • 12
1
vote
1 answer

Ofbiz hot-deploy / cache conflict

I'm developing a new component in the ofbiz's hot-deploy folder. Regarding the workflow, when new modifications are made in .java classes, I run the component's ant build command from a different terminal. After the rebuilt is complete, the log…
TGM
  • 1,659
  • 10
  • 30
  • 45
1
vote
1 answer

Ofbiz framework repeatedly prompts for login credentials

I am using ofbiz for an e-commerce site and I have recently migrated from EC2 type amazon servers to VPC type servers provided by Amazon. After migrating I often see ofbiz asking for login credentials again and again before performing any task. In…
Ram Patra
  • 16,266
  • 13
  • 66
  • 81
1
vote
1 answer

Questions relating to install ofbiz on Red Hat's OpenShift PaaS

Best to all , I wonder if it is possible to run ofbiz in OpenShift . I tried to do an installation and to start I have the following error: #. / Ant start Buildfile : /…
1
vote
0 answers

How to implement Apache OFBiz workflow

I want to create a workflow in OFBiz. I have already explored SECAS and ECAS based but i do not want to use this.So can any one provide me demo of workflow implementation in OFBiz.
1
vote
1 answer

Ofbiz hot-deploy not firing

I added an ofbiz component in the hot-deploy folder. This is a working component (fired it in the browser and all works just fine). However, after inspecting the documentation I would expect the ofbiz run-time environment to identify the new…
Ionut
  • 2,788
  • 6
  • 29
  • 46
1
vote
3 answers

Is groovy a must to learn OfBiz?

Is it a must to know Groovy to start learning Ofbiz? The one book i can find is for version 4 of ofbiz and it uses Beanshell. I don't know if later versions of ofbiz have added support for groovy. Objective: to create workflows as…
SanSolo
  • 2,267
  • 2
  • 24
  • 32
1
vote
2 answers

From where to learn Apache OFBiz components?

I am new to OFBiz and trying to learn that. I went through custom development , creating custom entity- services-events and one practice CRUD , I got little bit idea about how screens render and how the flow goes in OFBiz. But ahead, for using…
Ankit
  • 157
  • 1
  • 3
  • 18
1
vote
1 answer

Error while calling OfBiz service

I am new to OFBiz and I am creating the simple ofbiz service and referring this link http://www.packtpub.com/article/apache-ofbiz-service-engine-part1 I created practice project into hot-deployment. I created services in servicedef/services.xml as…
Ankit
  • 157
  • 1
  • 3
  • 18