[Weberp-svn] SF.net SVN: weberp:[7043] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-26 20:40:44
|
Revision: 7043 http://weberp.svn.sourceforge.net/weberp/?rev=7043&view=rev Author: tim_schofield Date: 2011-07-26 20:40:37 +0000 (Tue, 26 Jul 2011) Log Message: ----------- XHTML corrections to code Modified Paths: -------------- trunk/MRPPlannedPurchaseOrders.php trunk/MRPPlannedWorkOrders.php trunk/MRPReport.php trunk/MRPReschedules.php trunk/MRPShortages.php Modified: trunk/MRPPlannedPurchaseOrders.php =================================================================== --- trunk/MRPPlannedPurchaseOrders.php 2011-07-26 20:40:05 UTC (rev 7042) +++ trunk/MRPPlannedPurchaseOrders.php 2011-07-26 20:40:37 UTC (rev 7043) @@ -183,7 +183,7 @@ // Parameters for addTextWrap are defined in /includes/class.pdf.php // 1) X position 2) Y position 3) Width - // 4) Height 5) Text 6) Alignment 7) Border 8) Fill - True to use SetFillColor + // 4) Height 5) text 6) Alignment 7) Border 8) Fill - True to use SetFillColor // and False to set to transparent $FormatedSupDueDate = ConvertSQLDate($myrow['duedate']); $FormatedSupMRPDate = ConvertSQLDate($myrow['mrpdate']); Modified: trunk/MRPPlannedWorkOrders.php =================================================================== --- trunk/MRPPlannedWorkOrders.php 2011-07-26 20:40:05 UTC (rev 7042) +++ trunk/MRPPlannedWorkOrders.php 2011-07-26 20:40:37 UTC (rev 7043) @@ -175,7 +175,7 @@ // Parameters for addTextWrap are defined in /includes/class.pdf.php // 1) X position 2) Y position 3) Width - // 4) Height 5) Text 6) Alignment 7) Border 8) Fill - True to use SetFillColor + // 4) Height 5) text 6) Alignment 7) Border 8) Fill - True to use SetFillColor // and False to set to transparent $FormatedSupDueDate = ConvertSQLDate($myrow['duedate']); $FormatedSupMRPDate = ConvertSQLDate($myrow['mrpdate']); Modified: trunk/MRPReport.php =================================================================== --- trunk/MRPReport.php 2011-07-26 20:40:05 UTC (rev 7042) +++ trunk/MRPReport.php 2011-07-26 20:40:37 UTC (rev 7043) @@ -434,7 +434,7 @@ */ // Parameters for addTextWrap are defined in /includes/class.pdf.php // 1) X position 2) Y position 3) Width - // 4) Height 5) Text To Display 6) Alignment 7) Border 8) Fill - True to use SetFillColor + // 4) Height 5) text To Display 6) Alignment 7) Border 8) Fill - True to use SetFillColor // and False to set for transparent if (isset($Requirements[$i]['part']) and mb_strlen($Requirements[$i]['part']) > 1) { $FormatedReqDueDate = ConvertSQLDate($Requirements[$i]['daterequired']); Modified: trunk/MRPReschedules.php =================================================================== --- trunk/MRPReschedules.php 2011-07-26 20:40:05 UTC (rev 7042) +++ trunk/MRPReschedules.php 2011-07-26 20:40:37 UTC (rev 7043) @@ -89,7 +89,7 @@ // Parameters for addTextWrap are defined in /includes/class.pdf.php // 1) X position 2) Y position 3) Width - // 4) Height 5) Text 6) Alignment 7) Border 8) Fill - True to use SetFillColor + // 4) Height 5) text 6) Alignment 7) Border 8) Fill - True to use SetFillColor // and False to set to transparent $pdf->addTextWrap($Left_Margin,$YPos,90,$FontSize,$myrow['part'],'',0,$fill); $pdf->addTextWrap(130,$YPos,200,$FontSize,$myrow['description'],'',0,$fill); Modified: trunk/MRPShortages.php =================================================================== --- trunk/MRPShortages.php 2011-07-26 20:40:05 UTC (rev 7042) +++ trunk/MRPShortages.php 2011-07-26 20:40:37 UTC (rev 7043) @@ -201,7 +201,7 @@ // Parameters for addTextWrap are defined in /includes/class.pdf.php // 1) X position 2) Y position 3) Width - // 4) Height 5) Text 6) Alignment 7) Border 8) Fill - True to use SetFillColor + // 4) Height 5) text 6) Alignment 7) Border 8) Fill - True to use SetFillColor // and False to set to transparent $shortage = ($myrow['demand'] - $myrow['supply']) * -1; $extcost = $shortage * $myrow['computedcost']; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |