pages_invoice.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <!-- start: PAGE TITLE -->
  2. <section id="page-title">
  3. <div class="row">
  4. <div class="col-sm-8">
  5. <h1 class="mainTitle" translate="sidebar.nav.pages.INVOICE">{{ mainTitle }}</h1>
  6. <span class="mainDescription">Beautifully simple invoicing and payments. Give clients attractive invoices, estimates, and receipts.</span>
  7. </div>
  8. <div ncy-breadcrumb></div>
  9. </div>
  10. </section>
  11. <!-- end: PAGE TITLE -->
  12. <!-- start: INVOICE -->
  13. <div class="container-fluid container-fullw bg-white">
  14. <div class="row">
  15. <div class="col-md-12">
  16. <div class="invoice">
  17. <div class="row invoice-logo">
  18. <div class="col-sm-6">
  19. <img alt="" src="assets/images/your-logo-here.png">
  20. </div>
  21. <div class="col-sm-6">
  22. <p class="text-dark">
  23. #1233219 / 01 Jan 2014 <small class="text-light"> Lorem ipsum dolor sit amet </small>
  24. </p>
  25. </div>
  26. </div>
  27. <hr>
  28. <div class="row">
  29. <div class="col-sm-4">
  30. <h4>Client:</h4>
  31. <div class="well">
  32. <address>
  33. <strong class="text-dark">Customer Company, Inc.</strong>
  34. <br>
  35. 1 Infinite Loop
  36. <br>
  37. Cupertino, CA 95014
  38. <br>
  39. <abbr title="Phone">P:</abbr> (123) 456-7890
  40. </address>
  41. <address>
  42. <strong class="text-dark">E-mail:</strong>
  43. <a href="mailto:#">
  44. info@customer.com
  45. </a>
  46. </address>
  47. </div>
  48. </div>
  49. <div class="col-sm-4">
  50. <h4>We appreciate your business.</h4>
  51. <div class="padding-bottom-30 padding-top-10 text-dark">
  52. Thanks for being a customer.
  53. A detailed summary of your invoice is below.
  54. <br>
  55. If you have questions, we're happy to help.
  56. <br>
  57. Email support@cliptheme.com or contact us through other support channels.
  58. </div>
  59. </div>
  60. <div class="col-sm-4 pull-right">
  61. <h4>Payment Details:</h4>
  62. <ul class="list-unstyled invoice-details padding-bottom-30 padding-top-10 text-dark">
  63. <li>
  64. <strong>V.A.T Reg #:</strong> 233243444
  65. </li>
  66. <li>
  67. <strong>Account Name:</strong> Company Ltd
  68. </li>
  69. <li>
  70. <strong>SWIFT code:</strong> 1233F4343ABCDEW
  71. </li>
  72. <li>
  73. <strong>DATE:</strong> 01/01/2014
  74. </li>
  75. <li>
  76. <strong>DUE:</strong> 11/02/2014
  77. </li>
  78. </ul>
  79. </div>
  80. </div>
  81. <div class="row">
  82. <div class="col-sm-12">
  83. <table class="table table-striped">
  84. <thead>
  85. <tr>
  86. <th> # </th>
  87. <th> Item </th>
  88. <th class="hidden-480"> Description </th>
  89. <th class="hidden-480"> Quantity </th>
  90. <th class="hidden-480"> Unit Cost </th>
  91. <th> Total </th>
  92. </tr>
  93. </thead>
  94. <tbody>
  95. <tr>
  96. <td> 1 </td>
  97. <td> Lorem </td>
  98. <td class="hidden-480"> Drem psum dolor </td>
  99. <td class="hidden-480"> 12 </td>
  100. <td class="hidden-480"> $35 </td>
  101. <td> $1152 </td>
  102. </tr>
  103. <tr>
  104. <td> 2 </td>
  105. <td> Ipsum </td>
  106. <td class="hidden-480"> Consectetuer adipiscing elit </td>
  107. <td class="hidden-480"> 21 </td>
  108. <td class="hidden-480"> $469 </td>
  109. <td> $6159 </td>
  110. </tr>
  111. <tr>
  112. <td> 3 </td>
  113. <td> Dolor </td>
  114. <td class="hidden-480"> Olor sit amet adipiscing eli </td>
  115. <td class="hidden-480"> 24 </td>
  116. <td class="hidden-480"> $144 </td>
  117. <td> $8270 </td>
  118. </tr>
  119. <tr>
  120. <td> 4 </td>
  121. <td> Sit </td>
  122. <td class="hidden-480"> Laoreet dolore magna </td>
  123. <td class="hidden-480"> 194 </td>
  124. <td class="hidden-480"> $317 </td>
  125. <td> $966 </td>
  126. </tr>
  127. </tbody>
  128. </table>
  129. </div>
  130. </div>
  131. <div class="row">
  132. <div class="col-sm-12 invoice-block">
  133. <ul class="list-unstyled amounts text-small">
  134. <li>
  135. <strong>Sub-Total:</strong> $12,876
  136. </li>
  137. <li>
  138. <strong>Discount:</strong> 9.9%
  139. </li>
  140. <li>
  141. <strong>VAT:</strong> 22%
  142. </li>
  143. <li class="text-extra-large text-dark margin-top-15">
  144. <strong >Total:</strong> $11,400
  145. </li>
  146. </ul>
  147. <br>
  148. <a onclick="javascript:window.print();" class="btn btn-lg btn-primary hidden-print">
  149. Print <i class="fa fa-print"></i>
  150. </a>
  151. <a class="btn btn-lg btn-primary btn-o hidden-print">
  152. Submit Your Invoice <i class="fa fa-check"></i>
  153. </a>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. <!-- end: INVOICE -->