phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/report/products_saleshistory.php

    r204 r205  
    117117   <table border="0" cellpadding="3" cellspacing="0"> 
    118118        <tr> 
    119          <th align="center" nowrap >ID</th> 
    120          <th align="center" nowrap >Order Date</th> 
    121          <th align="center" nowrap >Invc. Date</th> 
    122          <th nowrap  width="100%" align="left">Client</th> 
    123          <th align="center" nowrap >Qty.</th> 
    124          <th align="right" nowrap >Unit Cost</th> 
    125          <th align="right" nowrap >Cost Ext.</th> 
    126          <th align="right" nowrap >Unit Price</th> 
    127          <th align="right" nowrap >Price Ext.</th> 
     119         <th align="center" nowrap="nowrap" >ID</th> 
     120         <th align="center" nowrap="nowrap" >Order Date</th> 
     121         <th align="center" nowrap="nowrap" >Invc. Date</th> 
     122         <th nowrap="nowrap"  width="100%" align="left">Client</th> 
     123         <th align="center" nowrap="nowrap" >Qty.</th> 
     124         <th align="right" nowrap="nowrap" >Unit Cost</th> 
     125         <th align="right" nowrap="nowrap" >Cost Ext.</th> 
     126         <th align="right" nowrap="nowrap" >Unit Price</th> 
     127         <th align="right" nowrap="nowrap">Price Ext.</th> 
    128128        </tr> 
    129129    <?php        
     
    141141?> 
    142142        <tr> 
    143          <td align="center" nowrap><?php echo $therecord["id"]?></td> 
    144          <td align="center" nowrap><?php echo $therecord["orderdate"]?formatFromSQLDate($therecord["orderdate"]):"&nbsp;" ?></td> 
    145          <td align="center" nowrap><?php echo $therecord["invoicedate"]?formatFromSQLDate($therecord["invoicedate"]):"&nbsp;" ?></td> 
    146          <td nowrap><?php echo $therecord["client"]?></td> 
    147          <td align="center" nowrap><?php echo number_format($therecord["qty"],2)?></td> 
    148          <td align="right" nowrap><?php echo "\$".number_format($therecord["cost"],2)?></td> 
    149          <td align="right" nowrap><?php echo "\$".number_format($therecord["extendedcost"],2)?></td> 
    150          <td align="right" nowrap><?php echo "\$".number_format($therecord["price"],2)?></td> 
    151          <td align="right" nowrap><?php echo "\$".number_format($therecord["extended"],2)?></td> 
     143         <td align="center" nowrap="nowrap"><?php echo $therecord["id"]?></td> 
     144         <td align="center" nowrap="nowrap"><?php echo $therecord["orderdate"]?formatFromSQLDate($therecord["orderdate"]):"&nbsp;" ?></td> 
     145         <td align="center" nowrap="nowrap"><?php echo $therecord["invoicedate"]?formatFromSQLDate($therecord["invoicedate"]):"&nbsp;" ?></td> 
     146         <td nowrap="nowrap"><?php echo $therecord["client"]?></td> 
     147         <td align="center" nowrap="nowrap"><?php echo number_format($therecord["qty"],2)?></td> 
     148         <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["cost"],2)?></td> 
     149         <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["extendedcost"],2)?></td> 
     150         <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["price"],2)?></td> 
     151         <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["extended"],2)?></td> 
    152152        </tr> 
    153153    <?php } ?> 
     
    158158         <td class="grandtotals">&nbsp;</td> 
    159159         <td align="center" class="grandtotals"><?php echo number_format($totalquantity,2)?></td> 
    160          <td align="right" nowrap class="grandtotals">avg. = <?php $numrows?$avgcost=$avgcost/$numrows:$avgcost=0; echo "\$".number_format($avgcost,2)?></td> 
     160         <td align="right" nowrap="nowrap"class="grandtotals">avg. = <?php $numrows?$avgcost=$avgcost/$numrows:$avgcost=0; echo "\$".number_format($avgcost,2)?></td> 
    161161         <td align="right" class="grandtotals"><?php echo "\$".number_format($totalcostextended,2)?></td> 
    162          <td align="right" nowrap class="grandtotals">avg. = <?php $numrows?$avgprice=$avgprice/$numrows:$avgprice=0; echo "\$".number_format($avgprice,2)?></td> 
     162         <td align="right" nowrap="nowrap" class="grandtotals">avg. = <?php $numrows?$avgprice=$avgprice/$numrows:$avgprice=0; echo "\$".number_format($avgprice,2)?></td> 
    163163         <td align="right" class="grandtotals"><?php echo "\$".number_format($totalextended,2)?></td> 
    164164        </tr> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.