Browse Source

wip print documents

3.x
Andrew Wallo 7 months ago
parent
commit
0208e41963

+ 1
- 1
resources/views/filament/infolists/components/document-templates/default.blade.php View File

@@ -88,7 +88,7 @@
88 88
                 </tr>
89 89
             @endforeach
90 90
             </tbody>
91
-            <tfoot class="text-sm tracking-tight">
91
+            <tfoot class="text-sm tracking-tight summary-section">
92 92
             <tr>
93 93
                 <td class="pl-6 py-2" colspan="2"></td>
94 94
                 <td class="text-right font-semibold py-2">Subtotal:</td>

+ 3
- 3
resources/views/print-document.blade.php View File

@@ -55,17 +55,17 @@
55 55
                 max-height: none !important;
56 56
             }
57 57
 
58
-            .modern-template-line-items .summary-section {
58
+            .inv-line-items .summary-section {
59 59
                 display: table-row-group;
60 60
                 page-break-inside: avoid;
61 61
             }
62 62
 
63
-            .modern-template-line-items tr {
63
+            .inv-line-items tr {
64 64
                 page-break-inside: avoid;
65 65
                 page-break-after: auto;
66 66
             }
67 67
 
68
-            .modern-template-footer {
68
+            .inv-footer {
69 69
                 page-break-inside: avoid;
70 70
                 page-break-before: auto;
71 71
             }

Loading…
Cancel
Save