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

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

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

Loading…
Cancel
Save