Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.  
  9. <title> BILL | Invoice Print</title>
  10. {{--
  11. <link href="{{asset('css/bootstrap.min.css')}}" rel="stylesheet">
  12. <link href="{{asset('font-awesome/css/font-awesome.css')}}" rel="stylesheet">
  13.  
  14. <link href="{{asset('css/animate.css')}}" rel="stylesheet">
  15. <link href="{{asset('css/style.css')}}" rel="stylesheet">--}}
  16.  
  17. </head>
  18. <style type="text/css">
  19.  
  20. .res {
  21. width: 50% !important;
  22. float: left;
  23. }
  24.  
  25.  
  26. </style>
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31.  
  32. { margin: 0; padding: 0; }
  33. body { font: 14px/1.4 Georgia, serif; }
  34. #page-wrap { width: 800px; margin: 0 auto; }
  35.  
  36. textarea { border: 0; font: 14px Georgia, Serif; overflow: hidden; resize: none; }
  37. table { border-collapse: collapse; }
  38. table td, table th { border: 1px solid black; padding: 5px; }
  39.  
  40. #header { height: 15px; width: 100%; margin: 20px 0; background: #222; text-align: center; color: white; font: bold 15px Helvetica, Sans-Serif; text-decoration: uppercase; letter-spacing: 20px; padding: 8px 0px; }
  41.  
  42. #address { width: 250px; height: 150px; float: left; }
  43. #customer { overflow: hidden; }
  44.  
  45. #logo { text-align: right; float: right; position: relative; margin-top: 25px; border: 1px solid #fff; max-width: 540px; max-height: 100px; overflow: hidden; }
  46. #logo:hover, #logo.edit { border: 1px solid #000; margin-top: 0px; max-height: 125px; }
  47. #logoctr { display: none; }
  48. #logo:hover #logoctr, #logo.edit #logoctr { display: block; text-align: right; line-height: 25px; background: #eee; padding: 0 5px; }
  49. #logohelp { text-align: left; display: none; font-style: italic; padding: 10px 5px;}
  50. #logohelp input { margin-bottom: 5px; }
  51. .edit #logohelp { display: block; }
  52. .edit #save-logo, .edit #cancel-logo { display: inline; }
  53. .edit #image, #save-logo, #cancel-logo, .edit #change-logo, .edit #delete-logo { display: none; }
  54. #customer-title { font-size: 20px; font-weight: bold; float: left; }
  55.  
  56. #meta { margin-top: 1px; width: 300px; float: right; }
  57. #meta td { text-align: right; }
  58. #meta td.meta-head { text-align: left; background: #eee; }
  59. #meta td textarea { width: 100%; height: 20px; text-align: right; }
  60.  
  61. #items { clear: both; width: 100%; margin: 30px 0 0 0; border: 1px solid black; }
  62. #item { clear: both; width: 100%; margin: 160px 0 20px 0; border: 0px solid black; mar}
  63. #items th { background: #eee; }
  64. #items textarea { width: 80px; height: 50px; }
  65. #items tr.item-row td { border: 1; vertical-align: top; }
  66. #items td.description { width: 300px; }
  67. #items td.item-name { width: 175px; }
  68. #items td.description textarea, #items td.item-name textarea { width: 100%; }
  69. #items td.total-line { border-right: 0; text-align: right; }
  70. #items td.total-value { border-left: 0; padding: 10px; }
  71. #items td.total-value textarea { height: 20px; background: none; }
  72. #items td.balance { background: #eee; }
  73. #items td.blank { border: 0; }
  74.  
  75. #terms { text-align: center; margin: 20px 0 0 0; }
  76. #terms h5 { text-transform: uppercase; font: 13px Helvetica, Sans-Serif; letter-spacing: 10px; border-bottom: 1px solid black; padding: 0 0 8px 0; margin: 0 0 8px 0; }
  77. #terms textarea { width: 100%; text-align: center;}
  78.  
  79. textarea:hover, textarea:focus, #items td.total-value textarea:hover, #items td.total-value textarea:focus, .delete:hover { background-color:#EEFF88; }
  80.  
  81. .delete-wpr { position: relative; }
  82. .delete { display: block; color: #000; text-decoration: none; position: absolute; background: #EEEEEE; font-weight: bold; padding: 0px 3px; border: 1px solid; top: -6px; left: -22px; font-family: Verdana; font-size: 12px; }
  83.  
  84. #hiderow,
  85. .delete {
  86. display: none;
  87. }
  88.  
  89. </style>
  90. <div id="page-wrap">
  91.  
  92. <textarea id="header">INVOICE</textarea>
  93.  
  94. <div id="identity">
  95.  
  96. <textarea id="address">Chris Coyier
  97. 123 Appleseed Street
  98. Appleville, WI 53719
  99.  
  100. Phone: (555) 555-5555</textarea>
  101.  
  102. <div id="logo">
  103.  
  104. <div id="logoctr">
  105. <a href="javascript:;" id="change-logo" title="Change logo">Change Logo</a>
  106. <a href="javascript:;" id="save-logo" title="Save changes">Save</a>
  107. |
  108. <a href="javascript:;" id="delete-logo" title="Delete logo">Delete Logo</a>
  109. <a href="javascript:;" id="cancel-logo" title="Cancel changes">Cancel</a>
  110. </div>
  111.  
  112. <div id="logohelp">
  113. <input id="imageloc" type="text" size="50" value="" /><br />
  114. (max width: 540px, max height: 100px)
  115. </div>
  116. <img id="image" src="techcity.png" alt="logo" />
  117. </div>
  118.  
  119. </div>
  120.  
  121. <div style="clear:both"></div>
  122.  
  123. <div id="customer">
  124.  
  125. <textarea id="customer-title">Widget Corp.
  126. c/o Steve Widget</textarea>
  127.  
  128. <table id="meta">
  129. <tr>
  130. <td class="meta-head">Invoice #</td>
  131. <td>000123</td>
  132. </tr>
  133. <tr>
  134.  
  135. <td class="meta-head">Date</td>
  136. <td id="date">December 15, 2009</td>
  137. </tr>
  138. <tr>
  139. <td class="meta-head">Amount Due</td>
  140. <td><div class="due">$875.00</div></td>
  141. </tr>
  142.  
  143. </table>
  144.  
  145. </div>
  146.  
  147. <table id="items">
  148.  
  149. <tr>
  150. <th>SL</th>
  151. <th>Description</th>
  152. <th>Head of Expenses</th>
  153. <th>Area(Sft)</th>
  154. <th>Rate (BDT/Sft) </th>
  155. <th>Amount (BDT) </th>
  156. </tr>
  157.  
  158. <tr class="item-row">
  159. <td class="item-name"><div class="delete-wpr">Web Updates <a class="delete" href="javascript:;" title="Remove row">X</a></div></td>
  160. <td class="description">Monthly web updates for http://widgetcorp.com (Nov. 1 - Nov. 30, 2009)</td>
  161. <td class="cost">$650.00 </td>
  162. <td class="qty">1 </td>
  163. <td class="rate">1 0</td>
  164. <td><span class="price">$650.00</span></td>
  165. </tr>
  166.  
  167. <tr class="item-row">
  168. <td class="item-name"><div class="delete-wpr"><textarea>SSL Renewals</textarea><a class="delete" href="javascript:;" title="Remove row">X</a></div></td>
  169.  
  170. <td class="description">Yearly renewals of SSL certificates on main domain and several subdomains</td>
  171. <td class="cost">$650.00 </td>
  172. <td class="qty">1 </td>
  173. <td class="rate">1 0</td>
  174. <td><span class="price">$650.00</span></td>
  175. </tr>
  176.  
  177. <tr id="hiderow">
  178. <td colspan="5"><a id="addrow" href="javascript:;" title="Add a row">Add a row</a></td>
  179. </tr>
  180.  
  181. <tr>
  182. <td colspan="3" class="blank"> </td>
  183. <td colspan="2" class="total-line">Subtotal</td>
  184. <td class="total-value"><div id="subtotal">$875.00</div></td>
  185. </tr>
  186. <tr>
  187.  
  188. <td colspan="3" class="blank"> </td>
  189. <td colspan="2" class="total-line">Total</td>
  190. <td class="total-value"><div id="total">$875.00</div></td>
  191. </tr>
  192. <tr>
  193. <td colspan="3" class="blank"> </td>
  194. <td colspan="2" class="total-line">Amount Paid</td>
  195.  
  196. <td class="total-value"><textarea id="paid">$0.00</textarea></td>
  197. </tr>
  198. <tr>
  199. <td colspan="3" class="blank"> </td>
  200. <td colspan="2" class="total-line balance">Balance Due</td>
  201. <td class="total-value balance"><div class="due">$875.00</div></td>
  202. </tr>
  203.  
  204. </table>
  205.  
  206. <div id="terms">
  207.  
  208. <p> <strong> Total Amount in word: </strong> Tweleve thousnads five taka </p>
  209. <p> For Techcity Bangladesh Limited</p>
  210.  
  211. </div>
  212.  
  213. </div>
  214.  
  215.  
  216. <div id="terms" >
  217. <div class="row" style="margin:100px 20px 20px 20px">
  218. <div class="res">
  219. <p>Finance & Accounts </p>
  220. </div>
  221. <div class="res">
  222. <p> Authorized Signature</p>
  223. </div>
  224. </div>
  225. </div>
  226.  
  227.  
  228.  
  229.  
  230. <div id="terms">
  231. <p style="margin-top: 20px"><stroong> NOTE:</stroong></p>
  232.  
  233. Pay the Bill On Account of Techchity Bangladesh LTD, A/C NO: 00433010972, Bank Asia Ltd, Gulshan Branch <br/>
  234. Payment Terms : 100% of this invoice is payable within 26th December 19 by account payee cheque/Pay order favouring Techcity Bangladesh Ltd. <br/>
  235. Bill Received by you shall be deemed correct and accepted by you unless techcity Bangladesh Ltd is notified to the contary within 02 days of receipt of this bill
  236. This bill included demand charge and system loss
  237.  
  238. </div>
  239.  
  240. <div id="terms" style="margin-top: 20px;">
  241. <p> <strong> Corporate office</strong> Techcity Bangladesh Limited ,242/A Tejgaon I/A , Gulshan Link Road , Dhaka -1208 , Bangladesh </p>
  242.  
  243. <strong>Phone</strong> +88028879224-25 , <strong> FAX </strong> +88028870922 , <strong> Web</strong> www.techcitybd.net
  244. <br>
  245. Factory /Project Address: Sheikh Hasina software Technology Park, Jessore
  246. </div>
  247.  
  248. </body>
  249.  
  250. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement