Fix sui consuntivi di preventivi e contratti. Rimosse stampe ordini di servizio
This commit is contained in:
parent
f277086aba
commit
149566fbf5
|
@ -71,7 +71,7 @@ if (!empty($rsi)) {
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
'.Translator::numberToLocale($int['totale']).'
|
'.Translator::numberToLocale($int['totale_scontato']).'
|
||||||
</td>
|
</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ if (!empty($rsi)) {
|
||||||
$totale_km += $int['km'];
|
$totale_km += $int['km'];
|
||||||
$totale_costo += $int['totale_costo'];
|
$totale_costo += $int['totale_costo'];
|
||||||
$totale_addebito += $int['totale_addebito'];
|
$totale_addebito += $int['totale_addebito'];
|
||||||
$totale += $int['totale'];
|
$totale += $int['totale_scontato'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Totali
|
// Totali
|
||||||
|
|
|
@ -150,16 +150,15 @@ switch (post('op')) {
|
||||||
|
|
||||||
$operations = [
|
$operations = [
|
||||||
'delete-bulk' => tr('Elimina selezionati'),
|
'delete-bulk' => tr('Elimina selezionati'),
|
||||||
];
|
'crea_fattura' => [
|
||||||
|
'text' => tr('Crea fattura'),
|
||||||
$operations['crea_fattura'] = [
|
'data' => [
|
||||||
'text' => tr('Crea fattura'),
|
'msg' => tr('Vuoi davvero creare una fattura per questi interventi?'),
|
||||||
'data' => [
|
'button' => tr('Procedi'),
|
||||||
'msg' => tr('Vuoi davvero creare una fattura per questi interventi?'),
|
'class' => 'btn btn-lg btn-warning',
|
||||||
'button' => tr('Procedi'),
|
'blank' => false,
|
||||||
'class' => 'btn btn-lg btn-warning',
|
],
|
||||||
'blank' => false,
|
]
|
||||||
],
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return $operations;
|
return $operations;
|
||||||
|
|
|
@ -87,13 +87,10 @@ $_SESSION['superselect']['idanagrafica'] = $records[0]['idanagrafica'];
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
{[ "type": "select", "label": "<?php echo tr('Tipo di attività'); ?>", "name": "idtipointervento", "required": 1, "values": "query=SELECT idtipointervento AS id, descrizione FROM in_tipiintervento ORDER BY descrizione", "value": "$idtipointervento$" ]}
|
{[ "type": "select", "label": "<?php echo tr('Tipo di attività'); ?>", "name": "idtipointervento", "required": 1, "values": "query=SELECT idtipointervento AS id, descrizione FROM in_tipiintervento ORDER BY descrizione", "value": "$idtipointervento$" ]}
|
||||||
</div>
|
</div>
|
||||||
<!--div class="col-md-3">
|
|
||||||
{[ "type": "select", "label": "<?php echo tr('Iva'); ?>", "name": "idiva", "values": "query=SELECT id, descrizione FROM co_iva ORDER BY descrizione ASC", "value": "$idiva$" ]}
|
|
||||||
</div-->
|
|
||||||
|
|
||||||
<div class="col-md-3">
|
<!--div class="col-md-3">
|
||||||
{[ "type": "select", "label": "<?php echo tr('Resa materiale'); ?>", "name": "idporto", "values": "query=SELECT id, descrizione FROM dt_porto ORDER BY descrizione", "value": "$idporto$" ]}
|
{[ "type": "select", "label": "<?php echo tr('Resa materiale'); ?>", "name": "idporto", "values": "query=SELECT id, descrizione FROM dt_porto ORDER BY descrizione", "value": "$idporto$" ]}
|
||||||
</div>
|
</div-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -73,7 +73,7 @@ if (!empty($rsi)) {
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
'.Translator::numberToLocale($int['totale']).'
|
'.Translator::numberToLocale($int['totale_scontato']).'
|
||||||
</td>
|
</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ if (!empty($rsi)) {
|
||||||
$totale_km += $int['km'];
|
$totale_km += $int['km'];
|
||||||
$totale_costo += $int['totale_costo'];
|
$totale_costo += $int['totale_costo'];
|
||||||
$totale_addebito += $int['totale_addebito'];
|
$totale_addebito += $int['totale_addebito'];
|
||||||
$totale += $int['totale'];
|
$totale += $int['totale_scontato'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Totali
|
// Totali
|
||||||
|
|
|
@ -29,7 +29,8 @@ echo '
|
||||||
<td colspan=2 class="border-full" style="height:16mm;">
|
<td colspan=2 class="border-full" style="height:16mm;">
|
||||||
<p class="small-bold">'.tr('Spett.le', [], ['upper' => true]).'</p>
|
<p class="small-bold">'.tr('Spett.le', [], ['upper' => true]).'</p>
|
||||||
<p>$c_ragionesociale$</p>
|
<p>$c_ragionesociale$</p>
|
||||||
<p>$c_indirizzo$ $c_citta_full$</p>
|
<p>$c_indirizzo$</p>
|
||||||
|
<p>$c_citta_full$</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -185,7 +186,7 @@ foreach ($righe as $r) {
|
||||||
|
|
||||||
$sconto = sum($sconto);
|
$sconto = sum($sconto);
|
||||||
$imponibile = sum($imponibile);
|
$imponibile = sum($imponibile);
|
||||||
$iva = sum($iva, null, 2);
|
$iva = sum($iva);
|
||||||
|
|
||||||
$totale = $imponibile - $sconto;
|
$totale = $imponibile - $sconto;
|
||||||
|
|
||||||
|
@ -269,8 +270,9 @@ $rs = $dbo->fetchArray('SELECT * FROM co_pagamenti WHERE id = '.$records[0]['idp
|
||||||
$pagamento = $rs[0]['descrizione'];
|
$pagamento = $rs[0]['descrizione'];
|
||||||
|
|
||||||
// Lettura resa
|
// Lettura resa
|
||||||
$rs = $dbo->fetchArray('SELECT * FROM dt_porto WHERE id = '.$records[0]['idporto']);
|
|
||||||
$resa_materiale = $rs[0]['descrizione'];
|
//$rs = $dbo->fetchArray('SELECT * FROM dt_porto WHERE id = '.$records[0]['idporto']);
|
||||||
|
//$resa_materiale = $rs[0]['descrizione'];
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
|
@ -290,7 +292,7 @@ echo '
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<!--tr>
|
||||||
<th>
|
<th>
|
||||||
'.tr('Resa materiale', [], ['upper' => true]).'
|
'.tr('Resa materiale', [], ['upper' => true]).'
|
||||||
</th>
|
</th>
|
||||||
|
@ -298,7 +300,7 @@ echo '
|
||||||
<td>
|
<td>
|
||||||
'.$resa_materiale.'
|
'.$resa_materiale.'
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr-->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
|
|
|
@ -478,3 +478,5 @@ INSERT INTO `zz_views` (`id`, `id_module`, `name`, `query`, `order`, `search`, `
|
||||||
(NULL, (SELECT `id` FROM `zz_modules` WHERE `name` = 'Tipi di intervento'), 'Tempo standard', 'in_tipiintervento.tempo_standard', 10, 1, 0, 1, '', '', 0, 0, 0);
|
(NULL, (SELECT `id` FROM `zz_modules` WHERE `name` = 'Tipi di intervento'), 'Tempo standard', 'in_tipiintervento.tempo_standard', 10, 1, 0, 1, '', '', 0, 0, 0);
|
||||||
|
|
||||||
|
|
||||||
|
-- Disabilito temporaneamente le stampe degli ordini di servizio, plugins disabilitati
|
||||||
|
UPDATE `zz_prints` SET `enabled` = 0 WHERE `name` IN( 'Ordine di servizio', 'Ordine di servizio (senza costi)' );
|
||||||
|
|
Loading…
Reference in New Issue