Merge branch 'master' of github.com:akaunting/akaunting
@ -3,8 +3,8 @@
|
||||
"short_name": "Akaunting",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#6da252",
|
||||
"background_color": "#6F679B",
|
||||
"theme_color": "#3c3f72",
|
||||
"background_color": "#3c3f72",
|
||||
"orientation": "any",
|
||||
"splash": {
|
||||
"640x1136": "public/img/icons/splash-640x1136.png",
|
||||
@ -30,7 +30,12 @@
|
||||
"sizes": "96x96"
|
||||
},
|
||||
{
|
||||
"src": "public/img/images/icons/akaunting-128x128.png",
|
||||
"src": "public/img/icons/akaunting-120x120.png",
|
||||
"type": "image/png",
|
||||
"sizes": "120x120"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-128x128.png",
|
||||
"type": "image/png",
|
||||
"sizes": "128x128"
|
||||
},
|
||||
@ -44,6 +49,11 @@
|
||||
"type": "image/png",
|
||||
"sizes": "152x152"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-180x180.png",
|
||||
"type": "image/png",
|
||||
"sizes": "180x180"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-192x192.png",
|
||||
"type": "image/png",
|
||||
|
57
public/css/custom.css
vendored
@ -743,6 +743,43 @@ table .align-items-center td span.badge {
|
||||
/*--------Modal Dialog Resizing Finish--------*/
|
||||
|
||||
|
||||
/*--Save Buttons Responsive--*/
|
||||
.save-buttons
|
||||
{
|
||||
float: right !important;
|
||||
}
|
||||
/*--Save Buttons Responsive Finish--*/
|
||||
|
||||
|
||||
/*--Left Menu Stabilize--*/
|
||||
.g-sidenav-show .sidenav {
|
||||
max-width: 250px !important;
|
||||
}
|
||||
|
||||
.g-sidenav-show .sidenav .navbar-brand,
|
||||
.g-sidenav-show .sidenav .navbar-heading {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.g-sidenav-show .sidenav.fixed-left + .main-content {
|
||||
margin-left: 250px;
|
||||
}
|
||||
|
||||
.g-sidenav-show .sidenav.fixed-right + .main-content {
|
||||
margin-right: 250px;
|
||||
}
|
||||
|
||||
.g-sidenav-show .sidenav {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.sidenav-show .navbar-top .navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
/*--Left Menu Stabilize Finish--*/
|
||||
|
||||
|
||||
/*--------Responsive--------*/
|
||||
/*--Xs Breakpoint--*/
|
||||
@media (max-width: 575.98px)
|
||||
@ -839,6 +876,26 @@ table .align-items-center td span.badge {
|
||||
width: 100% !important;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.save-buttons
|
||||
{
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.g-sidenav-show .sidenav
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.g-sidenav-show.g-sidenav-hidden .sidenav
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.g-sidenav-show.g-sidenav-pinned .sidenav
|
||||
{
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
/*--Xs Breakpoint Finish--*/
|
||||
|
||||
|
BIN
public/img/icons/akaunting-120x120.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
public/img/icons/akaunting-180x180.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 34 KiB |
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('permissions.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
@permission('update-auth-permissions')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('permissions.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -79,7 +79,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('roles.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -81,7 +81,7 @@
|
||||
|
||||
@permission('update-auth-roles')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('roles.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('users.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@
|
||||
|
||||
@permission('update-auth-users')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('users.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('accounts.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
@permission('update-banking-accounts')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('accounts.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('transfers.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
@permission('update-banking-transfers')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('transfers.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('companies.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
@permission('update-common-companies')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('companies.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('dashboards.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
@permission('update-common-dashboards')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('dashboards.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -39,9 +39,11 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="float-right">
|
||||
<a href="{{ url($path) }}" class="btn btn-outline-secondary header-button-top"><span class="fa fa-times"></span> {{ trans('general.cancel') }}</a>
|
||||
{!! Form::button('<span class="fa fa-download"></span> ' . trans('import.import'), ['type' => 'submit', 'class' => 'btn btn-success header-button-top']) !!}
|
||||
<div class="row save-buttons">
|
||||
<div class="col-xs-12 col-sm-12">
|
||||
<a href="{{ url($path) }}" class="btn btn-outline-secondary header-button-top"><span class="fa fa-times"></span> {{ trans('general.cancel') }}</a>
|
||||
{!! Form::button('<span class="fa fa-download"></span> ' . trans('import.import'), ['type' => 'submit', 'class' => 'btn btn-success header-button-top']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{!! Form::close() !!}
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
{{ Form::textGroup('purchase_price', trans('items.purchase_price'), 'money-bill-wave-alt') }}
|
||||
|
||||
{{ Form::selectAddNewGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['required' => 'required', 'path' => route('modals.categories.create') . '?type=item']) }}
|
||||
{{ Form::selectAddNewGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['path' => route('modals.categories.create') . '?type=item']) }}
|
||||
|
||||
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1), 'plus') }}
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('items.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
{{ Form::textGroup('purchase_price', trans('items.purchase_price'), 'money-bill-wave-alt') }}
|
||||
|
||||
{{ Form::selectAddNewGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, $item->category_id, ['required' => 'required', 'path' => route('modals.categories.create') . '?type=item']) }}
|
||||
{{ Form::selectAddNewGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, $item->category_id, ['path' => route('modals.categories.create') . '?type=item']) }}
|
||||
|
||||
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1)) }}
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
@permission('update-common-items')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('items.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -29,7 +29,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('reports.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
@permission('update-common-reports')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('reports.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@include('partials.admin.head')
|
||||
|
||||
<body class="g-sidenav-show g-sidenav-pinned">
|
||||
<body class="g-sidenav-show">
|
||||
@stack('body_start')
|
||||
|
||||
@include('partials.admin.menu')
|
||||
|
@ -51,7 +51,7 @@
|
||||
<div class="col-xl-12">
|
||||
<div class="copyright text-center text-white">
|
||||
<small>
|
||||
{{ trans('footer.powered') }}: <a href="{{ trans('footer.link') }}" target="_blank" class="text-white">{{ trans('footer.software') }}</a>
|
||||
{{ trans('footer.powered') }}: <a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@include('partials.admin.head')
|
||||
|
||||
<body class="g-sidenav-show g-sidenav-pinned">
|
||||
<body class="g-sidenav-show">
|
||||
@stack('body_start')
|
||||
|
||||
<div class="main-content" id="panel">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@include('partials.modules.head')
|
||||
|
||||
<body class="g-sidenav-show g-sidenav-pinned">
|
||||
<body class="g-sidenav-show">
|
||||
@stack('body_start')
|
||||
|
||||
@include('partials.admin.menu')
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@include('partials.portal.head')
|
||||
|
||||
<body class="g-sidenav-show g-sidenav-pinned">
|
||||
<body class="g-sidenav-show">
|
||||
@stack('body_start')
|
||||
|
||||
@include('partials.portal.menu')
|
||||
|
@ -1,39 +1,39 @@
|
||||
<!-- Web Application Manifest -->
|
||||
<link rel="manifest" href="{{asset('manifest.json')}}">
|
||||
<link rel="manifest" href="{{ asset('manifest.json') }}">
|
||||
|
||||
<!-- Chrome for Android theme color -->
|
||||
<meta name="theme-color" content="#6da252">
|
||||
<meta name="theme-color" content="#3c3f72">
|
||||
|
||||
<!-- Add to homescreen for Chrome on Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="Akaunting">
|
||||
<link rel="icon" sizes="512x512" href="{{asset('public/img/icons/icon-512x512.png')}}">
|
||||
<link rel="icon" sizes="512x512" href="{{ asset('public/img/icons/icon-512x512.png') }}">
|
||||
|
||||
<!-- Add to homescreen for Safari on iOS -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#6da252">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#3c3f72">
|
||||
<meta name="apple-mobile-web-app-title" content="Akaunting">
|
||||
<link rel="apple-touch-icon" href="{{asset('public/img/icons/icon-512x512.png')}}">
|
||||
<link rel="apple-touch-icon" href="{{ asset('public/img/icons/icon-512x512.png') }}">
|
||||
|
||||
<link href="{{asset('public/img/icons/splash-640x1136.png')}}" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-750x1334.png')}}" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-1242x2208.png')}}" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-1125x2436.png')}}" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-828x1792.png')}}" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-1242x2688.png')}}" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-1536x2048.png')}}" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-1668x2224.png')}}" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-1668x2388.png')}}" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{asset('public/img/icons/splash-2048x2732.png')}}" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-640x1136.png') }}" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-750x1334.png') }}" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-1242x2208.png') }}" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-1125x2436.png') }}" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-828x1792.png') }}" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-1242x2688.png') }}" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-1536x2048.png') }}" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-1668x2224.png') }}" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-1668x2388.png') }}" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<link href="{{ asset('public/img/icons/splash-2048x2732.png') }}" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
|
||||
<!-- Tile for Win8 -->
|
||||
<meta name="msapplication-TileColor" content="#6da252">
|
||||
<meta name="msapplication-TileImage" content="{{asset('public/img/icons/icon-512x512.png')}}">
|
||||
<meta name="msapplication-TileColor" content="#3c3f72">
|
||||
<meta name="msapplication-TileImage" content="{{ asset('public/img/icons/icon-512x512.png') }}">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register("{{asset('serviceworker.js')}}");
|
||||
navigator.serviceWorker.register("{{ asset('serviceworker.js') }}");
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
@permission(['update-portal-profile'])
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('portal.dashboard') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -97,7 +97,7 @@
|
||||
<div class="card d-none" :class="[{'show' : discount}]">
|
||||
<div class="discount card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="input-group input-group-merge">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text" id="input-discount">
|
||||
@ -107,7 +107,7 @@
|
||||
{!! Form::number('pre_discount', null, ['id' => 'pre-discount', 'class' => 'form-control']) !!}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="discount-description">
|
||||
<strong>{{ trans('invoices.discount_desc') }}</strong>
|
||||
</div>
|
||||
@ -115,13 +115,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="discount card-footer">
|
||||
<div class="row text-center">
|
||||
<div class="col-md-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-icon btn-outline-secondary">
|
||||
<span class="btn-inner--icon"><i class="fas fa-times"></i></span>
|
||||
<span class="btn-inner--text">{{ trans('general.cancel') }}</span>
|
||||
<div class="row float-right">
|
||||
<div class="col-xs-12 col-sm-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-outline-secondary header-button-top" @click="closePayment">
|
||||
{{ trans('general.cancel') }}
|
||||
</a>
|
||||
{!! Form::button('<span class="fa fa-save"></span> ' . trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success']) !!}
|
||||
{!! Form::button(trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success header-button-top']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -189,7 +188,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('bills.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<div class="card d-none" :class="[{'show' : discount}]">
|
||||
<div class="discount card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="input-group input-group-merge">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text" id="input-discount">
|
||||
@ -108,7 +108,7 @@
|
||||
{!! Form::number('pre_discount', null, ['id' => 'pre-discount', 'class' => 'form-control']) !!}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="discount-description">
|
||||
<strong>{{ trans('invoices.discount_desc') }}</strong>
|
||||
</div>
|
||||
@ -116,13 +116,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="discount card-footer">
|
||||
<div class="row text-center">
|
||||
<div class="col-md-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-icon btn-outline-secondary">
|
||||
<span class="btn-inner--icon"><i class="fas fa-times"></i></span>
|
||||
<span class="btn-inner--text">{{ trans('general.cancel') }}</span>
|
||||
<div class="row float-right">
|
||||
<div class="col-xs-12 col-sm-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-outline-secondary header-button-top" @click="closePayment">
|
||||
{{ trans('general.cancel') }}
|
||||
</a>
|
||||
{!! Form::button('<span class="fa fa-save"></span> ' . trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success']) !!}
|
||||
{!! Form::button(trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success header-button-top']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -191,7 +190,7 @@
|
||||
|
||||
@permission('update-purchases-bills')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('bills.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('payments.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@
|
||||
|
||||
@permission('update-purchases-payments')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('payments.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -40,7 +40,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('vendors.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
@permission('update-purchases-vendors')
|
||||
<div class="card-footer">
|
||||
<div class="float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('vendors.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('customers.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -73,7 +73,7 @@
|
||||
|
||||
@permission('update-sales-customers')
|
||||
<div class="card-footer">
|
||||
<div class="float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('customers.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -97,7 +97,7 @@
|
||||
<div class="card d-none" :class="[{'show' : discount}]">
|
||||
<div class="discount card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="input-group input-group-merge">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text" id="input-discount">
|
||||
@ -107,7 +107,7 @@
|
||||
{!! Form::number('pre_discount', null, ['id' => 'pre-discount', 'class' => 'form-control']) !!}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="discount-description">
|
||||
<strong>{{ trans('invoices.discount_desc') }}</strong>
|
||||
</div>
|
||||
@ -115,13 +115,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="discount card-footer">
|
||||
<div class="row text-center">
|
||||
<div class="col-md-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-icon btn-outline-secondary">
|
||||
<span class="btn-inner--icon"><i class="fas fa-times"></i></span>
|
||||
<span class="btn-inner--text">{{ trans('general.cancel') }}</span>
|
||||
<div class="row float-right">
|
||||
<div class="col-xs-12 col-sm-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-outline-secondary header-button-top" @click="closePayment">
|
||||
{{ trans('general.cancel') }}
|
||||
</a>
|
||||
{!! Form::button('<span class="fa fa-save"></span> ' . trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success']) !!}
|
||||
{!! Form::button(trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success header-button-top']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -191,7 +190,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('invoices.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<div class="card d-none" :class="[{'show' : discount}]">
|
||||
<div class="discount card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="input-group input-group-merge">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text" id="input-discount">
|
||||
@ -108,7 +108,7 @@
|
||||
{!! Form::number('pre_discount', null, ['id' => 'pre-discount', 'class' => 'form-control']) !!}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-sm-6">
|
||||
<div class="discount-description">
|
||||
<strong>{{ trans('invoices.discount_desc') }}</strong>
|
||||
</div>
|
||||
@ -116,13 +116,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="discount card-footer">
|
||||
<div class="row text-center">
|
||||
<div class="col-md-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-icon btn-outline-secondary">
|
||||
<span class="btn-inner--icon"><i class="fas fa-times"></i></span>
|
||||
<span class="btn-inner--text">{{ trans('general.cancel') }}</span>
|
||||
<div class="row float-right">
|
||||
<div class="col-xs-12 col-sm-12">
|
||||
<a href="javascript:void(0)" @click="discount = false" class="btn btn-outline-secondary header-button-top" @click="closePayment">
|
||||
{{ trans('general.cancel') }}
|
||||
</a>
|
||||
{!! Form::button('<span class="fa fa-save"></span> ' . trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success']) !!}
|
||||
{!! Form::button(trans('general.save'), ['type' => 'button', 'id' => 'save-discount', '@click' => 'onAddDiscount', 'class' => 'btn btn-success header-button-top']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -193,7 +192,7 @@
|
||||
|
||||
@permission('update-sales-invoices')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('invoices.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('revenues.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@
|
||||
|
||||
@permission('update-sales-revenues')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('revenues.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('categories.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
@permission('update-settings-categories')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('categories.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
@permission('update-settings-settings')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -40,7 +40,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('currencies.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
@permission('update-settings-currencies')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('currencies.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
@permission('update-settings-settings')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -89,7 +89,7 @@
|
||||
<div class="row ml-0 mr-0">
|
||||
<div class="card col-md-12">
|
||||
<div class="card-body mr--3">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
@permission('update-settings-settings')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
@permission('update-settings-settings')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
@permission('update-' . $module->getAlias() . '-settings')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
@permission('update-settings-settings')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('taxes.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
@permission('update-settings-taxes')
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('taxes.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
2
serviceworker.js
vendored
@ -2,9 +2,11 @@ var staticCacheName = "pwa-v" + new Date().getTime();
|
||||
var filesToCache = [
|
||||
'public/img/icons/akaunting-72x72.png',
|
||||
'public/img/icons/akaunting-96x96.png',
|
||||
'public/img/icons/akaunting-120x120.png',
|
||||
'public/img/icons/akaunting-128x128.png',
|
||||
'public/img/icons/akaunting-144x144.png',
|
||||
'public/img/icons/akaunting-152x152.png',
|
||||
'public/img/icons/akaunting-180x180.png',
|
||||
'public/img/icons/akaunting-192x192.png',
|
||||
'public/img/icons/akaunting-384x384.png',
|
||||
'public/img/icons/akaunting-512x512.png',
|
||||
|