<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap core CSS -->
<link href="bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet">
<style>
#tudo {
font-family: monospace;
font-size: 8pt;
}
</style>
</head>
<body>
<div id="tudo" class="container" style="width:18cm; border: 1px solid #ccc">
<!--cabecalho-->
<div class="row">
<div class="col-xs-3">LOGO</div>
<div class="col-xs-9">
EMPRESA TALTALTAL
<br/>Rua 26 Jardim Aureny 3
<br/>CNPJ: xx.xxx.xxx/xxxx-xx
</div>
</div>
<!--/cabecalho-->
<!--corpo-->
<div class="row">
<div>
Identificação do cliente
<hr/>
</div>
<div>
Cliente: xxxxxxxxxx(xxx.xxx.xxx-xx)
<br/>Endereço: xxxxxxxxx
<br/>Cep: xxxxx-xxx Telefone: (xx)xxxxx-xxxx E-mail:xxx@xxx.com
</div>
<hr/>
<div>
Objetos:
<br/>1 - Smartphone Apple xxxxxxxxxx
<br/><br/>
Observações:
<br/>AS PEÇAS E SERVIÇOS EXECUTADOS TERÃO GARANTIA DE 30 DIAS, EXCETO QUANDO COMPROVADO MAU USO DO APARELHO.
<br/>OS APARELHOS NÃO RETIRADOS DENTRO DO PRAZO DE 90 DIAS SERÃO VENDIDOS PARA COBRIR CUSTOS COM O CONCERTO DO MESMO.
<br/>NÃO NOS RESP...
<br/>A ENTREGA DO AP...
</div>
<br/><br/>
<div>
Detalhamento dos serviços
<hr/>
<table>
<thead>
<th>Serviço</th>
<th>Descrição</th>
<th>Valor Unit.</th>
<th>Quant.</th>
<th>UN</th>
<th>Valor total</th>
<th>Técnico</th>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Substituição de ...</td>
<td>50,00</td>
<td>1</td>
<td>UN</td>
<td>50,00</td>
<td>Jefferson Wesley</td>
</tr>
</tbody>
</table>
</div>
<br/><br/>
<div>
Detalhamento dos itens
<hr/>
<table>
<thead>
<tr>
<th>Produto</th>
<th>Descrição</th>
<th>Valor Unit.</th>
<th>Quant.</th>
<th>UN</th>
<th>Valor total</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Gabinete Apple iPhone...</td>
<td>70,00</td>
<td>1</td>
<td>PC</td>
<td>70,00</td>
</tr>
</tbody>
</table>
</div>
<br/><br/>
<div>
Totais<br/>
<hr/>
Valor total dos serviços...: 50,00<br/>
Valor total dos itens......: 70,00<br/>
Valor total da OS..........: 120,00<br/>
<hr/>
</div>
</div><!--/corpo-->
<br/><br/>
<div class="row">
<div>
PREZADO CLIENTE, APRESENTE ESTE CANHOTO PARA RETIRADA DOS OBJETOS DA ORDEM DE SERVIÇO.
</div>
<div class="col-xs-3">
ORDEM DE SERVIÇO<br/>
000003
</div>
<div class="col-xs-5">
EMPRESA TALTALTAL
<br/>Rua 26 Jardim Aureny 3
<br/>CNPJ: xx.xxx.xxx/xxxx-xx
</div>
<div class="col-xs-4">
_________________________
<br/>Assinatura do atendente
</div>
</div><!--/rodape-->
</div><!--/tudo-->
</body>
</html>