| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/wit-crm/modules/purchase/views/ |
Upload File : |
<div class="widget" id="widget-<?php echo basename(__FILE__,".php"); ?>" data-name="<?php echo _l('purchase_widget'); ?>">
<div class="panel_s user-data">
<div class="panel-body">
<div class="widget-dragger"></div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-6">
<h4 class="no-margin font-bold"><i class="fa fa-shopping-cart" aria-hidden="true"></i> <?php echo _l('orders_are_about_to_be_delivered'); ?></h4>
</div>
<div class="col-md-6">
<a href="<?php echo admin_url('purchase/purchase_order'); ?>" class="btn btn-info pull-right"><?php echo _l('view_all'); ?></a>
</div>
</div>
<hr />
</div>
</div>
<?php
$arr_table = [];
$arr_table[] = _l('pur_order_number');
$arr_table[] = _l('order_date');
$arr_table[] = _l('vendor');
$arr_table[] = _l('po_value');
$arr_table[] = _l('tax_value');
$arr_table[] = _l('delivery_date');
$arr_table[] = _l('delivery_status');
?>
<?php render_datatable($arr_table,'table_purorder_wg'); ?>
</div>
</div>
</div>