[jira] [Updated] (OFBIZ-5611) If customer pay higher than amount due, POS issues an error 'Problem with order change'.

2014-04-05 Thread Mandeep Mavi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mandeep Mavi updated OFBIZ-5611: Attachment: Problem with order change.jpg > If customer pay higher than amount due, POS issues an e

[jira] [Updated] (OFBIZ-5611) If customer pay higher than amount due, POS issues an error 'Problem with order change'.

2014-04-05 Thread Mandeep Mavi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mandeep Mavi updated OFBIZ-5611: Attachment: problem with order change.doc see attached fir Error "Problem with Order Change" > If

[jira] [Created] (OFBIZ-5611) If customer pay higher than amount due, POS issues an error 'Problem with order change'.

2014-04-05 Thread Mandeep Mavi (JIRA)
Mandeep Mavi created OFBIZ-5611: --- Summary: If customer pay higher than amount due, POS issues an error 'Problem with order change'. Key: OFBIZ-5611 URL: https://issues.apache.org/jira/browse/OFBIZ-5611

Re: svn commit: r1585033 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/DateTimeConverters.java

2014-04-05 Thread Jacopo Cappellato
I understand this, but I think that we should not add new code that calls deprecated API. Jacopo On Apr 5, 2014, at 8:07 AM, adrian.c...@sandglass-software.com wrote: > I was aware of that, but the long argument contains the time component. > > -Adrian > > > Quoting Jacopo Cappellato : > >>

Re: svn commit: r1585033 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/DateTimeConverters.java

2014-04-05 Thread adrian . crum
I was aware of that, but the long argument contains the time component. -Adrian Quoting Jacopo Cappellato : On Apr 5, 2014, at 3:46 AM, adri...@apache.org wrote: +return new java.sql.Date(parsedDate.getYear(), parsedDate.getMonth(), parsedDate.getDay()); This constructor

Re: svn commit: r1585033 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/DateTimeConverters.java

2014-04-05 Thread Jacopo Cappellato
On Apr 5, 2014, at 3:46 AM, adri...@apache.org wrote: > +return new java.sql.Date(parsedDate.getYear(), > parsedDate.getMonth(), parsedDate.getDay()); This constructor is deprecated. "Deprecated. instead use the constructor Date(long date)" Jacopo

Re: Birthday's Change

2014-04-05 Thread Rupert Howell
Perfect - thanks Adrian. Rupert Howell Provolve Ltd. Technopole Kingston Crescent Portsmouth PO2 8FA 07909 685308 http://www.provolve.com > On 5 Apr 2014, at 10:56, "adrian.c...@sandglass-software.com" > wrote: > > Fixed, revision 1585033. > > Rupert - I apologize if my reply offended you. I

Re: Birthday's Change

2014-04-05 Thread Jacques Le Roux
Thanks Adrian! Is that a false failure or a test to adapt? http://ci.apache.org/projects/ofbiz/logs/trunk/html/ Plain text: baseteststestStringFailure String->java.sql.Date(:0):default-timezone/locale expected:<1969-12-31> but was:<1969-12-03> junit.framework.AssertionFailedError: Stri

buildbot failure in ASF Buildbot on ofbiz-trunk

2014-04-05 Thread buildbot
The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/4419 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: portunus_ubuntu Build Reason: scheduler Build Source S

Re: Birthday's Change

2014-04-05 Thread adrian . crum
Fixed, revision 1585033. Rupert - I apologize if my reply offended you. I was trying to stop the spread of misinformation. As I tried to point out, the problem was not due to applying a timezone to the date formatter. Keep in mind the date formatter contains a Calendar instance, and that

[jira] [Closed] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2014-04-05 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-5608. -- Resolution: Fixed Fix Version/s: SVN trunk Fixed, revision 1585033. Thanks! > Dates Displaying