From 3337c78b4e8413991a42da8ae42763fe968d8d3c Mon Sep 17 00:00:00 2001 From: valentina Date: Wed, 25 Sep 2024 15:11:01 +0200 Subject: [PATCH] Formattazione stile codice --- editor.php | 10 +++++----- plugins/receiptFE/src/Ricevuta.php | 6 +++--- src/Extensions/MessageHandler.php | 8 ++++---- templates/ddt/body.php | 2 +- templates/fatture/body.php | 2 +- templates/libro_giornale/bottom.php | 4 ++-- templates/ordini/body.php | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/editor.php b/editor.php index 2554df2de..e7dc6f14f 100755 --- a/editor.php +++ b/editor.php @@ -172,11 +172,11 @@ if (empty($record) || !$has_access) { '.tr("Torna all'elenco").' '; - if (isMobile()) { - echo'
'; - } else { - echo'
'; - }; + if (isMobile()) { + echo '
'; + } else { + echo '
'; + } // Pulsanti personalizzati $buttons = $structure->filepath('buttons.php'); diff --git a/plugins/receiptFE/src/Ricevuta.php b/plugins/receiptFE/src/Ricevuta.php index 3020e54b6..b68a169c1 100755 --- a/plugins/receiptFE/src/Ricevuta.php +++ b/plugins/receiptFE/src/Ricevuta.php @@ -67,12 +67,12 @@ class Ricevuta } else { $this->file = $file; $this->xml = XML::readFile($this->file); - + $filename = explode('.', (string) $name)[0]; $pieces = explode('_', $filename); - + $progressivo_invio = $pieces[1]; - + $this->fattura = Fattura::where([ 'progressivo_invio' => $progressivo_invio, ])->first(); diff --git a/src/Extensions/MessageHandler.php b/src/Extensions/MessageHandler.php index 40a4f2e73..179a337e8 100755 --- a/src/Extensions/MessageHandler.php +++ b/src/Extensions/MessageHandler.php @@ -28,14 +28,14 @@ use Monolog\Handler\AbstractProcessingHandler; */ class MessageHandler extends AbstractProcessingHandler { - protected function write(array $record): void + protected function write(array $record): void { - // Controlla se la richiesta è AJAX + // Controlla se la richiesta è AJAX if (\Whoops\Util\Misc::isAjaxRequest()) { return; } - // Costruisci il messaggio di errore + // Costruisci il messaggio di errore $message = tr('Si è verificato un errore').' [uid: '.$record['extra']['uid'].'].'; // Aggiungi informazioni utente se autenticato @@ -55,7 +55,7 @@ class MessageHandler extends AbstractProcessingHandler try { flash()->error($message); } catch (\Exception) { - // Gestisci l'eccezione se necessario + // Gestisci l'eccezione se necessario } // Messaggio visivo immediato diff --git a/templates/ddt/body.php b/templates/ddt/body.php index df4c01df0..2798f45c3 100755 --- a/templates/ddt/body.php +++ b/templates/ddt/body.php @@ -94,7 +94,7 @@ foreach ($righe as $riga) { $text = $text.'Ordine n. '.$riga_ordine['numero_cliente'].' del '.Translator::dateToLocale($riga_ordine['data_cliente']).'
'; } $r['descrizione'] = str_replace('Rif. '.strtolower((string) $key), '', $r['descrizione']); - + if (preg_match("/Rif\.(.*)/s", $r['descrizione'], $rif2)) { $r['descrizione'] = str_replace('Rif.'.strtolower($rif2[1]), '', $r['descrizione']); $text .= ''.$rif2[0].''; diff --git a/templates/fatture/body.php b/templates/fatture/body.php index c30c7997c..36828edd1 100755 --- a/templates/fatture/body.php +++ b/templates/fatture/body.php @@ -105,7 +105,7 @@ foreach ($righe as $riga) { } } $r['descrizione'] = str_replace('Rif. '.strtolower((string) $key), '', $r['descrizione']); - + if (preg_match("/Rif\.(.*)/s", $r['descrizione'], $rif2)) { $r['descrizione'] = str_replace('Rif.'.strtolower($rif2[1] ?: ''), '', $r['descrizione']); $text .= ''.$rif2[0].''; diff --git a/templates/libro_giornale/bottom.php b/templates/libro_giornale/bottom.php index 20d09a447..c9ede4d77 100644 --- a/templates/libro_giornale/bottom.php +++ b/templates/libro_giornale/bottom.php @@ -22,8 +22,8 @@ include_once __DIR__.'/../../core.php'; echo ' TOTALE GENERALE - '.moneyFormat(abs($totale_dare?:0), 2).' - '.moneyFormat(abs($totale_avere?:0), 2).' + '.moneyFormat(abs($totale_dare ?: 0), 2).' + '.moneyFormat(abs($totale_avere ?: 0), 2).' '; diff --git a/templates/ordini/body.php b/templates/ordini/body.php index 0668a1d48..ba7fd438a 100755 --- a/templates/ordini/body.php +++ b/templates/ordini/body.php @@ -123,14 +123,14 @@ foreach ($righe as $riga) { $text = $text.'Ordine n. '.$riga_ordine['numero_cliente'].' del '.Translator::dateToLocale($riga_ordine['data_cliente']).'
'; } $r['descrizione'] = str_replace('Rif. '.strtolower((string) $key), '', $r['descrizione']); - + if (preg_match("/Rif\.(.*)/s", $r['descrizione'], $rif2)) { $r['descrizione'] = str_replace('Rif.'.strtolower($rif2[1] ?: ''), '', $r['descrizione']); $text .= ''.$rif2[0].''; } $text .= ''.$key.''; - + if ($options['pricing']) { $text .= '