Images

2010-12-05 Thread Gavin Mabie
Hi all What's the best way to present an image. Let's say I want to present an user's picture on a public profile page. Thanks Gavin

Re: Images

2010-12-05 Thread Bruno Busco
I think you should give a look to PartyContent and PartyContentType entities. The closest to what you want to do should be: PartyContentType description=Logo Image URL parentTypeId= partyContentTypeId=LGOIMGURL/ If you implement the feature in a general way, it could be interesting. -Bruno

Re: Re:Multitenancy documentation was SOLVED getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-12-05 Thread Jacques Le Roux
I agree that it should be splitted. But IMO not in pages but clear sections in the same page. This because it's easier to find the same thing in the same page when you are looking for the information without following a specific path (ie when using search in wiki or even outside of the wiki)

Re: Entity Extensibility Pattern

2010-12-05 Thread Jacques Le Roux
Hi BJ, There is actually an Employment entity in HumanRes so the hasTable field must be Y in this case because partyRelationshipTypeId=EMPLOYMENT exists and there is an Employment entity. Also note that at the end of the explanation there is this sentence: There are variations on this pattern

Re: Event Service

2010-12-05 Thread Jacques Le Roux
Done at https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Miscellaneous from http://markmail.org/message/bie7fqs4f6bk6ykx Really a beautiful piece of simple collaboration Thanks guys! Jacques From: Jacques Le Roux

Re: Theme won't show up?

2010-12-05 Thread Jacques Le Roux
At Olivier's demand I was looking at adding BJ's comment in the https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to page. But I see that Ruth has already made a comment about that and Bruno modified accordingly Now when I read the 1st section How to install a Visual Theme

Re: Multitenancy documentation was SOLVED getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-12-05 Thread BJ Freeman
sounds good, I hope you don't mind that I put my energy into the putting these into the ofbiz dochelp. http://demo-trunk.ofbiz.apache.org/cmssite/cms/APACHE_OFBIZ_HTML based on my email in Dev, I decided that it is more productive in my time to put everything in dockhelp and use webtools

Re: Multitenancy documentation was SOLVED getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-12-05 Thread Jacques Le Roux
Webtools converters to go from wiki to dochelp and dochelp to wiki ? Where it is? An URL? A service? Thanks Jacques From: BJ Freeman bjf...@free-man.net sounds good, I hope you don't mind that I put my energy into the putting these into the ofbiz dochelp.

Re: DocBook documentation, Multitenancy documentation was SOLVED getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-12-05 Thread BJ Freeman
researching and developing the tools as I write this. hopefully and christmas present to ofbiz. will put in Docbooks help when ready, via a jira. = BJ Freeman Strategic Power Office with Supplier Automation

Re: comparing two dates using use-when

2010-12-05 Thread Shereen
Hi All Please all I need help on using the use-when attribute I've made a product status field in the form and I want to check for that field this field s string and I can't use use- when with strings what I have done is this: actions set field=productStatus

Re: comparing two dates using use-when

2010-12-05 Thread Adrian Crum
Remove the $ and curly brackets. -Adrian --- On Sun, 12/5/10, Shereen sheri_ash...@hotmail.com wrote: From: Shereen sheri_ash...@hotmail.com Subject: Re: comparing two dates using use-when To: user@ofbiz.apache.org Date: Sunday, December 5, 2010, 6:54 AM Hi All Please all I need help on

Re: Entity Extensibility Pattern

2010-12-05 Thread BJ Freeman
Thanks when I move the entityengine page to doc book will add this explanation. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems

Re: Theme won't show up?

2010-12-05 Thread BJ Freeman
we have two ways to install the current one uses ant and the build.xml theses should be seed themes with one set for default. the Setup, at first cut, would have the user select what they want for default. Have some other ideas for later. will get those documented in a new section of Doc books

Re: Calling class method from within a simple method

2010-12-05 Thread Naveen Kumar
Hi Jacques, I tried with type int, but ended up with the below mentioned error. ERROR: Could not complete the Create a list with information on payment due dates and amounts for the invoice

Re: Calling class method from within a simple method

2010-12-05 Thread Adrian Crum
Try using one of the UEL functions: http://ci.apache.org/projects/ofbiz/site/javadocs/ -Adrian --- On Sun, 12/5/10, Naveen Kumar naveen.new...@gmail.com wrote: From: Naveen Kumar naveen.new...@gmail.com Subject: Re: Calling class method from within a simple method To: user@ofbiz.apache.org,

Re: Calling class method from within a simple method

2010-12-05 Thread Adrian Crum
Argh! Stupid HTML frames. Try using one of the UEL functions: http://ci.apache.org/projects/ofbiz/site/javadocs/org/ofbiz/base/util/string/UelFunctions.html -Adrian --- On Sun, 12/5/10, Adrian Crum adrian.c...@yahoo.com wrote: Try using one of the UEL functions:

Re: comparing two dates using use-when

2010-12-05 Thread Ravindra Mandre
you may also try following if your problem did solved. quot;Periodic Mass Loadquot;.equals(productStatus) HTH Ravindra Mandre Bangalore On Sun, Dec 5, 2010 at 10:10 PM, Adrian Crum adrian.c...@yahoo.com wrote: Remove the $ and curly brackets. -Adrian --- On Sun, 12/5/10, Shereen

Re: Calling class method from within a simple method

2010-12-05 Thread Naveen Kumar
Hi Adrian, I am trying to extend the payment/due date calculation simple-method getPaymentInfoList to do calculation based on month intervals instead of days. I need to calculate dates spread across 1 month and was trying to use getMonthStart with month interval argument. Regards, Naveen. On

Re: comparing two dates using use-when

2010-12-05 Thread Shereen
Thanks a lot for your replies Unfortunately both solutions didn't work for me Any more suggestions? -- View this message in context: http://ofbiz.135035.n4.nabble.com/comparing-two-dates-using-use-when-tp306p3074040.html Sent from the OFBiz - User mailing list archive at Nabble.com.