Release 2.7 FR

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search


Texte utilisé pour l'annonce

Voici le texte utilisé pour annoncer cette version

Titre

Dolibarr ERP/CRM 2.7 est disponible

Article court

7 mois après la release 2.6, une nouvelle version majeure Dolibarr ERP/CRM est disponible. Merci à tout ceux et celles qui ont contribué à son développement.

La grande orientation de cette version est: L'exploitation et la production. Cette version apporte aussi de nombreuses améliorations et corrections de bugs.

Les améliorations les plus notables sont:

  • Ajout du module d'import de données (Tiers, produits)
  • Ajout de contrôles de sécurité (failles CSRF)
  • Messages de confirmation Ajax afin de minimiser le rechargement des pages
  • Amélioration de l'envoi des mails afin d'intégrer les images dans le corps du mail
  • Ajout d'un module client FTP
  • Amélioration du support Postgresql
  • Possibilité d'imprimer les pages via le browser
  • Outil d'assistance aux utilisateurs
  • Autodétection des versions et lancement automatique du processus de mise à jour
  • Nombreuses améliorations diverses dans les outils d'administration.
  • Ajout d'un module point de vente

Vous trouverez la liste complète de toutes les modifications (changelog) à la fin de cette page (anglais uniquement).

Un nouveau venu vient compléter la famille Dolibarr, il s'agit de DoliMamp, un installeur pour Mac OS X.

Cette version 2.7 peut être téléchargée dans l'espace téléchargement du site officiel:

Toutes les fonctionnalités couvertes par cette version sont décrites sur le site: http://www.dolibarr.fr/fonctionnalites/

Article long

Dolibarr est un logiciel modulaire (vous avez les fonctions que vous voulez) orienté gestion commerciale ou associative. C'est un projet OpenSource basé sur un serveur WAMP ou LAMP (Apache, Mysql, PHP). Dolibarr diffère des logiciels tels que OpenAguila, OpenBravo, OpenERP (Ex TinyERP), Neogia, Compiere, Adempiere, par le fait que tout est pensé pour offrir la simplicité:

  • Simple à installer (avec un installeur pour Windows DoliWamp et un installeur pour Mac OS X DoliMamp, pour ceux qui ne savent pas comment installer un serveur Apache, MySQL, PHP, un assistant Web pour les autres, aucun composant supplémentaire, pas de Java, pas de Python, pas de Perl, pas de modules PEAR PHP, aucune autre bibliothèque exotiques).
  • Simple à utiliser (on active seulement les modules qui nous sont utiles).
  • Simple pour le développement. (Dolibarr est développé en PHP objet, intègre ses propres codes, permettant à chaque développeur d'être immédiatement opérationnel sans connaissances autres que PHP).

Il a été conçu pour les TPE/PME, professionnels indépendants, petites entreprises ou associations.

Liste des changements de la 2.7 par rapport à la 2.6

For users:
- New: Add a print icon to show a page to print without menus.
- New: Can add a free text on bank cheque receipts.
- New: Price level can be defined also for prospects.
- New: Add a help and support center.
- New: Can export commercial proposals.
- New: Can use a cache for xcal exports.
- New: Option for faster confirmation process with one ajax popup.
- New: Complete theme bluelagoon and rodolphe
- New: Can select third parties emails in emailing module for all third parties with expired contract's lines.
- New: Can add a field errors-to in emailing.
- New: Can use inline images in emails.
- New: Add predefined invoices (can be use for repeated invoices).
- New: Add a confirmation when cloning products.
- New: Add stock in product lists.
- New: Can filter list of stock movement on date or product.
- New: Added a link from product list to their stock movements.
- New: Several speed enhancements after using the Google Page speed plugin for FireBug.
- New: Add a confirmation on dangerous admin purge feature.
- New: Add navigation on donation sheets.
- New: Added estimated value for stocks.
- New: Added module Gravatar to found photo of users or members from their email on gravatar.com.
- New: Include Dolibarr version in suggested dump filename.
- New: Enhancement in project module.
- New: Add log tab on emailing module.
- New: Minor enhancements in look themes.
- New: Add option to hide help in menu.
- New: Added a "force LDAP synchronize" on member and contact cards.
- New: Can split a discount into two smaller discount. This allows to use a discount on an invoice even if invoice amount is lower than discount credit available.
- New: Can use variables into the free text on PDF (__TOTAL_TTC_, __TOTAL_VAT...)
- New: Increase page loading speed (all changes reported by Google PageSpeed tool has been added).
- New: Add support of constant MAIN_ONLY_LOGIN_ALLOWED to allow to lock all access to any users except the one defined in constant.
- New: Add an admin page of PHP sessions with a way to lock new connections for other users than yourself. Can also purge existing sessions.
- New: Add point of sale module.
- New: Better usage when using with smartphones.
- New: Add module FTP client.
- New: Can set first day of week.
- New: Installer now create a .htaccess to protect documents directory.
- New: Experimental support for Postgresql.
- New: Full support of SMTPS (can works with Google SMTP).
- Fix: "Now" link works when date popup is not used.
- Fix: Debug seriously the email notification module.
- Fix: Error Call to a member function trans when refusing a supplier order.
- Fix: Fix payment conditions on commercial proposals.
- Fix: Nb of orders to process was wrong.
- Fix: Customer code was not correct on PDF it if contains special characters.
- Fix: Can update price even with "NPR" VAT rates.
- Fix: When product type is missing, description is not lost when adding new product lines.
- Fix: CC and BCC in emails was not used if using SMTPS handler.
- Fix: Last character was lost when text end with n or r.
- Fix: LDAP synchronization is now more robust (transaction and use modify instead of delete/add).
- Fix: Fix: Setup of member synchronization does not conflict with contact or user synchronization.

For translators:
- Update some language files.
- Can accept right to left languages. Added an "automatic" arabe translation.

For developers:
- An external module can force the third party code to be required whatever is the rule of third party code module.
- Update fckeditor to 2.6.4.
- Update Smarty to 2.6.26.
- Removed some deprecated code and files.
- Creation of directory in module descriptor is simpler.
- Can use an alternate document_root directory to develop with sources on two repositories.
- Removed useless code of old commercial module.
- Move some modules into the CVS modules repository dolibarrmod. This reduces amount of code in main branch.
- Updated wiki documentation.
- Better W3C standard.
- Can add init data when enabling a module.
- Can fix some corruptions in database by calling the update page /install/repair.ksh
- Log files contains more information (PHP_SELD added and OS user used for log of command lines scripts)
- Can protect a module to not being enabled if javascript disabled.
- If module numberwords is installed, code can use langs->getLabelFromNumber to get value of an amount in text.
- A module can add subsitution keys in makesubsitutions() functions.
- Add $conf->browser->phone defined to optimise code for smartphone browsers.
- All external libs are now in same directory /includes.
- All install files are now in same directory /install.