Template.blade.php esempio di commessa
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td valign="top"><img src="img/logo.png" alt="" width="150"/></td>
|
||||
<td><h1>COMMESSA</h1><img src="data:image/png;base64,{{$barcode}})" width="150" height="50"></td>
|
||||
<td align="right">
|
||||
<h3>{{env('RAGIONE_SOCIALE')}}</h3>
|
||||
<pre>
|
||||
@@ -34,7 +35,7 @@
|
||||
Tel. {{env('TELEFONO')}}
|
||||
Email:{{env('EMAIL')}}
|
||||
Website: {{env('WEBSITE')}}
|
||||
IBAN:{{env('IBAN')}} Banca: {{env('BANCA')}}
|
||||
|
||||
</pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -43,7 +44,7 @@
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td><strong>Commessa N.:</strong> 05854</td>
|
||||
<td><strong>Commessa N.:</strong> 081231723897</td>
|
||||
<td><strong>Del:</strong> {{date('d/m/Y')}}</td>
|
||||
<td><strong>Operatore:</strong> Laboratorio</td>
|
||||
</tr>
|
||||
@@ -63,8 +64,7 @@
|
||||
<th>Codice</th>
|
||||
<th>Descrizione</th>
|
||||
<th>Quantità</th>
|
||||
<th>Prezzo unitario €</th>
|
||||
<th>Totale €</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -72,41 +72,40 @@
|
||||
<th scope="row">06544585</th>
|
||||
<td>Ricambio carburatore Husqwarna 06544585</td>
|
||||
<td align="right">1</td>
|
||||
<td align="right">1400.00</td>
|
||||
<td align="right">1400.00</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">06532586</th>
|
||||
<td>Collettore compatibile Typhoon</td>
|
||||
<td align="right">1</td>
|
||||
<td align="right">105.00</td>
|
||||
<td align="right">105.00</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">000532</th>
|
||||
<td>Ore laboratorio</td>
|
||||
<td align="right">2</td>
|
||||
<td align="right">65.00</td>
|
||||
<td align="right">130.00</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3"></td>
|
||||
<td align="right">Subtotale €</td>
|
||||
<td align="right">1635.00</td>
|
||||
<td colspan="3"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"></td>
|
||||
<td align="right">IVA €</td>
|
||||
<td align="right">294.3</td>
|
||||
<td colspan="3" class="gray" align="center"> Rapporto lavorazioni </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"></td>
|
||||
<td align="right">Totale €</td>
|
||||
<td align="right" class="gray">€ 1929.3</td>
|
||||
<td colspan="3"> Smontaggio dell'apparecchiatura, individuazione del problema, generazione preventivo per commerciale,
|
||||
Attesa approvazione preventivo, quindi prosecuzione con sostituzione carburatore originale, pulizia e sostituzione collettore di aspirazione con uno compatibile,
|
||||
verifica del serraggio dei prigionieri e quindi rimontaggio apparecchiatura. Test finale e chiusura commessa. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td align="right">Stato</td>
|
||||
<td align="right" class="gray">Riparato</td>
|
||||
</tr>
|
||||
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user