long texts class name changed
This commit is contained in:
parent
be54af562e
commit
7fe94b275d
6
public/css/custom.css
vendored
6
public/css/custom.css
vendored
@ -298,14 +298,14 @@
|
|||||||
/*--------Form Group Finish--------*/
|
/*--------Form Group Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Overflow-Y For Table Columns--------*/
|
/*--------Long Texts--------*/
|
||||||
.o-y
|
.long-texts
|
||||||
{
|
{
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
/*--------Overflow-Y For Table Columns Finish--------*/
|
/*--------Long Texts Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Thead Row Margin--------*/
|
/*--------Thead Row Margin--------*/
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
<tr class="row table-head-line">
|
<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-2 col-md-1 col-lg-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
|
||||||
<th class="col-xs-4 col-sm-4 col-md-4 col-lg-4">@sortablelink('display_name', trans('general.name'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
|
<th class="col-xs-4 col-sm-4 col-md-4 col-lg-4">@sortablelink('display_name', trans('general.name'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
|
||||||
<th class="col-xs-4 col-sm-4 col-md-3 col-lg-3 o-y">@sortablelink('name', trans('general.code'))</th>
|
<th class="col-xs-4 col-sm-4 col-md-3 col-lg-3 long-texts">@sortablelink('name', trans('general.code'))</th>
|
||||||
<th class="col-md-2 col-lg-3 o-y hidden-md">@sortablelink('description', trans('general.description'))</th>
|
<th class="col-md-2 col-lg-3 hidden-md long-texts">@sortablelink('description', trans('general.description'))</th>
|
||||||
<th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center">{{ trans('general.actions') }}</th>
|
<th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center">{{ trans('general.actions') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -45,8 +45,8 @@
|
|||||||
<tr class="row align-items-center border-top-1">
|
<tr class="row align-items-center border-top-1">
|
||||||
<td class="col-sm-2 col-md-1 col-lg-1 hidden-sm border-0">{{ Form::bulkActionGroup($item->id, $item->name) }}</td>
|
<td class="col-sm-2 col-md-1 col-lg-1 hidden-sm border-0">{{ Form::bulkActionGroup($item->id, $item->name) }}</td>
|
||||||
<td class="col-xs-4 col-sm-4 col-md-4 col-lg-4 border-0"><a class="text-success col-aka" href="{{ route('permissions.edit', $item->id) }}">{{ $item->display_name }}</a></td>
|
<td class="col-xs-4 col-sm-4 col-md-4 col-lg-4 border-0"><a class="text-success col-aka" href="{{ route('permissions.edit', $item->id) }}">{{ $item->display_name }}</a></td>
|
||||||
<td class="col-xs-4 col-sm-4 col-md-3 col-lg-3 o-y border-0">{{ $item->name }}</td>
|
<td class="col-xs-4 col-sm-4 col-md-3 col-lg-3 border-0 long-texts">{{ $item->name }}</td>
|
||||||
<td class="col-md-2 col-lg-3 o-y hidden-md border-0">{{ $item->description }}</td>
|
<td class="col-md-2 col-lg-3 hidden-md border-0 long-texts">{{ $item->description }}</td>
|
||||||
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center border-0">
|
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center border-0">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-neutral btn-sm text-light items-align-center py-2" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-neutral btn-sm text-light items-align-center py-2" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<tr class="row table-head-line">
|
<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-2 col-md-1 col-lg-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-3">@sortablelink('name', trans('general.name'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
|
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-3">@sortablelink('name', trans('general.name'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
|
||||||
<th class="col-sm-2 col-md-2 col-lg-3 hidden-sm o-y">@sortablelink('email', trans('general.email'))</th>
|
<th class="col-sm-2 col-md-2 col-lg-3 hidden-sm long-texts">@sortablelink('email', trans('general.email'))</th>
|
||||||
<th class="col-md-2 col-lg-2 hidden-md">{{ trans_choice('general.roles', 2) }}</th>
|
<th class="col-md-2 col-lg-2 hidden-md">{{ trans_choice('general.roles', 2) }}</th>
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-2">@sortablelink('enabled', trans('general.enabled'))</th>
|
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-2">@sortablelink('enabled', trans('general.enabled'))</th>
|
||||||
<th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center">{{ trans('general.actions') }}</th>
|
<th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 text-center">{{ trans('general.actions') }}</th>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-sm-2 hidden-sm col-md-2 col-lg-3 o-y border-0">{{ $item->email }}</td>
|
<td class="col-sm-2 hidden-sm col-md-2 col-lg-3 border-0 long-texts">{{ $item->email }}</td>
|
||||||
<td class="col-md-2 col-lg-2 hidden-md border-0">
|
<td class="col-md-2 col-lg-2 hidden-md border-0">
|
||||||
@foreach($item->roles as $role)
|
@foreach($item->roles as $role)
|
||||||
<label class="label label-default">{{ $role->display_name }}</label>
|
<label class="label label-default">{{ $role->display_name }}</label>
|
||||||
|
@ -61,11 +61,11 @@
|
|||||||
<table class="table table-flush table-hover">
|
<table class="table table-flush table-hover">
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class="row table-head-line">
|
<tr class="row table-head-line">
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 o-y">{{ trans('general.date') }}</th>
|
<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 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 col-sm-3 col-md-3 hidden-sm">{{ 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">{{ trans('reconciliations.deposit') }}</th>
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 text-right o-y">{{ trans('reconciliations.withdrawal') }}</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 hidden-md">{{ trans('general.clear') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($transactions as $item)
|
@foreach($transactions as $item)
|
||||||
<tr class="row align-items-center border-top-1">
|
<tr class="row align-items-center border-top-1">
|
||||||
<td class="col-xs-4 col-sm-3 col-md-2 o-y">@date($item->paid_at)</td>
|
<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-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-sm-3 col-md-3 hidden-sm">{{ $item->contact->name }}</td>
|
||||||
@if ($item->type == 'income')
|
@if ($item->type == 'income')
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
<table class="table align-items-center table-flush">
|
<table class="table align-items-center table-flush">
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class="row">
|
<tr class="row">
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 o-y">{{ trans('general.date') }}</th>
|
<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 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 col-sm-3 col-md-3 hidden-sm">{{ 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">{{ trans('reconciliations.deposit') }}</th>
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 text-right o-y">{{ trans('reconciliations.withdrawal') }}</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 hidden-md">{{ trans('general.clear') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($transactions as $item)
|
@foreach($transactions as $item)
|
||||||
<tr class="row">
|
<tr class="row">
|
||||||
<td class="col-xs-4 col-sm-3 col-md-2 o-y">@date($item->paid_at)</td>
|
<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-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-sm-3 col-md-3 hidden-sm">{{ $item->contact->name }}</td>
|
||||||
@if ($item->type == 'income')
|
@if ($item->type == 'income')
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
<tr class="row table-head-line">
|
<tr class="row table-head-line">
|
||||||
<th class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
|
<th class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm">{{ Form::bulkActionAllGroup() }}</th>
|
||||||
<th class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm">@sortablelink('id', trans('general.id'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
|
<th class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm">@sortablelink('id', trans('general.id'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th>
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-3 col-xl-3 o-y">@sortablelink('name', trans('general.name'))</th>
|
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-3 col-xl-3 long-texts">@sortablelink('name', trans('general.name'))</th>
|
||||||
<th class="col-md-2 col-lg-2 col-xl-2 hidden-md o-y">@sortablelink('email', trans('general.email'))</th>
|
<th class="col-md-2 col-lg-2 col-xl-2 hidden-md long-texts">@sortablelink('email', trans('general.email'))</th>
|
||||||
<th class="col-lg-2 col-xl-2 hidden-lg">@sortablelink('created_at', trans('general.created'))</th>
|
<th class="col-lg-2 col-xl-2 hidden-lg">@sortablelink('created_at', trans('general.created'))</th>
|
||||||
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-2 col-xl-2">@sortablelink('enabled', trans('general.enabled'))</th>
|
<th class="col-xs-4 col-sm-3 col-md-2 col-lg-2 col-xl-2">@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>
|
<th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1 text-center">{{ trans('general.actions') }}</th>
|
||||||
@ -47,8 +47,8 @@
|
|||||||
<tr class="row align-items-center border-top-1">
|
<tr class="row align-items-center border-top-1">
|
||||||
<td class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm">{{ Form::bulkActionGroup($item->id, $item->name) }}</td>
|
<td class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm">{{ Form::bulkActionGroup($item->id, $item->name) }}</td>
|
||||||
<td class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm"><a class="col-aka">{{ $item->id }}</a></td>
|
<td class="col-sm-2 col-md-2 col-lg-1 col-xl-1 hidden-sm"><a class="col-aka">{{ $item->id }}</a></td>
|
||||||
<td class="col-xs-4 col-sm-3 col-md-2 col-lg-3 col-xl-3 o-y"><a class="text-success" href="{{ url('common/companies/' . $item->id . '/edit') }}">{{ $item->name }}</a></td>
|
<td class="col-xs-4 col-sm-3 col-md-2 col-lg-3 col-xl-3 long-texts"><a class="text-success" href="{{ url('common/companies/' . $item->id . '/edit') }}">{{ $item->name }}</a></td>
|
||||||
<td class="col-md-2 col-lg-2 col-xl-2 hidden-md o-y">{{ $item->email }}</td>
|
<td class="col-md-2 col-lg-2 col-xl-2 hidden-md long-texts">{{ $item->email }}</td>
|
||||||
<td class="col-lg-2 col-xl-2 hidden-lg border-0">@date($item->created_at)</td>
|
<td class="col-lg-2 col-xl-2 hidden-lg border-0">@date($item->created_at)</td>
|
||||||
<td class="col-xs-4 col-sm-3 col-md-2 col-lg-2 col-xl-2">
|
<td class="col-xs-4 col-sm-3 col-md-2 col-lg-2 col-xl-2">
|
||||||
@if (user()->can('update-common-companies'))
|
@if (user()->can('update-common-companies'))
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
||||||
<strong>{{ trans('bills.sub_total') }}</strong>
|
<strong>{{ trans('bills.sub_total') }}</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 text-right border-bottom-0">
|
<td class="col-md-2 text-right border-bottom-0 long-texts">
|
||||||
<span id="sub-total" v-html="totals.sub">0</span>
|
<span id="sub-total" v-html="totals.sub">0</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
||||||
<strong>{{ trans_choice('general.taxes', 1) }}</strong>
|
<strong>{{ trans_choice('general.taxes', 1) }}</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 text-right border-bottom-0">
|
<td class="col-md-2 text-right border-bottom-0 long-texts">
|
||||||
<span id="tax-total" v-html="totals.tax">0</span>
|
<span id="tax-total" v-html="totals.tax">0</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -148,7 +148,7 @@
|
|||||||
<td class="col-md-10 text-right border-right-0">
|
<td class="col-md-10 text-right border-right-0">
|
||||||
<strong>{{ trans('bills.total') }}</strong>
|
<strong>{{ trans('bills.total') }}</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 text-right">
|
<td class="col-md-2 text-right long-texts">
|
||||||
<span id="grand-total" v-html="totals.total">0</span>
|
<span id="grand-total" v-html="totals.total">0</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
||||||
<strong>{{ trans('bills.sub_total') }}</strong>
|
<strong>{{ trans('bills.sub_total') }}</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 text-right border-bottom-0">
|
<td class="col-md-2 text-right border-bottom-0 long-texts">
|
||||||
<span id="sub-total" v-html="totals.sub">0</span>
|
<span id="sub-total" v-html="totals.sub">0</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -138,7 +138,7 @@
|
|||||||
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
<td class="col-md-10 text-right border-right-0 border-bottom-0">
|
||||||
<strong>{{ trans_choice('general.taxes', 1) }}</strong>
|
<strong>{{ trans_choice('general.taxes', 1) }}</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 text-right border-bottom-0">
|
<td class="col-md-2 text-right border-bottom-0 long-texts">
|
||||||
<span id="tax-total" v-html="totals.tax">0</span>
|
<span id="tax-total" v-html="totals.tax">0</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
@stack('grand_total_td_start')
|
@stack('grand_total_td_start')
|
||||||
<tr class="row" id="tr-total">
|
<tr class="row" id="tr-total">
|
||||||
<td class="col-md-10 text-right border-right-0">
|
<td class="col-md-10 text-right border-right-0 long-texts">
|
||||||
<strong>{{ trans('bills.total') }}</strong>
|
<strong>{{ trans('bills.total') }}</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 text-right">
|
<td class="col-md-2 text-right">
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
@stack('taxes_td_end')
|
@stack('taxes_td_end')
|
||||||
|
|
||||||
@stack('total_td_start')
|
@stack('total_td_start')
|
||||||
<td class="col-md-2 text-right total-column border-bottom-0">
|
<td class="col-md-2 text-right total-column border-bottom-0 long-texts">
|
||||||
<input name="item[][total]"
|
<input name="item[][total]"
|
||||||
data-item="total"
|
data-item="total"
|
||||||
v-model.lazy="row.total"
|
v-model.lazy="row.total"
|
||||||
|
@ -53,13 +53,13 @@
|
|||||||
<td class="col-xs-4 col-sm-3 col-md-3 col-lg-3 col-xl-3">
|
<td class="col-xs-4 col-sm-3 col-md-3 col-lg-3 col-xl-3">
|
||||||
<a class="col-aka text-success " href="{{ route('vendors.show', $item->id) }}">{{ $item->name }}</a>
|
<a class="col-aka text-success " href="{{ route('vendors.show', $item->id) }}">{{ $item->name }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 col-lg-2 col-xl-2 hidden-md o-y">
|
<td class="col-md-2 col-lg-2 col-xl-2 hidden-md long-texts">
|
||||||
{{ !empty($item->email) ? $item->email : trans('general.na') }}
|
{{ !empty($item->email) ? $item->email : trans('general.na') }}
|
||||||
</td>
|
</td>
|
||||||
<td class="col-sm-3 col-md-2 col-lg-2 col-xl-2 hidden-sm o-y">
|
<td class="col-sm-3 col-md-2 col-lg-2 col-xl-2 hidden-sm long-texts">
|
||||||
{{ $item->phone }}
|
{{ $item->phone }}
|
||||||
</td>
|
</td>
|
||||||
<td class="col-lg-2 col-xl-2 text-right hidden-lg o-y">
|
<td class="col-lg-2 col-xl-2 text-right hidden-lg long-texts">
|
||||||
@money($item->unpaid, setting('default.currency'), true)
|
@money($item->unpaid, setting('default.currency'), true)
|
||||||
</td>
|
</td>
|
||||||
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1">
|
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1">
|
||||||
|
10
resources/views/expenses/vendors/show.blade.php
vendored
10
resources/views/expenses/vendors/show.blade.php
vendored
@ -21,16 +21,16 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-body d-grid">
|
<div class="card-body d-grid">
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.email') }}</a> <a class="text-xs o-y">{{ $vendor->email }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.email') }}</a> <a class="text-xs long-texts">{{ $vendor->email }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.phone') }}</a> <a class="text-xs o-y">{{ $vendor->phone }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.phone') }}</a> <a class="text-xs long-texts">{{ $vendor->phone }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.website') }}</a> <a class="text-xs o-y">{{ $vendor->website }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.website') }}</a> <a class="text-xs long-texts">{{ $vendor->website }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.tax_number') }}</a> <a class="text-xs o-y">{{ $vendor->tax_number }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.tax_number') }}</a> <a class="text-xs long-texts">{{ $vendor->tax_number }}</a>
|
||||||
@if ($vendor->reference)
|
@if ($vendor->reference)
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.reference') }}</a> <a class="text-xs o-y">{{ $vendor->reference }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.reference') }}</a> <a class="text-xs long-texts">{{ $vendor->reference }}</a>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -53,13 +53,13 @@
|
|||||||
<td class="col-xs-4 col-sm-3 col-md-3 col-lg-3 col-xl-3">
|
<td class="col-xs-4 col-sm-3 col-md-3 col-lg-3 col-xl-3">
|
||||||
<a class="col-aka text-success" href="{{ route('customers.show', $item->id) }}">{{ $item->name }}</a>
|
<a class="col-aka text-success" href="{{ route('customers.show', $item->id) }}">{{ $item->name }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-2 col-lg-2 col-xl-2 hidden-md o-y">
|
<td class="col-md-2 col-lg-2 col-xl-2 hidden-md long-texts">
|
||||||
{{ !empty($item->email) ? $item->email : trans('general.na') }}
|
{{ !empty($item->email) ? $item->email : trans('general.na') }}
|
||||||
</td>
|
</td>
|
||||||
<td class="col-sm-3 col-md-2 col-lg-2 col-xl-2 hidden-sm o-y">
|
<td class="col-sm-3 col-md-2 col-lg-2 col-xl-2 hidden-sm long-texts">
|
||||||
{{ $item->phone }}
|
{{ $item->phone }}
|
||||||
</td>
|
</td>
|
||||||
<td class="col-lg-2 col-xl-2 text-right hidden-lg o-y">
|
<td class="col-lg-2 col-xl-2 text-right hidden-lg long-texts">
|
||||||
@money($item->unpaid, setting('default.currency'), true)
|
@money($item->unpaid, setting('default.currency'), true)
|
||||||
</td>
|
</td>
|
||||||
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1">
|
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1">
|
||||||
|
@ -19,16 +19,16 @@
|
|||||||
<h4 class="mb-0">{{ trans('auth.profile') }}</h4>
|
<h4 class="mb-0">{{ trans('auth.profile') }}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body d-grid">
|
<div class="card-body d-grid">
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.email') }}</a> <a class="text-xs o-y">{{ $customer->email }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.email') }}</a> <a class="text-xs long-texts">{{ $customer->email }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.phone') }}</a> <a class="text-xs o-y">{{ $customer->phone }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.phone') }}</a> <a class="text-xs long-texts">{{ $customer->phone }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.website') }}</a> <a class="text-xs o-y">{{ $customer->website }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.website') }}</a> <a class="text-xs long-texts">{{ $customer->website }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.tax_number') }}</a> <a class="text-xs o-y">{{ $customer->tax_number }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.tax_number') }}</a> <a class="text-xs long-texts">{{ $customer->tax_number }}</a>
|
||||||
@if ($customer->reference)
|
@if ($customer->reference)
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.reference') }}</a> <a class="text-xs o-y">{{ $customer->reference }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.reference') }}</a> <a class="text-xs long-texts">{{ $customer->reference }}</a>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
{{ trans('updates.latest_core') }}
|
{{ trans('updates.latest_core') }}
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
<div class="col-sm-2 col-md-6 o-y">
|
<div class="col-sm-2 col-md-6 long-texts">
|
||||||
{{ trans('updates.new_core') }}
|
{{ trans('updates.new_core') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-10 col-md-6 text-right">
|
<div class="col-sm-10 col-md-6 text-right">
|
||||||
<a href="{{ url('install/updates/update', ['alias' => 'core', 'version' => $core]) }}"
|
<a href="{{ url('install/updates/update', ['alias' => 'core', 'version' => $core]) }}"
|
||||||
class="btn btn-info btn-sm header-button-top o-y">
|
class="btn btn-info btn-sm header-button-top long-texts">
|
||||||
<i class="fa fa-refresh"></i> {{ trans('updates.update', ['version' => $core]) }}
|
<i class="fa fa-refresh"></i> {{ trans('updates.update', ['version' => $core]) }}
|
||||||
</a>
|
</a>
|
||||||
<button type="button" @click="onChangelog" class="btn btn-white btn-sm header-button-bottom">
|
<button type="button" @click="onChangelog" class="btn btn-white btn-sm header-button-bottom">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="header-body">
|
<div class="header-body">
|
||||||
<div class="row py-4 align-items-center">
|
<div class="row py-4 align-items-center">
|
||||||
<div class="col-sm-4 col-md-5 align-items-center">
|
<div class="col-sm-4 col-md-5 align-items-center">
|
||||||
<h2 class="d-inline-block mb-0">@yield('title')</h2>
|
<h2 class="d-inline-block mb-0 long-texts">@yield('title')</h2>
|
||||||
@yield('dashboard_action')
|
@yield('dashboard_action')
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8 col-md-7">
|
<div class="col-sm-8 col-md-7">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<img class="border-radius-0 border-0 mr-3" alt="Image placeholder" src="{{ setting('company.logo') ? Storage::url(setting('company.logo')) : asset('public/img/akaunting-logo-white.png') }}">
|
<img class="border-radius-0 border-0 mr-3" alt="Image placeholder" src="{{ setting('company.logo') ? Storage::url(setting('company.logo')) : asset('public/img/akaunting-logo-white.png') }}">
|
||||||
</span>
|
</span>
|
||||||
<div class="media-body pl-2 d-grid nav-header-text">
|
<div class="media-body pl-2 d-grid nav-header-text">
|
||||||
<span class="font-weight-bold o-y">{{ Str::limit(setting('company.name'), 22) }}<i class="fas fa-sort-down pl-2"></i></span>
|
<span class="font-weight-bold long-texts">{{ Str::limit(setting('company.name'), 22) }}<i class="fas fa-sort-down pl-2"></i></span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@permission('read-common-companies')
|
@permission('read-common-companies')
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="header-body">
|
<div class="header-body">
|
||||||
<div class="row py-4 align-items-center">
|
<div class="row py-4 align-items-center">
|
||||||
<div class="col-sm-4 col-md-5 align-items-center">
|
<div class="col-sm-4 col-md-5 align-items-center">
|
||||||
<h2 class="d-inline-block mb-0">@yield('title')</h2>
|
<h2 class="d-inline-block mb-0 long-texts">@yield('title')</h2>
|
||||||
@yield('dashboard_action')
|
@yield('dashboard_action')
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8 col-md-7">
|
<div class="col-sm-8 col-md-7">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<img class="border-radius-0 border-0 mr-3" alt="Image placeholder" src="{{ setting('company.logo') ? Storage::url(setting('company.logo')) : asset('public/img/akaunting-logo-white.png') }}">
|
<img class="border-radius-0 border-0 mr-3" alt="Image placeholder" src="{{ setting('company.logo') ? Storage::url(setting('company.logo')) : asset('public/img/akaunting-logo-white.png') }}">
|
||||||
</span>
|
</span>
|
||||||
<div class="media-body pl-2 d-grid nav-header-text">
|
<div class="media-body pl-2 d-grid nav-header-text">
|
||||||
<span class="font-weight-bold o-y">{{ Str::limit(setting('company.name'), 22) }}<i class="fas fa-sort-down pl-2"></i></span>
|
<span class="font-weight-bold long-texts">{{ Str::limit(setting('company.name'), 22) }}<i class="fas fa-sort-down pl-2"></i></span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -22,20 +22,20 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.from') }}:</a> <a class="text-xs o-y"> {{ setting('company.name') }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.from') }}:</a> <a class="text-xs long-texts"> {{ setting('company.name') }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-body d-grid">
|
<div class="card-body d-grid">
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.address') }}:</a>
|
<a class="text-sm font-weight-600">{{ trans('general.address') }}:</a>
|
||||||
<a class="text-xs o-y"> {{ setting('company.address') }}</a>
|
<a class="text-xs long-texts"> {{ setting('company.address') }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.phone') }}:</a>
|
<a class="text-sm font-weight-600">{{ trans('general.phone') }}:</a>
|
||||||
<a class="text-xs o-y"> {{ setting('company.phone') }}</a>
|
<a class="text-xs long-texts"> {{ setting('company.phone') }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.email') }}:</a>
|
<a class="text-sm font-weight-600">{{ trans('general.email') }}:</a>
|
||||||
<a class="text-xs o-y"> {{ setting('company.email') }}</a>
|
<a class="text-xs long-texts"> {{ setting('company.email') }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -43,20 +43,20 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.to') }}:</a> <a class="text-xs o-y"> {{ $payment->contact->name }}</a>
|
<a class="text-sm font-weight-600">{{ trans('general.to') }}:</a> <a class="text-xs long-texts"> {{ $payment->contact->name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-body d-grid">
|
<div class="card-body d-grid">
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.address') }}:</a>
|
<a class="text-sm font-weight-600">{{ trans('general.address') }}:</a>
|
||||||
<a class="text-xs o-y"> {{ $payment->contact->address }}</a>
|
<a class="text-xs long-texts"> {{ $payment->contact->address }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.phone') }}:</a>
|
<a class="text-sm font-weight-600">{{ trans('general.phone') }}:</a>
|
||||||
<a class="text-xs o-y"> {{ $payment->contact->phone }}</a>
|
<a class="text-xs long-texts"> {{ $payment->contact->phone }}</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
|
||||||
<a class="text-sm font-weight-600">{{ trans('general.email') }}:</a>
|
<a class="text-sm font-weight-600">{{ trans('general.email') }}:</a>
|
||||||
<a class="text-xs o-y"> {{ $payment->contact->email }}</a>
|
<a class="text-xs long-texts"> {{ $payment->contact->email }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<a class="text-sm font-weight-600">{{ trans('invoices.payment_due') }}:</a> <a class="text-xs o-y"> @date($payment->paid_at)</a>
|
<a class="text-sm font-weight-600">{{ trans('invoices.payment_due') }}:</a> <a class="text-xs long-texts"> @date($payment->paid_at)</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user