Formattazione codice
This commit is contained in:
parent
37cf4bbd2c
commit
99ef5ec700
30
editor.php
30
editor.php
|
@ -174,14 +174,14 @@ if (empty($record) || !$has_access) {
|
|||
|
||||
<div class="float-right d-none d-sm-inline">';
|
||||
|
||||
// Pulsanti personalizzati
|
||||
$buttons = $structure->filepath('buttons.php');
|
||||
|
||||
if (!empty($buttons)) {
|
||||
include $buttons;
|
||||
}
|
||||
// Pulsanti personalizzati
|
||||
$buttons = $structure->filepath('buttons.php');
|
||||
|
||||
echo '
|
||||
if (!empty($buttons)) {
|
||||
include $buttons;
|
||||
}
|
||||
|
||||
echo '
|
||||
{( "name": "button", "type": "print", "id_module": "'.$id_module.'", "id_plugin": "'.$id_plugin.'", "id_record": "'.$id_record.'" )}
|
||||
|
||||
{( "name": "button", "type": "email", "id_module": "'.$id_module.'", "id_plugin": "'.$id_plugin.'", "id_record": "'.$id_record.'" )}';
|
||||
|
@ -302,7 +302,7 @@ if (empty($record) || !$has_access) {
|
|||
if ($structure->permission != '-' && $structure->use_notes && $user->gruppo != 'Clienti') {
|
||||
echo '
|
||||
<div id="tab_note" class="tab-pane">';
|
||||
|
||||
|
||||
// Eventuale header personalizzato
|
||||
if ($module_header_html) {
|
||||
echo '<div class="module-header">';
|
||||
|
@ -338,14 +338,14 @@ if (empty($record) || !$has_access) {
|
|||
echo '
|
||||
<div id="tab_info" class="tab-pane">';
|
||||
|
||||
// Eventuale header personalizzato
|
||||
if ($module_header_html) {
|
||||
echo '<div class="module-header">';
|
||||
echo $module_header_html;
|
||||
echo '</div>';
|
||||
}
|
||||
// Eventuale header personalizzato
|
||||
if ($module_header_html) {
|
||||
echo '<div class="module-header">';
|
||||
echo $module_header_html;
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
echo '
|
||||
echo '
|
||||
<div class="timeline">';
|
||||
|
||||
$operations = $dbo->fetchArray('SELECT `zz_operations`.*, `zz_users`.`username` FROM `zz_operations` LEFT JOIN `zz_users` ON `zz_operations`.`id_utente` = `zz_users`.`id` WHERE id_module = '.prepare($id_module).' AND id_record = '.prepare($id_record).' ORDER BY `created_at` DESC LIMIT 200');
|
||||
|
|
|
@ -470,7 +470,7 @@ if (Auth::check()) {
|
|||
<div class="image">';
|
||||
|
||||
$user_photo = $user->photo ?: $rootdir.'/assets/dist/img/user.png';
|
||||
|
||||
|
||||
echo '
|
||||
<img src="'.$user_photo.'" class="img-circle elevation-2" alt="'.$user['username'].'" />
|
||||
</div>
|
||||
|
|
|
@ -41,7 +41,6 @@ echo '
|
|||
<i class="fa fa-'.(!empty($info_firma) ? 'refresh' : 'desktop').'"></i> '.$frase.'...
|
||||
</button>';
|
||||
|
||||
|
||||
// TODO: da standardizzare in struttura per tutti i moduli di tipo table
|
||||
/*<a class="btn btn-info'.($prev ? '' : ' disabled').'" href="'.base_path().'/editor.php?id_module=3&id_record='.$prev.'">
|
||||
<i class="fa fa-arrow-circle-left"></i> '.tr('Precedente').'
|
||||
|
|
|
@ -209,7 +209,7 @@ echo '
|
|||
{[ "type": "select", "label": "'.tr('Sede destinazione').'", "name": "idsede_destinazione","value": "$idsede_destinazione$", "ajax-source": "sedi", "select-options": '.json_encode(['idanagrafica' => $record['idanagrafica']]).', "placeholder": "'.tr('Sede legale').'", "readonly": "'.$record['flag_completato'].'" ]}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{[ "type": "select", "label": "'.tr('Tags').'", "multiple": "1", "name": "tags[]", "values": "query=SELECT `id`, `name` as descrizione FROM `in_tags` ORDER BY `name`", "value": "'.implode(',', $tags).'", "icon-after": "add|'.(Module::where('name', 'Tags')->first()->id).'|" ]}
|
||||
{[ "type": "select", "label": "'.tr('Tags').'", "multiple": "1", "name": "tags[]", "values": "query=SELECT `id`, `name` as descrizione FROM `in_tags` ORDER BY `name`", "value": "'.implode(',', $tags).'", "icon-after": "add|'.Module::where('name', 'Tags')->first()->id.'|" ]}
|
||||
</div>
|
||||
</div>
|
||||
<!-- RIGA 5 -->
|
||||
|
|
|
@ -139,15 +139,15 @@ echo '
|
|||
$show_prezzi = Auth::user()['gruppo'] != 'Tecnici' || (Auth::user()['gruppo'] == 'Tecnici' && setting('Mostra i prezzi al tecnico'));
|
||||
$prezzi_ivati = setting('Utilizza prezzi di vendita comprensivi di IVA');
|
||||
|
||||
$stato = \Modules\Interventi\Stato::find($intervento->stato->id);
|
||||
$stato = Modules\Interventi\Stato::find($intervento->stato->id);
|
||||
echo '
|
||||
<div class="col-md-4">
|
||||
<div class="card card-info card-outline shadow">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title"><i class="fa fa-wrench"></i> '.tr('Attività _NUM_ del _DATA_', [
|
||||
'_NUM_' => $intervento->codice,
|
||||
'_DATA_' => Translator::dateToLocale($intervento->data_richiesta)
|
||||
]).'</h3>
|
||||
'_NUM_' => $intervento->codice,
|
||||
'_DATA_' => Translator::dateToLocale($intervento->data_richiesta),
|
||||
]).'</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p>
|
||||
|
@ -160,7 +160,7 @@ echo '
|
|||
<span class="tip" title="'.tr('Numero di km percorsi').'"><i class="fa fa-truck text-gray"></i> '.Translator::numberToLocale($intervento->sessioni->sum('km')).' '.tr('km').'</span>
|
||||
<span class="separator">|</span>
|
||||
|
||||
<span class="tip" title="'.tr('Importo totale del lavoro').'"><i class="fa fa-money text-gray"></i> '.($show_prezzi ? moneyFormat(($prezzi_ivati ? $intervento->totale : $intervento->totale_imponibile), 2) : '-').'</span>
|
||||
<span class="tip" title="'.tr('Importo totale del lavoro').'"><i class="fa fa-money text-gray"></i> '.($show_prezzi ? moneyFormat($prezzi_ivati ? $intervento->totale : $intervento->totale_imponibile, 2) : '-').'</span>
|
||||
<span class="separator">|</span>
|
||||
|
||||
<span class="round-16" style="background-color:'.$stato->colore.';"></span> '.$stato->getTranslation('title').'
|
||||
|
|
|
@ -139,7 +139,7 @@ switch (post('op')) {
|
|||
->where('data_inizio', '<=', $data_scadenza)
|
||||
->where('data_fine', '>=', $data_scadenza)
|
||||
->first();
|
||||
|
||||
|
||||
if (!empty($assicurazione_crediti)) {
|
||||
$assicurazione_crediti->fixTotale();
|
||||
$assicurazione_crediti->save();
|
||||
|
|
|
@ -159,7 +159,7 @@ class SollecitoTask extends Manager
|
|||
$data_sollecito_1 = $has_inviata['sent_at'];
|
||||
$id_template = $template_1;
|
||||
if (!$has_inviata) {
|
||||
$da_inviare = date('Y-m-d', strtotime($r['scadenza'].' + '.($giorni_scadenza).' days')) < date('Y-m-d') ? true : false;
|
||||
$da_inviare = date('Y-m-d', strtotime($r['scadenza'].' + '.$giorni_scadenza.' days')) < date('Y-m-d') ? true : false;
|
||||
} else {
|
||||
$has_inviata = database()->fetchOne('SELECT * FROM em_emails WHERE sent_at IS NOT NULL AND id_template='.prepare($template_2).' AND id_record='.prepare($r['id']));
|
||||
$data_sollecito_2 = $has_inviata['sent_at'];
|
||||
|
|
|
@ -85,9 +85,9 @@ switch (filter('op')) {
|
|||
YEAR(`vb_venditabanco`.`data`), MONTH(`vb_venditabanco`.`data`)
|
||||
');
|
||||
}
|
||||
|
||||
|
||||
$results = Stats::monthly($results, $start, $end);
|
||||
|
||||
|
||||
echo json_encode([
|
||||
'label' => tr('Fatturato').' - '.tr('Periodo _NUM_', [
|
||||
'_NUM_' => $calendar_id,
|
||||
|
@ -96,7 +96,7 @@ switch (filter('op')) {
|
|||
]);
|
||||
|
||||
break;
|
||||
|
||||
|
||||
case 'acquisti':
|
||||
$results = $dbo->fetchArray('SELECT ROUND(SUM(IF(`reversed`=1, -(`co_righe_documenti`.`subtotale` - `co_righe_documenti`.`sconto`), (`co_righe_documenti`.`subtotale` - `co_righe_documenti`.`sconto`))), 2) AS result, YEAR(`co_documenti`.`data`) AS year, MONTH(`co_documenti`.`data`) AS month FROM `co_documenti` INNER JOIN `co_tipidocumento` ON `co_documenti`.`idtipodocumento`=`co_tipidocumento`.`id` LEFT JOIN `co_tipidocumento_lang` ON (`co_tipidocumento`.`id` = `co_tipidocumento_lang`.`id_record` AND `co_tipidocumento_lang`.`id_lang` = '.prepare(Models\Locale::getDefault()->id).') INNER JOIN `co_righe_documenti` ON `co_righe_documenti`.`iddocumento`=`co_documenti`.`id` INNER JOIN `zz_segments` ON `co_documenti`.`id_segment`=`zz_segments`.`id` WHERE `co_tipidocumento`.`dir`=\'uscita\' AND `co_tipidocumento_lang`.`title`!=\'Bozza\' AND `co_documenti`.`data` BETWEEN '.prepare($start).' AND '.prepare($end).' AND `is_fiscale`=1 AND `zz_segments`.`autofatture`=0 GROUP BY YEAR(`co_documenti`.`data`), MONTH(`co_documenti`.`data`) ORDER BY YEAR(`co_documenti`.`data`) ASC, MONTH(`co_documenti`.`data`) ASC');
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ echo '
|
|||
$start = $_SESSION['period_start'];
|
||||
$end = $_SESSION['period_end'];
|
||||
|
||||
$translated_months = [ tr('Gennaio'), tr('Febbraio'), tr('Marzo'), tr('Aprile'), tr('Maggio'), tr('Giugno'), tr('Luglio'), tr('Agosto'), tr('Settembre'), tr('Ottobre'), tr('Novembre'), tr('Dicembre') ];
|
||||
$translated_months = [tr('Gennaio'), tr('Febbraio'), tr('Marzo'), tr('Aprile'), tr('Maggio'), tr('Giugno'), tr('Luglio'), tr('Agosto'), tr('Settembre'), tr('Ottobre'), tr('Novembre'), tr('Dicembre')];
|
||||
|
||||
// Fatturato
|
||||
echo '
|
||||
|
@ -414,7 +414,7 @@ echo '
|
|||
echo '
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var translatedMonths = ' . json_encode($translated_months) . ';
|
||||
var translatedMonths = '.json_encode($translated_months).';
|
||||
|
||||
new Chart(document.getElementById("interventi_n_tipologia").getContext("2d"), {
|
||||
type: "bar",
|
||||
|
@ -470,7 +470,7 @@ echo '
|
|||
echo '
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var translatedMonths = ' . json_encode($translated_months) . ';
|
||||
var translatedMonths = '.json_encode($translated_months).';
|
||||
new Chart(document.getElementById("interventi_ore_tipologia").getContext("2d"), {
|
||||
type: "bar",
|
||||
data: {
|
||||
|
@ -561,7 +561,7 @@ echo '
|
|||
echo '
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var translatedMonths = ' . json_encode($translated_months) . ';
|
||||
var translatedMonths = '.json_encode($translated_months).';
|
||||
|
||||
new Chart(document.getElementById("sessioni").getContext("2d"), {
|
||||
type: "bar",
|
||||
|
@ -729,7 +729,7 @@ echo '
|
|||
echo '
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var translatedMonths = ' . json_encode($translated_months) . ';
|
||||
var translatedMonths = '.json_encode($translated_months).';
|
||||
|
||||
new Chart(document.getElementById("n_anagrafiche").getContext("2d"), {
|
||||
type: "line",
|
||||
|
|
|
@ -40,7 +40,6 @@ if ($tipo_documento == 'ordine') {
|
|||
$righe_utilizzate = get('righe_ddt');
|
||||
}
|
||||
|
||||
|
||||
echo '
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
@ -66,7 +65,7 @@ echo '
|
|||
$id_riferimento = get('id_riferimento');
|
||||
$righe = $documento->getRighe();
|
||||
foreach ($righe as $riga) {
|
||||
$qta_rimanente = $riga->qta_rimanente - (float)$righe_utilizzate[$riga->id];
|
||||
$qta_rimanente = $riga->qta_rimanente - (float) $righe_utilizzate[$riga->id];
|
||||
$riga_origine = $riga->getOriginalComponent();
|
||||
|
||||
if (!empty($riga->idarticolo)) {
|
||||
|
|
|
@ -493,7 +493,7 @@ class FatturaOrdinaria extends FatturaElettronica
|
|||
$diff = $differenza_iva;
|
||||
} else {
|
||||
$diff = -$diff;
|
||||
}
|
||||
}
|
||||
|
||||
$obj = Riga::build($fattura);
|
||||
|
||||
|
|
Loading…
Reference in New Issue