Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Created March 10, 2017 03:12
Show Gist options
  • Save chanakaDe/eb54db78e300f6944ec7716238ee7d0c to your computer and use it in GitHub Desktop.
Save chanakaDe/eb54db78e300f6944ec7716238ee7d0c to your computer and use it in GitHub Desktop.
doctype html
html(lang='en')
head
meta(charset='UTF-8')
title Sample Invoice
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css')
style.
.invoice-title h2, .invoice-title h3 {
display: inline-block;
}
.table > tbody > tr > .no-line {
border-top: none;
}
.table > thead > tr > .no-line {
border-bottom: none;
}
.table > tbody > tr > .thick-line {
border-top: 2px solid;
}
.customFont {
font-size: 8px;
}
body
.container
.row
.col-xs-12
.invoice-title.customFont
br
br
br
br
br
br
br
br
br
br
br
.row
.col-xs-6
address
strong.customFont Quotation No: 0001
br
strong.customFont Mr/Messrs: Mr.Chanaka De Silva
br
strong.customFont Pump No: PO0987
br
strong.customFont Se No: SE0987
.col-xs-6.text-right
address
strong.customFont Date: 2017-01-01
br
strong.customFont Type: QWERTY123
br
.row
.col-md-12
.table-bordered
table.table.table-condensed.customFont
thead
tr
td
strong Item
td
strong Description
td.text-center
strong Price
td.text-center
strong Quantity
td.text-right
strong Totals
tbody
tr
td BS-200
td Description
td.text-center $10.99
td.text-center 1
td.text-right $10.99
tr
td BS-400
td Description
td.text-center $20.00
td.text-center 3
td.text-right $60.00
tr
td BS-1000
td Description
td.text-center $600.00
td.text-center 1
td.text-right $600.00
tr
td BS-200
td Description
td.text-center $10.99
td.text-center 1
td.text-right $10.99
tr
td BS-400
td Description
td.text-center $20.00
td.text-center 3
td.text-right $60.00
tr
td BS-1000
td Description
td.text-center $600.00
td.text-center 1
td.text-right $600.00
tr
td BS-200
td Description
td.text-center $10.99
td.text-center 1
td.text-right $10.99
tr
td BS-400
td Description
td.text-center $20.00
td.text-center 3
td.text-right $60.00
tr
td BS-1000
td Description
td.text-center $600.00
td.text-center 1
td.text-right $600.00
tr
td BS-200
td Description
td.text-center $10.99
td.text-center 1
td.text-right $10.99
tr
td BS-400
td Description
td.text-center $20.00
td.text-center 3
td.text-right $60.00
tr
td BS-1000
td Description
td.text-center $600.00
td.text-center 1
td.text-right $600.00
tr
td BS-200
td Description
td.text-center $10.99
td.text-center 1
td.text-right $10.99
tr
td BS-400
td Description
td.text-center $20.00
td.text-center 3
td.text-right $60.00
tr
td BS-1000
td Description
td.text-center $600.00
td.text-center 1
td.text-right $600.00
tr
td BS-200
td Description
td.text-center $10.99
td.text-center 1
td.text-right $10.99
tr
td BS-400
td Description
td.text-center $20.00
td.text-center 3
td.text-right $60.00
tr
td BS-1000
td Description
td.text-center $600.00
td.text-center 1
td.text-right $600.00
tr
td.thick-line
td.thick-line
td.thick-line
td.thick-line.text-center
strong Total Amount
td.thick-line.text-right $670.99
tr
td.no-line
td.no-line
td.no-line
td.no-line.text-center
strong Discount
td.no-line.text-right $15
tr
td.no-line
td.no-line
td.no-line
td.no-line.text-center
strong Labour Charge
td.no-line.text-right $685.99
tr
td.no-line
td.no-line
td.no-line
td.no-line.text-center
strong Net Amount
td.no-line.text-right $685.99
.row
.col-xs-6
address
strong.customFont
| Specialist on all kind of Diesel Injection Pump &
| Injectors
br
strong.customFont Prepared By : .....................
.col-xs-6.text-right
address
strong.customFont MUSCAT DIESEL PUMP SERVICES
br
strong.customFont Authorized By : .....................
br
.row.customFont
.col-lg-12(style='text-align: center')
strong Tel :
| 24815610 / 24810182 ##
strong Fax :
| 24815610 ##
strong
| GSM
| :
| 99432414 / 99339246 / 99719282
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment