| 128 | | <th align="center" nowrap>id</th> |
| 129 | | <th align="left" nowrap >type</th> |
| 130 | | <th align="left" nowrap >date</th> |
| 131 | | <th align="left" nowrap >part num.</th> |
| 132 | | <th width="100%" nowrap align="left">name</th> |
| 133 | | <th align="right" nowrap >price</th> |
| 134 | | <th align="center" nowrap >qty.</th> |
| 135 | | <th align="right" nowrap >ext.</th> |
| | 128 | <th align="center" nowrap="nowrap">id</th> |
| | 129 | <th align="left" nowrap="nowrap" >type</th> |
| | 130 | <th align="left" nowrap="nowrap" >date</th> |
| | 131 | <th align="left" nowrap="nowrap" >part num.</th> |
| | 132 | <th width="100%" nowrap="nowrap" align="left">name</th> |
| | 133 | <th align="right" nowrap="nowrap" >price</th> |
| | 134 | <th align="center" nowrap="nowrap" >qty.</th> |
| | 135 | <th align="right" nowrap="nowrap" >ext.</th> |
| 143 | | <td align="left" nowrap><?php echo $therecord["id"]?$therecord["id"]:" " ?></td> |
| 144 | | <td align="left" nowrap><?php echo $therecord["type"]?$therecord["type"]:" " ?></td> |
| 145 | | <td align="left" nowrap><?php echo $therecord["formateddate"]?$therecord["formateddate"]:" " ?></td> |
| 146 | | <td nowrap><?php echo $therecord["partnumber"]?></td> |
| 147 | | <td nowrap><?php echo $therecord["partname"]?></td> |
| 148 | | <td align="right" nowrap><?php echo "\$".number_format($therecord["price"],2)?></td> |
| 149 | | <td align="center" nowrap><?php echo $therecord["qty"]?></td> |
| 150 | | <td align="right" nowrap><?php echo "\$".number_format($therecord["extended"],2)?></td> |
| | 143 | <td align="left" nowrap="nowrap"><?php echo $therecord["id"]?$therecord["id"]:" " ?></td> |
| | 144 | <td align="left" nowrap="nowrap"><?php echo $therecord["type"]?$therecord["type"]:" " ?></td> |
| | 145 | <td align="left" nowrap="nowrap"><?php echo $therecord["formateddate"]?$therecord["formateddate"]:" " ?></td> |
| | 146 | <td nowrap="nowrap"><?php echo $therecord["partnumber"]?></td> |
| | 147 | <td nowrap="nowrap"><?php echo $therecord["partname"]?></td> |
| | 148 | <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["price"],2)?></td> |
| | 149 | <td align="center" nowrap="nowrap"><?php echo $therecord["qty"]?></td> |
| | 150 | <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["extended"],2)?></td> |