date field and datepicker

2010-08-27 Thread Pierre Smits
Hi All, In a form I have a field: field name=periodStartDate position=1 title=${uiLabelMap.PeriodStartDate} widget-style=required date-time type=date default-value=${groovy: org.ofbiz.base.util.UtilDateTime.monthBegin()}//field When opening the form in a browser I get the first date of

OFBiz - CAS Not working

2010-08-27 Thread vignesh sabapathi
Hi I am trying to configure OFBiz with (CAS + LDAP) setup. I deployed CAS in tomcat and configured with LDAP. both are working fine. However i set the settings for OFBiz and got the following error. when i type https://hostname:port/ecommerce . it is taking me to CAS page with secured

Bug ?

2010-08-27 Thread Mansour Al Akeel
In the trunk revesion, there's seems to be an issue with the flatgray theme. There are icons for selecting dates, and other entities. These icons are not completely visible on firefoxi 3.6.8 (gentoo). For example, if I login and go to [Accounting] [Invoices] screen, In the From Party ID fields

Re: OFBiz - CAS Not working

2010-08-27 Thread BJ Freeman
my guess is that the cas is not redirecting to HTTP which ecommerce operates under. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: OFBiz - CAS Not working

2010-08-27 Thread Jacques Le Roux
+1 (also just a quick guess) Jacques From: BJ Freeman bjf...@free-man.net my guess is that the cas is not redirecting to HTTP which ecommerce operates under. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Bug ?

2010-08-27 Thread Matt Warnock
I don't see it under firefox 3.6.8 (Ubuntu). Is this the Show All Invoices screen? I see a little crowding up at the top right of the screen, but all the date and find icons seem fully visible on the trunk-demo site. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On

Re: Ofbiz Developer Wanted

2010-08-27 Thread golovastik
Thank you Everyone. Due to the long weekend here, I will be available and responding from 31st (Tuesday) -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-Developer-Wanted-tp2335486p2341300.html Sent from the OFBiz - User mailing list archive at Nabble.com.

ofbiz setup conflict.

2010-08-27 Thread BJ Freeman
this is seed only install used the ant to create a login then created a party for the login and linked them through the webtools. while creating the party I also create a postal and email contactmech. this created contactMechId 10001 and 10002 then I went to setup to create the organization. on

Re: ofbiz setup conflict.

2010-08-27 Thread BJ Freeman
my proposed way to fix this is add and SECA triggered by the login that checks for a party of that is linked to the login. this will work since all future logins will have a party created first. if no partyID found then is sent to the setup for a new person for the login then goes directly to

Re: Bug ?

2010-08-27 Thread Mansour Al Akeel
Hello Matt, thank you for comfirming the theme is ok. I will look again into it on my side. On Fri Aug 27,2010 10:26 am, Matt Warnock wrote: I don't see it under firefox 3.6.8 (Ubuntu). Is this the Show All Invoices screen? I see a little crowding up at the top right of the screen, but all

Re: Related entity's data in a form field

2010-08-27 Thread Mansour Al Akeel
Hello Bruno, No, that didn't help. It extracts the filed from an entity obtained by calling another service. I don't see a need for this. THe entity I want to use its field is in hand, it's just the matter of how to reference it, and use its field. On Thu Aug 26,2010 08:32 pm, Bruno Busco

Re: date fields

2010-08-27 Thread Brajesh Patel
hi Pierre, GlAccountTrialBalance.groovy example using start of day at line 69. On Thu, Aug 26, 2010 at 4:51 PM, Pierre Smits pierre.sm...@gmail.comwrote: Hi All, How can I get in a date field the date of the first day of current month? And in a second field the date of the last day of