negos_app/app/views/public/orders/bill_print.html.haml
2016-02-16 21:09:48 +01:00

193 lines
4.1 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!!!
%html
%head
%meta{:"http-equiv" => "Content-Type", :content=>"text/html; charset=UTF-8"}
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"}
:css
body{
font-size:11pt;
padding :0px;
margin:0px;
background-color: transparent;
font-family:"Arial" ;
}
#main{
//margin-left:4.2cm;
}
td, th{
//border:1px solid black;
padding:5px;
vertical-align:top;
}
th{
font-weight:normal;
border-bottom:1px solid gray;
text-align:right;
}
table{
border-collapse:collapse;
}
tr{
page-break-inside:avoid;
}
#bottom{
page-break-inside:avoid;
}
.right{
text-align:right;
}
.line p{
margin:0px;
}
.description{
padding-top:2pt;
display:block;
}
.bot_separate{
height:50pt;
}
%body
#main
%div{:style => "height:2cm;"}
#logo{:style => "position:absolute;top:0cm;left:1.2cm;padding:0.8cm 0.4cm;padding-top:1.5cm;"}
=image_tag "/olwen-b.png", :style => "width:5cm;"
#document_info{:style => "position:absolute;top:2cm;left:12cm;"}
="Facture n°#{@order.bill_number}"
%br
="Le #{l(@order.paid_at, :format => :date)}"
#recipient_address{:style => "position:absolute;top:5cm;left:12cm;"}
-if @order.organisation?
=@order.organisation
-else
=@order.firstname
=@order.customer.name
%br
=@order.address
%br
-if @order.address2
=@order.address
%br
=@order.cp
=@order.city
%br
=@order.country
#header{:style => ""}
%div{:style => "margin-top:8cm;margin-left:1cm;margin-right:1cm;margin-bottom:0cm;position:relative;"}
%table.document_elements{:style => "width:100%"}
%tr
%th{:style => "text-align:left;"} Description
%th{:style => "width:17%"} Prix HT
%tr.line
%td
%strong
Achat d'un coffret de
=@order.nbr_credits
crédits sur Sideplace.com
%td.right
=number_to_currency @order.amount_ht
%table#bottom{:style => "width:5cm;position:absolute;right:1cm;margin-top:1cm;"}
%tr.bot
%td.white
Total HT
%td.white{:style => "text-align:right;"}
%strong
=number_to_currency @order.amount_ht
%tr.bot
%td.white
TVA
(
20%
)
%td.white{:style => "text-align:right;"}
=number_to_currency @order.amount_ttc - @order.amount_ht
%tr
%td
Total TTC
%td{:style => "text-align:right;"}
%strong
=number_to_currency @order.amount_ttc
#footer{:style => "margin:1cm 1cm;margin-top:5cm"}
%p
Date et heure de paiement (Carte bancaire) :
=l @order.paid_at
%br
%br
%p
Conditions de règlement : paiement comptant.
Pas d'escompte pour paiement anticipé.
%p
Pénalités de retard : 3 fois le taux dintérêt légal, majorées dune indemnité forfaitaire de 40 € pour fais de recouvrement
%hr
%p
Olwen Capital, SAS au capital de 1000€, société exploitant le site sideplace.com
%p
Siège social : 90 rue Louis NEEL, 38140 RIVES SUR FURES, FRANCE
%p
SIRET : 811 937 374 00015 - RCS : Grenoble B 811 937 374 - APE : 6312Z - N° TVA intra. : FR29811937374