kpi_entry_let Late Percentage Data Entry Form KPI Data Entry Form
@if (session('message'))
× {{ session('message') }}.
@endif
@csrf
Disision @php $divisions = App\Models\Division::all(); @endphp
Company @php $companys = App\Models\Company::all(); @endphp
Department: @php $department = App\Models\Department::all(); @endphp
Staff Name: {{-- dependable dropdown list of staff names from users table based on the company_id and department_id --}}
Employee ID:
Designation:
Period {{-- radio button for month and year --}} {{-- @php $current_year = date('Y'); // Get the current year $may_1 = strtotime('1 May ' . $current_year); // Get timestamp of 1st May of current year $sept_1 = strtotime('1 September ' . $current_year); // Get timestamp of 1st September of current year $current_time = time(); // Get current timestamp @endphp @if ($current_time < $may_1)
@elseif ($current_time < $sept_1)
@else
@endif --}}
{{-- supervisor_assign Table goes here --}} {{--
--}}
KRA KPI Weight of KPIs Achievement Sources of Information Justification
Staff Supervision & Development
Late Percentage (in days) Carries out all activities with honesty, transparency and satisfactory communication skills (for example - no. of task accomplish within the deadline) Represents proactiveness, team work and leadership capabilities (assist supervisor to achieve departmental goals) Take an active role in sharing & implement new innovative ideas (for example - no. of new idea generation with proper judgement)
{{-- --}} Save