hidden classes updated
This commit is contained in:
		@@ -18,8 +18,8 @@
 | 
			
		||||
                'class' => 'mb-0'
 | 
			
		||||
            ]) !!}
 | 
			
		||||
                <div class="row" v-if="!bulk_action.show">
 | 
			
		||||
                    <div class="col-12 card-header-search card-header-space">
 | 
			
		||||
                        <span class="table-text hidden-lg card-header-search-text">{{ trans('general.search') }}:</span>
 | 
			
		||||
                    <div class="col-12 d-flex align-items-center">
 | 
			
		||||
                        <span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
 | 
			
		||||
                        <akaunting-search></akaunting-search>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
@@ -32,10 +32,10 @@
 | 
			
		||||
            <table class="table table-flush table-hover">
 | 
			
		||||
                <thead class="thead-light">
 | 
			
		||||
                    <tr class="row table-head-line">
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 col-lg-1 col-xl-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 col-lg-1 col-xl-1 d-none d-sm-block">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-4 col-md-3 col-lg-3 col-xl-4">@sortablelink('name', trans('general.name'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-md-2 col-lg-2 col-xl-2 text-center hidden-md">@sortablelink('number', trans('accounts.number'))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-2 col-lg-3 col-xl-3 text-right hidden-sm">@sortablelink('opening_balance', trans('accounts.current_balance'))</th>
 | 
			
		||||
                        <th class="col-md-2 col-lg-2 col-xl-2 text-center d-none d-md-block">@sortablelink('number', trans('accounts.number'))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-2 col-lg-3 col-xl-3 text-right d-none d-sm-block">@sortablelink('opening_balance', trans('accounts.current_balance'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 col-lg-2 col-xl-1">@sortablelink('enabled', trans('general.enabled'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1 text-center">{{ trans('general.actions') }}</th>
 | 
			
		||||
                    </tr>
 | 
			
		||||
@@ -44,12 +44,12 @@
 | 
			
		||||
                <tbody>
 | 
			
		||||
                    @foreach($accounts as $item)
 | 
			
		||||
                        <tr class="row align-items-center border-top-1">
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 col-lg-1 col-xl-1 hidden-sm">
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 col-lg-1 col-xl-1 d-none d-sm-block">
 | 
			
		||||
                                {{ Form::bulkActionGroup($item->id, $item->name) }}
 | 
			
		||||
                            </td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-4 col-md-3 col-lg-3 col-xl-4"><a class="col-aka text-success" href="{{ route('accounts.edit', $item->id) }}">{{ $item->name }}</a></td>
 | 
			
		||||
                            <td class="col-md-2 col-lg-2 col-xl-2 text-center hidden-md">{{ $item->number }}</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-2 col-lg-3 col-xl-3 text-right hidden-sm">@money($item->balance, $item->currency_code, true)</td>
 | 
			
		||||
                            <td class="col-md-2 col-lg-2 col-xl-2 text-center d-none d-md-block">{{ $item->number }}</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-2 col-lg-3 col-xl-3 text-right d-none d-sm-block">@money($item->balance, $item->currency_code, true)</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 col-lg-2 col-xl-1">
 | 
			
		||||
                                @if (user()->can('update-banking-accounts'))
 | 
			
		||||
                                    {{ Form::enabledGroup($item->id, $item->name, $item->enabled) }}
 | 
			
		||||
 
 | 
			
		||||
@@ -62,11 +62,11 @@
 | 
			
		||||
                    <thead class="thead-light">
 | 
			
		||||
                        <tr class="row table-head-line">
 | 
			
		||||
                            <th class="col-xs-4 col-sm-3 col-md-2 long-texts">{{ trans('general.date') }}</th>
 | 
			
		||||
                            <th class="col-md-2 text-center hidden-md">{{ trans('general.description') }}</th>
 | 
			
		||||
                            <th class="col-md-2 col-sm-3 col-md-3 hidden-sm">{{ trans_choice('general.contacts', 1) }}</th>
 | 
			
		||||
                            <th class="col-md-2 text-center d-none d-md-block">{{ trans('general.description') }}</th>
 | 
			
		||||
                            <th class="col-md-2 col-sm-3 col-md-3 d-none d-sm-block">{{ trans_choice('general.contacts', 1) }}</th>
 | 
			
		||||
                            <th class="col-xs-4 col-sm-3 col-md-2 text-right">{{ trans('reconciliations.deposit') }}</th>
 | 
			
		||||
                            <th class="col-xs-4 col-sm-3 col-md-2 text-right long-texts">{{ trans('reconciliations.withdrawal') }}</th>
 | 
			
		||||
                            <th class="col-md-1 text-right hidden-md">{{ trans('general.clear') }}</th>
 | 
			
		||||
                            <th class="col-md-1 text-right d-none d-md-block">{{ trans('general.clear') }}</th>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                    </thead>
 | 
			
		||||
 | 
			
		||||
@@ -74,8 +74,8 @@
 | 
			
		||||
                        @foreach($transactions as $item)
 | 
			
		||||
                            <tr class="row align-items-center border-top-1">
 | 
			
		||||
                                <td class="col-xs-4 col-sm-3 col-md-2 long-texts">@date($item->paid_at)</td>
 | 
			
		||||
                                <td class="col-md-2 text-center hidden-md">{{ $item->description }}</td>
 | 
			
		||||
                                <td class="col-sm-3 col-md-3 hidden-sm">{{ $item->contact->name }}</td>
 | 
			
		||||
                                <td class="col-md-2 text-center d-none d-md-block">{{ $item->description }}</td>
 | 
			
		||||
                                <td class="col-sm-3 col-md-3 d-none d-sm-block">{{ $item->contact->name }}</td>
 | 
			
		||||
                                @if ($item->type == 'income')
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right">@money($item->amount, $item->currency_code, true)</td>
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right">N/A</td>
 | 
			
		||||
@@ -83,7 +83,7 @@
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right">N/A</td>
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right">@money($item->amount, $item->currency_code, true)</td>
 | 
			
		||||
                                @endif
 | 
			
		||||
                                <td class="col-md-1 text-right hidden-md">{{ Form::checkbox('transactions['. $item->id . '_'. $item->type . ']', $item->amount, $item->reconciled) }}</td>
 | 
			
		||||
                                <td class="col-md-1 text-right d-none d-md-block">{{ Form::checkbox('transactions['. $item->id . '_'. $item->type . ']', $item->amount, $item->reconciled) }}</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                        @endforeach
 | 
			
		||||
                    </tbody>
 | 
			
		||||
@@ -92,16 +92,16 @@
 | 
			
		||||
                    <table class="table">
 | 
			
		||||
                        <tbody>
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right hidden-md">{{ trans('reconciliations.closing_balance') }}:</th>
 | 
			
		||||
                                <td id="closing-balance" class="col-md-3 col-lg-1 text-right hidden-md">@money(request('closing_balance', '0'), $account->currency_code, true)</td>
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right d-none d-md-block">{{ trans('reconciliations.closing_balance') }}:</th>
 | 
			
		||||
                                <td id="closing-balance" class="col-md-3 col-lg-1 text-right d-none d-md-block">@money(request('closing_balance', '0'), $account->currency_code, true)</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right hidden-md">{{ trans('reconciliations.cleared_amount') }}:</th>
 | 
			
		||||
                                <td id="cleared-amount" class="col-md-3 col-lg-1 text-right hidden-md">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right d-none d-md-block">{{ trans('reconciliations.cleared_amount') }}:</th>
 | 
			
		||||
                                <td id="cleared-amount" class="col-md-3 col-lg-1 text-right d-none d-md-block">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right hidden-md">{{ trans('general.difference') }}:</th>
 | 
			
		||||
                                <td id="difference" class="col-md-3 col-lg-1 text-right hidden-md">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right d-none d-md-block">{{ trans('general.difference') }}:</th>
 | 
			
		||||
                                <td id="difference" class="col-md-3 col-lg-1 text-right d-none d-md-block">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                        </tbody>
 | 
			
		||||
                    </table>
 | 
			
		||||
 
 | 
			
		||||
@@ -29,11 +29,11 @@
 | 
			
		||||
                    <thead class="thead-light">
 | 
			
		||||
                        <tr class="row">
 | 
			
		||||
                            <th  class="col-xs-4 col-sm-3 col-md-2 long-texts">{{ trans('general.date') }}</th>
 | 
			
		||||
                            <th class="col-md-2 text-center hidden-md">{{ trans('general.description') }}</th>
 | 
			
		||||
                            <th class="col-md-2 col-sm-3 col-md-3 hidden-sm">{{ trans_choice('general.contacts', 1) }}</th>
 | 
			
		||||
                            <th class="col-md-2 text-center d-none d-md-block">{{ trans('general.description') }}</th>
 | 
			
		||||
                            <th class="col-md-2 col-sm-3 col-md-3 d-none d-sm-block">{{ trans_choice('general.contacts', 1) }}</th>
 | 
			
		||||
                            <th class="col-xs-4 col-sm-3 col-md-2 text-right">{{ trans('reconciliations.deposit') }}</th>
 | 
			
		||||
                            <th class="col-xs-4 col-sm-3 col-md-2 text-right long-texts">{{ trans('reconciliations.withdrawal') }}</th>
 | 
			
		||||
                            <th class="col-md-1 text-right hidden-md">{{ trans('general.clear') }}</th>
 | 
			
		||||
                            <th class="col-md-1 text-right d-none d-md-block">{{ trans('general.clear') }}</th>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                    </thead>
 | 
			
		||||
 | 
			
		||||
@@ -41,8 +41,8 @@
 | 
			
		||||
                        @foreach($transactions as $item)
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <td class="col-xs-4 col-sm-3 col-md-2 long-texts">@date($item->paid_at)</td>
 | 
			
		||||
                                <td class="col-md-2 text-center hidden-md">{{ $item->description }}</td>
 | 
			
		||||
                                <td class="col-sm-3 col-md-3 hidden-sm">{{ $item->contact->name }}</td>
 | 
			
		||||
                                <td class="col-md-2 text-center d-none d-md-block">{{ $item->description }}</td>
 | 
			
		||||
                                <td class="col-sm-3 col-md-3 d-none d-sm-block">{{ $item->contact->name }}</td>
 | 
			
		||||
                                @if ($item->type == 'income')
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right">@money($item->amount, $item->currency_code, true)</td>
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right"> </td>
 | 
			
		||||
@@ -50,7 +50,7 @@
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right"> </td>
 | 
			
		||||
                                    <td class="col-xs-4 col-sm-3 col-md-2 text-right">@money($item->amount, $item->currency_code, true)</td>
 | 
			
		||||
                                @endif
 | 
			
		||||
                                <td class="col-md-1 text-right hidden-md">{{ Form::checkbox('transactions['. $item->id . '_'. $item->type . ']', $item->amount, $item->reconciled) }}</td>
 | 
			
		||||
                                <td class="col-md-1 text-right d-none d-md-block">{{ Form::checkbox('transactions['. $item->id . '_'. $item->type . ']', $item->amount, $item->reconciled) }}</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                        @endforeach
 | 
			
		||||
                    </tbody>
 | 
			
		||||
@@ -59,16 +59,16 @@
 | 
			
		||||
                    <table class="table">
 | 
			
		||||
                        <tbody>
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right hidden-md">{{ trans('reconciliations.closing_balance') }}:</th>
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right d-none d-md-block">{{ trans('reconciliations.closing_balance') }}:</th>
 | 
			
		||||
                                <td id="closing-balance" class="col-md-1 text-right">@money($reconciliation->closing_balance, $account->currency_code, true)</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right hidden-md">{{ trans('reconciliations.cleared_amount') }}:</th>
 | 
			
		||||
                                <td id="cleared-amount" class="col-md-3 col-lg-1 text-right hidden-md">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right d-none d-md-block">{{ trans('reconciliations.cleared_amount') }}:</th>
 | 
			
		||||
                                <td id="cleared-amount" class="col-md-3 col-lg-1 text-right d-none d-md-block">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                            <tr class="row">
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right hidden-md">{{ trans('general.difference') }}:</th>
 | 
			
		||||
                                <td id="difference" class="col-md-3 col-lg-1 text-right hidden-md">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                                <th class="col-md-9 col-lg-11 text-right d-none d-md-block">{{ trans('general.difference') }}:</th>
 | 
			
		||||
                                <td id="difference" class="col-md-3 col-lg-1 text-right d-none d-md-block">@money('0', $account->currency_code, true)</td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
                        </tbody>
 | 
			
		||||
                    </table>
 | 
			
		||||
 
 | 
			
		||||
@@ -18,8 +18,8 @@
 | 
			
		||||
                'class' => 'mb-0'
 | 
			
		||||
            ]) !!}
 | 
			
		||||
                <div class="row" v-if="!bulk_action.show">
 | 
			
		||||
                    <div class="col-12 card-header-search">
 | 
			
		||||
                        <span class="table-text hidden-lg">{{ trans('general.search') }}:</span>
 | 
			
		||||
                    <div class="col-12 d-flex align-items-center">
 | 
			
		||||
                        <span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
 | 
			
		||||
                        <akaunting-search></akaunting-search>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
@@ -32,11 +32,11 @@
 | 
			
		||||
            <table class="table table-flush table-hover">
 | 
			
		||||
                <thead class="thead-light">
 | 
			
		||||
                    <tr class="row table-head-line">
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 col-lg-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-sm-3 col-md-2 col-lg-2 hidden-sm">@sortablelink('created_at', trans('general.created_date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 col-lg-1 d-none d-sm-block">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-sm-3 col-md-2 col-lg-2 d-none d-sm-block">@sortablelink('created_at', trans('general.created_date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-3 col-md-3 col-lg-3">@sortablelink('account_id', trans_choice('general.accounts', 1))</th>
 | 
			
		||||
                        <th class="col-lg-2 hidden-lg">{{ trans('general.period') }}</th>
 | 
			
		||||
                        <th class="col-md-2 col-lg-2 hidden-md text-right">@sortablelink('closing_balance', trans('reconciliations.closing_balance'))</th>
 | 
			
		||||
                        <th class="col-lg-2 d-none d-lg-block">{{ trans('general.period') }}</th>
 | 
			
		||||
                        <th class="col-md-2 col-lg-2 d-none d-md-block text-right">@sortablelink('closing_balance', trans('reconciliations.closing_balance'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 col-lg-1">@sortablelink('invoice_status_code', trans_choice('general.statuses', 1))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center">{{ trans('general.actions') }}</th>
 | 
			
		||||
                    </tr>
 | 
			
		||||
@@ -45,11 +45,11 @@
 | 
			
		||||
                <tbody>
 | 
			
		||||
                    @foreach($reconciliations as $item)
 | 
			
		||||
                        <tr class="row align-items-center border-top-1">
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 col-lg-1 hidden-sm">{{ Form::bulkActionGroup($item->id, $item->account->name) }}</td>
 | 
			
		||||
                            <td class="col-sm-3 col-md-2 col-lg-2 hidden-sm"><a class="col-aka text-success" href="{{ route('reconciliations.edit', $item->id) }}">@date($item->created_at)</a></td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 col-lg-1 d-none d-sm-block">{{ Form::bulkActionGroup($item->id, $item->account->name) }}</td>
 | 
			
		||||
                            <td class="col-sm-3 col-md-2 col-lg-2 d-none d-sm-block"><a class="col-aka text-success" href="{{ route('reconciliations.edit', $item->id) }}">@date($item->created_at)</a></td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-3 col-md-3 col-lg-3">{{ $item->account->name }}</td>
 | 
			
		||||
                            <td class="col-lg-2 hidden-lg border-0">@date($item->started_at) - @date($item->ended_at)</td>
 | 
			
		||||
                            <td class="col-md-2 col-lg-2 hidden-md text-right">@money($item->closing_balance, $item->account->currency_code, true)</td>
 | 
			
		||||
                            <td class="col-lg-2 d-none d-lg-block border-0">@date($item->started_at) - @date($item->ended_at)</td>
 | 
			
		||||
                            <td class="col-md-2 col-lg-2 d-none d-md-block text-right">@money($item->closing_balance, $item->account->currency_code, true)</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 col-lg-1">
 | 
			
		||||
                                @if ($item->reconciled)
 | 
			
		||||
                                    <span class="badge badge-pill badge-success">{{ trans('reconciliations.reconciled') }}</span>
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,8 @@
 | 
			
		||||
                'class' => 'mb-0'
 | 
			
		||||
            ]) !!}
 | 
			
		||||
                <div class="row">
 | 
			
		||||
                    <div class="col-12 card-header-search">
 | 
			
		||||
                        <span class="table-text hidden-lg">{{ trans('general.search') }}:</span>
 | 
			
		||||
                    <div class="col-12 d-flex align-items-center">
 | 
			
		||||
                        <span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
 | 
			
		||||
                        <akaunting-search></akaunting-search>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
