Selaa lähdekoodia

fix: print pdf

Muhammad Iqbal Afandi 3 vuotta sitten
vanhempi
commit
4e1202038d

+ 2
- 0
resources/views/pdf/purchases.blade.php Näytä tiedosto

53
             content: counter(page, numeric);
53
             content: counter(page, numeric);
54
         }
54
         }
55
     </style>
55
     </style>
56
+    <title>Sale Invoice</title>
57
+</head>
56
 
58
 
57
 <body>
59
 <body>
58
     <div id="header">
60
     <div id="header">

+ 3
- 0
resources/views/pdf/sales.blade.php Näytä tiedosto

54
         }
54
         }
55
     </style>
55
     </style>
56
 
56
 
57
+    <title>Sale Invoice</title>
58
+</head>
59
+
57
 <body>
60
 <body>
58
     <div id="header">
61
     <div id="header">
59
         <h1 style="text-align: right; margin: 0; margin-right: 15%;"><strong
62
         <h1 style="text-align: right; margin: 0; margin-right: 15%;"><strong