Forráskód Böngészése

Time on time entries

Samson Mutunga 1 éve
szülő
commit
7e2dd8560f

+ 4 - 0
resources/views/app/patient/care-month/_matrix-v2.blade.php

@@ -106,6 +106,7 @@ foreach ($days as $k => $day) {
             <tr>
                 <th class="px-2 text-secondary border-bottom-0 width-100px">Date</th>
                 @if($pro->pro_type === 'ADMIN')
+                    <th class="px-2 text-secondary border-bottom-0">Time</th>
                     <th class="px-2 text-secondary border-bottom-0">Pro</th>
                 @endif
                 <th class="px-2 text-secondary border-bottom-0 w-100">Comments</th>
@@ -119,6 +120,9 @@ foreach ($days as $k => $day) {
                             <div class="font-weight-bold">{{friendly_date_time($entry->effective_date, false)}}</div>
                         </td>
                         @if($pro->pro_type === 'ADMIN')
+                            <td class="px-2 text-nowrap">
+                                {{time_in_hrminsec($entry->time_in_seconds)}}
+                            </td>
                             <td class="px-2 text-nowrap">
                                 {{$entry->pro->displayName()}}
                             </td>