Plugin Directory

Changeset 1950205


Ignore:
Timestamp:
10/02/2018 11:41:24 AM (8 years ago)
Author:
rudijuri
Message:

Changelog: 1.4.2: Anche le piccole cose possono contribuire a rendere il mondo un posto migliore.

Location:
gestiolex/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • gestiolex/trunk/formulario/parcella_pdf.php

    r1949069 r1950205  
    8585        $newdate2 = date('d/m/Y', strtotime($data));
    8686         
    87         $compenso_netto_virgola      = number_format_i18n($compenso_netto, 3);
     87        $compenso_netto_virgola      = number_format_i18n($compenso_netto, 2);
    8888        $rimborso_forfetario_virgola = number_format_i18n($rimborso_forfetario, 2);
    8989        $compenso_virgola            = number_format_i18n($compenso, 2);
  • gestiolex/trunk/gestiolex.php

    r1949069 r1950205  
    33Plugin Name: Gestiolex
    44Plugin URI: http://www.gestiolex.it
    5 Version: 1.4.1
     5Version: 1.4.2
    66Description: Gestionale per l'avvocato.
    77Author: Juri Rudi
     
    2020
    2121// salva o aggiorna la versione del plugin e pulisce la cache, se necessario
    22 $gestiolex_version = '1.4.1';
     22$gestiolex_version = '1.4.2';
    2323$gestiolex_installed_ver = get_site_option('gestiolex_version');
    2424
  • gestiolex/trunk/pages/contabilita.php

    r1949069 r1950205  
    4343
    4444#0 di 3
    45 $sql_split="SELECT SUM(`totale`) as `totale_split` FROM `$tabella_parcellefatture` WHERE `fattura` = '$fattura $and'";
     45$sql_split="SELECT SUM(`totale`) as `totale_split` FROM `$tabella_parcellefatture` WHERE `fattura` = '$fattura' $and";
    4646$result_split = $wpdb->get_results($sql_split);
    4747foreach ($result_split as $key => $row) {
  • gestiolex/trunk/pages/info_sistema.php

    r1948747 r1950205  
    3535
    3636?>
    37 
     37<div class='col-sm-12 text-center'>
    3838  <div class="page-header text-left h2">
    3939    <span class="label label-primary text-left h2">Informazioni sul sistema</span>
     
    7070</table>
    7171
    72 
     72</div>
    7373    <!-- chiude la parte centrale template bootstrap -->
    7474    </div>
  • gestiolex/trunk/readme.txt

    r1949069 r1950205  
    55Requires at least: 4.0
    66Tested up to: 4.9.8
    7 Stable tag: 1.4.1
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
    61 = 1.4.1 =
     61= 1.4.2 =
    6262* Anche le piccole cose possono contribuire a rendere il mondo un posto migliore.
    6363
  • gestiolex/trunk/test/index.php

    r1949069 r1950205  
    2020// wp_strip_all_tags(wp_unslash
    2121// echo "<pre>" . print_r($array_id, true) . "</pre>";
     22
     23// UPDATE `wpcode_posts` SET `post_content`= REPLACE(`post_content`, 'div_descr_', 'div_descr-') WHERE id = 34990
     24
    2225echo in_array(1900, $array_id);
    2326
Note: See TracChangeset for help on using the changeset viewer.