浏览代码

Changed Generic -> Admin.

Samson Mutunga 3 年之前
父节点
当前提交
5ddb0a1061

+ 1 - 1
resources/views/app/generic-bills/add-bill-form/Note.blade.php

@@ -22,7 +22,7 @@
                     <i class="fa fa-exclamation-triangle text-warning-mellow mr-2"></i>
                     Cannot create bill!
                 </div>
-                No generic rates found for pro.
+                No admin. rates found for pro.
             </div>
         </form>
     @else

+ 1 - 1
resources/views/app/generic-bills/add-bill-form/default.blade.php

@@ -22,7 +22,7 @@
                     <i class="fa fa-exclamation-triangle text-warning-mellow mr-2"></i>
                     Cannot create bill!
                 </div>
-                No generic rates found for pro.
+                No admin. rates found for pro.
             </div>
         </form>
     @else

+ 1 - 1
resources/views/app/generic-bills/create_generic-bill.blade.php

@@ -1,6 +1,6 @@
 <span class="mx-2 text-secondary">|</span>
 <div moe wide relative class="">
-    <a class="" href="" show start>Create {{@$label ? $label : 'Generic'}} Bill</a>
+    <a class="" href="" show start>Create {{@$label ? $label : 'Admin.'}} Bill</a>
     @if (!!@$entityType && file_exists(resource_path('views/app/generic-bills/add-bill-form/' . $entityType . '.blade.php')))
         @include('app.generic-bills.add-bill-form.' . $entityType)
     @else

+ 2 - 2
resources/views/app/generic-bills/inline.blade.php

@@ -16,13 +16,13 @@ $genericBills = genericBills($pro, @$patient, @$entityType, @$entityUid);
 
 @if(!count($genericBills))
     <div class="{{@$class ? $class : ''}} d-flex align-items-center">
-        <p class="font-weight-bold mb-0 font-size-16">No {{@$label ? $label : 'Generic'}} bills</p>
+        <p class="font-weight-bold mb-0 font-size-16">No {{@$label ? $label : 'Admin.'}} Bills</p>
         @include('app.generic-bills.create_generic-bill')
     </div>
 @else
     <div class="{{@$class ? $class : ''}}">
         <div class="d-flex align-items-center mb-2">
-            <p class="font-weight-bold font-size-16 m-0">{{@$label ? $label : 'Generic'}} Bills</p>
+            <p class="font-weight-bold font-size-16 m-0">{{@$label ? $label : 'Admin.'}} Bills</p>
             @if(!@$noCreate)
                 @include('app.generic-bills.create_generic-bill')
             @endif

+ 2 - 2
resources/views/app/generic-bills/modal.blade.php

@@ -2,7 +2,7 @@
    open-in-stag-popup
    class="text-nowrap"
    popup-style="tall"
-   title="{{@$label ? $label : 'Generic'}} bills"
+   title="{{@$label ? $label : 'Admin'}} bills"
    href="{{route('generic-bill-view', ['entityType' => @$entityType, 'entityUid' => @$entityUid])}}">
-    {{@$label ? $label : 'Generic'}} bills
+    {{@$label ? $label : 'Admin'}} bills
 </a>

+ 2 - 2
resources/views/app/patient/tickets/erx.blade.php

@@ -251,9 +251,9 @@
                    native target="_blank"
                    open-in-stag-popup
                    popup-style="tall"
-                   title="Generic Bills"
+                   title="Admin. Bills"
                    :href="'/generic-bill-view/Ticket/' + erxPopupItem.uid">
-                    Generic Bills
+                    Admin. Bills
                 </a>
             </div>
 

+ 2 - 2
resources/views/app/patient/tickets/imaging.blade.php

@@ -138,9 +138,9 @@
                    native target="_blank"
                    open-in-stag-popup
                    popup-style="tall"
-                   title="Generic Bills"
+                   title="Admin. Bills"
                    :href="'/generic-bill-view/Ticket/' + imagingPopupItem.uid">
-                    Generic Bills
+                    Admin. Bills
                 </a>
             </div>
 

+ 2 - 2
resources/views/app/patient/tickets/lab.blade.php

@@ -142,9 +142,9 @@
                    native target="_blank"
                    open-in-stag-popup
                    popup-style="tall"
-                   title="Generic Bills"
+                   title="Admin. Bills"
                    :href="'/generic-bill-view/Ticket/' + labPopupItem.uid">
-                    Generic Bills
+                    Admin. Bills
                 </a>
             </div>
 

+ 2 - 2
resources/views/app/patient/tickets/other.blade.php

@@ -104,9 +104,9 @@
                    native target="_blank"
                    open-in-stag-popup
                    popup-style="tall"
-                   title="Generic Bills"
+                   title="Admin. Bills"
                    :href="'/generic-bill-view/Ticket/' + otherPopupMode.uid">
-                    Generic Bills
+                    Admin. Bills
                 </a>
             </div>
 

+ 1 - 1
resources/views/app/practice-management/bills-under-processing.blade.php

@@ -64,7 +64,7 @@
                                         Chart
                                     </a>
                                 @else
-                                    Generic
+                                    Admin.
                                 @endif
                             </td>
                             <td>{{friendly_date($row->effective_date)}}</td>

+ 1 - 1
resources/views/app/practice-management/processing-bill-matrix.blade.php

@@ -117,7 +117,7 @@
                                     Chart
                                 </a>
                                 @else
-                                Generic
+                                Admin.
                                 @endif
                             </td>
                             <td>{{friendly_date($row->effective_date)}}</td>

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -77,7 +77,7 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
 						</li>
 						<li class="nav-item">
 							<a class="nav-link {{ strpos($routeName, 'patients.view.generic-bills') === 0 ? 'active' : '' }}"
-							   href="{{ route('patients.view.generic-bills', ['patient' => $patient]) }}">Generic Bills</a>
+							   href="{{ route('patients.view.generic-bills', ['patient' => $patient]) }}">Admin. Bills</a>
 						</li>
 						<li class="nav-item">
 							<a class="nav-link {{ strpos($routeName, 'patients.view.handouts') === 0 ? 'active' : '' }}"

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -174,7 +174,7 @@
                             <a class="dropdown-item" href="{{ route('practice-management.shipments') }}">Shipments</a>
                             <a class="dropdown-item" href="{{ route('practice-management.packs-multi-print') }}">Print Pack Labels</a>
                             <a class="dropdown-item" href="{{ route('practice-management.handouts') }}">Handouts</a>
-                            <a class="dropdown-item" href="{{ route('practice-management.generic-bills') }}">Generic Bills</a>
+                            <a class="dropdown-item" href="{{ route('practice-management.generic-bills') }}">Admin. Bills</a>
                             <a class="dropdown-item" href="{{ route('practice-management.mc-code-checks') }}">MC Code Checks</a>
                             <a class="dropdown-item" href="{{ route('practice-management.clauses.list') }}">Clauses</a>
                             <a class="dropdown-item" href="{{ route('practice-management.statTrees.list') }}">Stat Trees</a>