D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vitalityhealth
/
public_html
/
superadmin
/
Filename :
pages-invoice-print.html
back
Copy
<html> <head> <title>Porto Admin - Invoice Print</title> <!-- Web Fonts --> <link href="../../../css-3?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css"> <!-- Vendor CSS --> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"> <!-- Invoice Print Style --> <link rel="stylesheet" href="css/invoice-print.css"> </head> <body> <div class="invoice"> <header class="clearfix"> <div class="row"> <div class="col-sm-6 mt-3"> <h2 class="h2 mt-0 mb-1 text-dark font-weight-bold">INVOICE</h2> <h4 class="h4 m-0 text-dark font-weight-bold">#76598345</h4> </div> <div class="col-sm-6 text-end mt-3 mb-3"> <address class="ib me-5"> Okler Themes Ltd <br> 123 Porto Street, New York, USA <br> Phone: +12 3 4567-8901 <br> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="482723242d3a082723242d3a66262d3c">[email protected]</a> </address> <div class="ib"> <img src="img/invoice-logo.png" alt="OKLER Themes"> </div> </div> </div> </header> <div class="bill-info"> <div class="row"> <div class="col-md-6"> <div class="bill-to"> <p class="h5 mb-1 text-dark font-weight-semibold">To:</p> <address> Envato <br> 121 King Street, Melbourne, Australia <br> Phone: +61 3 8376 6284 <br> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="741d1a121b34111a0215001b5a171b19">[email protected]</a> </address> </div> </div> <div class="col-md-6"> <div class="bill-data text-end"> <p class="mb-0"> <span class="text-dark">Invoice Date:</span> <span class="value">05/20/2021</span> </p> <p class="mb-0"> <span class="text-dark">Due Date:</span> <span class="value">06/20/2021</span> </p> </div> </div> </div> </div> <table class="table table-responsive-md invoice-items"> <thead> <tr class="text-dark"> <th id="cell-id" class="font-weight-semibold">#</th> <th id="cell-item" class="font-weight-semibold">Item</th> <th id="cell-desc" class="font-weight-semibold">Description</th> <th id="cell-price" class="text-center font-weight-semibold">Price</th> <th id="cell-qty" class="text-center font-weight-semibold">Quantity</th> <th id="cell-total" class="text-center font-weight-semibold">Total</th> </tr> </thead> <tbody> <tr> <td>123456</td> <td class="font-weight-semibold text-dark">Porto HTML5 Template</td> <td>Multipourpouse Website Template</td> <td class="text-center">$14.00</td> <td class="text-center">2</td> <td class="text-center">$28.00</td> </tr> <tr> <td>654321</td> <td class="font-weight-semibold text-dark">Tucson HTML5 Template</td> <td>Awesome Website Template</td> <td class="text-center">$17.00</td> <td class="text-center">1</td> <td class="text-center">$17.00</td> </tr> </tbody> </table> <div class="invoice-summary"> <div class="row justify-content-end"> <div class="col-sm-4"> <table class="table h6 text-dark"> <tbody> <tr class="b-top-0"> <td colspan="2">Subtotal</td> <td class="text-start">$73.00</td> </tr> <tr> <td colspan="2">Shipping</td> <td class="text-start">$0.00</td> </tr> <tr class="h4"> <td colspan="2">Grand Total</td> <td class="text-start">$73.00</td> </tr> </tbody> </table> </div> </div> </div> </div> <script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> window.print(); </script> </body> </html>