Esempio n. 1
0
                    </div>	
                </div>
                 </a>
            </div>
                        <div class="span2" style="background-color: #669900;">
                              <a href="<?php 
    echo DHS_ROOT;
    ?>
index.php?view=arrived_stock&menu=stock">
                <div class="thumbnail text-center admin-dashboard-stats-box" style="height:150px; color:#fff;">
                    <div style="margin-top:15px;">
                        <strong><span style="font-size:1.25em;">Today Purchage</span></strong><hr/>
                        <div>&nbsp;</div>
                        <div style="font-size:1.0em;">
                        	<?php 
    $purchage = DhsHelper::getPurchage($con);
    if ($revenue < 0) {
        echo '<div style="color:#EE0400; font-weight:bold;"> Rs. ' . $purchage . '</div>';
    } else {
        echo 'Rs. ' . $purchage;
    }
    ?>

						</div>
                    </div>	
                </div>
                                  </a>
            </div>
            
            
            <div class="span2" style="background-color: #CC0000;">