Ver código fonte

RPM manager - move + format NV column

Vijayakrishnan 2 anos atrás
pai
commit
d4c5970204

+ 2 - 2
resources/views/app/practice-management/rpm-manager/index.blade.php

@@ -221,6 +221,7 @@
                             <th class="border-top-0 border-bottom-0 rmgr-name-column"></th>
                         @endif
                         <th class="border-top-0 border-bottom-0"></th>
+                        <th class="border-top-0 border-bottom-0"></th>
                         <th class="border-top-0 border-bottom-0 bg-aliceblue text-nowrap" colspan="3"># Meas. Days</th>
                         <th class="border-top-0 border-bottom-0 text-nowrap" colspan="2">
                             @if($specificDate)
@@ -246,7 +247,6 @@
                         @if($viewingAs === 'ADMIN' && !(date('m') == $month && date('Y') == $year))
                             <th class="border-top-0 border-bottom-0 bg-aliceblue v-sep-before" colspan="3">Claim</th>
                         @endif
-                        <th class="border-top-0 border-bottom-0"></th>
                         <th class="border-top-0 border-bottom-0 border-right-0 w-25"></th>
                     </tr>
                     <tr>
@@ -261,6 +261,7 @@
                             <th class="border-bottom-0 border-top">RMM</th>
                             <th class="border-bottom-0 border-top">RME</th>
                         @endif
+                        <th class="border-bottom-0 border-top">NV</th>
                         <th class="border-bottom-0 border-top">DSLV</th>
 
                         <!--# Meas. Days-->
@@ -316,7 +317,6 @@
                             <th class="border-bottom-0 border-top">8</th>
                         @endif
 
-                        <th class="border-bottom-0 border-top">NV</th>
                         <th class="border-bottom-0 border-top border-right-0"></th>
                     </tr>
                     </thead>

+ 1 - 2
resources/views/app/practice-management/rpm-manager/row.blade.php

@@ -99,6 +99,7 @@
         <td class="rmgr-name-column"><div class="rmgr-name-element" title="{{$iPatient->rmm_name ?: ''}}">{{$iPatient->rmm_last_name ?: '-'}}</div></td>
         <td class="rmgr-name-column"><div class="rmgr-name-element" title="{{$iPatient->rme_name ?: ''}}">{{$iPatient->rme_last_name ?: '-'}}</div></td>
     @endif
+    <td><span class="text-nowrap">{{$iPatient->next_visit_date ? friendly_date($iPatient->next_visit_date) : '-'}}</span></td>
     <td>{{$iPatient->days_between_most_recent_mcp_note_date_and_end_of_care_month}}</td>
 
     <!--# Meas. Days-->
@@ -584,8 +585,6 @@
         </td>
     @endif
 
-    <td><span class="text-nowrap">{{$iPatient->next_visit_date ?: '-'}}</span></td>
-
     <td class="border-right-0"></td>
 
 </tr>