@inject('sentinel', 'Cartalyst\Sentinel\Native\Facades\Sentinel') @extends('layout.manage') @section('css_page_level')
@endsection @section('page-content-wrapper')
@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }}
{{ $setting::get('company_name','新保科技') }}
首頁
差勤管理
出勤查詢
列印異常狀況報表
列印班表
列印部門月出勤表
列印個人出勤表
條件查詢
排班查詢
本日簽到狀況
最近七日簽到狀況
查詢條件
指定員工
@foreach($staffs as $staff)
{{$staff->employee_no}}-{{$staff->name}}
@endforeach
排班日期
到
異常狀況報表時間選擇
報表類型
個人
全部
指定員工
@foreach($staffs as $staff)
{{$staff->employee_no}}-{{$staff->name}}
@endforeach
指定月份
指定異常類別
全部
曠職
遲到
早退
班表時間選擇
指定月份
班表時間選擇
指定員工
@foreach($staffs as $staff)
{{$staff->employee_no}} - {{$staff->name}}
@endforeach
指定月份
列印部門月出勤表
選擇部門
指定月份
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection