예제 #1
0
                            <td><label><b>Missing Items</b></label></td>
                      </tr>
                    <?php 
$items = $objDispatch->getMissingItems();
?>
                      <tr>
                            <td style="text-align: justify; padding-bottom: 10px"><?php 
echo $items;
?>
</td>
                      </tr>
                      <tr>
                            <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>