From 6b945c2edd6871a9330ab1f67d93c7594cc10fa4 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 17 Jul 2020 17:34:06 +0200 Subject: [PATCH] =?UTF-8?q?Plugin=20storico=20attivit=C3=A0=20scheda=20Aan?= =?UTF-8?q?agrafiche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migliorie minori --- .../widgets/spazio_utilizzato.php | 4 +- templates/fatture/body.php | 6 +-- templates/fatture/footer.php | 4 +- templates/fatture/header.php | 2 +- templates/info.php | 2 +- templates/preventivi/body.php | 44 +++++++++---------- update/2_4_16.sql | 5 ++- 7 files changed, 34 insertions(+), 33 deletions(-) diff --git a/modules/stato_servizi/widgets/spazio_utilizzato.php b/modules/stato_servizi/widgets/spazio_utilizzato.php index be1cc8a8d..1b46a7195 100755 --- a/modules/stato_servizi/widgets/spazio_utilizzato.php +++ b/modules/stato_servizi/widgets/spazio_utilizzato.php @@ -53,7 +53,7 @@ function crea_grafico(values){ if (element.count "+diff+" di file mancanti per allegati.
"); + $("#message").append("
"+diff+" file non trovati sul disco.

"); } } @@ -61,7 +61,7 @@ function crea_grafico(values){ //Numero di file in Allegati per estensione if (element.dbExtensions.length > 0){ - $("#message").append("

Top 10 allegati:

"); + $("#message").append("

Top 10 allegati:

"); element.dbExtensions.forEach(function(extension) { diff --git a/templates/fatture/body.php b/templates/fatture/body.php index 0d520d6a1..d60904e09 100755 --- a/templates/fatture/body.php +++ b/templates/fatture/body.php @@ -7,7 +7,7 @@ $v_totale = []; // Creazione righe fantasma $autofill = new \Util\Autofill(6, 40); -$rows_per_page = $fattura_accompagnatoria ? 15 : 20; +$rows_per_page = $fattura_accompagnatoria ? 13 : 18; if (!empty($options['last-page-footer'])) { $rows_per_page += 7; } @@ -185,8 +185,8 @@ $dicitura = $dbo->fetchOne('SELECT diciturafissafattura AS dicitura FROM an_anag if (!empty($dicitura['dicitura'])) { echo ' -

- '.nl2br($dicitura['dicitura']).' +

+ '.nl2br($dicitura['dicitura']).'

'; } diff --git a/templates/fatture/footer.php b/templates/fatture/footer.php index 2a47c55a5..b45d968d3 100755 --- a/templates/fatture/footer.php +++ b/templates/fatture/footer.php @@ -383,8 +383,8 @@ if ($fattura_accompagnatoria) { } echo ' -
-

$dicitura_fissa_fattura$

+
+ $dicitura_fissa_fattura$
'; if (empty($options['last-page-footer'])) { diff --git a/templates/fatture/header.php b/templates/fatture/header.php index 257639ddd..f47495cd0 100755 --- a/templates/fatture/header.php +++ b/templates/fatture/header.php @@ -58,7 +58,7 @@ echo ' - +

'.tr('IBAN').'

$codiceiban$

diff --git a/templates/info.php b/templates/info.php index 32e29a543..be055e36e 100755 --- a/templates/info.php +++ b/templates/info.php @@ -119,7 +119,7 @@ $replaces = array_merge($replaces, [ 'rootdir' => ROOTDIR, 'directory' => Prints::get($id_print)['full_directory'], 'footer' => !empty($footer) ? $footer : '', - 'dicitura_fissa_fattura' => setting('Dicitura fissa fattura').((!empty(setting('OSMCloud Services API Token'))) ? tr(' Documento privo di valenza fiscale (art 21 dpr 633/72).') : ''), + 'dicitura_fissa_fattura' => setting('Dicitura fissa fattura').((!empty(setting('OSMCloud Services API Token'))) ? tr('Documento privo di valenza fiscale (art 21 dpr 633/72).') : ''), ]); unset($replace); diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php index 1d80c629c..f0cfe1e46 100755 --- a/templates/preventivi/body.php +++ b/templates/preventivi/body.php @@ -33,30 +33,28 @@ echo ' ], ['upper' => true]).'
- - - - - - - - - +
-

'.tr('Pagamento', [], ['upper' => true]).'

-

'.$pagamento['descrizione'].'

-
-

'.tr('Banca di appoggio', [], ['upper' => true]).'

-

'.$banca['nome'].'

-
-

'.tr('IBAN').'

-

'.$banca['iban'].'

-
-

'.tr('BIC').'

-

'.$banca['bic'].'

-
+ + + + + + + +
+

'.tr('Pagamento', [], ['upper' => true]).'

+

'.$pagamento['descrizione'].'

+
+

'.tr('Banca di appoggio', [], ['upper' => true]).'

+

'.$banca['nome'].'

+
+

'.tr('IBAN').'

+

'.$banca['iban'].'

+
+

'.tr('BIC').'

+

'.$banca['bic'].'

+
- -
diff --git a/update/2_4_16.sql b/update/2_4_16.sql index 752b78570..4237498ae 100644 --- a/update/2_4_16.sql +++ b/update/2_4_16.sql @@ -131,4 +131,7 @@ ALTER TABLE `co_righe_documenti` ADD INDEX(`iddocumento`); -- Aggiunta colonna data negli ordini INSERT INTO `zz_views` (`id_module`, `name`, `query`, `order`, `search`, `format`, `default`, `visible`) VALUES -((SELECT `id` FROM `zz_modules` WHERE `name` = 'Ordini fornitore'), 'Data', 'or_ordini.data', 3, 1, 0, 0, 1); \ No newline at end of file +((SELECT `id` FROM `zz_modules` WHERE `name` = 'Ordini fornitore'), 'Data', 'or_ordini.data', 3, 1, 0, 0, 1); + +-- Plugin storico attività scheda Aanagrafiche +INSERT INTO `zz_plugins` (`id`, `name`, `title`, `idmodule_from`, `idmodule_to`, `position`, `script`, `enabled`, `default`, `order`, `compatibility`, `version`, `options2`, `options`, `directory`, `help`) VALUES (NULL, 'Storico attività', 'Storico attività', (SELECT id FROM zz_modules WHERE name = 'Interventi'), (SELECT id FROM zz_modules WHERE name='Anagrafiche'), 'tab', '', '1', '1', '0', '2.*', '0.1', NULL, '{ "main_query": [ { "type": "table", "fields": "Numero, Data inizio, Data fine, Tipo", "query": "SELECT in_interventi.id, in_interventi.codice AS Numero, DATE_FORMAT(MAX(orario_inizio),''%d/%m/%Y'') AS ''Data inizio'', DATE_FORMAT(MAX(orario_fine),''%d/%m/%Y'') AS ''Data fine'', (SELECT descrizione FROM in_tipiintervento WHERE idtipointervento=in_interventi.idtipointervento) AS ''Tipo'', (SELECT `id` FROM `zz_modules` WHERE `name` = ''Interventi'') AS _link_module_, in_interventi.id AS _link_record_ FROM in_interventi LEFT JOIN `in_interventi_tecnici` ON `in_interventi_tecnici`.`idintervento` = `in_interventi`.`id` LEFT JOIN `in_statiintervento` ON `in_interventi`.`idstatointervento`=`in_statiintervento`.`idstatointervento` WHERE 1=1 AND in_interventi.deleted_at IS NULL AND idanagrafica = |id_parent| HAVING 2=2 ORDER BY in_interventi.id DESC"} ]}', '', ''); \ No newline at end of file