mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-09 22:23:15 +01:00
c83e841e30
Introdotto il framework mPDF per rendere più semplice la gestione delle stampe, con relativo aggiornamento alla nuova versione delle stampe per interventi e fatture. Bugfix e miglioramenti vari distribuiti.
60 lines
1.5 KiB
HTML
60 lines
1.5 KiB
HTML
<style>
|
|
.table_values {
|
|
border-top: 1px solid #888;
|
|
border-left: 1px solid #888;
|
|
}
|
|
|
|
.table_values td {
|
|
border-right: 1px solid #888;
|
|
border-bottom: 1px solid #888;
|
|
padding: 4px;
|
|
}
|
|
|
|
.check {
|
|
width: 10px;
|
|
height: 14px;
|
|
display: inline;
|
|
background: transparent url($docroot$/templates/interventi/custom/check.png) center center no-repeat;
|
|
margin-right: 6px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.checked {
|
|
width: 10px;
|
|
height: 14px;
|
|
display: inline;
|
|
background: transparent url($docroot$/templates/interventi/custom/checked.png) center center no-repeat;
|
|
margin-right: 6px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
h5 {
|
|
margin: 4px 0 2px 0;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 15pt;
|
|
margin: 10px 0 2px 0;
|
|
}
|
|
|
|
</style>
|
|
|
|
<page backcolor="#ffffff" backtop="30mm" backbottom="3mm" backleft="0mm" backright="0mm" footer="" style="font-size: $font_size$">
|
|
$body$
|
|
</page>
|
|
|
|
<page_header>
|
|
<table style="height:35mm;border:0px;">
|
|
<tr>
|
|
<td style="width:97mm;" align="left">
|
|
<img src="$docroot$/templates/interventi/logo_azienda.jpg" alt="Logo" border="0" style="width:60mm;" />
|
|
</td>
|
|
|
|
<td style="width:97mm; font-size:10pt;text-align:right;">
|
|
<b>$f_ragionesociale$</b> $f_indirizzo$ $f_citta$ $f_piva$ $f_codicefiscale$ $f_capsoc$ $f_telefono$ $f_sitoweb$
|
|
$f_email$
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</page_header>
|