You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(20) |
Aug
(21) |
Sep
(12) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(3) |
Feb
(46) |
Mar
(65) |
Apr
(49) |
May
(33) |
Jun
(5) |
Jul
(79) |
Aug
(228) |
Sep
(347) |
Oct
(272) |
Nov
(270) |
Dec
(424) |
2005 |
Jan
(549) |
Feb
(232) |
Mar
(134) |
Apr
(103) |
May
(57) |
Jun
(74) |
Jul
(67) |
Aug
(45) |
Sep
(99) |
Oct
(187) |
Nov
(238) |
Dec
(127) |
2006 |
Jan
(81) |
Feb
(137) |
Mar
(46) |
Apr
(55) |
May
(62) |
Jun
(152) |
Jul
(137) |
Aug
(154) |
Sep
(176) |
Oct
(104) |
Nov
(65) |
Dec
(64) |
2007 |
Jan
(56) |
Feb
(303) |
Mar
(88) |
Apr
(80) |
May
(72) |
Jun
(20) |
Jul
(47) |
Aug
(28) |
Sep
(113) |
Oct
(49) |
Nov
(89) |
Dec
(24) |
2008 |
Jan
(24) |
Feb
(61) |
Mar
(43) |
Apr
(51) |
May
(12) |
Jun
(10) |
Jul
(49) |
Aug
(26) |
Sep
(7) |
Oct
(50) |
Nov
(19) |
Dec
(15) |
2009 |
Jan
(87) |
Feb
(144) |
Mar
(54) |
Apr
(72) |
May
(32) |
Jun
(23) |
Jul
(27) |
Aug
(90) |
Sep
(349) |
Oct
(174) |
Nov
(320) |
Dec
(110) |
2010 |
Jan
(162) |
Feb
(39) |
Mar
(80) |
Apr
(126) |
May
(45) |
Jun
(44) |
Jul
(75) |
Aug
(32) |
Sep
(100) |
Oct
(57) |
Nov
(49) |
Dec
(125) |
2011 |
Jan
(72) |
Feb
(41) |
Mar
(63) |
Apr
(18) |
May
(123) |
Jun
(100) |
Jul
(96) |
Aug
(84) |
Sep
(83) |
Oct
(39) |
Nov
(166) |
Dec
(103) |
2012 |
Jan
(158) |
Feb
(148) |
Mar
(77) |
Apr
(43) |
May
(126) |
Jun
(82) |
Jul
(67) |
Aug
(28) |
Sep
(109) |
Oct
(30) |
Nov
(23) |
Dec
(34) |
2013 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
(79) |
May
(76) |
Jun
(13) |
Jul
(76) |
Aug
(36) |
Sep
(22) |
Oct
(35) |
Nov
(167) |
Dec
(93) |
2014 |
Jan
(64) |
Feb
(14) |
Mar
(57) |
Apr
(63) |
May
(60) |
Jun
(15) |
Jul
(24) |
Aug
(19) |
Sep
(56) |
Oct
(70) |
Nov
(45) |
Dec
(52) |
2015 |
Jan
(56) |
Feb
(73) |
Mar
(34) |
Apr
(11) |
May
(24) |
Jun
(19) |
Jul
(11) |
Aug
(8) |
Sep
(25) |
Oct
(22) |
Nov
(38) |
Dec
(7) |
2016 |
Jan
(7) |
Feb
(34) |
Mar
(17) |
Apr
(10) |
May
(17) |
Jun
(7) |
Jul
(17) |
Aug
(31) |
Sep
(3) |
Oct
(34) |
Nov
(5) |
Dec
(2) |
2017 |
Jan
|
Feb
(4) |
Mar
(18) |
Apr
(6) |
May
(10) |
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
(1) |
2018 |
Jan
(2) |
Feb
|
Mar
(3) |
Apr
(10) |
May
(5) |
Jun
|
Jul
(7) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(2) |
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
(3) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2022 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(30) |
Nov
|
Dec
(2) |
From: Chris B. <cb...@en...> - 2004-10-15 15:26:48
|
Ok, I have a weird error. When I use Internet Explorer on this script, the Quantity label does not appear. So you cannot make an adjustment. If I use FireFox, or Mozilla, it shows up. Anyone know whats going on here?? Chris |
From: skaill <sk...@ro...> - 2004-10-15 12:05:36
|
Change the lines at 112 and 113 ... $PageSize =3D array(0,0,$Page_Width,$Page_Height); $pdf =3D & new Cpdf($PageSize); to $PDFPageSize =3D array(0,0,$Page_Width,$Page_Height); $pdf =3D & new Cpdf($PDFPageSize); Basically change $PageSize to $PDFPageSize in these two lines. This = assumes the pdf class does not change PageSize which I'm fairly = confident is the case. Also, the switch assumes that $PageSize is always set with a legal = value. If it's possible for it not to be then there should be a default = case that will ensure the variables such as $Page_Width are set. The isset test and setting of $PageSize should be left as is to ensure = it is set the same as $_SESSION['PageSize'] for all versions and = settings. Especially php 4.2.3! Steve ----- Original Message -----=20 From: Chris Bice=20 To: web...@li...=20 Sent: Thursday, October 14, 2004 3:47 PM Subject: RE: [Web-erp-developers] PDFOrderStatus.php Well its quite simple, odd, but simple. =20 PDFStarter_ros.inc: Lines 25 - 27: =20 if (!isset($PageSize)){ $PageSize =3D $_SESSION['PageSize']; } =20 Basically, if you have not set the $PageSize Variable, it sets it to = your session variable. Which is fine the First time you print it. But = because of the following line 112: =20 $PageSize =3D array(0,0,$Page_Width,$Page_Height); =20 At this point, with RegisterGlobals on, it assumes $PageSize is the = same as $_SESSION[PageSize]. So when you set $PageSize to an array, it = throws off the whole equation, because earlier you are expecting a = String like "Letter" or "A4" or something to that effect. =20 Does that make sense?? =20 -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = Daintrees Sent: Thursday, October 14, 2004 2:04 PM To: web...@li... Subject: Re: [Web-erp-developers] PDFOrderStatus.php =20 I am not sure I understand this snag. I thought we could run with = register globals on or off. I need some help here Chris. I have come accross this complaint about = the small PDF box before - but I don't understand why. =20 Phil ----- Original Message -----=20 From: Chris Bice=20 To: web...@li...=20 Sent: Friday, October 15, 2004 3:16 AM Subject: RE: [Web-erp-developers] PDFOrderStatus.php =20 Ok. I found the issue. If you happen to have Register_Globals =3D = On in your PHP.INI file, within the PDFStarter_ros.inc file, around line = 112, it sets your $_SESSION[PageSize] from a string to an array. Does = it say anywhere in the installation, that you will need to be required = to have globals turned off?? If So, is there a way to operate with = Globals turned on? Looking for Compatibility Issues here . =20 Chris =20 -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = Chris Bice Sent: Thursday, October 14, 2004 9:00 AM To: web...@li... Subject: [Web-erp-developers] PDFOrderStatus.php =20 The First Time I ran this I got the report, a 14 Page PDF File that = looks outstanding. Great work for whoever created it. But when I try = to print it out again, no matter what I do I get this tiny blank page in = Acrobat Reader. Any Idea's as to what is going on? At first I thought = maybe it was a session error, but the more I think about it the more I = doubt that theory. |
From: Daintrees <p.d...@pa...> - 2004-10-15 04:57:03
|
Sounds like a good plan Steve. Phil |
From: Daintrees <p.d...@pa...> - 2004-10-15 04:54:14
|
This is good stuff and of course it all seems abundantly clear to me as it is .... this new perspective is really good. I am very keen to explore improvements to these areas. There is a lot to work on - I suspect it will never end.... its just that its hard to see past the multi-language mountain and we could easily take on too much too soon. Multi-language first? Phil ----- Original Message ----- From: "Jesse Peterson" <je...@st...> To: <web...@li...> Sent: Friday, October 15, 2004 8:59 AM Subject: [Web-erp-developers] Confirmation Pages & Ease of Use > >From the list the last few days, and from my experience working with > >weberp, it seems it would be good to have more Confirmation pages... such > >that when you, for example, click 'Process Credit Note', the next step is > >an "are you sure?" that displays the credit note info and possibly extra > >things like GL postings as applicable that will be done when you click > >Process. > > Verifying everything thing will take a while to make sure it is done, but > I think we could easily come up with a top 10 or top 5 scripts that would > make things much easier for folks - Invoicing, Purchase Orders, credit > notes, reverse grns ... > > A couple other things I think we should consider updating: > * Make it easier to tell what various buttons do or are taking you. For > example, when creating an Invoice, I can't tell you how many times in > DeliveryDetails.php that I have click 'Modify Order Lines' instead of > 'Commit Changes'. A side by side display with some arrows, even "<--" and > "-->" would help, I think. There are several places this could be fixed > (some of the same list above) > > * Make Searches easier - like on all, make it easy to just list everything > if that's what somebody wants... maybe even default to showing everything > with Paging enabled. Default Search options may also be something to make > a User Pref. > > Thoughts? > > > jesse > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |
From: skaill <sk...@ro...> - 2004-10-15 01:21:39
|
I have suggested in the past that it would be a good idea to expand the search to be able to choose: A) Begins with B) Contains C) Exactly There's a BIG difference between these options. and Case match or not. As far as the wording I think it's fairly obvious that we need to rename various options and have them consistently named...a good user interfacing principal. e.g. Posted invoices ALWAYS need to be called posted invoices and order need to be called orders everywhere. Like speech, we usually think about a noun before its verb. What are we working on? We are working on an invoice. Ok, now what are we doing with it? We are posting it. So, in the end I am likely saying that all the options need to be organized ultimately in a handier way. Possibly new people might like certain verifications and then power users may not. It could be a good idea to have options in the user preferences so that users can select the level of user they are with it defaulting to novice. This is the way many applications work these days. The interface needs work in terms of consistency and understandability. I, and I know many, start to look at the various options and don't have a clue. I still don't know what several of the options do! If I see Invoice then I know I'm dealing with everything to do with invoices and it's obvious. This is evidenced by the struggles of new people. Once you know the system, sure you are fine and then you think "why doesn't everyone on earth understand?!". That's the way it always is. Every list should allow the listing of everything, especially because we have paging now. Soon, we will have paging in all the rest of the areas besides the main customer, item and supplier that I started with. Since paging limits the results it stands to reason that the default can be all. No one should ever have troubles with getting lists, even when they don't know what they are doing. You click and it lists. If it doesn't many give up. They think "this sucks and is too hard. I know several other systems that are much easier.". Everything should be accessible at the most upper level that it can. e.g. You should not have to move through customers to get to invoices. You should be able to get a list of invoices pronto. Having said all this I believe we should concentrate on completing all of the tasks at hand and do this in a sweep after the Multilanguage, etc. An interfacing sweep. Steve ----- Original Message ----- From: "Jesse Peterson" <je...@st...> To: <web...@li...> Sent: Thursday, October 14, 2004 3:59 PM Subject: [Web-erp-developers] Confirmation Pages & Ease of Use From the list the last few days, and from my experience working with weberp, it seems it would be good to have more Confirmation pages... such that when you, for example, click 'Process Credit Note', the next step is an "are you sure?" that displays the credit note info and possibly extra things like GL postings as applicable that will be done when you click Process. Verifying everything thing will take a while to make sure it is done, but I think we could easily come up with a top 10 or top 5 scripts that would make things much easier for folks - Invoicing, Purchase Orders, credit notes, reverse grns ... A couple other things I think we should consider updating: * Make it easier to tell what various buttons do or are taking you. For example, when creating an Invoice, I can't tell you how many times in DeliveryDetails.php that I have click 'Modify Order Lines' instead of 'Commit Changes'. A side by side display with some arrows, even "<--" and "-->" would help, I think. There are several places this could be fixed (some of the same list above) * Make Searches easier - like on all, make it easy to just list everything if that's what somebody wants... maybe even default to showing everything with Paging enabled. Default Search options may also be something to make a User Pref. Thoughts? jesse ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Jesse P. <je...@st...> - 2004-10-15 00:24:21
|
From the list the last few days, and from my experience working with = weberp, it seems it would be good to have more Confirmation pages... = such that when you, for example, click 'Process Credit Note', the next = step is an "are you sure?" that displays the credit note info and = possibly extra things like GL postings as applicable that will be done = when you click Process. Verifying everything thing will take a while to make sure it is done, = but I think we could easily come up with a top 10 or top 5 scripts that = would make things much easier for folks - Invoicing, Purchase Orders, = credit notes, reverse grns ... A couple other things I think we should consider updating: * Make it easier to tell what various buttons do or are taking you. For = example, when creating an Invoice, I can't tell you how many times in = DeliveryDetails.php that I have click 'Modify Order Lines' instead of = 'Commit Changes'. A side by side display with some arrows, even "<--" = and "-->" would help, I think. There are several places this could be = fixed (some of the same list above) * Make Searches easier - like on all, make it easy to just list = everything if that's what somebody wants... maybe even default to = showing everything with Paging enabled. Default Search options may also = be something to make a User Pref. Thoughts? jesse |
From: Chris B. <cb...@en...> - 2004-10-14 19:47:26
|
Well its quite simple, odd, but simple. PDFStarter_ros.inc: Lines 25 - 27: if (!isset($PageSize)){ $PageSize = $_SESSION['PageSize']; } Basically, if you have not set the $PageSize Variable, it sets it to your session variable. Which is fine the First time you print it. But because of the following line 112: $PageSize = array(0,0,$Page_Width,$Page_Height); At this point, with RegisterGlobals on, it assumes $PageSize is the same as $_SESSION[PageSize]. So when you set $PageSize to an array, it throws off the whole equation, because earlier you are expecting a String like "Letter" or "A4" or something to that effect. Does that make sense?? -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Daintrees Sent: Thursday, October 14, 2004 2:04 PM To: web...@li... Subject: Re: [Web-erp-developers] PDFOrderStatus.php I am not sure I understand this snag. I thought we could run with register globals on or off. I need some help here Chris. I have come accross this complaint about the small PDF box before - but I don't understand why. Phil ----- Original Message ----- From: Chris Bice <mailto:cb...@en...> To: web...@li... Sent: Friday, October 15, 2004 3:16 AM Subject: RE: [Web-erp-developers] PDFOrderStatus.php Ok. I found the issue. If you happen to have Register_Globals = On in your PHP.INI file, within the PDFStarter_ros.inc file, around line 112, it sets your $_SESSION[PageSize] from a string to an array. Does it say anywhere in the installation, that you will need to be required to have globals turned off?? If So, is there a way to operate with Globals turned on? Looking for Compatibility Issues here . Chris -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Chris Bice Sent: Thursday, October 14, 2004 9:00 AM To: web...@li... Subject: [Web-erp-developers] PDFOrderStatus.php The First Time I ran this I got the report, a 14 Page PDF File that looks outstanding. Great work for whoever created it. But when I try to print it out again, no matter what I do I get this tiny blank page in Acrobat Reader. Any Idea's as to what is going on? At first I thought maybe it was a session error, but the more I think about it the more I doubt that theory. |
From: Daintrees <p.d...@pa...> - 2004-10-14 19:01:38
|
I am not sure I understand this snag. I thought we could run with = register globals on or off. I need some help here Chris. I have come accross this complaint about = the small PDF box before - but I don't understand why. Phil ----- Original Message -----=20 From: Chris Bice=20 To: web...@li...=20 Sent: Friday, October 15, 2004 3:16 AM Subject: RE: [Web-erp-developers] PDFOrderStatus.php Ok. I found the issue. If you happen to have Register_Globals =3D On = in your PHP.INI file, within the PDFStarter_ros.inc file, around line = 112, it sets your $_SESSION[PageSize] from a string to an array. Does = it say anywhere in the installation, that you will need to be required = to have globals turned off?? If So, is there a way to operate with = Globals turned on? Looking for Compatibility Issues here . =20 Chris =20 -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = Chris Bice Sent: Thursday, October 14, 2004 9:00 AM To: web...@li... Subject: [Web-erp-developers] PDFOrderStatus.php =20 The First Time I ran this I got the report, a 14 Page PDF File that = looks outstanding. Great work for whoever created it. But when I try = to print it out again, no matter what I do I get this tiny blank page in = Acrobat Reader. Any Idea's as to what is going on? At first I thought = maybe it was a session error, but the more I think about it the more I = doubt that theory. |
From: Stins, D. <DR...@Zi...> - 2004-10-14 18:11:56
|
Chris, Thanks. This amazing feature is bothering me too. Now we know why. Dick ----- Original Message -----=20 From: Chris Bice=20 To: web...@li...=20 Sent: Thursday, October 14, 2004 4:16 PM Subject: RE: [Web-erp-developers] PDFOrderStatus.php Ok. I found the issue. If you happen to have Register_Globals =3D On = in your PHP.INI file, within the PDFStarter_ros.inc file, around line = 112, it sets your $_SESSION[PageSize] from a string to an array. Does = it say anywhere in the installation, that you will need to be required = to have globals turned off?? If So, is there a way to operate with = Globals turned on? Looking for Compatibility Issues here . =20 Chris =20 -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = Chris Bice Sent: Thursday, October 14, 2004 9:00 AM To: web...@li... Subject: [Web-erp-developers] PDFOrderStatus.php =20 The First Time I ran this I got the report, a 14 Page PDF File that = looks outstanding. Great work for whoever created it. But when I try = to print it out again, no matter what I do I get this tiny blank page in = Acrobat Reader. Any Idea's as to what is going on? At first I thought = maybe it was a session error, but the more I think about it the more I = doubt that theory. |
From: Chris B. <cb...@en...> - 2004-10-14 14:16:18
|
Ok. I found the issue. If you happen to have Register_Globals = On in your PHP.INI file, within the PDFStarter_ros.inc file, around line 112, it sets your $_SESSION[PageSize] from a string to an array. Does it say anywhere in the installation, that you will need to be required to have globals turned off?? If So, is there a way to operate with Globals turned on? Looking for Compatibility Issues here . Chris -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Chris Bice Sent: Thursday, October 14, 2004 9:00 AM To: web...@li... Subject: [Web-erp-developers] PDFOrderStatus.php The First Time I ran this I got the report, a 14 Page PDF File that looks outstanding. Great work for whoever created it. But when I try to print it out again, no matter what I do I get this tiny blank page in Acrobat Reader. Any Idea's as to what is going on? At first I thought maybe it was a session error, but the more I think about it the more I doubt that theory. |
From: Chris B. <cb...@en...> - 2004-10-14 14:00:30
|
The First Time I ran this I got the report, a 14 Page PDF File that looks outstanding. Great work for whoever created it. But when I try to print it out again, no matter what I do I get this tiny blank page in Acrobat Reader. Any Idea's as to what is going on? At first I thought maybe it was a session error, but the more I think about it the more I doubt that theory. |
From: skaill <sk...@ro...> - 2004-10-14 13:54:58
|
Yikes! Good luck with the laptop... ----- Original Message -----=20 From: Chris Bice=20 To: web...@li...=20 Sent: Thursday, October 14, 2004 9:33 AM Subject: RE: [Web-erp-developers] Chris and Pics I have all the pictures completed. But they are on my laptop.. Just = have to find my laptop now. I got a little "tipsy" the other night when = I was working on it. My friend owns a bar, and I think I may have left = it there. I will let you know more when I find out. I may have to = recreate them. =20 -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = Chris Bice Sent: Friday, October 08, 2004 2:54 PM To: web...@li... Subject: RE: [Web-erp-developers] Chris and Pics =20 Steve, =20 I will work on it First Thing in the Morning I promise. =20 Thanks =20 Chris =20 -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = skaill Sent: Friday, October 08, 2004 1:56 PM To: web...@li... Subject: [Web-erp-developers] Chris and Pics =20 Chris, we got away from getting this done. I'm hoping we can resume = the effort. The banner is great and in use already on the new site that = isn't publicly visible yet. You sent those pics already but since I = don't know how to do the shading like you did I was hoping to get 3 = versions of the pics in 3 different colors. Same pics, different = colors. The blue, beige shade and another shade such as a light = purplish or earth or rust. No red which indicates stop and no green = because it doesn't look distinguished with blue! =20 Are you able to do? =20 These pics will form the foundation for any of our public = correspondence including banner, other website sections, manual(s), = info/ad pages, product, etc. along with a few pics of the product while = I'll be doing to connect the business pics with the product pics. =20 I need to start incorporating them. =20 Steve |
From: Chris B. <cb...@en...> - 2004-10-14 13:33:19
|
I have all the pictures completed. But they are on my laptop.. Just have to find my laptop now. I got a little "tipsy" the other night when I was working on it. My friend owns a bar, and I think I may have left it there. I will let you know more when I find out. I may have to recreate them. -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Chris Bice Sent: Friday, October 08, 2004 2:54 PM To: web...@li... Subject: RE: [Web-erp-developers] Chris and Pics Steve, I will work on it First Thing in the Morning I promise. Thanks Chris -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of skaill Sent: Friday, October 08, 2004 1:56 PM To: web...@li... Subject: [Web-erp-developers] Chris and Pics Chris, we got away from getting this done. I'm hoping we can resume the effort. The banner is great and in use already on the new site that isn't publicly visible yet. You sent those pics already but since I don't know how to do the shading like you did I was hoping to get 3 versions of the pics in 3 different colors. Same pics, different colors. The blue, beige shade and another shade such as a light purplish or earth or rust. No red which indicates stop and no green because it doesn't look distinguished with blue! Are you able to do? These pics will form the foundation for any of our public correspondence including banner, other website sections, manual(s), info/ad pages, product, etc. along with a few pics of the product while I'll be doing to connect the business pics with the product pics. I need to start incorporating them. Steve |
From: Phil D. <we...@pa...> - 2004-10-14 09:13:15
|
Gettextified Prices.php - Steve Prices_Customer.php - Steve Gettextified PDFCustomerList.php - Jesse PDFPriceList.php - Jesse, PDFStockCheckComparison.php - Jesse, PDFStockLocTransfer.php - Jesse and associated pageheader includes Bug fixes GLTransInquiry.php Steve - $rootpath in single quotes, $title above include session.inc Bug fixes DateFunctions.inc, SQL_CommonFunctions.inc Jesse - proper use of DB_query, prnMsg Jesse - I have marked the following scripts as yours: PrintCustOrder.php PrintCustOrder_generic.php PrintCustStatements.php PO_OrderDetails.php PO_PDFPurchOrder.php To recap - I have the following outstanding allocated scripts: CreditStatus.php Luca Currencies.php Luca CustEDISetup.php Rom CustWhereAlloc.php Rom CustomerAllocations.php Rom CustomerBranches.php Rom CustomerInquiry.php Rom DeliveryDetails.php Hani DiscountCategories.php Victor DiscountMatrix.php Victor Help.php Jake InventoryPlanning.php Jake PO_OrderDetails.php Jesse PO_PDFPurchOrder.php Jesse PrintCustOrder.php Jesse PrintCustOrder_generic.php Jesse PrintCustStatements.php Jesse PurchData.php Steve ReverseGRN.php Steve SalesAnalReptCols.php Steve -- Phil |
From: skaill <sk...@ro...> - 2004-10-14 08:50:53
|
Ha! I'll take that as you have done. Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Wednesday, October 13, 2004 4:45 PM Subject: Re: [Web-erp-developers] Change Domain Servers > OK - I have had to ask for the information off Jake again - I put it somewhere > so safe I can't find it again!! > > Phil > > On Thursday 14 October 2004 01:13, skaill wrote: > > Phil, I can make the necessary mods to Sourceforge but we need you to > > change the host domain names in the registry, wherever it is and with the > > userid and password that only you and one other have. > > > > Please let me know when that is done and I will switch it accordingly in > > Sourceforge once the entries have taken effect. > > > > The info from Dick is... > > > > > When you are finished, point the domain weberp.org to: > > > nameserver ns1.zion-it.com 216.127.89.125 > > > nameserver ns2.zion-it.com 216.127.89.126 > > > > I believe you enter the names, not the numbers. > > > > Steve > > -- > Phil > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Phil D. <we...@pa...> - 2004-10-14 08:43:57
|
OK - I have had to ask for the information off Jake again - I put it somewhere so safe I can't find it again!! Phil On Thursday 14 October 2004 01:13, skaill wrote: > Phil, I can make the necessary mods to Sourceforge but we need you to > change the host domain names in the registry, wherever it is and with the > userid and password that only you and one other have. > > Please let me know when that is done and I will switch it accordingly in > Sourceforge once the entries have taken effect. > > The info from Dick is... > > > When you are finished, point the domain weberp.org to: > > nameserver ns1.zion-it.com 216.127.89.125 > > nameserver ns2.zion-it.com 216.127.89.126 > > I believe you enter the names, not the numbers. > > Steve -- Phil |
From: Stins, D. <DR...@Zi...> - 2004-10-13 21:21:38
|
Yes, the message is clear to everybody. But it would be nice when we have one repository where every body can check the status and who is working (assigned) at the issue entierly voluntary. The open issues at your inbox are not accessible to us, so that is not the optimal situation for us to check the open issues. It is not very optimal to search the developers list, because it loaded with lots of e-mails about different issues all mixed up. That's why I recommend a system where you can registrate every remark, thought directly related to an issue/bug/enhancement/.... like tracker of sourceforge http://sourceforge.net/tracker/?group_id=70949. Like you said, you it's voluntary so when an new issue is added to tracker then you can "publish" this in the developer list. When someone want to solve the issue, he/she asks you to allocate this issue to his/her name or change it to .... You are still able to keep a separate inbox of open issues, but it is also available to us at the web. And last but not least, it reduces the amount of e-mails at the developers lists so it saves us all time and we are able to increase more contribution to weberp or spend more time to our families. Right now is the amount of e-mails in the developers list huge, but it scares me when more developers joins weberp and send emails to the developers list. Or am I wrong about this? Dick p.s. I am spoiled at my job, because we are evaluating workflow management systems and implementing iso 2001. ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Tuesday, October 12, 2004 11:30 PM Subject: [Web-erp-developers] webERP chat room > > This is a voluntary project/list and I must say I normally enjoy the > interchanges. > > I don't feel like I can allocate work to anyone Dick - this is all entierly > voluntary. You give as much or as little as you want. I am just happy that > there is more than just me in this now. It sure is great when there is > enthusiasm from several quarters to get to the bottom of a problem. I only > hope the recent terse words will not dampen anyone's enthusiasm for the > project. We need a whole range of skills here to make this project the > success I think it should be. > > Its ironic that the speedy email replies have yielded such different responses > and may possibly have been a factor in the more direct/blunt remarks - I have > noticed this creep into my own emails in the battle to keep on top of the > inbox - it is easy to give people bad vibes in a hasty email which is maybe > not even intended. > > Men, I hope we can continue to keep the happy, ready exchange of ideas > flowing. > > > Phil > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Jesse P. <je...@st...> - 2004-10-13 20:45:17
|
You have an old version of that... the current CVS has that fixed... =20 jesse =20 -----Original Message----- From: Chris Bice [mailto:cb...@en...] Sent: Wednesday, October 13, 2004 16:40 To: web...@li... Subject: [Web-erp-developers] ConfirmDispatch_Invoice.php Error around line 419-428: =20 $QuantityInvoicedIsPositive =3D false; =20 foreach ($_SESSION['Items']->LineItems as $OrderLine) { if ($OrderLine->QtyDispatched > 0){ $QuantityInvoicedIsPositive =3Dtrue; } } echo "<BR><FONT SIZE=3D4 COLOR=3DRED>Error: </FONT>" . = _('There are no lines on this order with a quantity to invoice. No = further processing has been done'); include('includes/footer.inc'); exit; =20 =20 Shouldn't there be an If Statement somewhere???????????? =20 When I test it out, My $OrderLine->QtyDispatched is 3 and no matter what = I get the error and it dies. |
From: Chris B. <cb...@en...> - 2004-10-13 20:40:20
|
Error around line 419-428: $QuantityInvoicedIsPositive = false; foreach ($_SESSION['Items']->LineItems as $OrderLine) { if ($OrderLine->QtyDispatched > 0){ $QuantityInvoicedIsPositive =true; } } echo "<BR><FONT SIZE=4 COLOR=RED>Error: </FONT>" . _('There are no lines on this order with a quantity to invoice. No further processing has been done'); include('includes/footer.inc'); exit; Shouldn't there be an If Statement somewhere???????????? When I test it out, My $OrderLine->QtyDispatched is 3 and no matter what I get the error and it dies. |
From: skaill <sk...@ro...> - 2004-10-13 12:12:10
|
Phil, I can make the necessary mods to Sourceforge but we need you to = change the host domain names in the registry, wherever it is and with = the userid and password that only you and one other have. Please let me know when that is done and I will switch it accordingly in = Sourceforge once the entries have taken effect. The info from Dick is... > When you are finished, point the domain weberp.org to: > nameserver ns1.zion-it.com 216.127.89.125 > nameserver ns2.zion-it.com 216.127.89.126 I believe you enter the names, not the numbers. Steve |
From: Phil D. <we...@pa...> - 2004-10-13 10:21:20
|
=46ixed these 2=20 Many thanks Phil On Wednesday 13 October 2004 18:08, david luo wrote: > ConfirmDispatch_Invoice.php > > if ($_POST['ProcessInvoice'] =3D=3D "Process Invoice"){ > //need init $BOPolicy > $BOPolicy =3D $_POST['BOPolicy']; > > otherwise system will never create > orderdeliverydifferenceslog > > PDFDeliveryDifferences.php > > echo "<OPTION SELECTED'VALUE=3D'All'>All > Locations"; > > should be changed to > echo "<OPTION SELECTED VALUE=3D'All'>All Locations"; > > _________________________________________________________ > Do You Yahoo!? > 150=CD=F2=C7=FAMP3=B7=E8=BF=F1=CB=D1=A3=AC=B4=F8=C4=FA=B4=B3=C8=EB=D2=F4= =C0=D6=B5=EE=CC=C3 > http://music.yisou.com/ > =C3=C0=C5=AE=C3=F7=D0=C7=D3=A6=D3=D0=BE=A1=D3=D0=A3=AC=CB=D1=B1=E9=C3=C0= =CD=BC=A1=A2=D1=DE=CD=BC=BA=CD=BF=E1=CD=BC > http://image.yisou.com > 1G=BE=CD=CA=C71000=D5=D7=A3=AC=D1=C5=BB=A2=B5=E7=D3=CA=D7=D4=D6=FA=C0=A9= =C8=DD=A3=A1 > http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mai= l_ >1g/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out mo= re > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers =2D-=20 Phil |
From: skaill <sk...@ro...> - 2004-10-13 09:44:01
|
Sounds like a good idea. ----- Original Message ----- From: "Daintrees" <p.d...@pa...> To: <web...@li...> Sent: Wednesday, October 13, 2004 1:36 AM Subject: Re: [Web-erp-developers] Re: [Web-erp-users] Order Entry It is fixed already in CVS. I think that we could do with an interim release before 3.0 multi-language version is complete, web-site finished etc. Phil ----- Original Message ----- From: "Jesse Peterson" <je...@st...> To: <web...@li...> Sent: Wednesday, October 13, 2004 9:15 AM Subject: RE: [Web-erp-developers] Re: [Web-erp-users] Order Entry Not that this ended up being a difficult fix, but Melvin was running PHP5 and was bitten by this bug. I worked with him off list to find this out and get him running a corrected version of the SelectOrderItems.php scripts. It is attached... Phil, as I mentioned before, a working 2.9 verion may need to be posted, OR requirements should be posted noting that PHP5 is not actually 100% supported in 2.9 and previous version. jesse -----Original Message----- From: Daintrees [mailto:p.d...@pa...] Sent: Tuesday, October 12, 2004 14:20 To: web...@li... Subject: Re: [Web-erp-developers] Re: [Web-erp-users] Order Entry It's to do with the treatment of strrpos and strpos between versions of PHP - PHP 5 has this function re-written I side stepped the issue by using a function that worked in both versions the same way ... as I recall. Phil ----- Original Message ----- From: "Jesse Peterson" <je...@st...> To: <web...@li...> Sent: Wednesday, October 13, 2004 6:57 AM Subject: RE: [Web-erp-developers] Re: [Web-erp-users] Order Entry > Steve, please be mindful to have a grasp of the problem before posting > things... this may simply confuse everyone or get 2 or 3 people doing the > same things, especially since you have posted a bit of code that is > different than what Melvin on the Users list is using. I know you are > trying to be helpful, but, in general, having to wade through emails with > lots of guesses & maybes, but little solid information is not horribly > helpful. > > That said, I have his version of this, from the 2.9 version and have not > been able to recreate the error. The first thing I tested was this > section, and it seems fine so far. I do wonder about the "+3", as 2.9 does > has it as "+1" - that may be the point of contention, but I need a little > more testing to tell for sure. I'm also in the middle of a work day, > though, so it may not be in the next 30 minutes... > > If I find a problem for sure, I will let everyone know. > > > jesse > > > -----Original Message----- > From: skaill [mailto:sk...@ro...] > Sent: Tuesday, October 12, 2004 12:53 > To: web...@li... > Subject: [Web-erp-developers] Re: [Web-erp-users] Order Entry > > > Actually, looks like a variable may be assembling or disassembling the > parameter incorrectly. Possibly...the Select variable. > > $_POST['Select'] = $myrow["DebtorNo"] . " - ". $myrow["BranchCode"]; > ... > $_SESSION['Items']->Branch = > substr($_POST['Select'],strpos($_POST['Select']," - ")+3); > ... > $_POST['Select'] = substr($_POST['Select'],0,strpos($_POST['Select']," - > ")); > > You get dashes and then they are stripped where used. Only I think that > Branch Code with the minus sign in it is not being stripped correctly. > I'm > thinking this info will help someone who has more experience in that code > know what the issue is... > > Steve > > ----- Original Message ----- > From: "Melvin Sequera" <kat...@ya...> > To: <web...@li...> > Sent: Tuesday, October 12, 2004 11:11 AM > Subject: [Web-erp-users] Order Entry > > >> Good morning guys. >> >> Right now I'm trying to introduce a nuew order to be >> billing later. But the system throw me this error: >> >> The branch details for branch code: against customer >> code: 0130000200 could not be retrieved. Check the set >> up of the customer and branch. >> The SQL that failed to get the branch details was: >> SELECT CustBranch.BrName, >> CustBranch.BrAddress1,BrAddress2, BrAddress3, >> BrAddress4, PhoneNo, Email, DefaultLocation, >> DefaultShipVia From CustBranch WHERE >> CustBranch.BranchCode='- 0130000202' AND >> CustBranch.DebtorNo = '0130000200' >> >> The question is why? I've configured the master >> customer record and configured two branchs, one of tis >> branchs has the code 0130000202 so I don't understand >> where is the problem. >> >> Could you help me please? >> >> Thanks in advance. >> >> Melvin >> >> _________________________________________________________ >> Do You Yahoo!? >> Información de Estados Unidos y América Latina, en Yahoo! Noticias. >> Visítanos en http://noticias.espanol.yahoo.com >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >> Use IT products in your business? Tell us what you think of them. Give us >> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more >> http://productguide.itmanagersjournal.com/guidepromo.tmpl >> _______________________________________________ >> Web-erp-users mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-users > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Phil D. <we...@pa...> - 2004-10-13 09:30:37
|
This is a voluntary project/list and I must say I normally enjoy the interchanges. I don't feel like I can allocate work to anyone Dick - this is all entierly voluntary. You give as much or as little as you want. I am just happy that there is more than just me in this now. It sure is great when there is enthusiasm from several quarters to get to the bottom of a problem. I only hope the recent terse words will not dampen anyone's enthusiasm for the project. We need a whole range of skills here to make this project the success I think it should be. Its ironic that the speedy email replies have yielded such different responses and may possibly have been a factor in the more direct/blunt remarks - I have noticed this creep into my own emails in the battle to keep on top of the inbox - it is easy to give people bad vibes in a hasty email which is maybe not even intended. Men, I hope we can continue to keep the happy, ready exchange of ideas flowing. Phil |
From: skaill <sk...@ro...> - 2004-10-13 09:19:46
|
Hi Phil, While comparing versions with the newest I noted a few issues. Thought = I'd list them here since they are one liners... 1) In UserSettings.php I think... if ($_POST['Modify']) { should be if (isset($_POST['Modify'])) { 2) Just to confirm. I sent Prices.php but I believe I'm seeing the old = Prices.php. I understand it takes you some time and work to get = everything in there. Just making sure that's right. 3) In PaymentTerms.php, about 3/4 of the way down... echo '<table></CENTER><P>'; should say echo '</table></CENTER><P>'; In other words table needs a / before it because it should be a closing = tag. Steve |
From: Daintrees <p.d...@pa...> - 2004-10-13 05:54:09
|
Team, I notice I've responded too to some issues that you guys have long since dealt with - I guess I'm still getting used to the fact that there is a team now! I only come back to this periodically, trying to hold down a job which doesn't involve webERP. We probably should all think about our responses more carefully and review the whole bunch of emails before responding to the first one!! (What I have just failed to do!!) I think more communication is good. The quality of that communication though could probably be improved with a little time for reflection/research first. Scripts should be posted to me off list. I will advise the list of updates to CVS certainly when it is not just me tweaking stuff to ensure everyone knows who is contributing what. I have to say I keep the emails - the ones worth keeping at least as a reference and I would much rather look through my archive than the web interface. I keep open issues in my in box and have a dedicated machine for weberp development. Open issues don't get forgotten I hope as a result. I too enjoy a "lengthy, dull, wordy conversations on things..." especially in relation to webERP .... bring it on :-) Phil ----- Original Message ----- From: "Jesse Peterson" <je...@st...> To: <web...@li...> Sent: Wednesday, October 13, 2004 12:08 PM Subject: RE: [Web-erp-developers] huge amount of emails > >> A solution for this issue might be: >> use tracker of sourceforge http://sourceforge.net/tracker/?group_id=70949 >> I guess that the Admin (Phil) is triggered when a new issue is added and >> forward (or assigns) it to de developerslist so it can be solved by >> someone. > > I guess Phil checks that - I'd never looked at it till now. Ironically, I > happened to fix #1038768 over the weekend with some other fixes. That > really is the best place for bug reports and would cut down on some of the > conversation - even so, I wouldn't want to have to read through the > entries and feel like I'm reading a chat room transcript, which is how I > sometimes feel reading through the developers list now. > > The only other thing I don't exactly understand (and don't do) is posting > code fixes/updates to the list... normally that would be cvs and our CVS > is basically Phil, so there's not much point in sending new files to the > list, but that's just my opinion. > > Don't get me wrong here - I'm all for lengthy, dull, wordy conversations > on things... there just seem to be a good number of things that could be > taken off-list, at least for a majority of the conversation. > > > jesse > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |