diff --git a/public/css/custom.css b/public/css/custom.css index 61fb23e3b..7bc1d2807 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -589,6 +589,11 @@ button:focus { padding-top: 1.75rem !important; } + +.item-total +{ + width: 15%; +} /*--------Invoice and Bill Total Column Finish--------*/ /*--------Custom Table--------*/ diff --git a/resources/views/purchases/bills/create.blade.php b/resources/views/purchases/bills/create.blade.php index ef2c051b4..cc79027b6 100644 --- a/resources/views/purchases/bills/create.blade.php +++ b/resources/views/purchases/bills/create.blade.php @@ -34,29 +34,29 @@
{{ trans('general.actions') }} | +{{ trans('general.actions') }} | @stack('actions_th_end') @stack('name_th_start') -{{ trans('general.name') }} | +{{ trans('general.name') }} | @stack('name_th_end') @stack('quantity_th_start') -{{ trans('bills.quantity') }} | +{{ trans('bills.quantity') }} | @stack('quantity_th_end') @stack('price_th_start') -{{ trans('bills.price') }} | +{{ trans('bills.price') }} | @stack('price_th_end') @stack('taxes_th_start') -{{ trans_choice('general.taxes', 1) }} | +{{ trans_choice('general.taxes', 1) }} | @stack('taxes_th_end') @stack('total_th_start') -{{ trans('bills.total') }} | +{{ trans('bills.total') }} | @stack('total_th_end')|||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ trans('bills.sub_total') }} | -+ | {{ Form::moneyGroup('sub_total', '', '', ['disabled' => 'disabled', 'required' => 'required', 'v-model' => 'totals.sub', 'currency' => $currency, 'dynamic-currency' => 'currency', 'masked' => 'true'], 0.00, 'text-right d-none') }} @money(0, $currency->code, true) @@ -87,8 +87,8 @@ @stack('sub_total_td_end') @stack('add_discount_td_start') - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
- + | {{ Form::moneyGroup('discount_total', '', '', ['disabled' => 'disabled', 'required' => 'required', 'v-model' => 'totals.discount', 'currency' => $currency, 'dynamic-currency' => 'currency', 'masked' => 'true'], 0.00, 'text-right d-none') }} @money(0, $currency->code, true) @@ -139,11 +139,11 @@ @stack('add_discount_td_end') @stack('tax_total_td_start') - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ trans_choice('general.taxes', 1) }} | -+ | {{ Form::moneyGroup('tax_total', '', '', ['disabled' => 'disabled', 'required' => 'required', 'v-model' => 'totals.tax', 'currency' => $currency, 'dynamic-currency' => 'currency', 'masked' => 'true'], 0.00, 'text-right d-none') }} @money(0, $currency->code, true) @@ -152,11 +152,11 @@ @stack('tax_total_td_end') @stack('grand_total_td_start') - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ trans('bills.total') }} | -+ |
{{ Form::moneyGroup('grand_total', '', '', ['disabled' => 'disabled', 'required' => 'required', 'v-model' => 'totals.total', 'currency' => $currency, 'dynamic-currency' => 'currency', 'masked' => 'true'], 0.00, 'text-right d-none') }}
@money(0, $currency->code, true)
diff --git a/resources/views/purchases/bills/edit.blade.php b/resources/views/purchases/bills/edit.blade.php
index 5cc4d6e74..3027520f8 100644
--- a/resources/views/purchases/bills/edit.blade.php
+++ b/resources/views/purchases/bills/edit.blade.php
@@ -35,29 +35,29 @@
|