Explorar o código

added total bills and pros to ts utilization report

= %!s(int64=4) %!d(string=hai) anos
pai
achega
de8b0e3c39

+ 4 - 0
resources/views/app/practice-management/treatment-services-util.blade.php

@@ -19,6 +19,8 @@
                     <tr>
                         <th>Date</th>
                         <th>Total hrs.</th>
+                        <th>Total Bills</th>
+                        <th>Total Pros</th>
                     </tr>
                     </thead>
                     <tbody>
@@ -32,6 +34,8 @@
                                 {{ $dowMap[date('w', strtotime($x->effective_date))] }}
                             </td>
                             <td>{{$x->total_hrs}}</td>
+                            <td>{{$x->total_bills}}</td>
+                            <td>{{$x->total_pros}}</td>
                         </tr>
                     @endforeach
                     </tbody>