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

Ofbiz service creation

Starting to learn ofbiz, I am following the tutorial here: https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginnersDevelopmentGuide-SecureYourApplicationbyAuthentication Now I am in…
giannisapi
  • 2,641
  • 3
  • 24
  • 31
0
votes
1 answer

Database design: confuse on Len Silverston's concept

I am reading Len Silverston data modeling books. For example, we have two tables: Len Silverston says: The primary key to be identified as a combination of the primary key attributes (identified with a "#") as well as the primary keys of the …
Rong Nguyen
  • 4,143
  • 5
  • 27
  • 53
0
votes
0 answers

What to configure in entityengine.xml file in Ofbiz?

I am new to Ofbiz and I am creating a datasource for my postgres database as below:
user3256546
  • 73
  • 2
  • 5
0
votes
0 answers

Postgres Sql Connection in Ofbiz web application

I am developing my first web app in Ofbiz framework with psql database. I added the postgresql-8.1-404.jdbc2.jar jdbc driver jar to /framework/entity/lib/jdbc folder and made necessary corrections to entityengine.xml file and now trying to access…
user3256546
  • 73
  • 2
  • 5
0
votes
1 answer

Can multiple users upload products to the ofbiz ecommerce site using party manager and roles?

Can I set up the OfBiz party manager in such a way that multiple users can upload their own products to their own catalogs using parties and roles?
patrick
  • 16,091
  • 29
  • 100
  • 164
0
votes
1 answer

Apache OFBiz enable/disable hyperlink for user

I'm new to Apache OFBiz and wanted to customize some forms, I have the following code and i wanted to show the hyperlink only for the current user record and for other user records the current user should not see a hyperlink but just text.
Waqas Ahmed
  • 88
  • 1
  • 1
  • 5
0
votes
2 answers

Import after export all data in OFBiz

After setup for new ecommerce business, I would like to export all data, and stored as seed-ext data. Now, I setup new ofbiz instance, and run ant task load-extseed to load previous ext seed data, but many errors occured which caused by key in…
Rong Nguyen
  • 4,143
  • 5
  • 27
  • 53
0
votes
1 answer

Error invoking event, the class org.ofbiz.learning.learning.LearningEvents was not found

I have a request-map in controller as follows:
DragonK
  • 59
  • 1
  • 9
0
votes
2 answers

Deploying existing web application under Ofbiz

Ofbiz newbie here. What is the best way to deploy an existing spring-mvc based web application (runs under tomcat) under Ofbiz? What I have tried so far (without luck) - Create hotdeploy/myapp/ofbiz-component.xml Expand the .war file into…
Amol Katdare
  • 6,740
  • 2
  • 33
  • 36
0
votes
1 answer

How to integrate Apache Ofbiz with Broadleaf commerce

I have developed broadleaf commerce custom module web application project, and now i want to integrate some functionality such payment system, management system and so on with Apache Ofbiz. Can anyone help me on this ? Broadleaf Commmerce url :…
config
  • 105
  • 1
  • 2
  • 8
0
votes
0 answers

Data found after session invalidate

I'm working with a framework and getting an issue which i can't get to the end of. We have the following code: String returnValue = LoginWorker.logout(request, response); ShoppingCart newShoppingCart =…
Zsolt János
  • 491
  • 8
  • 18
0
votes
1 answer

unable to deploy war files since running ofbiz?

I have a OFBIZ source code which is currently running in a linux server machine.Now i want to deploy another application which is in WAR Format in the same server.Since OFBIZ trunc has its own built in tomcat server. help me to overcome this issue
Shankar
  • 13
  • 1
  • 6
0
votes
2 answers

ajax call to do action when onclick checkbox in ofbiz

I want to use checkboxes with options say id1,id2.when i choose id1 a ajax will run through javascript and call the appropriate action and return the response.i dont want to reload the page.please post some freemarker, controller.xml, java codes to…
Shankar
  • 13
  • 1
  • 6
0
votes
2 answers

How to perform ajax call to doaction in ofbiz

I would like to use Ajax to perform an action in OFBiz without the page refreshing. The task will be like filters. When I choose any Checkbox it should perform some action and display the result in the very same page. What are all the steps i need…
Shankar
  • 13
  • 1
  • 6
0
votes
1 answer

obtain the timestamps of database query in ofbiz

I'm wondering if there is a way to obtain the timestamp of sending a query to the database and the timestamp of obtaining the result of the query in ofbiz? For example, a client is vising the home page of ofbiz, i want to see how long it takes for…
Elsa Jiu
  • 63
  • 1
  • 6