下記事象発生後は速やかに正確な時間を申告してください
- ICカード忘れ
- 打刻漏れ
- 総務の実績確認による申告
- {!! __("lang.application.attendance.date_created") !!}
- {!! \Carbon\Carbon::parse($date_created)->isoFormat('YYYY年MM月DD日 (ddd)') !!}
- {!! __("lang.master.organization") !!}
- {!! implode(' / ', $organization['name']) !!}
- {!! __("lang.attendance.authorizer") !!}
- {!! $organization['authorizer']['staff_name'] !!}
- {!! __("lang.staff.staff_number") !!}
- {!! \Session::get('staff.staff_number') !!}
- {!! __("lang.staff.staff_name") !!}
- {!! implode(' ', [ \Session::get('staff.staff_sname'), \Session::get('staff.staff_gname'), ]) !!}
{!! Form::select('appliction_attendance[yy]', $year_list, date('Y'), [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[mm]', $month_list, date('n'), [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[dd]', $day_list, date('j'), [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[mtb_attendance_matter_id]', $attendance_matter_list, null, [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[stime][hh]', [''=>''] + $hour_list, null, [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[stime][ii]', [''=>''] + $minute_list, null, [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[ftime][hh]', [''=>''] + $hour_list, null, [
'class' => 'form-select',
]) !!}
{!! Form::select('appliction_attendance[ftime][ii]', [''=>''] + $minute_list, null, [
'class' => 'form-select',
]) !!}
{!! Form::textarea('appliction_attendance[remark]', null, [
'class' => 'form-control',
'rows' => '5',
]) !!}