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

Extending view Entities in Apache OFBiz

Is it possible to extend view entities in ofbiz? Especially in a separate entitymodel file as I am trying to isolate my changes.
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Invoking OFBIZ web service using Apache CXF or JAX-WS

I have an OFBiz SOAP-based web service that is exposed (can accept requests) and has a WSDL code generated and a WSDL URL. My Question is, is there a way to consume this web service using a CXF Java client or JAX-WS client? Overall, i want to be…
The Georgia
  • 1,005
  • 7
  • 23
  • 59
0
votes
1 answer

How can I retrieve object keys from a sequence in freemarker?

I have a list of objects that are returned as a sequence, I would like to retrieve the keys of each object so as to be able to display the object correctly. At the moment I try data?first?keys which seems to get something like the queries that…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

What's the meaning of !"" within a variable expression in freemarker?

I have the following code from the apache ofbiz development book: <#macro displayData data> <#if data?is_sequence> <#assign keys = data?first?keys/> <#else> <#assign keys = data?keys/> <#-- Header --> <#list keys as…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Where best to create company wide groups in OFBiz?

I am trying to create branches of a company (and then hopefully teams within branches) in Ofbiz. I had a look at the HR app, and whilst it does list a company and some departments and other stuff in the main view, I haven't been able to find a way…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

How can I create a calculated field in opentaps/OFBiz?

I've searched for this everywhere but not found anything explaining how so far. I'd like to create calculated fields in like the age of a person, or have a currency field which is a cumulative of several other fields within the same object.
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
2 answers

Is it possible to change partyID in opentaps/OFBiz?

I am trying to create a meaningful group (party group) in opentaps 1.5.0 and I noticed that on the system there are groups with meaningful party IDs. However I can't find where on the system I can create meaningful party ids. For now the system just…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Apache OFBiz startup exception

I am trying to setup OFBiz in my computer. So far, I have followed the step by step procedure on installing the software. The problem is when I try to run the server by executing the command java -jar ofbiz.jar I always encounter a startup…
John
  • 836
  • 2
  • 25
  • 39
0
votes
2 answers

Can I use my company name instead of using ofbiz logo and name

Sorry this is not a programming questions. My company is looking to do some work on ofbiz. I read the license of apache and I am not sure if its legal to change the logo to our company…
Vishal Khialani
  • 2,557
  • 6
  • 38
  • 49
0
votes
1 answer

ofBiz multi-tenant setup but can't login to tenant?

I've followed this page to setup ofBiz multitenant and can log in to the default, but not to tenant DEMO1, or DEMO2. I did the following: svn co https://svn.apache.org/repos/asf/ofbiz/trunk ofbiz.12.04-tenants cd ofbiz.12.04-tenants ./ant java…
Dale E. Moore
  • 431
  • 7
  • 19
0
votes
2 answers

ofbiz theme layout: Re-order main screen components

I'm trying to change places of ofbiz components like application bar and main container places, I know that maybe can be changes from /common/widget/CommonScreens.xml or something like that (such as another xml file), I tired without luck to find…
Al-Mothafar
  • 7,949
  • 7
  • 68
  • 102
0
votes
2 answers

OFBiz mobile commerce (m-commerce)?

Is there any functionality in OFBiz for m-commerce store? I already used OFBiz for eCommerce store. OFBiz has great functionality for eCommerce. I just want to know is there any way for building m-commerce store with OFBiz functionality or we can…
Gaurav
  • 106
  • 2
  • 7
-1
votes
2 answers

Cannot login OFBiz 17.12.04: The Following Errors Occurred: following error occurred during login: User not found

I download JDK 8u261 x64 for Windows x64 , then set JAVA_HOME, set PATH environment variable. I download https://mirror.downloadvn.com/apache/ofbiz/apache-ofbiz-17.12.04.zip I run file gradlew.bat I run command gradlew cleanAll…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
-1
votes
1 answer

get error Could not find definition for entity name

can any one help me pleaze to find a solution for this error i want to get the list of service so my code is public static List TW_getListService(Delegator delegator) { try { List twService =…
hind
  • 11
  • 5
-1
votes
2 answers

how to integrate ofbiz with sharepoint

i need help.How to integrate the ofbiz with sharepoint 2010
vijay
  • 11
  • 1
1 2 3
20
21