@stack('name_td_start') @stack('move_td_start') @stack('move_td_end') @stack('items_td_start') @if (!$hideItems || (!$hideName && !$hideDescription)) @stack('name_td_start') @if (!$hideName) @endif @stack('name_td_end') @stack('description_td_start') @if (!$hideDescription) @endif @stack('description_td_end') @endif @stack('items_td_end') @stack('quantity_td_start') @if (!$hideQuantity) @endif @stack('quantity_td_end') @stack('price_td_start') @if (!$hidePrice) @endif @stack('price_td_end') @stack('total_td_start') @if (!$hideAmount) @endif @stack('total_td_end') @stack('delete_td_start') @stack('delete_td_end')
@stack('name_input_start')
@stack('name_input_end')
@stack('quantity_input_start')
@stack('quantity_input_end')
@stack('price_input_start') {{ Form::moneyGroup('price', '', '', ['required' => 'required', 'row-input' => 'true', 'v-model' => 'row.price', 'v-error' => 'form.errors.get(\'items.\' + index + \'.price\')', 'v-error-message' => 'form.errors.get(\'items.\' + index + \'.price\')' , 'data-item' => 'price', 'currency' => $currency, 'dynamic-currency' => 'currency', 'change' => 'row.price = $event; form.errors.clear(\'items.\' + index + \'.price\'); onCalculateTotal'], 0.00, 'text-right input-price p-0') }} @stack('price_input_end')
{{ Form::moneyGroup('total', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'row.total', 'data-item' => 'total', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
@stack('item_custom_fields') @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both'])) @endif
{{ trans('invoices.discount') }} @stack('discount_input_start')
@stack('discount_input_end')
{{ Form::moneyGroup('discount', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'value' => 'row.discount', 'data-item' => 'discount', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
{{ trans_choice('general.taxes', 1) }}
@stack('taxes_input_start') @stack('taxes_input_end')
{{ Form::moneyGroup('tax', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'row_tax.price', 'data-item' => 'total', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
{{ trans_choice('general.taxes', 1) }}
@stack('taxes_input_start') @stack('taxes_input_end')
__
@if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both'])) @endif
@stack('name_td_end')