From: <tim...@us...> - 2010-03-30 07:26:11
|
Revision: 3400 http://web-erp.svn.sourceforge.net/web-erp/?rev=3400&view=rev Author: tim_schofield Date: 2010-03-30 07:26:05 +0000 (Tue, 30 Mar 2010) Log Message: ----------- Tim: PrintCustStatements.php - Use new layout when all statements printed Modified Paths: -------------- trunk/PrintCustStatements.php trunk/doc/Change.log.html Modified: trunk/PrintCustStatements.php =================================================================== --- trunk/PrintCustStatements.php 2010-03-30 06:39:55 UTC (rev 3399) +++ trunk/PrintCustStatements.php 2010-03-30 07:26:05 UTC (rev 3400) @@ -11,6 +11,10 @@ // If this file is called from another script, we set the required POST variables from the GET // We call this file from SelectCustomer.php when a customer is selected and we want a statement printed + +if (isset($_POST['PrintPDF'])) { + $PaperSize='A4_Landscape'; +} if (isset($_GET['PrintPDF'])) { $FromCust = $_GET['FromCust']; $ToCust = $_GET['ToCust']; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-03-30 06:39:55 UTC (rev 3399) +++ trunk/doc/Change.log.html 2010-03-30 07:26:05 UTC (rev 3400) @@ -1,6 +1,7 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> -<p>22/03/10 Tim: SelectCustomer.php - Remove extra '<' character</p> +<p>30/03/10 Tim: PrintCustStatements.php - Use new layout when all statements printed</p> +<p>22/03/10 Tim: SelectCustomer.php - Remove extra '>' character</p> <p>22/03/10 Tim: Change customer statement layout to not have overlapping text</p> <p>21/03/10 Simon Peter Otandeka: PDFStatementPageHeader.inc - Correction for right margin variable misnamed</p> <p>21/03/10 Pak Ricad: MRPShortages.php - Correctuion to mrp shortages report where total supply = 0</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |