34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<div class="pos-tab-content">
|
|
<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="transaction_expense_table">
|
|
<thead>
|
|
<tr>
|
|
<th>@lang('messages.action')</th>
|
|
<th>@lang('messages.date')</th>
|
|
<th>@lang('purchase.ref_no')</th>
|
|
<th>@lang('lang_v1.recur_details')</th>
|
|
<th>@lang('expense.expense_category')</th>
|
|
<th>@lang('product.sub_category')</th>
|
|
<th>@lang('business.location')</th>
|
|
<th>@lang('sale.payment_status')</th>
|
|
<th>@lang('product.tax')</th>
|
|
<th>@lang('sale.total_amount')</th>
|
|
<th>@lang('purchase.payment_due')
|
|
<th>@lang('expense.expense_for')</th>
|
|
<th>@lang('contact.contact')</th>
|
|
<th>@lang('expense.expense_note')</th>
|
|
<th>@lang('lang_v1.added_by')</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div> |