| 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> |
| 143 | | <td align="center" nowrap><?php echo $therecord["id"]?></td> |
| 144 | | <td align="center" nowrap><?php echo $therecord["orderdate"]?formatFromSQLDate($therecord["orderdate"]):" " ?></td> |
| 145 | | <td align="center" nowrap><?php echo $therecord["invoicedate"]?formatFromSQLDate($therecord["invoicedate"]):" " ?></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"]):" " ?></td> |
| | 145 | <td align="center" nowrap="nowrap"><?php echo $therecord["invoicedate"]?formatFromSQLDate($therecord["invoicedate"]):" " ?></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> |