commit
593ef5b98f
16
public/css/app.css
vendored
16
public/css/app.css
vendored
@ -36387,6 +36387,10 @@ body{
|
|||||||
right: 3rem;
|
right: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .ltr\:right-2{
|
||||||
|
right: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:-right-2{
|
[dir="ltr"] .ltr\:-right-2{
|
||||||
right: -0.5rem;
|
right: -0.5rem;
|
||||||
}
|
}
|
||||||
@ -36419,10 +36423,6 @@ body{
|
|||||||
left: -2rem;
|
left: -2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:right-2{
|
|
||||||
right: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:right-4{
|
[dir="ltr"] .ltr\:right-4{
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
}
|
}
|
||||||
@ -36547,6 +36547,10 @@ body{
|
|||||||
left: 3rem;
|
left: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir="rtl"] .rtl\:left-2{
|
||||||
|
left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:-left-2{
|
[dir="rtl"] .rtl\:-left-2{
|
||||||
left: -0.5rem;
|
left: -0.5rem;
|
||||||
}
|
}
|
||||||
@ -36579,10 +36583,6 @@ body{
|
|||||||
right: -2rem;
|
right: -2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:left-2{
|
|
||||||
left: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:left-4{
|
[dir="rtl"] .rtl\:left-4{
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
}
|
}
|
||||||
|
2
public/css/print.css
vendored
2
public/css/print.css
vendored
@ -15,7 +15,7 @@ th, td
|
|||||||
padding: 10px 9px 10px 9px;
|
padding: 10px 9px 10px 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
.print-template p {
|
||||||
color: #424242;
|
color: #424242;
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
}
|
}
|
||||||
|
@ -4,13 +4,15 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<x-slot name="status">
|
<x-slot name="status">
|
||||||
@if (! $account->enabled)
|
<div class="mt-3">
|
||||||
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />
|
@if (! $account->enabled)
|
||||||
@endif
|
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />
|
||||||
|
@endif
|
||||||
|
|
||||||
@if (setting('default.account') == $account->id)
|
@if (setting('default.account') == $account->id)
|
||||||
<x-index.default text="{{ trans('accounts.default_account') }}" />
|
<x-index.default text="{{ trans('accounts.default_account') }}" />
|
||||||
@endif
|
@endif
|
||||||
|
</div>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<x-slot name="favorite"
|
<x-slot name="favorite"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="p-7 shadow-2xl rounded-2xl">
|
<div class="p-7 shadow-2xl rounded-2xl print-template">
|
||||||
@if ($documentTemplate)
|
@if ($documentTemplate)
|
||||||
@switch($documentTemplate)
|
@switch($documentTemplate)
|
||||||
@case('classic')
|
@case('classic')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $text }}">
|
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $text }}">
|
||||||
<span class="material-icons{{ $iconType }} text-purple text-xl ml-2 lg:mt-2">
|
<span class="material-icons{{ $iconType }} text-purple text-sm ml-2">
|
||||||
{{ $icon }}
|
{{ $icon }}
|
||||||
</span>
|
</span>
|
||||||
</x-tooltip>
|
</x-tooltip>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $disableText }}">
|
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $disableText }}">
|
||||||
<span class="material-icons{{ $iconType }} text-red text-xl ml-2 lg:mt-2">
|
<span class="material-icons{{ $iconType }} text-red text-sm ml-2">
|
||||||
{{ $icon }}
|
{{ $icon }}
|
||||||
</span>
|
</span>
|
||||||
</x-tooltip>
|
</x-tooltip>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<span class="material-icons text-base">attach_file</span>
|
<span class="material-icons text-base">attach_file</span>
|
||||||
@endif
|
@endif
|
||||||
<div class="flex flex-col text-gray-500 ml-3 gap-y-1">
|
<div class="flex flex-col text-gray-500 ml-3 gap-y-1">
|
||||||
<span class="w-80 text-sm truncate">{{ $file->basename }}</span>
|
<span class="w-64 text-sm truncate">{{ $file->basename }}</span>
|
||||||
<span class="text-xs mb-0">{{ $file->readableSize() }}</span>
|
<span class="text-xs mb-0">{{ $file->readableSize() }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,8 +49,8 @@
|
|||||||
|
|
||||||
{{ $class->row_names[$table_key][$id] }}
|
{{ $class->row_names[$table_key][$id] }}
|
||||||
@if (array_sum($parent_row_values) != array_sum($class->row_values[$table_key][$id]))
|
@if (array_sum($parent_row_values) != array_sum($class->row_values[$table_key][$id]))
|
||||||
<button type="button" class="align-text-top" node="child-{{ $id }}" onClick="toggleSub('child-{{ $id }}', event)">
|
<button type="button" class="align-text-top flex" node="child-{{ $id }}" onClick="toggleSub('child-{{ $id }}', event)">
|
||||||
<span class="material-icons transform transition-all rotate-90 text-lg leading-none">navigate_next</span>
|
<span class="material-icons transform rotate-90 transition-all text-lg leading-none">expand_more</span>
|
||||||
</button>
|
</button>
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
@include($class->views['filter'])
|
@include($class->views['filter'])
|
||||||
|
|
||||||
@include($class->views[$class->type])
|
@include($class->views[$class->type])
|
||||||
|
|
||||||
|
<x-loading.content />
|
||||||
</div>
|
</div>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
|
@ -51,8 +51,8 @@
|
|||||||
<div class="flex items-center" style="padding-left: {{ $tree_level * 20 }}px;">
|
<div class="flex items-center" style="padding-left: {{ $tree_level * 20 }}px;">
|
||||||
<span>{{ $class->row_names[$table_key][$id] }}</span>
|
<span>{{ $class->row_names[$table_key][$id] }}</span>
|
||||||
@if (array_sum($parent_row_values) != array_sum($class->row_values[$table_key][$id]))
|
@if (array_sum($parent_row_values) != array_sum($class->row_values[$table_key][$id]))
|
||||||
<button type="button" class="align-text-top" node="child-{{ $id }}" onClick="toggleSub('child-{{ $id }}', event)">
|
<button type="button" class="align-text-top flex" node="child-{{ $id }}" onClick="toggleSub('child-{{ $id }}', event)">
|
||||||
<span class="material-icons transform transition-all rotate-90 text-lg leading-none">navigate_next</span>
|
<span class="material-icons transform rotate-90 transition-all text-lg leading-none">navigate_next</span>
|
||||||
</button>
|
</button>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
x-ref="accordion_{{ $type }}"
|
x-ref="accordion_{{ $type }}"
|
||||||
x-bind:class="{{ $type }} == 'open' ? 'h-auto ' : 'scale-y-0 h-0'"
|
x-bind:class="{{ $type }} == 'open' ? 'h-auto ' : 'scale-y-0 h-0'"
|
||||||
>
|
>
|
||||||
<div class="my-3 space-x-3 rtl:space-x-reverse">
|
<div class="my-3">
|
||||||
{!! $body !!}
|
{!! $body !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="p-7 shadow-2xl rounded-2xl">
|
<div class="p-7 shadow-2xl rounded-2xl print-template">
|
||||||
@if ($transactionTemplate)
|
@if ($transactionTemplate)
|
||||||
@switch($transactionTemplate)
|
@switch($transactionTemplate)
|
||||||
@case('classic')
|
@case('classic')
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full lg:w-7/12">
|
<div class="w-full lg:w-7/12">
|
||||||
<div class="p-7 shadow-2xl rounded-2xl">
|
<div class="p-7 shadow-2xl rounded-2xl print-template">
|
||||||
<x-transfers.show.template :model="$transfer" />
|
<x-transfers.show.template :model="$transfer" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
node="child-{{ $category->id }}"
|
node="child-{{ $category->id }}"
|
||||||
onClick="toggleSub('child-{{ $category->id }}', event)"
|
onClick="toggleSub('child-{{ $category->id }}', event)"
|
||||||
>
|
>
|
||||||
<span class="material-icons transform transition-all text-lg leading-none align-middle text-white">navigate_next</span>
|
<span class="material-icons transform rotate-90 transition-all text-lg leading-none align-middle text-white">chevron_right</span>
|
||||||
</button>
|
</button>
|
||||||
</x-tooltip>
|
</x-tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
node="child-{{ $sub_category->id }}"
|
node="child-{{ $sub_category->id }}"
|
||||||
onClick="toggleSub('child-{{ $sub_category->id }}', event)"
|
onClick="toggleSub('child-{{ $sub_category->id }}', event)"
|
||||||
>
|
>
|
||||||
<span class="material-icons transform transition-all text-lg leading-none align-middle text-white">navigate_next</span>
|
<span class="material-icons transform rotate-90 transition-all text-lg leading-none align-middle text-white">chevron_right</span>
|
||||||
</button>
|
</button>
|
||||||
</x-tooltip>
|
</x-tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user