invoice-print.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>AdminLTE 2 | Invoice</title>
  7. <!-- Tell the browser to be responsive to screen width -->
  8. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  9. <!-- Bootstrap 3.3.7 -->
  10. <link rel="stylesheet" href="../../bower_components/bootstrap/dist/css/bootstrap.min.css">
  11. <!-- Font Awesome -->
  12. <link rel="stylesheet" href="../../bower_components/font-awesome/css/font-awesome.min.css">
  13. <!-- Ionicons -->
  14. <link rel="stylesheet" href="../../bower_components/Ionicons/css/ionicons.min.css">
  15. <!-- Theme style -->
  16. <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
  17. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  18. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  19. <!--[if lt IE 9]>
  20. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  21. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  22. <![endif]-->
  23. <!-- Google Font -->
  24. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
  25. </head>
  26. <body onload="window.print();">
  27. <div class="wrapper">
  28. <!-- Main content -->
  29. <section class="invoice">
  30. <!-- title row -->
  31. <div class="row">
  32. <div class="col-xs-12">
  33. <h2 class="page-header">
  34. <i class="fa fa-globe"></i> AdminLTE, Inc.
  35. <small class="pull-right">Date: 2/10/2014</small>
  36. </h2>
  37. </div>
  38. <!-- /.col -->
  39. </div>
  40. <!-- info row -->
  41. <div class="row invoice-info">
  42. <div class="col-sm-4 invoice-col">
  43. From
  44. <address>
  45. <strong>Admin, Inc.</strong><br>
  46. 795 Folsom Ave, Suite 600<br>
  47. San Francisco, CA 94107<br>
  48. Phone: (804) 123-5432<br>
  49. Email: info@almasaeedstudio.com
  50. </address>
  51. </div>
  52. <!-- /.col -->
  53. <div class="col-sm-4 invoice-col">
  54. To
  55. <address>
  56. <strong>John Doe</strong><br>
  57. 795 Folsom Ave, Suite 600<br>
  58. San Francisco, CA 94107<br>
  59. Phone: (555) 539-1037<br>
  60. Email: john.doe@example.com
  61. </address>
  62. </div>
  63. <!-- /.col -->
  64. <div class="col-sm-4 invoice-col">
  65. <b>Invoice #007612</b><br>
  66. <br>
  67. <b>Order ID:</b> 4F3S8J<br>
  68. <b>Payment Due:</b> 2/22/2014<br>
  69. <b>Account:</b> 968-34567
  70. </div>
  71. <!-- /.col -->
  72. </div>
  73. <!-- /.row -->
  74. <!-- Table row -->
  75. <div class="row">
  76. <div class="col-xs-12 table-responsive">
  77. <table class="table table-striped">
  78. <thead>
  79. <tr>
  80. <th>Qty</th>
  81. <th>Product</th>
  82. <th>Serial #</th>
  83. <th>Description</th>
  84. <th>Subtotal</th>
  85. </tr>
  86. </thead>
  87. <tbody>
  88. <tr>
  89. <td>1</td>
  90. <td>Call of Duty</td>
  91. <td>455-981-221</td>
  92. <td>El snort testosterone trophy driving gloves handsome</td>
  93. <td>$64.50</td>
  94. </tr>
  95. <tr>
  96. <td>1</td>
  97. <td>Need for Speed IV</td>
  98. <td>247-925-726</td>
  99. <td>Wes Anderson umami biodiesel</td>
  100. <td>$50.00</td>
  101. </tr>
  102. <tr>
  103. <td>1</td>
  104. <td>Monsters DVD</td>
  105. <td>735-845-642</td>
  106. <td>Terry Richardson helvetica tousled street art master</td>
  107. <td>$10.70</td>
  108. </tr>
  109. <tr>
  110. <td>1</td>
  111. <td>Grown Ups Blue Ray</td>
  112. <td>422-568-642</td>
  113. <td>Tousled lomo letterpress</td>
  114. <td>$25.99</td>
  115. </tr>
  116. </tbody>
  117. </table>
  118. </div>
  119. <!-- /.col -->
  120. </div>
  121. <!-- /.row -->
  122. <div class="row">
  123. <!-- accepted payments column -->
  124. <div class="col-xs-6">
  125. <p class="lead">Payment Methods:</p>
  126. <img src="../../dist/img/credit/visa.png" alt="Visa">
  127. <img src="../../dist/img/credit/mastercard.png" alt="Mastercard">
  128. <img src="../../dist/img/credit/american-express.png" alt="American Express">
  129. <img src="../../dist/img/credit/paypal2.png" alt="Paypal">
  130. <p class="text-muted well well-sm no-shadow" style="margin-top: 10px;">
  131. Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg dopplr
  132. jibjab, movity jajah plickers sifteo edmodo ifttt zimbra.
  133. </p>
  134. </div>
  135. <!-- /.col -->
  136. <div class="col-xs-6">
  137. <p class="lead">Amount Due 2/22/2014</p>
  138. <div class="table-responsive">
  139. <table class="table">
  140. <tr>
  141. <th style="width:50%">Subtotal:</th>
  142. <td>$250.30</td>
  143. </tr>
  144. <tr>
  145. <th>Tax (9.3%)</th>
  146. <td>$10.34</td>
  147. </tr>
  148. <tr>
  149. <th>Shipping:</th>
  150. <td>$5.80</td>
  151. </tr>
  152. <tr>
  153. <th>Total:</th>
  154. <td>$265.24</td>
  155. </tr>
  156. </table>
  157. </div>
  158. </div>
  159. <!-- /.col -->
  160. </div>
  161. <!-- /.row -->
  162. </section>
  163. <!-- /.content -->
  164. </div>
  165. <!-- ./wrapper -->
  166. </body>
  167. </html>