You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
(2) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stewart S. <st...@fl...> - 2006-04-05 06:22:36
|
I was getting SQL syntax errors on creating a new invoice. the following patch fixed it for me. revno: 9 committer: Stewart Smith <st...@fl...> branch nick: bms.stewart timestamp: Wed 2006-04-05 16:21:50 +1000 message: fix for default discountid. Without this patch you can end up with an invalid INSERT. modified: modules/bms/include/invoices_addedit_include.php =3D=3D=3D modified file 'modules/bms/include/invoices_addedit_include.php' --- modules/bms/include/invoices_addedit_include.php=09 +++ modules/bms/include/invoices_addedit_include.php=09 @@ -187,7 +187,7 @@ $therecord["postalcode"]=3D""; $therecord["country"]=3D""; =20 - $therecord["taxareaid"]=3DNULL; + $therecord["taxareaid"]=3D0; $therecord["taxpercentage"]=3DNULL; $therecord["shippingmethod"]=3DNULL; $therecord["tax"]=3D0; @@ -264,7 +264,7 @@ =20 $discountamount=3Dereg_replace("\\\$|,","",$variables["discountamount"= ]); $querystatement.=3D"discountamount=3D".$discountamount.", "; - if($variables["discountid"]=3D"")$variables["discountid"]=3D"NULL"; + if($variables["discountid"]=3D=3D"")$variables["discountid"]=3D"NULL"; $querystatement.=3D"discountid=3D".$variables["discountid"].", ";=20 =20 if($variables["invoicedate"]=3D=3D"" || $variables["invoicedate"]=3D= =3D"0/0/0000") $tempdate=3D"NULL"; @@ -391,8 +391,8 @@ $querystatement.=3D$tempdate.", ";=20 =20 $discountamount=3Dereg_replace("\\\$|,","",$variables["discountamount"= ]); - $querystatement.=3D$discountamount.", "; =09 - if($variables["discountid"]=3D"")$variables["discountid"]=3D"NULL"; + $querystatement.=3D$discountamount.", "; + if($variables["discountid"]=3D=3D"")$variables["discountid"]=3D"NULL"; $querystatement.=3D$variables["discountid"].", ";=20 =20 if($variables["invoicedate"]=3D=3D"" || $variables["invoicedate"]=3D= =3D"0/0/0000") $tempdate=3D"NULL"; @@ -528,4 +528,4 @@ break; } } -?> \ No newline at end of file +?> --=20 Stewart Smith (st...@fl...) http://www.flamingspork.com/ |
From: Stewart S. <st...@fl...> - 2006-04-05 03:53:15
|
I had a problem uploading my own logo. Had a bit of a peek and i fixed it with this patch: (applies to svn trunk and .61) =3D=3D=3D modified file 'modules/base/include/adminsettings_include.php' --- modules/base/include/adminsettings_include.php=09 +++ modules/base/include/adminsettings_include.php=09 @@ -75,7 +75,7 @@ if(isset($files["printedlogo"])) if($files["printedlogo"]["type"]=3D=3D"image/png"){ if (function_exists('file_get_contents')) { - $file =3D addslashes(file_get_contents($_FILES['upload']['tmp_name']))= ; + $file =3D addslashes(file_get_contents($_FILES['printedlogo']['tmp_nam= e'])); } else { // If using PHP < 4.3.0 use the following: $file =3D addslashes(fread(fopen($_FILES['upload']['tmp_name'], 'r'), = filesize($_FILES['thumbnailupload']['tmp_name']))); @@ -95,4 +95,4 @@ $statusmessage=3D"Settings Updated"; } =20 -?> \ No newline at end of file +?> --=20 Stewart Smith (st...@fl...) http://www.flamingspork.com/ |
From: John C. <jo...@pi...> - 2005-12-15 21:34:57
|
>> Is this working? >> > > It seems so. > > Yes indeed :::::::> :: 0===============[:::::::::> :: :::::::> |
From: Mike P. <mip...@us...> - 2005-12-15 20:59:56
|
> Is this working? > It seems so. |
From: John C. <jo...@pi...> - 2005-12-15 20:49:04
|
Is this working? |
From: Mike P. <mip...@us...> - 2005-12-14 09:42:11
|
test |
From: Mike P. <mip...@us...> - 2005-12-14 09:39:06
|
List has now started -Mike |
From: Mike P. <mip...@us...> - 2005-12-14 09:22:27
|
test |
From: Mike P. <mip...@us...> - 2005-12-14 09:11:37
|
phpbms users mailing list test |
From: Mike <st...@du...> - 2005-12-14 08:57:44
|
phpbms users list is now active -Mike |