Jelajahi Sumber

Modal generic-bills for client > tickets

Vijayakrishnan 4 tahun lalu
induk
melakukan
1c56392c92

+ 2 - 1
public/css/style.css

@@ -1015,7 +1015,8 @@ body .node input[type="number"] {
     width: calc(100% - 4rem);
 }
 .stag-popup.tall>form, .stag-popup.tall>.stag-popup-content {
-    min-height: 100%;
+    height: 100%;
+    min-height: 500px;
 }
 .stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
     max-width: 500px;

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

@@ -245,6 +245,18 @@
             <!-- faxes -->
             @include('app.patient.tickets.faxes', ['category' => 'erx'])
 
+            <!-- bills -->
+            <div class="px-3 py-3 border-top">
+                <a class="mb-0 font-weight-normal font-size-16 d-flex align-items-center"
+                   native target="_blank"
+                   open-in-stag-popup
+                   popup-style="tall"
+                   title="Generic Bills"
+                   :href="'/generic-bill-view/Ticket/' + erxPopupItem.uid">
+                    Generic Bills
+                </a>
+            </div>
+
             <!-- comments -->
             @include('app.patient.tickets.comments', ['category' => 'erx'])
 

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

@@ -132,6 +132,18 @@
             <!-- attachments -->
             @include('app.patient.tickets.attachments', ['category' => 'imaging'])
 
+            <!-- bills -->
+            <div class="px-3 py-3 border-top">
+                <a class="mb-0 font-weight-normal font-size-16 d-flex align-items-center"
+                   native target="_blank"
+                   open-in-stag-popup
+                   popup-style="tall"
+                   title="Generic Bills"
+                   :href="'/generic-bill-view/Ticket/' + imagingPopupItem.uid">
+                    Generic Bills
+                </a>
+            </div>
+
             <!-- comments -->
             @include('app.patient.tickets.comments', ['category' => 'imaging'])
         </form>

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

@@ -136,6 +136,18 @@
             <!-- attachments -->
             @include('app.patient.tickets.attachments', ['category' => 'lab'])
 
+            <!-- bills -->
+            <div class="px-3 py-3 border-top">
+                <a class="mb-0 font-weight-normal font-size-16 d-flex align-items-center"
+                   native target="_blank"
+                   open-in-stag-popup
+                   popup-style="tall"
+                   title="Generic Bills"
+                   :href="'/generic-bill-view/Ticket/' + labPopupItem.uid">
+                    Generic Bills
+                </a>
+            </div>
+
             <!-- comments -->
             @include('app.patient.tickets.comments', ['category' => 'lab'])