@lang('base/employee_payroll.document_title')
{{ $employee_payroll->name }}
@lang('base/employee_payroll.entry_amount_untaxed'): @lang('base/employee_payroll.entry_amount_discount'): @lang('base/employee_payroll.entry_amount_isr'): @lang('base/employee_payroll.entry_amount_total'):
| @lang('general.column_actions') | @lang('base/employee_payroll.column_line_perception_id') | @lang('base/employee_payroll.column_line_code') | @lang('base/employee_payroll.column_line_amount_taxed') | @lang('base/employee_payroll.column_line_amount_exempt') |
|---|---|---|---|---|
|
{!! Form::select('item_perception[' . $item_perception_row . '][perception_id]', $tmp_perceptions,old('item_perception.' . $item_perception_row . '.perception_id',$item->perception_id), ['class' => 'form-control input-sm col-perception-id', 'placeholder' => __('general.text_select'),'required','id' => 'item_perception_perception_id_' . $item_perception_row]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.perception_id'))
{{ $errors->first('item_perception.'.$item_perception_row.'.perception_id') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][ac_market_value]', old('item_perception.' . $item_perception_row . '.ac_market_value',round($item->amount_taxed,2)), ['class' => 'form-control input-sm text-right col-ac-market-value','id' => 'item_perception_ac_market_value_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_ac_market_value'), 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.ac_market_value'))
{{ $errors->first('item_perception.'.$item_perception_row.'.ac_market_value') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][ac_price_when_granted]', old('item_perception.' . $item_perception_row . '.ac_price_when_granted',round($item->amount_taxed,2)), ['class' => 'form-control input-sm text-right col-ac-price-when-granted','id' => 'item_perception_ac_price_when_granted_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_ac_price_when_granted'), 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.ac_price_when_granted'))
{{ $errors->first('item_perception.'.$item_perception_row.'.ac_price_when_granted') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_days_1]', old('item_perception.' . $item_perception_row . '.hr_days_1',round($item->hr_days_1,0)), ['class' => 'form-control input-sm text-center col-hr-days-1','id' => 'item_perception_hr_days_1_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_days')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_days_1'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_days_1') }}
@endif
{!! Form::hidden('item_perception[' . $item_perception_row . '][hr_overtimes_type_id_1]', $tmp_overtimes_type_1->id, ['class' => 'form-control input-sm text-center col-hr-overtimes-type-id-1','id' => 'item_perception_hr_overtimes_type_id_1_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_overtimes_type_id')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_overtimes_type_id_1'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_overtimes_type_id_1') }}
@endif
{!! Form::text('item_perception[' . $item_perception_row . '][hr_overtimes_type_1]', $tmp_overtimes_type_1->code . '-' . $tmp_overtimes_type_1->name, ['class' => 'form-control input-sm text-center col-hr-overtimes-type-1','id' => 'item_perception_hr_overtimes_type_1_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_overtimes_type_id'), 'readonly' => 'readonly']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_overtimes_type_1'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_overtimes_type_1') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_hours_1]', old('item_perception.' . $item_perception_row . '.hr_hours_1',round($item->hr_hours_1,0)), ['class' => 'form-control input-sm text-center col-hr-hours-1','id' => 'item_perception_hr_hours_1_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_hours')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_hours_1'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_hours_1') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_amount_paid_1]', old('item_perception.' . $item_perception_row . '.hr_amount_paid_1',round($item->hr_amount_paid_1,2)), ['class' => 'form-control input-sm text-right col-hr-amount-paid-1','id' => 'item_perception_hr_amount_paid_1_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_amount_paid'), 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_amount_paid_1'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_amount_paid_1') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_days_2]', old('item_perception.' . $item_perception_row . '.hr_days_2',round($item->hr_days_2,0)), ['class' => 'form-control input-sm text-center col-hr-days-2','id' => 'item_perception_hr_days_2_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_days')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_days_2'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_days_2') }}
@endif
{!! Form::hidden('item_perception[' . $item_perception_row . '][hr_overtimes_type_id_2]', $tmp_overtimes_type_2->id, ['class' => 'form-control input-sm text-center col-hr-overtimes-type-id-2','id' => 'item_perception_hr_overtimes_type_id_2_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_overtimes_type_id')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_overtimes_type_id_2'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_overtimes_type_id_2') }}
@endif
{!! Form::text('item_perception[' . $item_perception_row . '][hr_overtimes_type_2]', $tmp_overtimes_type_2->code . '-' . $tmp_overtimes_type_2->name, ['class' => 'form-control input-sm text-center col-hr-overtimes-type-2','id' => 'item_perception_hr_overtimes_type_2_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_overtimes_type_id'), 'readonly' => 'readonly']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_overtimes_type_2'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_overtimes_type_2') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_hours_2]', old('item_perception.' . $item_perception_row . '.hr_hours_2',round($item->hr_hours_2,0)), ['class' => 'form-control input-sm text-center col-hr-hours-2','id' => 'item_perception_hr_hours_2_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_hours')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_hours_2'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_hours_2') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_amount_paid_2]', old('item_perception.' . $item_perception_row . '.hr_amount_paid_2',round($item->hr_amount_paid_2,2)), ['class' => 'form-control input-sm text-right col-hr-amount-paid-2','id' => 'item_perception_hr_amount_paid_2_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_amount_paid'), 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_amount_paid_2'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_amount_paid_2') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_days_3]', old('item_perception.' . $item_perception_row . '.hr_days_3',round($item->hr_days_3,0)), ['class' => 'form-control input-sm text-center col-hr-days-3','id' => 'item_perception_hr_days_3_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_days')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_days_3'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_days_3') }}
@endif
{!! Form::hidden('item_perception[' . $item_perception_row . '][hr_overtimes_type_id_3]', $tmp_overtimes_type_3->id, ['class' => 'form-control input-sm text-center col-hr-overtimes-type-id-3','id' => 'item_perception_hr_overtimes_type_id_3_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_overtimes_type_id')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_overtimes_type_id_3'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_overtimes_type_id_3') }}
@endif
{!! Form::text('item_perception[' . $item_perception_row . '][hr_overtimes_type_3]', $tmp_overtimes_type_3->code . '-' . $tmp_overtimes_type_3->name, ['class' => 'form-control input-sm text-center col-hr-overtimes-type-3','id' => 'item_perception_hr_overtimes_type_3_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_overtimes_type_id'), 'readonly' => 'readonly']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_overtimes_type_3'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_overtimes_type_3') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_hours_3]', old('item_perception.' . $item_perception_row . '.hr_hours_3',round($item->hr_hours_3,0)), ['class' => 'form-control input-sm text-center col-hr-hours-3','id' => 'item_perception_hr_hours_3_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_hours')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_hours_3'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_hours_3') }}
@endif
{!! Form::number('item_perception[' . $item_perception_row . '][hr_amount_paid_3]', old('item_perception.' . $item_perception_row . '.hr_amount_paid_3',round($item->hr_amount_paid_3,2)), ['class' => 'form-control input-sm text-right col-hr-amount-paid-3','id' => 'item_perception_hr_amount_paid_3_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_hr_amount_paid'), 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.hr_amount_paid_3'))
{{ $errors->first('item_perception.'.$item_perception_row.'.hr_amount_paid_3') }}
@endif
|
{!! Form::text('item_perception[' . $item_perception_row . '][code]', old('item_perception.' . $item_perception_row . '.code',$item->code), ['class' => 'form-control input-sm text-center col-code','id' => 'item_perception_code_' . $item_perception_row, 'placeholder' => __('base/employee_payroll.column_line_code')]) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.code'))
{{ $errors->first('item_perception.'.$item_perception_row.'.code') }}
@endif
|
{!! Form::number('item_perception[' . $item_perception_row . '][amount_taxed]', old('item_perception.' . $item_perception_row . '.amount_taxed',round($item->amount_taxed,2)), ['class' => 'form-control input-sm text-right col-amount-taxed','id' => 'item_perception_amount_taxed_' . $item_perception_row, 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.amount_taxed'))
{{ $errors->first('item_perception.'.$item_perception_row.'.amount_taxed') }}
@endif
|
{!! Form::number('item_perception[' . $item_perception_row . '][amount_exempt]', old('item_perception.' . $item_perception_row . '.amount_exempt',round($item->amount_exempt,2)), ['class' => 'form-control input-sm text-right col-amount-exempt','id' => 'item_perception_amount_exempt_' . $item_perception_row, 'step' => 'any']) !!}
@if ($errors->has('item_perception.'.$item_perception_row.'.amount_exempt'))
{{ $errors->first('item_perception.'.$item_perception_row.'.amount_exempt') }}
@endif
|
|
| @lang('general.column_actions') | @lang('base/employee_payroll.column_line_deduction_id') | @lang('base/employee_payroll.column_line_code') | @lang('base/employee_payroll.column_line_amount_total') |
|---|---|---|---|
|
{!! Form::select('item_deduction[' . $item_deduction_row . '][deduction_id]', $tmp_deductions,old('item_deduction.' . $item_deduction_row . '.deduction_id',$item->deduction_id), ['class' => 'form-control input-sm col-deduction-id', 'placeholder' => __('general.text_select'),'required','id' => 'item_deduction_deduction_id_' . $item_deduction_row]) !!}
@if ($errors->has('item_deduction.'.$item_deduction_row.'.deduction_id'))
{{ $errors->first('item_deduction.'.$item_deduction_row.'.deduction_id') }}
@endif
|
{!! Form::text('item_deduction[' . $item_deduction_row . '][code]', old('item_deduction.' . $item_deduction_row . '.code',$item->code), ['class' => 'form-control input-sm text-center col-code','id' => 'item_deduction_code_' . $item_deduction_row, 'placeholder' => __('base/employee_payroll.column_line_code')]) !!}
@if ($errors->has('item_deduction.'.$item_deduction_row.'.code'))
{{ $errors->first('item_deduction.'.$item_deduction_row.'.code') }}
@endif
|
{!! Form::number('item_deduction[' . $item_deduction_row . '][amount_total]', old('item_deduction.' . $item_deduction_row . '.amount_total', round($item->amount_total,2)), ['class' => 'form-control input-sm text-right col-amount-total','id' => 'item_deduction_amount_total_' . $item_deduction_row, 'step' => 'any']) !!}
@if ($errors->has('item_deduction.'.$item_deduction_row.'.amount_total'))
{{ $errors->first('item_deduction.'.$item_deduction_row.'.amount_total') }}
@endif
|
|
| @lang('general.column_actions') | @lang('base/employee_payroll.column_line_other_payment_type_id') | @lang('base/employee_payroll.column_line_code') | @lang('base/employee_payroll.column_line_amount_total') | @lang('base/employee_payroll.column_line_amount_caused') |
|---|---|---|---|---|
|
{!! Form::select('item_other_payment_type[' . $item_other_payment_type_row . '][other_payment_type_id]', $tmp_other_payment_types,old('item_other_payment_type.' . $item_other_payment_type_row . '.other_payment_type_id',$item->other_payment_type_id), ['class' => 'form-control input-sm col-other-payment-type-id', 'placeholder' => __('general.text_select'),'required','id' => 'item_other_payment_type_other_payment_type_id_' . $item_other_payment_type_row]) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.other_payment_type_id'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.other_payment_type_id') }}
@endif
{!! Form::number('item_other_payment_type[' . $item_other_payment_type_row . '][cm_positive_balance]', old('item_other_payment_type.' . $item_other_payment_type_row . '.cm_positive_balance',$item->cm_positive_balance ?? ''), ['class' => 'form-control input-sm text-right col-cm-positive-balance','id' => 'item_other_payment_type_cm_positive_balance_' . $item_other_payment_type_row, 'placeholder' => __('base/employee_payroll.column_line_cm_positive_balance'), 'step' => 'any']) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.cm_positive_balance'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.cm_positive_balance') }}
@endif
{!! Form::number('item_other_payment_type[' . $item_other_payment_type_row . '][cm_year]', old('item_other_payment_type.' . $item_other_payment_type_row . '.cm_year',$item->cm_year ?? ''), ['class' => 'form-control input-sm text-center col-cm-year','id' => 'item_other_payment_type_cm_year_' . $item_other_payment_type_row, 'placeholder' => __('base/employee_payroll.column_line_cm_year')]) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.cm_year'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.cm_year') }}
@endif
{!! Form::number('item_other_payment_type[' . $item_other_payment_type_row . '][cm_remainder]', old('item_other_payment_type.' . $item_other_payment_type_row . '.cm_remainder',$item->cm_remainder ?? ''), ['class' => 'form-control input-sm text-right col-cm-remainder','id' => 'item_other_payment_type_cm_remainder_' . $item_other_payment_type_row, 'placeholder' => __('base/employee_payroll.column_line_cm_remainder'), 'step' => 'any']) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.cm_remainder'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.cm_remainder') }}
@endif
|
{!! Form::text('item_other_payment_type[' . $item_other_payment_type_row . '][code]', old('item_other_payment_type.' . $item_other_payment_type_row . '.code',$item->code), ['class' => 'form-control input-sm text-center col-code','id' => 'item_other_payment_type_code_' . $item_other_payment_type_row, 'placeholder' => __('base/employee_payroll.column_line_code')]) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.code'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.code') }}
@endif
|
{!! Form::number('item_other_payment_type[' . $item_other_payment_type_row . '][amount_total]', old('item_other_payment_type.' . $item_other_payment_type_row . '.amount_total',round($item->amount_total,2)), ['class' => 'form-control input-sm text-right col-amount-total','id' => 'item_other_payment_type_amount_total_' . $item_other_payment_type_row, 'step' => 'any']) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.amount_total'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.amount_total') }}
@endif
|
{!! Form::number('item_other_payment_type[' . $item_other_payment_type_row . '][amount_caused]', old('item_other_payment_type.' . $item_other_payment_type_row . '.amount_caused',round($item->amount_caused,2)), ['class' => 'form-control input-sm text-right col-amount-caused','id' => 'item_other_payment_type_amount_caused_' . $item_other_payment_type_row, 'step' => 'any']) !!}
@if ($errors->has('item_other_payment_type.'.$item_other_payment_type_row.'.amount_caused'))
{{ $errors->first('item_other_payment_type.'.$item_other_payment_type_row.'.amount_caused') }}
@endif
|
|
| @lang('general.column_actions') | @lang('base/employee_payroll.column_line_taxid') | @lang('base/employee_payroll.column_line_percent_time') | |
|---|---|---|---|
|
{!! Form::text('item_outsourcing[' . $item_outsourcing_row . '][taxid]', old('item_outsourcing.' . $item_outsourcing_row . '.taxid',$item->taxid), ['class' => 'form-control input-sm text-center col-taxid','id' => 'item_outsourcing_taxid_' . $item_outsourcing_row, 'placeholder' => __('base/employee_payroll.column_line_taxid')]) !!}
@if ($errors->has('item_outsourcing.'.$item_outsourcing_row.'.taxid'))
{{ $errors->first('item_outsourcing.'.$item_outsourcing_row.'.taxid') }}
@endif
|
{!! Form::number('item_outsourcing[' . $item_outsourcing_row . '][percent_time]', old('item_outsourcing.' . $item_outsourcing_row . '.percent_time',round($item->percent_time,2)), ['class' => 'form-control input-sm text-right col-percent-time','id' => 'item_outsourcing_percent_time_' . $item_outsourcing_row, 'step' => 'any']) !!}
@if ($errors->has('item_outsourcing.'.$item_outsourcing_row.'.percent_time'))
{{ $errors->first('item_outsourcing.'.$item_outsourcing_row.'.percent_time') }}
@endif
|
||
| @lang('general.column_actions') | @lang('base/employee_payroll.column_line_disability_type_id') | @lang('base/employee_payroll.column_line_disability_days') | @lang('base/employee_payroll.column_line_disability_amount') |
|---|---|---|---|
|
{!! Form::select('item_disability[' . $item_disability_row . '][disability_type_id]', $tmp_disability_types,old('item_disability.' . $item_disability_row . '.disability_type_id',$item->disability_type_id), ['class' => 'form-control input-sm col-disability-type-id', 'placeholder' => __('general.text_select'),'required','id' => 'item_disability_disability_type_id_' . $item_disability_row]) !!}
@if ($errors->has('item_disability.'.$item_disability_row.'.disability_type_id'))
{{ $errors->first('item_disability.'.$item_disability_row.'.disability_type_id') }}
@endif
|
{!! Form::number('item_disability[' . $item_disability_row . '][disability_days]', old('item_disability.' . $item_disability_row . '.disability_days', round($item->disability_days,0)), ['class' => 'form-control input-sm text-right col-disability-days','id' => 'item_disability_disability_days_' . $item_disability_row]) !!}
@if ($errors->has('item_disability.'.$item_disability_row.'.disability_days'))
{{ $errors->first('item_disability.'.$item_disability_row.'.disability_days') }}
@endif
|
{!! Form::number('item_disability[' . $item_disability_row . '][disability_amount]', old('item_disability.' . $item_disability_row . '.disability_amount', round($item->disability_amount,2)), ['class' => 'form-control input-sm text-right col-disability-amount','id' => 'item_disability_disability_amount_' . $item_disability_row, 'step' => 'any']) !!}
@if ($errors->has('item_disability.'.$item_disability_row.'.disability_amount'))
{{ $errors->first('item_disability.'.$item_disability_row.'.disability_amount') }}
@endif
|
|
| @lang('general.column_actions') | @lang('base/employee_payroll.column_relation_relation_id') | @lang('base/employee_payroll.column_relation_uuid') |
|---|---|---|
|
{!! Form::select('item_relation[' . $item_relation_row . '][relation_id]', $tmp_employee_payroll_relations,old('item_relation.' . $item_relation_row . '.relation_id',$item->relation_id), ['class' => 'form-control input-sm col-relation-id', 'placeholder' => __('general.text_select'),'required','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') }}
@endif
|
{{$tmp_uuid}} | |