@lang('sales/customer_payment.document_title')
{{ $customer_payment->name }}
@lang('sales/customer_payment.entry_amount'): @lang('sales/customer_payment.text_reconciled'): @lang('sales/customer_payment.text_per_reconciled'):
* @lang('sales/customer_payment.help_payment_reconciled')
| @lang('sales/customer_payment.column_reconciled_name') | @lang('sales/customer_payment.column_reconciled_date') | @lang('sales/customer_payment.column_reconciled_date_due') | @lang('sales/customer_payment.column_reconciled_payment_method') | @lang('sales/customer_payment.column_reconciled_currency') | @lang('sales/customer_payment.column_reconciled_amount_total') | @lang('sales/customer_payment.column_reconciled_balance') | @lang('sales/customer_payment.column_reconciled_currency_value') | @lang('sales/customer_payment.column_reconciled_amount_reconciled') |
|---|---|---|---|---|---|---|---|---|
| {{$tmp_name}} | {{$tmp_date}} | {{$tmp_date_due}} | {{$tmp_payment_method}} | {{$tmp_currency_code}} | {{$tmp_amount_total}} | {!!$tmp_balance!!} |
@if(!empty($tmp_currency) && $tmp_currency->code == 'MXN' && $tmp->currency->code != 'MXN')
{!! Form::number('item_reconciled[' . $item_reconciled_row . '][currency_value]', old('item_reconciled.' . $item_reconciled_row . '.currency_value'), ['class' => 'form-control input-sm text-center col-currency-value', 'required','id' => 'item_reconciled_currency_value_' . $item_reconciled_row, 'step' => 'any']) !!}
@if ($errors->has('item_reconciled.'.$item_reconciled_row.'.currency_value'))
{{ $errors->first('item_reconciled.'.$item_reconciled_row.'.currency_value') }}
@endif
@else
---
@endif
|
{!! Form::number('item_reconciled[' . $item_reconciled_row . '][amount_reconciled]', old('item_reconciled.' . $item_reconciled_row . '.amount_reconciled'), ['class' => 'form-control input-sm text-right col-amount-reconciled','id' => 'item_reconciled_amount_reconciled_' . $item_reconciled_row, 'step' => 'any']) !!}
@if ($errors->has('item_reconciled.'.$item_reconciled_row.'.amount_reconciled'))
{{ $errors->first('item_reconciled.'.$item_reconciled_row.'.amount_reconciled') }}
@endif
|
@lang('sales/customer_payment.help_manual_reconcileds')
@lang('sales/customer_payment.help_manual_reconcileds2')
@lang('sales/customer_payment.help_manual_reconcileds3')
| @lang('general.column_actions') | @lang('sales/customer_payment.column_reconciled_uuid')* | @lang('sales/customer_payment.column_reconciled_serie') | @lang('sales/customer_payment.column_reconciled_folio') | @lang('sales/customer_payment.column_reconciled_currency')* | @lang('sales/customer_payment.column_reconciled_currency_value') | @lang('sales/customer_payment.column_reconciled_payment_method')* | {!! __('sales/customer_payment.column_reconciled_taxes') !!} | @lang('sales/customer_payment.column_reconciled_amount_total')* | @lang('sales/customer_payment.column_reconciled_number_of_payment')* | @lang('sales/customer_payment.column_reconciled_last_balance')* | @lang('sales/customer_payment.column_reconciled_amount_reconciled2')* | @lang('sales/customer_payment.column_reconciled_currenct_balance')* | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{!! Form::number('item_manual_reconciled[' . $item_manual_reconciled_row . '][currency_value]', old('item_manual_reconciled.' . $item_manual_reconciled_row . '.currency_value',!empty($item->currency_value) ? round($item->currency_value,4) : ''), ['class' => 'form-control input-sm text-center col-currency_value','id' => 'item_manual_reconciled_currency_value_' . $item_manual_reconciled_row, 'step' => 'any']) !!}
@if ($errors->has('item_manual_reconciled.'.$item_manual_reconciled_row.'.currency_value'))
{{ $errors->first('item_manual_reconciled.'.$item_manual_reconciled_row.'.currency_value') }}
@endif
|
|
{!! Form::number('item_manual_reconciled[' . $item_manual_reconciled_row . '][amount_total]', old('item_manual_reconciled.' . $item_manual_reconciled_row . '.amount_total',round($item->amount_total,2)), ['class' => 'form-control input-sm text-right col-last-balance','id' => 'item_manual_reconciled_amount_total_' . $item_manual_reconciled_row,'required', 'step' => 'any']) !!}
@if ($errors->has('item_manual_reconciled.'.$item_manual_reconciled_row.'.amount_total'))
{{ $errors->first('item_manual_reconciled.'.$item_manual_reconciled_row.'.amount_total') }}
@endif
|
{!! Form::number('item_manual_reconciled[' . $item_manual_reconciled_row . '][number_of_payment]', old('item_manual_reconciled.' . $item_manual_reconciled_row . '.number_of_payment',$item->number_of_payment), ['class' => 'form-control input-sm text-center col-number-of-payment','id' => 'item_manual_reconciled_number_of_payment_' . $item_manual_reconciled_row,'required', 'step' => 'any']) !!}
@if ($errors->has('item_manual_reconciled.'.$item_manual_reconciled_row.'.number_of_payment'))
{{ $errors->first('item_manual_reconciled.'.$item_manual_reconciled_row.'.number_of_payment') }}
@endif
|
{!! Form::number('item_manual_reconciled[' . $item_manual_reconciled_row . '][last_balance]', old('item_manual_reconciled.' . $item_manual_reconciled_row . '.last_balance',round($item->last_balance,2)), ['class' => 'form-control input-sm text-right col-last-balance','id' => 'item_manual_reconciled_last_balance_' . $item_manual_reconciled_row,'required', 'step' => 'any']) !!}
@if ($errors->has('item_manual_reconciled.'.$item_manual_reconciled_row.'.last_balance'))
{{ $errors->first('item_manual_reconciled.'.$item_manual_reconciled_row.'.last_balance') }}
@endif
|
{!! Form::number('item_manual_reconciled[' . $item_manual_reconciled_row . '][amount_reconciled]', old('item_manual_reconciled.' . $item_manual_reconciled_row . '.amount_reconciled',round($item->amount_reconciled,2)), ['class' => 'form-control input-sm text-right col-amount-reconciled','id' => 'item_manual_reconciled_amount_reconciled_' . $item_manual_reconciled_row,'required', 'step' => 'any']) !!}
@if ($errors->has('item_manual_reconciled.'.$item_manual_reconciled_row.'.amount_reconciled'))
{{ $errors->first('item_manual_reconciled.'.$item_manual_reconciled_row.'.amount_reconciled') }}
@endif
|
{!! Form::number('item_manual_reconciled[' . $item_manual_reconciled_row . '][current_balance]', old('item_manual_reconciled.' . $item_manual_reconciled_row . '.current_balance',round($item->current_balance,2)), ['class' => 'form-control input-sm text-right col-current-balance','id' => 'item_manual_reconciled_current_balance_' . $item_manual_reconciled_row,'required', 'step' => 'any', 'readonly']) !!}
@if ($errors->has('item_manual_reconciled.'.$item_manual_reconciled_row.'.current_balance'))
{{ $errors->first('item_manual_reconciled.'.$item_manual_reconciled_row.'.current_balance') }}
@endif
|
||||||||||||||||
| @lang('general.column_actions') | @lang('sales/customer_payment.column_relation_relation_id') | @lang('sales/customer_payment.column_relation_uuid') |
|---|---|---|
|
{!! Form::select('item_relation[' . $item_relation_row . '][relation_id]', $tmp_customer_payment_relations,old('item_relation.' . $item_relation_row . '.relation_id',$item->relation_id), ['class' => 'form-control input-sm col-relation-id', 'placeholder' => __('general.text_select'),'id' => 'item_relation_relation_id_' . $item_relation_row,'data-row' => $item_relation_row]) !!}
@if ($errors->has('item_relation.'.$item_relation_row.'.relation_id'))
{{ $errors->first('item_relation.'.$item_relation_row.'.relation_id',$item->relation_id) }}
@endif
|
||