コード例 #1
0
                            <td><label><b>Priced Under Cost</b></label></td>
                      </tr>
                    <?php 
$prices = $objDispatch->getPriceUnderCost();
?>
                      <tr>
                            <td style="text-align: justify; padding-bottom: 10px"><?php 
echo $prices;
?>
</td>
                      </tr>
                      <tr>
                            <td><label><b>Purchases by Vendor</b></label></td>
                      </tr>
                    <?php 
$purchase = $objDispatch->getPurchases();
$totalPurchase = $objDispatch->getTotalPurchases();
?>
                      <tr>
                            <td style="text-align: justify;"><?php 
echo $purchase;
?>
</td>
                      </tr>
                      <tr>
                            <td style="padding-bottom: 10px"><label>Total Purchases $<?php 
echo $totalPurchase;
?>
</label></td>
                      </tr>
                      <tr>