@@ -29,11 +29,11 @@
 | 
			
		||||
            <table class="table table-flush">
 | 
			
		||||
                <thead class="thead-light">
 | 
			
		||||
                    <tr class="row table-head-line">
 | 
			
		||||
                        <th class="col-sm-2 col-md-2 hidden-sm">@sortablelink('paid_at', trans('general.date'))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-2 d-none d-sm-block">@sortablelink('paid_at', trans('general.date'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-3 col-md-2">@sortablelink('account.name', trans_choice('general.accounts', 1))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-3 col-md-2">@sortablelink('type', trans_choice('general.types', 1))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-2 hidden-sm">@sortablelink('category.name', trans_choice('general.categories', 1))</th>
 | 
			
		||||
                        <th class="col-md-2 hidden-md">@sortablelink('description', trans('general.description'))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-2 d-none d-sm-block">@sortablelink('category.name', trans_choice('general.categories', 1))</th>
 | 
			
		||||
                        <th class="col-md-2 d-none d-md-block">@sortablelink('description', trans('general.description'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 text-right">@sortablelink('amount', trans('general.amount'))</th>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                </thead>
 | 
			
		||||
@@ -41,11 +41,11 @@
 | 
			
		||||
                <tbody>
 | 
			
		||||
                    @foreach($transactions as $item)
 | 
			
		||||
                        <tr class="row align-items-center border-top-1">
 | 
			
		||||
                            <td class="col-sm-2 col-md-2 hidden-sm">@date($item->paid_at)</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-2 d-none d-sm-block">@date($item->paid_at)</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-3 col-md-2">{{ $item->account->name }}</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-3 col-md-2">{{ trans_choice('general.' . Str::plural($item->type), 1) }}</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-2 hidden-sm">{{ $item->category->name }}</td>
 | 
			
		||||
                            <td class="col-md-2 hidden-md">{{ $item->description }}</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-2 d-none d-sm-block">{{ $item->category->name }}</td>
 | 
			
		||||
                            <td class="col-md-2 d-none d-md-block">{{ $item->description }}</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 text-right">
 | 
			
		||||
                                @php
 | 
			
		||||
                                $id = !empty($item->document_id) ? $item->document_id : $item->id;
 | 
			
		||||
 
 | 
			
		||||
@@ -18,8 +18,8 @@
 | 
			
		||||
                'class' => 'mb-0'
 | 
			
		||||
            ]) !!}
 | 
			
		||||
                <div class="row" v-if="!bulk_action.show">
 | 
			
		||||
                    <div class="col-12 card-header-search">
 | 
			
		||||
                        <span class="table-text hidden-lg">{{ trans('general.search') }}:</span>
 | 
			
		||||
                    <div class="col-12 d-flex align-items-center">
 | 
			
		||||
                        <span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
 | 
			
		||||
                        <akaunting-search></akaunting-search>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
@@ -32,9 +32,9 @@
 | 
			
		||||
            <table class="table table-flush table-hover">
 | 
			
		||||
                <thead class="thead-light">
 | 
			
		||||
                    <tr class="row table-head-line">
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-md-2 hidden-md">@sortablelink('expense_transaction.paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-3 hidden-sm">@sortablelink('expense_transaction.name', trans('transfers.from_account'))</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-1 d-none d-sm-block">{{ Form::bulkActionAllGroup() }}</th>
 | 
			
		||||
                        <th class="col-md-2 d-none d-md-block">@sortablelink('expense_transaction.paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
 | 
			
		||||
                        <th class="col-sm-2 col-md-3 d-none d-sm-block">@sortablelink('expense_transaction.name', trans('transfers.from_account'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-4 col-md-2">@sortablelink('income_transaction.name', trans('transfers.to_account'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 text-right">@sortablelink('expense_transaction.amount', trans('general.amount'))</th>
 | 
			
		||||
                        <th class="col-xs-4 col-sm-2 col-md-2 text-center">{{ trans('general.actions') }}</th>
 | 
			
		||||
@@ -44,9 +44,9 @@
 | 
			
		||||
                <tbody>
 | 
			
		||||
                    @foreach($transfers as $item)
 | 
			
		||||
                        <tr class="row align-items-center border-top-1">
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 hidden-sm">{{ Form::bulkActionGroup($item->id, $item->from_account) }}</td>
 | 
			
		||||
                            <td class="col-md-2 hidden-md"><a class="col-aka text-success" href="{{ route('transfers.edit', $item->id) }}">@date($item->paid_at)</a></td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-3 hidden-sm">{{ $item->from_account }}</td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-1 d-none d-sm-block">{{ Form::bulkActionGroup($item->id, $item->from_account) }}</td>
 | 
			
		||||
                            <td class="col-md-2 d-none d-md-block"><a class="col-aka text-success" href="{{ route('transfers.edit', $item->id) }}">@date($item->paid_at)</a></td>
 | 
			
		||||
                            <td class="col-sm-2 col-md-3 d-none d-sm-block">{{ $item->from_account }}</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-4 col-md-2">{{ $item->to_account }}</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 text-right">@money($item->amount, $item->currency_code, true)</td>
 | 
			
		||||
                            <td class="col-xs-4 col-sm-2 col-md-2 text-center">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user