Parcourir la source

fixed launch queries

= il y a 3 ans
Parent
commit
8bf79d3c19

+ 14 - 12
resources/views/app/practice-management/rm-launch-and-clean.blade.php

@@ -11,37 +11,39 @@
             <tbody>
             <tr>
                 <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 40 EXTRA</b></td>
-                <td class="text-success font-weight-bold px-3">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_40']}}</td>
+                <td class="text-success font-weight-bold px-3 text-right">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_40']}}</td>
             </tr>
+          
             <tr>
-                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 40 EXTRA IF HAD INTERACTION</b></td>
-                <td class="text-success font-weight-bold px-3">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_40_ifHadInteraction']}}</td>
+                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 20 EXTRA</b></td>
+                <td class="text-success font-weight-bold px-3 text-right">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_20']}}</td>
             </tr>
+          
             <tr>
-                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 20 EXTRA</b></td>
-                <td class="text-success font-weight-bold px-3">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_20']}}</td>
+                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP Only</b></td>
+                <td class="text-success font-weight-bold px-3 text-right">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP']}}</td>
             </tr>
             <tr>
-                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 20 EXTRA IF HAD INTERACTION</b></td>
-                <td class="text-success font-weight-bold px-3">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_20_ifHadInteraction']}}</td>
+                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 40 EXTRA IF HAD INTERACTION</b></td>
+                <td class="text-success font-weight-bold px-3 text-right">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_40_ifHadInteraction']}}</td>
             </tr>
             <tr>
-                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP Only</b></td>
-                <td class="text-success font-weight-bold px-3">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP']}}</td>
+                <td class="text-nowrap">Care Months Eligible For <b>RM30 HCP + 20 EXTRA IF HAD INTERACTION</b></td>
+                <td class="text-success font-weight-bold px-3 text-right">{{$keyNumbers['careMonthsEligibleForBillGeneration_RM30_HCP_PLUS_20_ifHadInteraction']}}</td>
             </tr>
             <tr>
                 <td>Care Months Without Company/Pro Info</td>
-                <td class="text-warning-mellow font-weight-bold">{{$keyNumbers['careMonthsWithoutCompanyProInfo']}}</td>
+                <td class="text-warning-mellow font-weight-bold text-right">{{$keyNumbers['careMonthsWithoutCompanyProInfo']}}</td>
             </tr>
             {{--
             <tr>
                 <td>Care Months Without RM Reasons</td>
-                <td class="text-warning-mellow font-weight-bold">{{$keyNumbers['careMonthsWithoutRMReasons']}}</td>
+                <td class="text-warning-mellow font-weight-bold text-right">{{$keyNumbers['careMonthsWithoutRMReasons']}}</td>
             </tr>
             --}}
             <tr>
                 <td>Care Months Under 30 RM Minutes</td>
-                <td class="text-warning-mellow font-weight-bold">{{$keyNumbers['careMonthsUnder30RMMinutes']}}</td>
+                <td class="text-warning-mellow font-weight-bold text-right">{{$keyNumbers['careMonthsUnder30RMMinutes']}}</td>
             </tr>
             </tbody>
         </table>