changes in dashboard : ps

This commit is contained in:
sanjeev.p 2021-10-09 14:03:14 +05:30
parent 32847ac08a
commit c56c85a6bf

19
application/views/dashboard.php Normal file → Executable file
View File

@ -903,18 +903,19 @@
<span class="card-text">Total PO</span>
<?php }} ?>
</div>
<div style="float:right;padding: 0 15px 0 15px;">
<?php if (!empty($pendingpo)) {
foreach ($pendingpo as $pendingpolist) {
?>
<span class="card-number"><?php echo $pendingpolist->pending; ?></span>
<span class="card-text">Pending PO</span>
<?php }} ?>
</div>
<div>
<div style="float:right; padding-right:15px;">
<span class="card-number"><i class="fa fa-rupee "></i> <?php echo $convertiontotalordervalue; ?></span>
<span class="card-text">Total Order Value</span>
</div>
<div style="bottom: 27px;position: absolute;">
<?php if (!empty($pendingpo)) {
foreach ($pendingpo as $pendingpolist) {
?><i class="fa fa-clock-o" aria-hidden="true"></i>
<span>There Are </span>
<span style = "font-style: italic; font-size: 18px" ><?php echo $pendingpolist->pending ? $pendingpolist->pending : 0 ; ?></span>
<span>Pending PO</span>
<?php }} ?>
</div>
</div>
<a href="<?php echo base_url(); ?>TotalOrder" class="card-footer" >More info <i class="fa fa-arrow-circle-right"></i></a>
</div>