32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<div class="pos-tab-content active">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<table class="table table-bordered table-striped" id="sell_table">
|
|
<thead>
|
|
<tr>
|
|
<th>@lang('messages.action')</th>
|
|
<th>@lang('messages.date')</th>
|
|
<th>@lang('sale.invoice_no')</th>
|
|
<th>@lang('sale.customer_name')</th>
|
|
<th>@lang('lang_v1.contact_no')</th>
|
|
<th>@lang('sale.location')</th>
|
|
<th>@lang('sale.payment_status')</th>
|
|
<th>@lang('lang_v1.payment_method')</th>
|
|
<th>@lang('sale.total_amount')</th>
|
|
<th>@lang('sale.total_paid')</th>
|
|
<th>@lang('lang_v1.added_by')</th>
|
|
<th>@lang('sale.sell_note')</th>
|
|
<th>@lang('sale.staff_note')</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div> |