128 lines
5.2 KiB
PHP
Executable File
128 lines
5.2 KiB
PHP
Executable File
<?php
|
|
/*
|
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
|
* Copyright (C) DevCode s.r.l.
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
use Modules\Interventi\Intervento;
|
|
use Modules\Iva\Aliquota;
|
|
|
|
$intervento = Intervento::find($record['id']);
|
|
$sessioni = $intervento->sessioni;
|
|
$iva_predefinita = floatval(Aliquota::find(setting('Iva predefinita'))->percentuale);
|
|
|
|
$ore = $sessioni->sum('ore');
|
|
$imponibile = $tipo=='cliente' ? $intervento->imponibile : $intervento->spesa;
|
|
$sconto = $tipo=='cliente' ? $intervento->sconto : 0;
|
|
$totale_imponibile = $tipo=='cliente' ? $intervento->totale_imponibile : $intervento->spesa;
|
|
$iva = $tipo=='cliente' ? $intervento->iva : (($intervento->spesa * $iva_predefinita) / 100);
|
|
$totale_ivato = $tipo=='cliente' ? $intervento->totale : ($intervento->spesa + $iva);
|
|
|
|
$somma_ore[] = $ore;
|
|
$somma_imponibile[] = $imponibile;
|
|
$somma_sconto[] = $sconto;
|
|
$somma_totale_imponibile[] = $totale_imponibile;
|
|
$somma_iva[] = $iva;
|
|
$somma_totale_ivato[] = $totale_ivato;
|
|
|
|
$pricing = isset($pricing) ? $pricing : true;
|
|
|
|
// Informazioni intervento
|
|
echo '
|
|
<tr>
|
|
<td colspan="2">';
|
|
|
|
if (dateFormat($intervento->inizio)) {
|
|
echo '
|
|
<p>'.tr('Intervento _NUM_ del _DATE_', [
|
|
'_NUM_' => $intervento->codice,
|
|
'_DATE_' => dateFormat($intervento->inizio),
|
|
]).'</p>';
|
|
} else {
|
|
echo '
|
|
<p>'.tr('Promemoria _NUM_', [
|
|
'_NUM_' => $intervento->codice,
|
|
]).'</p>';
|
|
}
|
|
echo '
|
|
<p><small><b>'.tr('Cliente').':</b> '.$intervento->anagrafica->ragione_sociale.'</small></p>
|
|
<p><small><b>'.tr('Stato').':</b> '.$intervento->stato->descrizione.'</small></p>
|
|
<p><small><b>'.tr('Data richiesta').':</b> '.dateFormat($intervento->data_richiesta).'</small></p>
|
|
<p><small><b>'.tr('Richiesta').':</b> '.$intervento->richiesta.'</p>';
|
|
if ($intervento->descrizione) {
|
|
echo'
|
|
<p><b>'.tr('Descrizione').':</b> '.$intervento->descrizione.'</small></p>';
|
|
}
|
|
echo '
|
|
</td>
|
|
<td class="text-center">'.numberFormat($ore).'</td>
|
|
<td class="text-center">'.($pricing ? moneyFormat($imponibile, 2) : '-').'</td>
|
|
<td class="text-center">'.($pricing && empty($options['dir']) ? moneyFormat($sconto, 2) : '-').'</td>
|
|
<td class="text-center">'.($pricing ? moneyFormat($totale_imponibile, 2) : '-').'</td>
|
|
</tr>';
|
|
|
|
// Sessioni
|
|
if (count($sessioni) > 0) {
|
|
echo '
|
|
<tr>
|
|
<td style="border-top: 0; border-bottom: 0;"></td>
|
|
<th style="background-color: #eee" colspan="2"><small>'.tr('Sessioni').'</small></th>
|
|
<th class="text-center" style="background-color: #eee"><small>'.tr('Data').'</small></th>
|
|
<th class="text-center" style="background-color: #eee"><small>'.tr('Inizio').'</small></th>
|
|
<th class="text-center" style="background-color: #eee"><small>'.tr('Fine').'</small></th>
|
|
</tr>';
|
|
|
|
foreach ($sessioni as $sessione) {
|
|
echo '
|
|
<tr>
|
|
<td style="border-top: 0; border-bottom: 0;"></td>
|
|
<td colspan="2"><small>'.$sessione->anagrafica->ragione_sociale.' <small>('.$sessione->tipo->descrizione.')</small></td>
|
|
<td class="text-center"><small>'.dateFormat($sessione->orario_inizio).'</small></td>
|
|
<td class="text-center"><small>'.timeFormat($sessione->orario_inizio).'</small></td>
|
|
<td class="text-center"><small>'.timeFormat($sessione->orario_fine).'</small></td>
|
|
</tr>';
|
|
}
|
|
}
|
|
|
|
// Righe
|
|
$righe = $intervento->getRighe();
|
|
if (!$righe->isEmpty()) {
|
|
echo '
|
|
<tr>
|
|
<td style="border-top: 0; border-bottom: 0;"></td>
|
|
<th style="background-color: #eee" colspan="2"><small>'.tr('Materiale utilizzato e spese aggiuntive').'</small></th>
|
|
<th class="text-center" style="background-color: #eee"><small>'.tr('Qta').'</small></th>
|
|
<th class="text-center" style="background-color: #eee"><small>'.($tipo=='cliente' ? tr('Prezzo unitario') : tr('Costo unitario')).'</small></th>
|
|
<th class="text-center" style="background-color: #eee"><small>'.($tipo=='cliente' ? tr('Imponibile') : tr('Costo netto')).'</small></th>
|
|
</tr>';
|
|
|
|
foreach ($righe as $riga) {
|
|
$prezzo = $tipo=='cliente' ? $riga->prezzo_unitario : $riga->costo_unitario;
|
|
$totale = $tipo=='cliente' ? $riga->totale_imponibile : $riga->spesa;
|
|
|
|
echo '
|
|
<tr>
|
|
<td style="border-top: 0; border-bottom: 0;"></td>
|
|
<td colspan="2"><small>'.$riga->descrizione.'</small></td>
|
|
<td class="text-center"><small>'.$riga->qta.' '.$riga->um.'</small></td>
|
|
<td class="text-center"><small>'.($pricing ? moneyFormat($prezzo) : '-').'</small></td>
|
|
<td class="text-center"><small>'.($pricing ? moneyFormat($totale) : '-').'</small></td>
|
|
</tr>';
|
|
}
|
|
}
|