Re: Adding a new entity under product package ?

2008-07-29 Thread toanilsoni
Gopal, If you want to create a new entity in Product package then you can do like this: or if you want to extends existing product entity with some new fields then you can do like this: If you would like to extend any entity then make sure you have t

Re: Session looses amount value on expiry

2008-07-29 Thread Madhuri
Hi Sumit - Thanks for your reply. I have observed that even session expiry, as long as you have your cookies enabled, you do not loose your items in the cart. If you disable cookies the cart is lost. Please let me know if you think otherwise. Thanks Much, Madhuri Sumit Pandit-3 wrot

Re: Adding a new entity under product package ?

2008-07-29 Thread BJ Freeman
I guess my question is why do yo feel a need to make or change an entity for color or size when you can use the productfeatures. gopalbi sent the following on 7/28/2008 10:34 PM: > Hello friends, > > Actually i have to add a new entity under product package that will > create a new table i

Re: Adding a new entity under product package ?

2008-07-29 Thread BJ Freeman
Also you can save data in a context of a session and don't need an entity. gopalbi sent the following on 7/28/2008 10:34 PM: > Hello friends, > > Actually i have to add a new entity under product package that will > create a new table in ofbiz.Few field in this table totally a new one.While

Shipment promotion

2008-07-29 Thread Jacques Le Roux
Hi, I have a requirement from a prospective client who wants to offer % promotion on shipments. AFAIK there is nothing like that in OFBiz OOTB, but I wonder if someone has ever done that or what will be the best way to do it ? Any advices appreciated, thanks Jacques

Re: Shipment promotion

2008-07-29 Thread Pranay Pandey
Hello Jacques, One way to do this may be by the way of price breaks for purchase like if customer spend $100 - $200 he will get ground shipping free, another may be from $200 - $300 for getting a free shipment second day air. -- Thanks & Regards -- Pranay Pandey On Tue, Jul 29, 2008 at 5:44 PM

Re: Shipment promotion

2008-07-29 Thread Jacques Le Roux
Thanks Pranay, Yes, Price Break Id in Stores Shipping Estimates will do it. I forgot this one... Jacques From: "Pranay Pandey" <[EMAIL PROTECTED]> Hello Jacques, One way to do this may be by the way of price breaks for purchase like if customer spend $100 - $200 he will get ground shipping f

adding labels with other lanquages

2008-07-29 Thread BJ Freeman
I am putting in a new label I don't know the other languages Can I leave the other languages blank or should I remove the lines.

Re: adding labels with other lanquages

2008-07-29 Thread Adrian Crum
Remove the lines. If you put blank entries in, then there will be no fallback to en. -Adrian BJ Freeman wrote: I am putting in a new label I don't know the other languages Can I leave the other languages blank or should I remove the lines.

Re: adding labels with other lanquages

2008-07-29 Thread BJ Freeman
thanks i saw in ProductUiLabels.xml blanks for zn to figured it was ok. will change the patch. Adrian Crum sent the following on 7/29/2008 10:21 AM: > Remove the lines. If you put blank entries in, then there will be no > fallback to en. > > -Adrian > > BJ Freeman wrote: >> I am putting in a new

Re: adding labels with other lanquages

2008-07-29 Thread Adrian Crum
I can't be sure, but my guess would be that the empty entries are an artifact of the .properties->.xml file conversion. -Adrian BJ Freeman wrote: thanks i saw in ProductUiLabels.xml blanks for zn to figured it was ok. will change the patch. Adrian Crum sent the following on 7/29/2008 10:21 AM

Re: adding labels with other lanquages

2008-07-29 Thread Jacques Le Roux
From: "Adrian Crum" <[EMAIL PROTECTED]> I can't be sure, but my guess would be that the empty entries are an artifact of the .properties->.xml file conversion. -Adrian We should try to remove them. Maybe, if Bruno see this message, and wish to continue his work on his Python script, he could

Re: adding labels with other lanquages

2008-07-29 Thread BJ Freeman
Not sure about doing anything about the script but be glad to provide patches of the label files i run across I could put them in the same Jira. Jacques Le Roux sent the following on 7/29/2008 1:27 PM: > From: "Adrian Crum" <[EMAIL PROTECTED]> >> I can't be sure, but my guess would be that the emp

Re: [jira] Updated: (OFBIZ-1892) cant create website

2008-07-29 Thread BJ Freeman
Ok I don't want to open this again since it works on the demo site. however I have updated to svn 680740 ant clean-all and ant run-install on the content createWebSite I put in bjfreemanteststore for websiteID and site name https://demo.hotwaxmedia.com/content/control/createWebSite works. however o

Re: [jira] Updated: (OFBIZ-1892) cant create website

2008-07-29 Thread BJ Freeman
I forgot we have a debug file now I think I know why it worked on the demo and not locally the demo uses the hotwax cert the local uses ofbiz.org cert which is expired. 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [ RequestHandler.java:243:INFO ] [Processing Request]: EditWebSite sessionId=15BC96

EDI vans provider

2008-07-29 Thread BJ Freeman
does any one have a association with a VANS provider? i am in the market for one.

entity-condition' is not valid with respect to its type

2008-07-29 Thread BJ Freeman
can anyone shed some light on this error. 2008-07-29 14:24:16,281 (http-0.0.0.0-8443-2) [ UtilXml.java:660:ERROR] XmlFileLoader: File file:applications/product/widget/catalog/StoreScreens.xml process error. Line: 130. Error message: cvc-attribute.3: The value '${activeOnly}' of attribute 'filter-b

Has there been any Sales Tax changes recently?

2008-07-29 Thread Sharan-F
Hi Everyone Does anyone know if there has been any changes to the Sales Tax logic recently? A couple of days ago I downloaded and installed SVN 680225 and the only Sales tax that I can get it to work is for shipping and handling costs. Last week with my old SVN 673359 I got Sales Orders and Inv

Re: entity-condition' is not valid with respect to its type

2008-07-29 Thread Adrian Crum
The XML parser is looking for one of the legal filter-by-date attribute values specified in the XSD. "${activeOnly}" is not one of those values. I believe it can be ignored. The XML file is usually processed anyway. -Adrian BJ Freeman wrote: can anyone shed some light on this error. 2008-07-

Re: entity-condition' is not valid with respect to its type

2008-07-29 Thread BJ Freeman
figured something like that. thanks for the confirmation. Adrian Crum sent the following on 7/29/2008 4:08 PM: > The XML parser is looking for one of the legal filter-by-date attribute > values specified in the XSD. "${activeOnly}" is not one of those values. > > I believe it can be ignored. The

What is a PartyRelationship?

2008-07-29 Thread Phillip Rhodes
I am trying to understand the ofbiz security model and have not found a good definition of what a PartyRelationship is used for. appreciate the time. phillip

Re: Has there been any Sales Tax changes recently?

2008-07-29 Thread Scott Gray
Hi Sharan That seems strange, I'll have a look at it tonight if no one gets there first. Regards Scott 2008/7/30 Sharan-F <[EMAIL PROTECTED]>: > > Hi Everyone > > Does anyone know if there has been any changes to the Sales Tax logic > recently? > > A couple of days ago I downloaded and installed

Re: What is a PartyRelationship?

2008-07-29 Thread BJ Freeman
if you go to https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo and type in security you will see only Entity: SecurityGroup Entity: SecurityGroupPermission Entity: SecurityPermission Entity: UserLoginAndSecurityGroup Entity: UserLoginSecurityGroup PartyRelationship has todo with how one p

how to set security and permissions precedence

2008-07-29 Thread Milind W
hi, Security Permissions I am using ofbiz rev.79258 I want to understand how security works so I made the following modifications to hello1 1)I added base-permission="OFBTOOLS" to the ofbiz-component.xml I could still see the application I was assuming the application would as me to login or preven

Re: how to set security and permissions precedence

2008-07-29 Thread BJ Freeman
http://docs.ofbiz.org/display/OFBTECH/OFBiz+security Milind W sent the following on 7/29/2008 7:58 PM: > hi, > Security Permissions > I am using ofbiz rev.79258 > I want to understand how security works so I made the following > modifications to hello1 > 1)I added base-permission="OFBTOOLS" to the

Revision 680910 not able to build due to java compile error

2008-07-29 Thread Paul Robinson
When running ant run-install the compile is falling over with the following error: classes: [javac15] Compiling 28 source files to /data/u01/openbiz/apache-base/ofbiz/applications/accounting/build/classes [javac15] /data/u01/openbiz/apache-base/ofbiz/applications/accounting/src/org/ofbiz/acc

Re: how to set security and permissions precedence

2008-07-29 Thread Balaji Sundar
BJ Freeman wrote: > > http://docs.ofbiz.org/display/OFBTECH/OFBiz+security > > Milind W sent the following on 7/29/2008 7:58 PM: >> hi, >> Security Permissions >> I am using ofbiz rev.79258 >> I want to understand how security works so I made the following >> modifications to hello1 >> 1)I add

Mapping b/w person role and permission group

2008-07-29 Thread Balaji Sundar
I created a customer - (role is customer) I created a 'New Security Group' - Test_Group Added permission - [OFBTOOLS_VIEW] & [PARTYMGR_ADMIN] Added the above created customer in the user logins tab. I logged out of admin and was successfully able to login as the above created customer and able t

Re: Revision 680910 not able to build due to java compile error

2008-07-29 Thread Jacopo Cappellato
It works for me. Please try: ant clean ant and it should work. Jacopo On Jul 30, 2008, at 6:39 AM, Paul Robinson wrote: When running ant run-install the compile is falling over with the following error: classes: [javac15] Compiling 28 source files to /data/u01/openbiz/apache-base/ ofbiz/