Enviado em 30/01/2013 - 01:48h
Galera tenho o seguinte código que gera um carnê de pagamento para os 12 meses, até ai tudo bem.
@media print {
table {
page-break-after:always
}
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<style type="text/css">
body {
backgroun: #FFF;
color: #000;
font: 12pt serif;
}
fieldset {
font-size: 12pt serif;
font-weight: bold;
margin: 0pt;
text-align: center;
padding: 0pt;
}
legend {
font-size: 8pt;
font-weight: normal;
}
table {
width: 450pt;
margin: 0pt;
border: none;
}
@media print {
div {
page-break-after:always
}
}
</style>
</head>
<body>
<?php
$id = $_GET['id'];
$con = mysql_pconnect('localhost','login','senha');
mysql_select_db('MaranataAlunosBD');
$consulta = "SELECT * FROM ano2013 WHERE id=$id";
$res = mysql_query($consulta,$con);
while($consulta = mysql_fetch_array($res)) {
$alunoNome = $consulta[alunoNome];
$alunoSerie = $consulta[alunoSerie];
$alunoTurno = $consulta[alunoTurno];
$alunoValMensal = $consulta[alunoValMensal];
$alunoDesconto = $consulta[alunoDesconto];
}
$alunoValComDesconto = $alunoValMensal - $alunoDesconto;
echo "<table cellpadding=10>";
for($i=1; $i <= 12; $i++) {
echo "<tr>";
for ( $j=1; $j <= 2; $j++ ) {
echo "
<td>
<table cellpadding=0 cellspacing=0>
<tr>
<td colspan=2>
<fieldset> <legend> COLÉGIO </legend> INSTITUTO EDUCACIONAL MARANATA </fieldset>
</td>
</tr>
<tr>
<td colspan=2>
<fieldset> <legend> ALUNO(A) </legend> $alunoNome </fieldset>
</td>
</tr>
<tr>
<td>
<fieldset> <legend> CÓD ALUNO(A) </legend> $id /13 </fieldset>
</td>
<td>
<fieldset> <legend> SÉRIE / TURNO </legend> $alunoSerie / $alunoTurno </fieldset>
</td>
</tr>
<tr>
<td>
<fieldset> <legend> PRESTAÇÃO </legend> $i </fieldset>
</td>
<td>
<fieldset> <legend> VENCIMENTO </legend> VENCIMENTO </fieldset>
</td>
</tr>
<tr>
<td>
<fieldset> <legend> MENS. SEM DESCONTO </legend> $alunoValMensal </fieldset>
</td>
<td>
<fieldset> <legend> MENS. COM DESCONTO </legend> $alunoValComDesconto </fieldset>
</td>
</tr>
<tr>
<td>
<fieldset> <legend> JUROS </legend> </fieldset>
</td>
<td>
<fieldset> <legend> MULTA </legend> </fieldset>
</td>
</tr>
<tr>
<td>
<fieldset> <legend> VALOR TOTAL </legend> </fieldset>
</td>
<td>
<fieldset> <legend> DATA DE PAGAMENTO </legend> </fieldset>
</td>
</tr>
<tr>
<td colspan=2>
ESCOLA ASSOCIADA AO SPC
</td>
</tr>
</table>
<br>
<br>
</td>";
}
echo "</tr>";
}
echo "</table>";
?>
</body>
</html>
Servidor de Backup com Ubuntu Server 24.04 LTS, RAID e Duplicati (Dell PowerEdge T420)
Visualizar câmeras IP ONVIF no Linux sem necessidade de instalar aplicativos
Atualizar Debian Online de uma Versão para outra
Proteja seu Linux Mint com o Timeshift: Restaure o sistema mesmo que ele não inicie!
Instalando Google Chrome no Debian 13
Alguém pode me recomendar um editor de textos? (0)
meus dois pen drives não são mais reconhecidos pelo meu PC apos tentar... (1)