diff --git a/resources/assets/js/components/AkauntingSelect.vue b/resources/assets/js/components/AkauntingSelect.vue index 693c8876c..5a9fb0548 100644 --- a/resources/assets/js/components/AkauntingSelect.vue +++ b/resources/assets/js/components/AkauntingSelect.vue @@ -15,7 +15,13 @@ :multiple="multiple" :readonly="readonly" :collapse-tags="collapse" + :loading="loading" > +
+ {{ loadingText }} +
+
@@ -81,7 +87,7 @@
-
+ {{ loadingText }}
+
{{ noMatchingDataText }}
{{ noDataText }}
+ {{ loadingText }}
+
{{ noMatchingDataText }}
{{ noDataText }}
-
@stack('item_discount_td_end')
@endif
@@ -44,8 +44,8 @@
@if (in_array(setting('localisation.discount_location', 'total'), ['total', 'both']))
@stack('add_discount_td_start')
-
+
+
{{ trans('invoices.item_discount') }}
-
+
-
+
-
@stack('add_discount_td_end')
@endif
@@ -100,8 +100,8 @@
@stack('tax_total_td_start')
-
+
+
-
+
-
+
-
@stack('tax_total_td_end')
@stack('grand_total_td_start')
-
+
+
@@ -109,30 +109,30 @@
{{ Form::moneyGroup('tax_total', '', '', ['disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'tax.total', 'currency' => $currency, 'dynamic-currency' => 'currency', 'money-class' => 'text-right disabled-money'], 0.00, 'text-right disabled-money') }}
-
+
-
@stack('grand_total_td_end')
@stack('currency_conversion_td_start')
-
+
+
{{ trans('invoices.total') }}
{{ Form::selectGroup('currency_code', '', 'exchange-alt', $currencies, setting('default.currency'), ['required' => 'required', 'model' => 'form.currency_code', 'change' => 'onChangeCurrency'], 'document-total-currency') }}
-
+
-
+
-
@stack('currency_conversion_td_end')
diff --git a/resources/views/partials/form/file_group.blade.php b/resources/views/partials/form/file_group.blade.php
index dd8f65470..82871ff93 100644
--- a/resources/views/partials/form/file_group.blade.php
+++ b/resources/views/partials/form/file_group.blade.php
@@ -7,7 +7,7 @@
{!! Form::label($name, $text, ['class' => 'form-control-label'])!!}
@endif
-
-
+
+
-
+