Tagged Questions
This is the tag for 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.
5
votes
2answers
302 views
How much effort needed to deliver a solution based on Apache Ofbiz?
I was trying to get some info from documentation, but it seems that it is one of those projects that you have to check out and play with it to figure the answers out ...
I noticed of hight activity ...
3
votes
1answer
590 views
Opensource Auction App in Java (or in Ofbiz)
I need to know open source auction app in java (or even based on ofbiz).
BTW, I find this ofbiz-based one (http://www.kenfuse.com/project/ofbizauction) but didn't know how to reach the source code!
...
2
votes
0answers
127 views
OfBiz vs SAP: Is there a comparison of features between SAP and the open source Apache OfBiz software? [closed]
OfBiz includes ERP and therefore could be an open source alternative to SAP.
Have there been any detailed comparisons including real case studies to show how well either performs?
2
votes
2answers
99 views
OFBiz Accounting Application
How to integrate the PARTYMGR application with ACCOUNTINGMGR application.So than the services of the later one will be made available for the PARTYMGR.
2
votes
2answers
909 views
Does Oracle support Server-Side Scrollable Cursors via JDBC?
Currently working in the deployment of an OFBiz based ERP, we've come to the following problem: some of the code of the framework calls the resultSet.last() to know the total rows of the resultset. ...
1
vote
2answers
17 views
OFBIZ Looking to create parent child relationships between products
Here is a hypothetical problem to outline what I am looking for.
Let's say I am selling customizable jellybean gift baskets. At the time of purchase, the customer chooses a gift basket and then ...
1
vote
1answer
22 views
Is Funds Management available in OFBiz
Any one come across the "funds management module" or similar to that in ofbiz. I saw some tables are available for Budgeting but, I did not find any user interface for those tables.
Is there any ...
1
vote
2answers
253 views
Steps to build custom shopping cart on Broadleaf Commerce and Apache Ofbiz
I started to write this question, but it got so big that I created a blog post for it.
To make it short, 2 years ago a was playing with Apache Ofbiz in order to set up a customized shopping cart ...
1
vote
1answer
84 views
How to integrate C# Code with Ofbiz 9?
I have one C# Application written using .net framework4.0.It is working good.Now i want to integrate this C# code with my OFBIZ 9 version.Is this possible to integrate C# with OFBIZ. In my C# ...
1
vote
1answer
205 views
difference between “applications” folder and the “hot-deploy” folders in ofbiz?
Im new to ofbiz.I create an application in my "ofbiz/hot-deploy" folder.In some site,books they mention our application should be present in "applications" folders also.But i dont know the difference ...
1
vote
0answers
172 views
how to generate ValueLink merchant working keys
I am trying to generate ValueLink merchant working keys using a modified version of the apache ofbiz ValueLinkApi Class - src
I've modified it only to the extent of making it a standalone class that ...
1
vote
1answer
115 views
i want to execute a java program automatically whenever ofbiz startup?
we are using apache ofbiz9.0 for our application.now i want to execute a java program automatically whenever ofbiz startup.
Please anybody help me to solve this issue....
I am in pressure....
...
1
vote
5answers
4k views
How to improve performance in Oracle using SELECT DISTINCT
I'm currently working in the deployment of an OFBiz based ERP
The database being used is Oracle 10g Enterprise
One of the biggest issues is some oracle performance problems, analyzing the ofbiz logs, ...
1
vote
1answer
402 views
OfBiz Work Effort Calendar Customization
I am customizing the calendar in the Work Effort application where I have to limit the number of fields displayed while adding a new event (event type - EVENT). I modified the EditWorkEffort form in ...
1
vote
3answers
2k views
How to create a CMS web site using OFBiz
I need a simple how-to tutorial on developing a simple CMS web site using the OFBiz CMS framework. There are absolutely no documentation of how OFBiz CMS works. Whatever is there in the official ...
1
vote
1answer
863 views
Ajax using Prototype.js in OFBiz
I need to make an Ajax call inside OFBiz framework using prototype.js. I am doing that from a ftl file. I am confused of how to handle the server side - through java event or java service. What is the ...
0
votes
1answer
15 views
how to make android application for icecrem parler using Ofbiz?
how to make android application for ice-cream parlour using Ofbiz. Presently I am using Ofbiz 10.o4. I am making application as a website but I want to make this on android tablet not as web but as a ...
0
votes
1answer
56 views
Error in Running ofbiz using eclipse IDE
I have a project on OFBiz framework. I have imported and set the runtime configuration but when I try to run it, I get the errors below.
In the run configuration window, we have several tabs, with ...
0
votes
0answers
55 views
Ofbiz MCS - POS Synchronization
Trying to setup ofbiz. I was able to get the MCS and POS parts running separately each using their own local database but I am not able to get them to Sync (Synchronization) with each other. I tried ...
0
votes
1answer
63 views
Employee Self Service in OFBiz
I am looking into OFBiz HR module, there leave functionality is implemented perfectly. But i am not understand few points. Even if i login as demoemployee i can apply leave for Admin.
This sould not ...
0
votes
1answer
90 views
How to disable an application in OFBiz
How do I disable some of the default applications that come with OFBiz? ( In particular the HR application)
removing <load-component component-location="humanres"/> the ...
0
votes
0answers
218 views
Ofbiz Start up Error Issue
11-06-08 14:57:14,102 (main) [ ServiceEcaUtil.java:117:INFO ] Loaded [ 5] Service ECA Rules from file:/home/emun/OFBiz_Aum_SVN/ofbiz/specialpurpose/assetmaint/servicedef/secas.xml
2011-06-08 ...
0
votes
0answers
29 views
Ofbiz Back button Implimentation
How to add a back button in EditAcctgTrans screen. Means when I find any transaction and clicking on any particular trans_id, it will redirect me to EditAcctgTrans screen. From there I need to go back ...
0
votes
1answer
258 views
OFBiz + Hibernate? OFBiz + JSP?
Would love some guidance on two things.
I'm considering building out a commerce site using JSPs as the front-end (and a very lightweight MVC framework I use frequently and which suits my needs ...
0
votes
2answers
357 views
Problem with Ofbiz and ftl templates
i'm new to Ofbiz, and i'm trying this HelloWorld tutorial.
I am using Ofbiz 10.04 and the error i'm getting is:
java.io.FileNotFoundException: Template ...
0
votes
1answer
192 views
Does ofbiz delegator API support fetching list of records from database by limit or offset
Let's say we have to fetch only 5 records from a table but my where clause is matching 25k records in database. So is there a way in ofbiz framework to just select 5 records rather than getting a list ...
0
votes
1answer
148 views
what are the advantages and limitations of OFBIZ framework 9?
I am new to OFBIZ 9.I would like to know what are the advantages and limitations of using OFBIZ ERP based framework.Does anybody having thoughts about this Please share with me...
Thanks & ...
0
votes
0answers
108 views
How to describe the attribute type as Byte[] in Soap Web Service Declarations in Services.xml
I have my C#(4.0) client Application(Desktop Application) and i want to call the Soap Web Services in Ofbiz(web services written in JAVA).
I've developed one Simple Call to my Web Services by passing ...
0
votes
1answer
159 views
How to integrate alfresco with ofbiz
Could anyone let me know how can we integrate alfresco with ofbiz?
0
votes
0answers
112 views
Add User permission for new component
I have created a component in opentaps using
ant create-component
named "CUSTOMCOMPONENT"
It has a base-permission setting in ofbiz-component.xml set to
...
0
votes
0answers
119 views
sample code in c# for connect with ofbiz using soap [closed]
Possible Duplicate:
how to interact from C# to OFBiz using xml-rpc.net?
Hi All,
I want to communicate with ofbiz from C# Application using soap. So,Please give me C# code snippt to connect ...
0
votes
0answers
111 views
how to interact from C# to OFBiz using xml-rpc.net?
I am using a C# desktop client application, and I want to call the services in OFBiz; I also need to be able to get the response from OFBiz using xml-rpc.net (remote procedure call for .net ...
0
votes
2answers
284 views
Help to solve the exception in ofbiz?
Im working in a project.Its server side application is in ofbiz.I want to read,edit,update,etc the excel sheet.But in normal java program its working.Im using apache poi API.But when put in ofbiz then ...
0
votes
3answers
427 views
How to implement “Distributed cache clearing” in Ofbiz?
We have multiple instances of Ofbiz/Opentaps running. All the instances talk to same database. There are many tables that are rarely updated hence the are cached and all the instances maintain their ...
0
votes
2answers
161 views
Does OFBIZ Support C#?
Please anybody knows whether OFBIZ supports C# or not Please reply me as soon as possible.
and (merged)
My friend create an desktop (client) & server side application in C#.net.But the ...
0
votes
0answers
141 views
step by step how to Integrate sharepoint with weblogic of ofbiz through web services [closed]
Possible Duplicate:
how to integrate ofbiz with sharepoint
Hi friend,
I have the task for "Integrating sharepoint with weblogic of ofbiz through web services" so i need step by ...
0
votes
1answer
279 views
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 ...
0
votes
1answer
400 views
How to Upload a file from client to server using OFBIZ?
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 ...
0
votes
0answers
170 views
ofbiz accounting invoices Integration with quickbook
I new to Ofbiz ERP,Currently i have task to integrate ofbiz ERP to QuickBooks.
Actually in ofbiz ERP they will have invoice details that should be automatically get exported into quickbook without ...
0
votes
2answers
218 views
How to create a new website using ofbiz?
Im new to ofbiz.Tell me How to create a new website using ofbiz for getting the some input from the user and display the message.
Thanks & Regards,
Sivakumar.J
0
votes
3answers
230 views
Suggest me a good tutorial of OFBIZ
Im new to OFBIZ.I does not know anything in OFBIZ.But my company assigned me to work on OFBIZ.I had a basic knowledge in Java.So prefer me any online tutorial,books,etc for understanding the OFBIZ.
...
0
votes
1answer
274 views
Which sites use Ofbiz?
I'm collecting some data for a presentation.
Does anyone know sites hosted on Apache Ofbiz or users of this ecommerce package outside of the list at ...
0
votes
2answers
72 views
where i put my needed jar files in ofbiz-trunk folder?
i want to put my necessary jar files in my ofbiz-trunk folder.but i don't know where i place the jar files.please tell me the location...
Bye,
Saravanan
0
votes
1answer
272 views
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?
0
votes
1answer
235 views
How to connect to Apache OfBiz from .NET
What are the ways to connect to Apache OfBiz from a .NET application?
I would like to know how can I get data from ofbiz and how I can update date from the .NET application into ofbiz.
-1
votes
1answer
82 views
How to accessing the web pages in ofbiz from browser?
I create a application in ofbiz.How should i access the web pages in the ofbiz from the browser
-1
votes
1answer
99 views
Webslinger Help
I came across Webslinger project and it seemed interesting. But it lacks any kind of documentation or reference. If anybody worked on it ever could help me to start.
-2
votes
1answer
131 views
Benefits of OFBiz 10.04 over OFBiz 4.0
Can anyone tell what are the benefits I can get with using OFBiz 10.04 rather than OFBiz 4.0. In other words, I want to upgrade from OFBiz 4.0 to OFBiz 10.04. What benifits I will get?