HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/self/cwd/pm/plugins/Purchase/Views/vendors/groups/quotations.php
<div class="col-md-12" id="small-table">
	<div class="page-title clearfix">
    <h4 class="no-margin font-bold"><i class="fa fa-clone menu-icon menu-icon" aria-hidden="true"></i> <?php echo _l('quotations'); ?></h4>
    <div class="title-button-group">
        <a href="<?php echo get_uri('purchase/estimate?vendor='.$client->userid); ?>" class="btn btn-default"><i data-feather='plus-circle' class='icon-16'></i>&nbsp;<?php echo app_lang('add_estimate'); ?></a>
    </div>
  </div>

        
        <?php $table_data = array(
       _l('estimate_dt_table_heading_number'),
       _l('estimate_dt_table_heading_amount'),
       _l('estimates_total_tax'),
       _l('vendor'),
       _l('pur_request'),
       _l('estimate_dt_table_heading_date'),
       _l('estimate_dt_table_heading_expirydate'),
       _l('approval_status'),
       _l('options'),
    );


    render_datatable1($table_data, 'pur_estimates'); ?>
</div>