CustomerAllocations.php

View: New views
6 Messages — Rating Filter:   Alert me  

CustomerAllocations.php

by lnichols :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Not sure if this is the correct place to post this, but I believe there is a bug in CustomerAllocations.php - v1.29 .

Line 116:
) VALUES ('" . date('Y-m-d')) . "',

There is one closing bracket too many around the date function, which prevents the page from loading.

Please advise if I need to post this else-where.

cheers,

Paul taylor

Re: CustomerAllocations.php

by Lindsay Harris :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,  Paul.

I'm using 3.11 (not an RC version),  and that line shows as:-

) VALUES ('" . FormatDateForSQL(date('d/m/Y')) . "',

which does have the correct number of parentheses, by way of the added
function.

Lindsay


On Fri, 30 Oct 2009 03:46:34 lnichols wrote:

> Hi,
>
> Not sure if this is the correct place to post this, but I believe
> there is a bug in CustomerAllocations.php - v1.29 .
>
> Line 116:
> ) VALUES ('" . date('Y-m-d')) . "',
>
> There is one closing bracket too many around the date function,
> which prevents the page from loading.
>
> Please advise if I need to post this else-where.
>
> cheers,
>
> Paul taylor



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Web-erp-developers mailing list
Web-erp-developers@...
https://lists.sourceforge.net/lists/listinfo/web-erp-developers

Re: CustomerAllocations.php

by Tim Schofield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Paul,

As I said in my other post if you copuld move to the full 3.11 release
I think it at least solves this problem.

Tim


2009/10/29 lnichols <p.taylor@...>:

>
> Hi,
>
> Not sure if this is the correct place to post this, but I believe there is a
> bug in CustomerAllocations.php - v1.29 .
>
> Line 116:
> ) VALUES ('" . date('Y-m-d')) . "',
>
> There is one closing bracket too many around the date function, which
> prevents the page from loading.
>
> Please advise if I need to post this else-where.
>
> cheers,
>
> Paul taylor
>
> --
> View this message in context: http://www.nabble.com/CustomerAllocations.php-tp26116662p26116662.html
> Sent from the web-erp-developers mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Web-erp-developers mailing list
> Web-erp-developers@...
> https://lists.sourceforge.net/lists/listinfo/web-erp-developers
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Web-erp-developers mailing list
Web-erp-developers@...
https://lists.sourceforge.net/lists/listinfo/web-erp-developers

Re: CustomerAllocations.php

by Phil Daintree-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

my bad ... AGAIN!
Lindsay's version won't work on US format dates... the CVS one will
subject to removal of a closing parenthesis.

Phil

Lindsay Harris wrote:

> Hi,  Paul.
>
> I'm using 3.11 (not an RC version),  and that line shows as:-
>
> ) VALUES ('" . FormatDateForSQL(date('d/m/Y')) . "',
>
> which does have the correct number of parentheses, by way of the added
> function.
>
> Lindsay
>
>
> On Fri, 30 Oct 2009 03:46:34 lnichols wrote:
>> Hi,
>>
>> Not sure if this is the correct place to post this, but I believe
>> there is a bug in CustomerAllocations.php - v1.29 .
>>
>> Line 116:
>> ) VALUES ('" . date('Y-m-d')) . "',
>>
>> There is one closing bracket too many around the date function,
>> which prevents the page from loading.
>>
>> Please advise if I need to post this else-where.
>>
>> cheers,
>>
>> Paul taylor
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Web-erp-developers mailing list
> Web-erp-developers@...
> https://lists.sourceforge.net/lists/listinfo/web-erp-developers
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Web-erp-developers mailing list
Web-erp-developers@...
https://lists.sourceforge.net/lists/listinfo/web-erp-developers

Re: CustomerAllocations.php

by Lindsay Harris :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hmm, just as well I don't live in the US (any more)!

Lindsay

On Fri, 30 Oct 2009 16:12:29 Phil Daintree wrote:

> my bad ... AGAIN!
> Lindsay's version won't work on US format dates... the CVS one will
> subject to removal of a closing parenthesis.
>
> Phil
>
> Lindsay Harris wrote:
> > Hi,  Paul.
> >
> > I'm using 3.11 (not an RC version),  and that line shows as:-
> >
> > ) VALUES ('" . FormatDateForSQL(date('d/m/Y')) . "',
> >
> > which does have the correct number of parentheses, by way of the
> > added function.
> >
> > Lindsay
> >
> > On Fri, 30 Oct 2009 03:46:34 lnichols wrote:
> >> Hi,
> >>
> >> Not sure if this is the correct place to post this, but I
> >> believe there is a bug in CustomerAllocations.php - v1.29 .
> >>
> >> Line 116:
> >> ) VALUES ('" . date('Y-m-d')) . "',
> >>
> >> There is one closing bracket too many around the date function,
> >> which prevents the page from loading.
> >>
> >> Please advise if I need to post this else-where.
> >>
> >> cheers,
> >>
> >> Paul taylor
> >
> > -----------------------------------------------------------------
> >------------- Come build with us! The BlackBerry(R) Developer
> > Conference in SF, CA is the only developer event you need to
> > attend this year. Jumpstart your developing skills, take
> > BlackBerry mobile applications to market and stay ahead of the
> > curve. Join us from November 9 - 12, 2009. Register now!
> > http://p.sf.net/sfu/devconference
> > _______________________________________________
> > Web-erp-developers mailing list
> > Web-erp-developers@...
> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers
>
> -------------------------------------------------------------------
>----------- Come build with us! The BlackBerry(R) Developer
> Conference in SF, CA is the only developer event you need to attend
> this year. Jumpstart your developing skills, take BlackBerry mobile
> applications to market and stay ahead of the curve. Join us from
> November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Web-erp-developers mailing list
> Web-erp-developers@...
> https://lists.sourceforge.net/lists/listinfo/web-erp-developers



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Web-erp-developers mailing list
Web-erp-developers@...
https://lists.sourceforge.net/lists/listinfo/web-erp-developers

Re: CustomerAllocations.php

by lnichols :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for responses,

For now i've just removed the additional parenthesis, will look into moving away from rc version as it looks like this could be another effect of this


Cheers,

Paul

lnichols wrote:
Hi,

Not sure if this is the correct place to post this, but I believe there is a bug in CustomerAllocations.php - v1.29 .

Line 116:
) VALUES ('" . date('Y-m-d')) . "',

There is one closing bracket too many around the date function, which prevents the page from loading.

Please advise if I need to post this else-where.

cheers,

Paul taylor