Advertisement
Guest User

Untitled

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