Re: Access OFBiz Entity Engine Persistence Manager outside OFBiz.

2009-08-20 Thread Anil Patel
If you wish to use Ofbiz framework only for developing your application, read document at following link. http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting +and+Running+OFBiz+in+5+steps Regards Anil Patel On Aug 20, 2009, at 9:18 PM, Ruth Hoffman wrote: Hi Pardeep: I'm

Re: facing problems in EntityCrypto.decrypt() method

2009-08-20 Thread Rajib Khan
Hi Prateek, This is happening for a customized field in "PartyGroup" entity (see below). As we have old data (created with revision 4955) and new data (created with 0904) we have multiple entries (keys) in *entity_key_store. Data: 1. Key Key_name: {SHA}77f2961ed55

Re: New updated help system

2009-08-20 Thread snowc
Any effort to help newcomers understand the complexity of ofbiz is most welcome! hansbak wrote: > > I just committed a change to upgrade the help system, to promote its use > and content a copy from the svn log: > > The 'new' help system > > A new help system is implemented which is compatibl

Re: help Required

2009-08-20 Thread BJ Freeman
Look at the /specialpurpose/ebay code. we also use minilang http://ofbiz.apache.org/docs/minilang.html toanils...@gmail.com sent the following on 8/20/2009 9:50 AM: > PHP scripting language is not required.OFBiz uses Groovy and > BeanShell(deprecated) scripting language. > > Here are the links :

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Ryan Foster
This can easily be corrected. I have fixed this in most of our custom backend themes, but I have not yet had a chance to create a patch to fix this in the trunk. If one of the committers on this list can take this and run with it, it is a pretty easy fix. The problem is related to the re

Re: help Required

2009-08-20 Thread toanilsoni
PHP scripting language is not required.OFBiz uses Groovy and BeanShell(deprecated) scripting language. Here are the links : Groovy : http://groovy.codehaus.org/ BeanShell : http://www.beanshell.org/ On Wed, Aug 19, 2009 at 1:09 PM, Jitender Maurya wrote: > Hi, > > I am not getting that how i

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Adrian Crum
I noticed that yesterday. I created and Example in the Example component. The initial data entry screen had large labels. After I clicked Save and the page refreshed, the labels got smaller. I was using Firefox. -Adrian Vince Clark wrote: I have experienced strange behavior with Business Time

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Erwan de FERRIERES
Le 20/08/2009 17:42, Vince Clark a écrit : Yes I am using Firefox. Is there another kind of Browser? ;-) for end users, sometimes I'll try the refresh. ../.. -- - Erwan -

Re: Access OFBiz Entity Engine Persistence Manager outside OFBiz.

2009-08-20 Thread Ruth Hoffman
Hi Pardeep: I'm not suggesting using the EE outside of OFBiz. Rather, convert you application to run inside the OFBiz framework. It would be much easier to just disable all the OFBiz components you don't want to use and go from there. Regards, Ruth pardeep.ru...@lntinfotech.com wrote: Hi Rut

Re: configuring products for a jewelery store

2009-08-20 Thread BJ Freeman
doable with customization. aswath narayana sent the following on 8/20/2009 12:42 AM: > Any thoughts on this please... > > Thanks. > -Aswath > > On Tue, Aug 18, 2009 at 5:47 PM, aswath narayana > wrote: > >> Hi, >> Following is the requirement for a jewelery that store sells bracelets. How >> do

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Vince Clark
Yes I am using Firefox. Is there another kind of Browser? ;-) I'll try the refresh. Vince Clark www.globalera.com vcl...@globalera.com (303) 493-6723 office (303) 523-4843 cell - Original Message - From: "Erwan de FERRIERES" To: user@ofbiz.apache.org Sent: Thursday, August 20, 200

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Erwan de FERRIERES
Are you using firefox ? if so, I have been experiencing the same problem. But I have never had the chance to reproduce it. Just with a refresh, it is gone... Le 20/08/2009 17:12, Vince Clark a écrit : I have experienced strange behavior with Business Time theme in trunk. As I navigate, do sea

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Vince Clark
I have experienced strange behavior with Business Time theme in trunk. As I navigate, do searches, etc. the size of elements on the page seem to get bigger including buttons, fonts, the size of everything in a table. This is just a general observation. I haven't taken the time to document a repr

Re: Regarding Integration From OfBiz to one of my website

2009-08-20 Thread Raj Saini
Hello Jitender, OFBiz is a ERP application which also includes e-commerce, CRM/SFA, financial, marketing, order management etc. Think of ERP similar to SAP, PeopleSoft etc. OFBiz is developed using Java language but you can use the OFBiz without or minimal knowledge of Java. Front end of the

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-20 Thread Cimballi
Hi Jacques, I don't see the problem anymore with the "light blue" theme in the 9.04 version. Now, if you click on my previous link, the page layout looks bad with the "black and yellow" theme, but this is the 9.04 version, in the trunk version it seems ok. Cimballi On Wed, Aug 19, 2009 at 9:49

Re: facing problems in EntityCrypto.decrypt() method

2009-08-20 Thread Prateek Jain
Hi Rajib Can u please provide some more details like the value of the encrypted bytes and the entity column on which are you are working as per my view whenever there is a decryption if key or encrypted value is not match it gives result null.There are different approach of encryption in ofbi

Re: r4 - new requirement work effort bug (or user error)?

2009-08-20 Thread snowc
Hi Jacques, I had already opened one: OFBIZ-2726 Jacques Le Roux-2 wrote: > > I tested, looks like a bug to me. The requirementId should be created by > createWorkRequirementFulfillment. Please open a Jira issue > > Thanks > > Jacques > > From: "snowch" >> >> same problem with 9.04 - i can

facing problems in EntityCrypto.decrypt() method

2009-08-20 Thread Rajib Khan
Hi, We are using OFBiz (revision *4955*) since 2005 and recently upgraded to the branch *0904*. We have some encrypted data in the DB. In most of the cases OFBiz is successfully decrypting the values (as EntityCrypto.decrypt() catches the exception and then uses "useOldFunnyKeyHash" attribute as "

Re: configuring products for a jewelery store

2009-08-20 Thread aswath narayana
Any thoughts on this please... Thanks. -Aswath On Tue, Aug 18, 2009 at 5:47 PM, aswath narayana wrote: > Hi, > Following is the requirement for a jewelery that store sells bracelets. How > do I configure and get the final price of the bracelet. > * Input the weight of the bracelet in gms > * Ad