diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php index 1e888b09b55..12ef69907b3 100644 --- a/htdocs/admin/tools/dolibarr_export.php +++ b/htdocs/admin/tools/dolibarr_export.php @@ -64,6 +64,12 @@ jQuery(document).ready(function() { hideoptions(); jQuery("#postgresql_options").show(); }); + jQuery("#select_sql_compat").click(function() { + if (jQuery("#select_sql_compat").val() == 'POSTGRESQL') + { + jQuery("#checkbox_dump_disable-add-locks").attr('checked',true); + }; + }); }); liste_limit; //$offset = $limit * $page ; -if (! $sortfield) $sortfield="s.date_ech"; +if (! $sortfield) $sortfield="cs.date_ech"; if (! $sortorder) $sortorder="DESC"; diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php index b8a532399ea..fd09385c8fe 100644 --- a/htdocs/compta/tva/index.php +++ b/htdocs/compta/tva/index.php @@ -1,7 +1,7 @@ * Copyright (C) 2004 Eric Seigne - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2012 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -111,26 +111,26 @@ print $langs->trans("VATReportBuildWithOptionDefinedInModule").'
'; print '('.$langs->trans("TaxModuleSetupToModifyRules",DOL_URL_ROOT.'/admin/taxes.php').')
'; print '
'; -echo ''; -echo '
'; +echo ''; +echo ''; -echo ''; +print '
'; print_titre($langs->trans("VATSummary")); // The report mode is the one defined by defaut in tax module setup //print $modetax; //print '('.$langs->trans("SeeVATReportInInputOutputMode",'','').')'; -echo ' '; +echo ''; print_titre($langs->trans("VATPaid")); echo '
'; +echo '
'; -print ""; -print ""; -print ""; -print ""; -print ""; -print ""; -print "\n"; -print "\n"; +print '
".$langs->trans("Year")." $y".$langs->trans("VATToPay")."".$langs->trans("VATToCollect")."".$langs->trans("TotalToPay")." 
'; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''."\n"; +print ''."\n"; $y = $year_current ; @@ -210,7 +210,8 @@ print ''; print '
'.$langs->trans("Year")." ".$y.''.$langs->trans("VATToPay").''.$langs->trans("VATToCollect").''.$langs->trans("TotalToPay").' 
'; -echo '
 '; +echo ''; /* * Payed diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index cb2a27f075e..d7684b72b1f 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -393,7 +393,7 @@ Module400Name= Projets Module400Desc= Gestion des projets au sein des autres modules Module410Name= Webcalendar Module410Desc= Interface avec le calendrier Webcalendar -Module500Name= Taxes et dividendes +Module500Name= Taxes, charges et dividendes Module500Desc= Gestion des taxes, charges sociales et dividendes Module600Name= Notifications Module600Desc= Envoi de notifications (par mail) sur certains événements métiers Dolibarr, aux contacts de tiers diff --git a/htdocs/langs/fr_FR/compta.lang b/htdocs/langs/fr_FR/compta.lang index f273d330fb8..ed6336dc415 100644 --- a/htdocs/langs/fr_FR/compta.lang +++ b/htdocs/langs/fr_FR/compta.lang @@ -48,7 +48,7 @@ ToGetBack=A récupérer TaxAndDividendsArea=Espace taxes, charges sociales et dividendes SocialContribution=Charge sociale SocialContributions=Charges sociales -MenuTaxAndDividends=Taxes et dividendes +MenuTaxAndDividends=Taxes et charges MenuSocialContributions=Charges sociales MenuNewSocialContribution=Nouvelle charge NewSocialContribution=Nouvelle charge sociale