|
@@ -335,6 +335,20 @@ $leanView = request()->input('popupmode') && request()->input('fromNoteUid');
|
|
@include('app.practice-management.care_month_add_entry_form', ['right' => true])
|
|
@include('app.practice-management.care_month_add_entry_form', ['right' => true])
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
|
+ <div class="mt-2">
|
|
|
|
+ <span class="font-weight-bold text-secondary">MCP Mins.:</span>
|
|
|
|
+ <b class="font-weight-bold">
|
|
|
|
+ {{floor($careMonth->rm_total_time_in_seconds_by_mcp/60)}}
|
|
|
|
+ </b>
|
|
|
|
+ <span class="mx-2 text-secondary">|</span>
|
|
|
|
+ <span class="font-weight-bold text-secondary">Non-MCP Mins.:</span>
|
|
|
|
+ <b class="font-weight-bold">
|
|
|
|
+ {{floor(($careMonth->rm_total_time_in_seconds-$careMonth->rm_total_time_in_seconds_by_mcp)/60)}}
|
|
|
|
+ </b>
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
+
|
|
{{-- mcp billing --}}
|
|
{{-- mcp billing --}}
|
|
@if($pro->pro_type == 'ADMIN' || $careMonth->mcp && $pro->id === $careMonth->mcp->id)
|
|
@if($pro->pro_type == 'ADMIN' || $careMonth->mcp && $pro->id === $careMonth->mcp->id)
|
|
<div class="mt-2 d-flex align-items-baseline">
|
|
<div class="mt-2 d-flex align-items-baseline">
|
|
@@ -351,7 +365,7 @@ $leanView = request()->input('popupmode') && request()->input('fromNoteUid');
|
|
@endphp
|
|
@endphp
|
|
@if(!$rpmBillability['billable'])
|
|
@if(!$rpmBillability['billable'])
|
|
<div
|
|
<div
|
|
- class="alert alert-info">{{$rpmBillability['reason']}}</div>
|
|
|
|
|
|
+ class="text-danger-dark font-weight-bold">{{$rpmBillability['reason']}}</div>
|
|
@else
|
|
@else
|
|
<div moe relative class="d-inline-block">
|
|
<div moe relative class="d-inline-block">
|
|
<a class="font-weight-bold" href="" show start>Bill
|
|
<a class="font-weight-bold" href="" show start>Bill
|