Monthly Indicators
{!! Form::open(['route' => ['accounting_dashboard'], 'method' => 'get']) !!}
{!! Form::close() !!}
{!! Form::select('month', \App\Models\Timeoff::$month, date('m'), ['class' => 'form-control', 'placeholder' => 'All Months']) !!}
{!! Form::text('year', date('Y'), ['class' => 'form-control', 'id' => 'end_date']) !!}
Reset
{!! Form::submit('Submit', ['class' => 'btn btn-primary']) !!}
@include('CRU.accounting_table')
Performance Over Time
# of Cases Over Time | {{$center_time['cases_count']}} |
Hours of Retainer | {{$rhours}}h. |
Hours Consumed Over Time | @if($center_time['total_hours']-$rhours>0) {{$center_time['total_hours']-$rhours}}h. @else 0h. @endif |
Contracted Retainer Value and Actual Cost Invoiced - 6 months
Potential Savings Cost - 6 months
Average Time of Resolution : {{ number_format((float) $total_time_av, 2, '.', '') }} h.
Sub-type of Case | Hours |
---|---|
{{ $subtype->name }} | {{ number_format((float) $subtype->caseTime, 2, '.', '') }}h. |