Ejemplo n.º 1
0
    <th><a href="#" onclick="set_dr_cr_entry_link('company_wht_entry_link','company_wht', 'black_oil')" id="company_wht_entry_link" class="btn btn-danger dr_cr_btn open_voucher_for_user">Dr / Cr</a></th></th>
    <th><a href="#" onclick="set_dr_cr_entry_link('contractor_freight_entry_link','contractor_freight', 'black_oil')" id="contractor_freight_entry_link" class="btn btn-danger dr_cr_btn open_voucher_for_user">Dr / Cr</a></th>
    <th></th>
    <th><a href="#" onclick="set_dr_cr_entry_link('company_commission_entry_link','company_commission', 'black_oil')" id="company_commission_entry_link" class="btn btn-danger dr_cr_btn open_voucher_for_user">Dr / Cr</a></th>
    <th><a href="#" onclick="set_dr_cr_entry_link('contractor_commission_entry_link','contractor_commission', 'black_oil')" id="contractor_commission_entry_link" class="btn btn-danger dr_cr_btn open_voucher_for_user">Dr / Cr</a></th>
    <th colspan="4"></th>
    <th><a href="#" onclick="set_dr_cr_entry_link('customer_freight_entry_link','customer_freight', 'black_oil')" id="customer_freight_entry_link" class="btn btn-danger dr_cr_btn open_voucher_for_user">Dr / Cr</a></th>
    <th></th>
    <th><a href="#" onclick="set_dr_cr_entry_link('contractor_service_charges_entry_link', 'service_charges')" id="contractor_service_charges_entry_link" class="btn btn-danger dr_cr_btn open_voucher_for_user">Dr / Cr</a></th>
    <th colspan="3"></th>
</tr>

<tr>
    <th><input id="parent_checkbox" onchange="check_boxes();" type="checkbox" style="" checked></th>
    <?php 
echo Sort::createSortableHeader("manage_accounts_black_oil");
?>
    <th></th>
</tr>
</thead>
<tbody>
<!-- Totals Variables Declaration -->
<?php 
$total_shortage_qty = 0;
$total_dis_qty = 0;
$total_rec_qty = 0;
$total_freight_on_shrt_qty_cmp = 0;
$total_freight_on_shrt_qty_cst = 0;
$total_net_freight_on_shrt_qty_cst = 0;
$grand_total_frieght_cmp = 0;
$grand_total_frieght_cst = 0;
Ejemplo n.º 2
0
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="shortage_id" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="trip_id" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="entry_date" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="source" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="destiation" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="product" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="shrt_date" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="shrt_qty" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="shrt_rate" checked></div></th>
                            <th><div><input id="" type="checkbox" name="column[]" style="" value="shrt_amount" checked></div></th>
                            <th></th>
                        </tr>
                        <tr>
                            <th><input id="parent_checkbox" onchange="check_boxes();" type="checkbox" style="" checked></th>
                            <?php 
echo Sort::createSortableHeader("shortages");
?>
                            <th><i class="fa fa-gear"></i> Actions</th>
                        </tr>

                        </thead>

                        <tbody>

                        <?php 
//Showing Customers Data
foreach ($shortages as $shortage) {
    ?>

                            <tr>
                                <td><input class="filter_check_box" type="checkbox" name="check[]" style="" checked value="<?php 
Ejemplo n.º 3
0
    }
    .search-table input{
        width:100%;
    }
    .sortable-table-heading{
        display: block;
        width: 100%;
        color: #0088cc;
    }
    .sortable-table-heading:hover{
        color: #0088cc;
        text-decoration: underline;
    }
</style>
<div id="page-wrapper">
<!-- including hiddent required dependencies -->
<?php 
include_once APPPATH . "views/customers/components/custom_tanker_search_widget.php";
?>

<div class="container-fluid">

<div class="row">
    <div class="col-lg-12">
        <section class="col-md-6">
            <h1 class="page-header">
                Tankers <small></small>
            </h1>
        </section>
    </div>
</div>