From: Scott R. <s....@pr...> - 2005-07-19 20:51:30
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1">all,<br> <br> does anyone know of a reason why the output of the 'Delivery To' address and the 'Quotation For' address is done differently in /includes/PDFQuotationPageHeader.inc ? I noticed the difference because I tried to print a quote where both addresses used all 4 lines available for the address.<br> <br> $FontSize=14;<br> $pdf->addText($XPos, $YPos,$FontSize, _('Delivery To').':' );<br> $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['deliverto']);<br> $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['deladd1']);<br> $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['deladd2']);<br> $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['deladd3'] . ' ' . $myrow['deladd4']);<br> <br> $YPos -= 80;<br> <br> $pdf->addText($XPos, $YPos,$FontSize, _('Quotation For').':');<br> $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['name']);<br> $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['address1']);<br> $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['address2']);<br> $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['address3']);<br> $pdf->addText($XPos, $YPos-75,$FontSize, $myrow['address4']);<br> <br> for consistency, shouldn't that address4 be concatenated with address3?<br> <br> regards,<br> scott<br> </font> </body> </html> |
From: Phil D. <we...@pa...> - 2004-09-16 08:24:54
|
Hi Franck, Many thanks for feeding back your work to the project. I see that you have re-used the existing sales order entry code SelectOrderItems with a quote option and there are some new tables - Please could you send me the sql for the new tables? Are the changes confined to SelectOrderItems.php and SelectCompletedOrder.php. Unfortunately, there has been a particularly active phase of development towards multi-language so many scripts have changed. Is it possible to convert a quotation to an order? I know there was a request some time ago to add quotations. I will see if I can figure out the changes to incorporate them into the system, although this is often tricky when the development has been done on an older version. I certainly appreciate the opportunity to have a go though. Phil |
From: skaill <sk...@ro...> - 2004-09-16 09:10:37
|
A visual file compare tool may make it easier to make sure when merging older code with new. I like Beyond Compare but it's only for Windows and costs $30 after the trial period. It's amazing though. Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <fr...@so...> Cc: <web...@li...> Sent: Thursday, September 16, 2004 4:26 PM Subject: [Web-erp-developers] Quotations > Hi Franck, > > Many thanks for feeding back your work to the project. > > I see that you have re-used the existing sales order entry code > SelectOrderItems with a quote option and there are some new tables - > Please could you send me the sql for the new tables? > > Are the changes confined to SelectOrderItems.php and > SelectCompletedOrder.php. Unfortunately, there has been a particularly > active phase of development towards multi-language so many scripts have > changed. > > Is it possible to convert a quotation to an order? > > I know there was a request some time ago to add quotations. I will see > if I can figure out the changes to incorporate them into the system, > although this is often tricky when the development has been done on an > older version. > > I certainly appreciate the opportunity to have a go though. > > Phil > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Franck M. <fr...@so...> - 2004-09-16 09:17:52
|
Hmm, yes there are a couple of sql tables but they are based on the sales tables too... I will extract them and send them to you... I think you can convert a quotation to an order, but not sure. I did that a couple of months ago and forgot to post the diff to you... I have done a cvs update, and noted the conflicts so I will solve these conflicts and see that there is still functionality based on the current version. But as I said it is mainly standalone, except for the modification fo the menus... Cheers Phil Daintree wrote: >Hi Franck, > >Many thanks for feeding back your work to the project. > >I see that you have re-used the existing sales order entry code >SelectOrderItems with a quote option and there are some new tables - >Please could you send me the sql for the new tables? > >Are the changes confined to SelectOrderItems.php and >SelectCompletedOrder.php. Unfortunately, there has been a particularly >active phase of development towards multi-language so many scripts have >changed. > >Is it possible to convert a quotation to an order? > >I know there was a request some time ago to add quotations. I will see >if I can figure out the changes to incorporate them into the system, >although this is often tricky when the development has been done on an >older version. > >I certainly appreciate the opportunity to have a go though. > >Phil > > |
From: Franck M. <fr...@so...> - 2004-09-19 23:20:17
Attachments:
signature.asc
|
Ok, I have nearly finished to merge the quotation with the current CVS. I will send you the complete tarball when done, so you can do a diff with your CVS version and see the differences... Cheers Phil Daintree wrote: >Hi Franck, > >Many thanks for feeding back your work to the project. > >I see that you have re-used the existing sales order entry code >SelectOrderItems with a quote option and there are some new tables - >Please could you send me the sql for the new tables? > > > -- Franck Martin ICT Specialist fr...@so... SOPAC, Fiji GPG Key fingerprint = 44A4 8AE4 392A 3B92 FDF9 D9C6 BE79 9E60 81D9 1320 "Toute connaissance est une reponse a une question" G.Bachelard |
From: Phil D. <we...@pa...> - 2004-09-20 10:08:27
|
Brilliant Franck that will be most helpful. Many thanks Phil On Mon, 2004-09-20 at 11:20, Franck Martin wrote: > Ok, > > I have nearly finished to merge the quotation with the current CVS. I > will send you the complete tarball when done, so you can do a diff with > your CVS version and see the differences... > > Cheers > > Phil Daintree wrote: > > >Hi Franck, > > > >Many thanks for feeding back your work to the project. > > > >I see that you have re-used the existing sales order entry code > >SelectOrderItems with a quote option and there are some new tables - > >Please could you send me the sql for the new tables? > > > > > > |
From: Phil D. <we...@pa...> - 2005-07-20 06:58:09
|
Probly. On Wed, 20 Jul 2005 08:51, Scott Rosa wrote: > all, > > does anyone know of a reason why the output of the 'Delivery To' address > and the 'Quotation For' address is done differently in > /includes/PDFQuotationPageHeader.inc ?=A0 I noticed the difference becaus= e I > tried to print a quote where both addresses used all 4 lines available for > the address. > > $FontSize=3D14; > $pdf->addText($XPos, $YPos,$FontSize, _('Delivery To').':' ); > $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['deliverto']); > $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['deladd1']); > $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['deladd2']); > $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['deladd3'] . ' ' . > $myrow['deladd4']); > > $YPos -=3D 80; > > $pdf->addText($XPos, $YPos,$FontSize, _('Quotation For').':'); > $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['name']); > $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['address1']); > $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['address2']); > $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['address3']); > $pdf->addText($XPos, $YPos-75,$FontSize, $myrow['address4']); > > for consistency, shouldn't that address4 be concatenated with address3? > > regards, > scott > ------------------------------------------------------- SF.Net email is > sponsored by: Discover Easy Linux Migration Strategies from IBM. Find > simple to follow Roadmaps, straightforward articles, informative Webcasts > and more! Get everything you need to get up to speed, fast. > http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ Web-erp-developers mailing > list Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers =2D-=20 Phil Daintree webERP Project Admin |
From: Phil D. <we...@pa...> - 2005-07-20 09:13:16
|
Looks like this already fixed in CVS can't recall doing it? Phil On Wed, 20 Jul 2005 08:51, Scott Rosa wrote: > all, > > does anyone know of a reason why the output of the 'Delivery To' address > and the 'Quotation For' address is done differently in > /includes/PDFQuotationPageHeader.inc ?=A0 I noticed the difference becaus= e I > tried to print a quote where both addresses used all 4 lines available for > the address. > > $FontSize=3D14; > $pdf->addText($XPos, $YPos,$FontSize, _('Delivery To').':' ); > $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['deliverto']); > $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['deladd1']); > $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['deladd2']); > $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['deladd3'] . ' ' . > $myrow['deladd4']); > > $YPos -=3D 80; > > $pdf->addText($XPos, $YPos,$FontSize, _('Quotation For').':'); > $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['name']); > $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['address1']); > $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['address2']); > $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['address3']); > $pdf->addText($XPos, $YPos-75,$FontSize, $myrow['address4']); > > for consistency, shouldn't that address4 be concatenated with address3? > > regards, > scott > ------------------------------------------------------- SF.Net email is > sponsored by: Discover Easy Linux Migration Strategies from IBM. Find > simple to follow Roadmaps, straightforward articles, informative Webcasts > and more! Get everything you need to get up to speed, fast. > http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ Web-erp-developers mailing > list Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers =2D-=20 Phil Daintree webERP Project Admin |
From: Scott R. <s....@pr...> - 2005-07-20 12:36:39
|
sorry, should have checked cvs before sending off this note. i have to get better about that. Phil Daintree wrote: >Looks like this already fixed in CVS can't recall doing it? > >Phil > > >On Wed, 20 Jul 2005 08:51, Scott Rosa wrote: > > >>all, >> >> does anyone know of a reason why the output of the 'Delivery To' address >>and the 'Quotation For' address is done differently in >>/includes/PDFQuotationPageHeader.inc ? I noticed the difference because I >>tried to print a quote where both addresses used all 4 lines available for >>the address. >> >> $FontSize=14; >> $pdf->addText($XPos, $YPos,$FontSize, _('Delivery To').':' ); >> $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['deliverto']); >> $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['deladd1']); >> $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['deladd2']); >> $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['deladd3'] . ' ' . >>$myrow['deladd4']); >> >> $YPos -= 80; >> >> $pdf->addText($XPos, $YPos,$FontSize, _('Quotation For').':'); >> $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['name']); >> $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['address1']); >> $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['address2']); >> $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['address3']); >> $pdf->addText($XPos, $YPos-75,$FontSize, $myrow['address4']); >> >> for consistency, shouldn't that address4 be concatenated with address3? >> >> regards, >> scott >> ------------------------------------------------------- SF.Net email is >>sponsored by: Discover Easy Linux Migration Strategies from IBM. Find >>simple to follow Roadmaps, straightforward articles, informative Webcasts >>and more! Get everything you need to get up to speed, fast. >>http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>_______________________________________________ Web-erp-developers mailing >>list Web...@li... >>https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> > > > |