unnecessary classes deleted and styles updated
This commit is contained in:
parent
b76698dbe1
commit
1bb04d28e1
8
public/css/akaunting-color.css
vendored
8
public/css/akaunting-color.css
vendored
@ -12,6 +12,14 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
|
|||||||
}
|
}
|
||||||
/*--Header Set Color Finish--*/
|
/*--Header Set Color Finish--*/
|
||||||
|
|
||||||
|
/*--------Selection Reference--------*/
|
||||||
|
::selection
|
||||||
|
{
|
||||||
|
background-color: #3c3f72;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
/*--------Selection Reference Finish--------*/
|
||||||
|
|
||||||
/*--Anchor Color--*/
|
/*--Anchor Color--*/
|
||||||
a
|
a
|
||||||
{
|
{
|
||||||
|
242
public/css/custom.css
vendored
242
public/css/custom.css
vendored
@ -7,14 +7,69 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--------Cursor Styles--------*/
|
||||||
/*--------Selection Reference--------*/
|
/*--Cursor Pointer--*/
|
||||||
::selection
|
.cursor-pointer
|
||||||
{
|
{
|
||||||
background-color: #3c3f72;
|
cursor: pointer !important;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
/*--------Selection Reference Finish--------*/
|
/*--Cursor Pointer Finish--*/
|
||||||
|
|
||||||
|
/*--Cursor Default--*/
|
||||||
|
.cursor-default
|
||||||
|
{
|
||||||
|
cursor: default !important;
|
||||||
|
}
|
||||||
|
/*--Cursor Pointer Finish--*/
|
||||||
|
/*--------Cursor Styles Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
|
/*--------Border Radius Styles--------*/
|
||||||
|
/*--Border Radius None--*/
|
||||||
|
.border-radius-none
|
||||||
|
{
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
/*--Border Radius None Finish--*/
|
||||||
|
|
||||||
|
/*--Border Radius Default--*/
|
||||||
|
.border-radius-default
|
||||||
|
{
|
||||||
|
border-radius: 0.25rem !important
|
||||||
|
}
|
||||||
|
/*--Border Radius Default Finish--*/
|
||||||
|
/*--------Border Radius Styles Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
|
/*--------Overflow Styles--------*/
|
||||||
|
/*--Overflow Y Hidden--*/
|
||||||
|
.overflow-y-hidden
|
||||||
|
{
|
||||||
|
overflow-y: hidden !important;
|
||||||
|
}
|
||||||
|
/*--Overflow Y Hidden Finish--*/
|
||||||
|
|
||||||
|
/*--Overflow Y Scroll--*/
|
||||||
|
.overflow-y-scroll
|
||||||
|
{
|
||||||
|
overflow-y: scroll !important;
|
||||||
|
}
|
||||||
|
/*--Overflow Y Scroll Finish--*/
|
||||||
|
|
||||||
|
/*--Overflow X Hidden--*/
|
||||||
|
.overflow-x-hidden
|
||||||
|
{
|
||||||
|
overflow-x: hidden !important;
|
||||||
|
}
|
||||||
|
/*--Overflow X Hidden Finish--*/
|
||||||
|
|
||||||
|
/*--Overflow X Scroll--*/
|
||||||
|
.overflow-x-scroll
|
||||||
|
{
|
||||||
|
overflow-x: scroll !important;
|
||||||
|
}
|
||||||
|
/*--Overflow X Scroll Finish--*/
|
||||||
|
/*--------Overflow Styles Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Credit Card--------*/
|
/*--------Credit Card--------*/
|
||||||
@ -25,28 +80,20 @@
|
|||||||
/*--------Credit Card Finish--------*/
|
/*--------Credit Card Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------General Button Focus--------*/
|
/*--Button Element Focus--*/
|
||||||
button:focus
|
button:focus
|
||||||
{
|
{
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
/*--------General Button Focus Finish--------*/
|
/*--Button Element Focus Finisj--*/
|
||||||
|
|
||||||
|
|
||||||
/*--------General Button Hover--------*/
|
/*--Button Hover--*/
|
||||||
.btn:hover
|
.btn:hover
|
||||||
{
|
{
|
||||||
Transform: translateY(0px);
|
Transform: translateY(0px);
|
||||||
}
|
}
|
||||||
/*--------General Button Hover Finish--------*/
|
/*--Button Hover Finish--*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Forgot Text--------*/
|
|
||||||
.forgot-text:hover
|
|
||||||
{
|
|
||||||
color: #3c3f72;
|
|
||||||
}
|
|
||||||
/*--------Forgot Text Finish--------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Chart Donut Height--------*/
|
/*--------Chart Donut Height--------*/
|
||||||
@ -58,46 +105,13 @@ button:focus
|
|||||||
/*--------Chart Donut Height Finish--------*/
|
/*--------Chart Donut Height Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Cursor Pointer--------*/
|
|
||||||
.cursor-pointer
|
|
||||||
{
|
|
||||||
cursor: pointer !important;
|
|
||||||
}
|
|
||||||
/*--------Cursor Pointer Finish--------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Cursor Default--------*/
|
|
||||||
.cursor-default
|
|
||||||
{
|
|
||||||
cursor: default !important;
|
|
||||||
}
|
|
||||||
/*--------Cursor Default Finish--------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Wizard Steps--------*/
|
/*--------Wizard Steps--------*/
|
||||||
.wizard-header
|
.wizard-header
|
||||||
{
|
{
|
||||||
border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
|
border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------Wizard Steps Finish--------*/
|
/*--------Wizard Steps Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Border Radius None--------*/
|
|
||||||
.border-radius-none
|
|
||||||
{
|
|
||||||
border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
/*--------Border Radius None Finished--------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Border Radius Default--------*/
|
|
||||||
.border-radius-default
|
|
||||||
{
|
|
||||||
border-radius: 0.25rem !important
|
|
||||||
}
|
|
||||||
/*--------Border Radius Default Finished--------*/
|
|
||||||
|
|
||||||
.dropup .dropdown-toggle::after
|
.dropup .dropdown-toggle::after
|
||||||
{
|
{
|
||||||
display: none !important;
|
display: none !important;
|
||||||
@ -110,27 +124,6 @@ button:focus
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*--------Left Menu--------*/
|
/*--------Left Menu--------*/
|
||||||
.overflow-y-hidden
|
|
||||||
{
|
|
||||||
overflow-y: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overflow-x-hidden
|
|
||||||
{
|
|
||||||
overflow-x: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overflow-y-scroll
|
|
||||||
{
|
|
||||||
overflow-y: scroll !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overflow-x-scroll
|
|
||||||
{
|
|
||||||
overflow-x: scroll !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
|
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
|
||||||
{
|
{
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
@ -138,14 +131,6 @@ button:focus
|
|||||||
/*--------Left Menu Finish--------*/
|
/*--------Left Menu Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Action Column--------*/
|
|
||||||
.action-column
|
|
||||||
{
|
|
||||||
padding-left: 1.2rem !important;
|
|
||||||
}
|
|
||||||
/*--------Action Column Finish--------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Customer/Vendor Show--------*/
|
/*--------Customer/Vendor Show--------*/
|
||||||
.show-transaction-card-header
|
.show-transaction-card-header
|
||||||
{
|
{
|
||||||
@ -217,8 +202,6 @@ button:focus
|
|||||||
{
|
{
|
||||||
min-width: 13rem !important;
|
min-width: 13rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*--------Left Menu Dropdown Finish--------*/
|
/*--------Left Menu Dropdown Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
@ -238,14 +221,14 @@ button:focus
|
|||||||
/*--------Form Group Finish--------*/
|
/*--------Form Group Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Long Texts--------*/
|
/*--Long Texts--*/
|
||||||
.long-texts
|
.long-texts
|
||||||
{
|
{
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
/*--------Long Texts Finish--------*/
|
/*--Long Texts Finish--*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Table Head Row Margin--------*/
|
/*--------Table Head Row Margin--------*/
|
||||||
@ -395,7 +378,7 @@ button:focus
|
|||||||
/*--------Table Layout Fixed Finish--------*/
|
/*--------Table Layout Fixed Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Akaunting Loader--------*/
|
/*--Akaunting Button Animation--*/
|
||||||
.aka-loader-frame
|
.aka-loader-frame
|
||||||
{
|
{
|
||||||
width: 59.88px;
|
width: 59.88px;
|
||||||
@ -472,7 +455,7 @@ button:focus
|
|||||||
{
|
{
|
||||||
width: 86px;
|
width: 86px;
|
||||||
}
|
}
|
||||||
/*--------Akaunting Loader Finish--------*/
|
/*--Akaunting Button Animation Finish--*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Settings Index Page--------*/
|
/*--------Settings Index Page--------*/
|
||||||
@ -521,7 +504,8 @@ button:focus
|
|||||||
/*--------Akaunting Style Table Column Finish--------*/
|
/*--------Akaunting Style Table Column Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Login Background--------*/
|
/*--------Akaunting Backgrounds--------*/
|
||||||
|
/*--Login Page Background--*/
|
||||||
.login-page
|
.login-page
|
||||||
{
|
{
|
||||||
background: url('../img/login.png') no-repeat center center fixed;
|
background: url('../img/login.png') no-repeat center center fixed;
|
||||||
@ -533,10 +517,9 @@ button:focus
|
|||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
}
|
}
|
||||||
/*--------Login Background Finish--------*/
|
/*--Login Page Background Finish--*/
|
||||||
|
|
||||||
|
/*--Wizard Page Background--*/
|
||||||
/*--------Wizard Background--------*/
|
|
||||||
.wizard-page
|
.wizard-page
|
||||||
{
|
{
|
||||||
background: url('../img/login.png') no-repeat center center fixed;
|
background: url('../img/login.png') no-repeat center center fixed;
|
||||||
@ -548,10 +531,9 @@ button:focus
|
|||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
}
|
}
|
||||||
/*--------Wizard Background Finish--------*/
|
/*--Wizard Page Background Finish--*/
|
||||||
|
|
||||||
|
/*--Installation Page Background--*/
|
||||||
/*--------Installation Background--------*/
|
|
||||||
.installation-page
|
.installation-page
|
||||||
{
|
{
|
||||||
background: url('../img/login.png') no-repeat center center fixed;
|
background: url('../img/login.png') no-repeat center center fixed;
|
||||||
@ -563,17 +545,8 @@ button:focus
|
|||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
}
|
}
|
||||||
|
/*--Installation Page Background Finish--*/
|
||||||
.install-line
|
/*--------Akaunting Backgrounds Finish--------*/
|
||||||
{
|
|
||||||
width: 75%;
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 1.7rem;
|
|
||||||
margin-bottom: 1.7rem;
|
|
||||||
margin-left: 2.5rem;
|
|
||||||
border-top: 5px solid rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
/*--------Installation Background Finish--------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Font Size 1--------*/
|
/*--------Font Size 1--------*/
|
||||||
@ -741,6 +714,13 @@ table .align-items-center td span.badge {
|
|||||||
/*--------Table No Records Finish--------*/
|
/*--------Table No Records Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
|
/*--------From Group Disabled--------*/
|
||||||
|
.form-group.disabled .input-group-text, .form-group.readonly .input-group-text {
|
||||||
|
background-color: #e9ecef;
|
||||||
|
}
|
||||||
|
/*--------From Group Disabled Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Modal Dialog Resizing--------*/
|
/*--------Modal Dialog Resizing--------*/
|
||||||
@media (min-width: 576px)
|
@media (min-width: 576px)
|
||||||
{
|
{
|
||||||
@ -752,8 +732,8 @@ table .align-items-center td span.badge {
|
|||||||
/*--------Modal Dialog Resizing Finish--------*/
|
/*--------Modal Dialog Resizing Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*----------------RESPONSIVE START LINE----------------*/
|
/*--------Responsive--------*/
|
||||||
/*--------Xs Breakpoint--------*/
|
/*--Xs Breakpoint--*/
|
||||||
@media (max-width: 575.98px)
|
@media (max-width: 575.98px)
|
||||||
{
|
{
|
||||||
.col-xs-1 {width: 8.33%;}
|
.col-xs-1 {width: 8.33%;}
|
||||||
@ -788,6 +768,11 @@ table .align-items-center td span.badge {
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-drop-top
|
||||||
|
{
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
.header-button-bottom
|
.header-button-bottom
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -827,47 +812,24 @@ table .align-items-center td span.badge {
|
|||||||
margin-left: 1rem !important;
|
margin-left: 1rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-header-text
|
|
||||||
{
|
|
||||||
width: 8.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard-action
|
.dashboard-action
|
||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install-line
|
|
||||||
{
|
|
||||||
width: 0;
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 7.75rem;
|
|
||||||
border-left: 5px solid rgba(0, 0, 0, 0.1);
|
|
||||||
height: 200px;
|
|
||||||
}
|
}
|
||||||
}
|
/*--Xs Breakpoint Finish--*/
|
||||||
/*--------Xs Breakpoint Finish--------*/
|
|
||||||
|
|
||||||
/*--------S Breakpoint--------*/
|
/*--Sm Breakpoint--*/
|
||||||
@media (min-width: 576px) and (max-width: 767.98px)
|
@media (min-width: 576px) and (max-width: 767.98px)
|
||||||
{
|
{
|
||||||
.dashboard-action
|
.dashboard-action
|
||||||
{
|
{
|
||||||
margin-left: 4rem !important;
|
margin-left: 4rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install-line
|
|
||||||
{
|
|
||||||
width: 0;
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 7.75rem;
|
|
||||||
border-left: 5px solid rgba(0, 0, 0, 0.1);
|
|
||||||
height: 200px;
|
|
||||||
}
|
}
|
||||||
}
|
/*--Sm Breakpoint Finish--*/
|
||||||
/*--------S Breakpoint Finish--------*/
|
|
||||||
|
|
||||||
/*--------M Breakpoint--------*/
|
/*--Md Breakpoint--*/
|
||||||
@media (min-width: 768px) and (max-width: 991.98px)
|
@media (min-width: 768px) and (max-width: 991.98px)
|
||||||
{
|
{
|
||||||
.sidenav .navbar-nav .dropdown-menu
|
.sidenav .navbar-nav .dropdown-menu
|
||||||
@ -880,9 +842,9 @@ table .align-items-center td span.badge {
|
|||||||
margin-left: 3rem !important;
|
margin-left: 3rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*--------M Breakpoint Finish--------*/
|
/*--Md Breakpoint Finish--*/
|
||||||
|
|
||||||
/*--------L Breakpoint--------*/
|
/*--Lg Breakpoint--*/
|
||||||
@media (min-width: 992px) and (max-width: 1199.98px)
|
@media (min-width: 992px) and (max-width: 1199.98px)
|
||||||
{
|
{
|
||||||
.sidenav .navbar-nav .dropdown-menu
|
.sidenav .navbar-nav .dropdown-menu
|
||||||
@ -895,11 +857,5 @@ table .align-items-center td span.badge {
|
|||||||
margin-left: 1rem !important;
|
margin-left: 1rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*--------L Breakpoint Finish--------*/
|
/*--Lg Breakpoint Finish--*/
|
||||||
/*----------------RESPONSIVE END LINE----------------*/
|
/*--------Responsive Finish--------*/
|
||||||
|
|
||||||
/*--------From Group Disabled--------*/
|
|
||||||
.form-group.disabled .input-group-text, .form-group.readonly .input-group-text {
|
|
||||||
background-color: #e9ecef;
|
|
||||||
}
|
|
||||||
/*--------From Group Disabled Finish--------*/
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
@stack('forgotten-password-start')
|
@stack('forgotten-password-start')
|
||||||
<div class="mt-5 mb--4">
|
<div class="mt-5 mb--4">
|
||||||
<a href="{{ route('forgot') }}" class="text-white"><small class="forgot-text">{{ trans('auth.forgot_password') }}</small></a>
|
<a href="{{ route('forgot') }}" class="text-white"><small>{{ trans('auth.forgot_password') }}</small></a>
|
||||||
</div>
|
</div>
|
||||||
@stack('forgotten-password-end')
|
@stack('forgotten-password-end')
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
:format="'yyyy-MM-dd'"
|
:format="'yyyy-MM-dd'"
|
||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
@change="onChangeFilterDate"
|
@change="onChangeFilterDate"
|
||||||
range-separator="{{ trans('general.to')}}"
|
range-separator=">>"
|
||||||
start-placeholder="{{ trans('general.start_date')}}"
|
start-placeholder="{{ trans('general.start_date')}}"
|
||||||
end-placeholder="{{ trans('general.end_date')}}"
|
end-placeholder="{{ trans('general.end_date')}}"
|
||||||
:picker-options="{
|
:picker-options="{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<a href="{{ url($back) }}" class="btn btn-white btn-sm header-button-top"><span class="fas fa-arrow-left"></span> {{ trans('modules.back') }}</a>
|
<a href="{{ url($back) }}" class="btn btn-white header-button-top"><span class="fas fa-arrow-left"></span> {{ trans('modules.back') }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
@if ($payment->description)
|
@if ($payment->description)
|
||||||
<p class="form-control-label">{{ trans('general.description') }}</p>
|
<p class="form-control-label">{{ trans('general.description') }}</p>
|
||||||
<p class="form-control text-muted long-texts">{{ $payment->description }}</p>
|
<p class="text-muted long-texts">{{ $payment->description }}</p>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -49,19 +49,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table align-items-center table-flush">
|
<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-md-4 text-left">{{ trans('general.amount') }}</th>
|
<th class="col-xs-4 col-sm-2 text-right">{{ trans('general.amount') }}</th>
|
||||||
<th class="col-xs-4 col-md-4 text-left">{{ trans_choice('general.payment_methods', 1) }}</th>
|
<th class="col-xs-4 col-sm-3 text-left">{{ trans_choice('general.payment_methods', 1) }}</th>
|
||||||
<th class="col-xs-4 col-md-4 text-right long-texts">{{ trans('general.description') }}</th>
|
<th class="col-xs-4 col-sm-7 text-left long-texts">{{ trans('general.description') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="row border-top-1">
|
<tr class="row border-top-1 tr-py">
|
||||||
<td class="col-xs-4 col-md-4 text-left">@money($payment->amount, $payment->currency_code, true)</td>
|
<td class="col-xs-4 col-sm-2 text-right">@money($payment->amount, $payment->currency_code, true)</td>
|
||||||
<td class="col-xs-4 col-md-4 text-left">{{ $payment_methods[$payment->payment_method] }}</td>
|
<td class="col-xs-4 col-sm-3 text-left">{{ $payment_methods[$payment->payment_method] }}</td>
|
||||||
<td class="col-xs-4 col-md-4 text-right long-texts">{{ $payment->description }}</td>
|
<td class="col-xs-4 col-sm-7 text-left long-texts">{{ $payment->description }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class="d-flex flex-nowrap">
|
<tr class="d-flex flex-nowrap">
|
||||||
@stack('actions_th_start')
|
@stack('actions_th_start')
|
||||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||||
@stack('actions_th_end')
|
@stack('actions_th_end')
|
||||||
|
|
||||||
@stack('name_th_start')
|
@stack('name_th_start')
|
||||||
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
@stack('add_item_td_start')
|
@stack('add_item_td_start')
|
||||||
<tr class="row" id="addItem">
|
<tr class="row" id="addItem">
|
||||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class="d-flex flex-nowrap">
|
<tr class="d-flex flex-nowrap">
|
||||||
@stack('actions_th_start')
|
@stack('actions_th_start')
|
||||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||||
@stack('actions_th_end')
|
@stack('actions_th_end')
|
||||||
|
|
||||||
@stack('name_th_start')
|
@stack('name_th_start')
|
||||||
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
@stack('add_item_td_start')
|
@stack('add_item_td_start')
|
||||||
<tr class="row" id="addItem">
|
<tr class="row" id="addItem">
|
||||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
||||||
:index="index">
|
:index="index">
|
||||||
@stack('actions_td_start')
|
@stack('actions_td_start')
|
||||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||||
@stack('actions_button_start')
|
@stack('actions_button_start')
|
||||||
<button type="button"
|
<button type="button"
|
||||||
@click="onDeleteItem(index)"
|
@click="onDeleteItem(index)"
|
||||||
|
@ -448,7 +448,7 @@
|
|||||||
@stack('button_print_end')
|
@stack('button_print_end')
|
||||||
|
|
||||||
@stack('button_group_start')
|
@stack('button_group_start')
|
||||||
<div class="dropup">
|
<div class="dropup header-drop-top">
|
||||||
<button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i> {{ trans('general.more_actions') }}</button>
|
<button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i> {{ trans('general.more_actions') }}</button>
|
||||||
<div class="dropdown-menu" role="menu">
|
<div class="dropdown-menu" role="menu">
|
||||||
@stack('button_pay_start')
|
@stack('button_pay_start')
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
effect="success"
|
effect="success"
|
||||||
:open-delay="100"
|
:open-delay="100"
|
||||||
placement="top">
|
placement="top">
|
||||||
<span class="badge badge-dot pl-2">
|
<span class="badge badge-dot pl-2 h-0">
|
||||||
<i class="bg-success"></i>
|
<i class="bg-success"></i>
|
||||||
</span>
|
</span>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
effect="info"
|
effect="info"
|
||||||
:open-delay="100"
|
:open-delay="100"
|
||||||
placement="top">
|
placement="top">
|
||||||
<span class="badge badge-dot pl-2">
|
<span class="badge badge-dot pl-2 h-0">
|
||||||
<i class="bg-info"></i>
|
<i class="bg-info"></i>
|
||||||
</span>
|
</span>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class="d-flex flex-nowrap">
|
<tr class="d-flex flex-nowrap">
|
||||||
@stack('actions_th_start')
|
@stack('actions_th_start')
|
||||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||||
@stack('actions_th_end')
|
@stack('actions_th_end')
|
||||||
|
|
||||||
@stack('name_th_start')
|
@stack('name_th_start')
|
||||||
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
@stack('add_item_td_start')
|
@stack('add_item_td_start')
|
||||||
<tr class="row" id="addItem">
|
<tr class="row" id="addItem">
|
||||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class="d-flex flex-nowrap">
|
<tr class="d-flex flex-nowrap">
|
||||||
@stack('actions_th_start')
|
@stack('actions_th_start')
|
||||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||||
@stack('actions_th_end')
|
@stack('actions_th_end')
|
||||||
|
|
||||||
@stack('name_th_start')
|
@stack('name_th_start')
|
||||||
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
@stack('add_item_td_start')
|
@stack('add_item_td_start')
|
||||||
<tr class="row" id="addItem">
|
<tr class="row" id="addItem">
|
||||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
||||||
:index="index">
|
:index="index">
|
||||||
@stack('actions_td_start')
|
@stack('actions_td_start')
|
||||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||||
@stack('actions_button_start')
|
@stack('actions_button_start')
|
||||||
<button type="button"
|
<button type="button"
|
||||||
@click="onDeleteItem(index)"
|
@click="onDeleteItem(index)"
|
||||||
|
@ -480,7 +480,7 @@
|
|||||||
@stack('button_share_end')
|
@stack('button_share_end')
|
||||||
|
|
||||||
@stack('button_group_start')
|
@stack('button_group_start')
|
||||||
<div class="dropup">
|
<div class="dropup header-drop-top">
|
||||||
<button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i> {{ trans('general.more_actions') }}</button>
|
<button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i> {{ trans('general.more_actions') }}</button>
|
||||||
<div class="dropdown-menu" role="menu">
|
<div class="dropdown-menu" role="menu">
|
||||||
@stack('button_pay_start')
|
@stack('button_pay_start')
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
effect="success"
|
effect="success"
|
||||||
:open-delay="100"
|
:open-delay="100"
|
||||||
placement="top">
|
placement="top">
|
||||||
<span class="badge badge-dot pl-2">
|
<span class="badge badge-dot pl-2 h-0">
|
||||||
<i class="bg-success"></i>
|
<i class="bg-success"></i>
|
||||||
</span>
|
</span>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
effect="info"
|
effect="info"
|
||||||
:open-delay="100"
|
:open-delay="100"
|
||||||
placement="top">
|
placement="top">
|
||||||
<span class="badge badge-dot pl-2">
|
<span class="badge badge-dot pl-2 h-0">
|
||||||
<i class="bg-info"></i>
|
<i class="bg-info"></i>
|
||||||
</span>
|
</span>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user