Changeset 1950205
- Timestamp:
- 10/02/2018 11:41:24 AM (8 years ago)
- Location:
- gestiolex/trunk
- Files:
-
- 6 edited
-
formulario/parcella_pdf.php (modified) (1 diff)
-
gestiolex.php (modified) (2 diffs)
-
pages/contabilita.php (modified) (1 diff)
-
pages/info_sistema.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
test/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gestiolex/trunk/formulario/parcella_pdf.php
r1949069 r1950205 85 85 $newdate2 = date('d/m/Y', strtotime($data)); 86 86 87 $compenso_netto_virgola = number_format_i18n($compenso_netto, 3);87 $compenso_netto_virgola = number_format_i18n($compenso_netto, 2); 88 88 $rimborso_forfetario_virgola = number_format_i18n($rimborso_forfetario, 2); 89 89 $compenso_virgola = number_format_i18n($compenso, 2); -
gestiolex/trunk/gestiolex.php
r1949069 r1950205 3 3 Plugin Name: Gestiolex 4 4 Plugin URI: http://www.gestiolex.it 5 Version: 1.4. 15 Version: 1.4.2 6 6 Description: Gestionale per l'avvocato. 7 7 Author: Juri Rudi … … 20 20 21 21 // 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'; 23 23 $gestiolex_installed_ver = get_site_option('gestiolex_version'); 24 24 -
gestiolex/trunk/pages/contabilita.php
r1949069 r1950205 43 43 44 44 #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"; 46 46 $result_split = $wpdb->get_results($sql_split); 47 47 foreach ($result_split as $key => $row) { -
gestiolex/trunk/pages/info_sistema.php
r1948747 r1950205 35 35 36 36 ?> 37 37 <div class='col-sm-12 text-center'> 38 38 <div class="page-header text-left h2"> 39 39 <span class="label label-primary text-left h2">Informazioni sul sistema</span> … … 70 70 </table> 71 71 72 72 </div> 73 73 <!-- chiude la parte centrale template bootstrap --> 74 74 </div> -
gestiolex/trunk/readme.txt
r1949069 r1950205 5 5 Requires at least: 4.0 6 6 Tested up to: 4.9.8 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 59 59 60 60 == Changelog == 61 = 1.4. 1=61 = 1.4.2 = 62 62 * Anche le piccole cose possono contribuire a rendere il mondo un posto migliore. 63 63 -
gestiolex/trunk/test/index.php
r1949069 r1950205 20 20 // wp_strip_all_tags(wp_unslash 21 21 // 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 22 25 echo in_array(1900, $array_id); 23 26
Note: See TracChangeset
for help on using the changeset viewer.