Line 2:
Line 2:
[[Roadmap]] Dolibarr pour la version 2.4.0
[[Roadmap]] Dolibarr pour la version 2.4.0
−
* Nettoyage des librairies incluses.
+
Detailed Changelog:
−
* Ajout de la gestion multi-devise en mode informatif seulement dans un premier temps (Yannick Warnier)
+
<pre>
−
* Ajout d'historique de documents générés pour les factures (si une facture est générée et envoyée au client, la conserver à tout prix sous cette forme - avec date)
+
For users:
−
* Meilleur filtrage des données à l'insertion dans la DB (effort continu)
+
- Add a calendar module (module agenda) with ical/vcal/rss export.
−
* Améliorations au niveau de l'envoi d'e-mail liés à une facture: champs par défaut configurables, CC automatique à une adresse, drop-down, langue du titre et du corps dans la langue du contact (introduire concept de langue du contact)
+
- Look enhancement in graphics (thanks artichow).
−
* Amélioration de la flexibilité de la partie commerciale. Introduction des notes datées, de l'appartenance d'un contact à plus d'une société, du suivi de "parrainage" (référencement d'un client par un autre)
+
- Add tel and fax on delivery addresses.
−
* Gérer la langue des adhérents également (envoi d'e-mail en plusieurs langues également)
+
- Add a tool to edit personalized menu.
−
* La gestion des produits (BenoitMortier)
+
- Add an ical and vcal export link in agenda and webcalendar module.
−
* La gestion du stock (BenoitMortier)
+
- Reduce memory usage.
−
* Création d'un package debian (BenoitMortier)
+
- Now triggers are enabled/disabled according to module they refers to.
−
* La notion de Projets doit pouvoir contenir plusieurs sociétés et ne pas etre propre à une société (LaurentDestailleur)
+
- Fix infinite loop on popup calendar.
−
* Addition of documents history (if invoice generated and sent to the client, keep that precise invoice in this form at all costs - with date)
+
- Change in tanslation to make Dolibarr easier to understand.
−
* La possibilité d'utiliser les librairies présentes sur le système d'exploitation (BenoitMortier)
+
- Add a warning when sending a mail from a user with no email defined.
−
* Addition of multi-currencies management, only in informative mode at first (Yannick Warnier)
+
- Added clicktodial module.
−
* Improvements of invoice-related e-mail sending: configurable default fields, automatical CC to a specified e-mail address, drop-down, title and body language in the contact info (introduce concept of contact language)
+
- Add a property private/public in contact. This allows to user Dolibarr
−
* Improvements in the commercial management features. Introduce dated notes, contacts belonging to more than one company, notion of "referral" (a client refers us to another - to keep track of worthy clients)
+
for a personnal address book.
−
* Manage members language (e-mail sending)
+
- French NAF code can accept 5 chars.
+
- Supplier prices can be input with or without taxe.
+
- New generic numbering modules to offer more solutions for generating
+
automatic id.
+
- Add new predefined exports wizards (stocks, suppliers, taxes...).
+
- Add feature to log security events (logon, change of users, passwords).
+
- Can link all documents (included supplier invoices and orders) to a
+
project.
+
- Can attach several files to email when sending an invoice, order or
+
proposal by email.
+
- Can choose accuracy (number of decimals) for prices.
+
- Localization for decimal and thousand delimiter on number is fully
+
supported.
+
- More informations reported in system information pages.
+
- Add a budget report.
+
- Added a security audit report.
+
- Other minor changes (features, look, fixes)
+
- Added compatibility with Firefox 3.
+
- Changes for compatibility with PHP6/Mysql6.
+
- Some bug fixes.
+
+
For translators:
+
- Added spanish es_ES translation.
+
- Added en_AU translation.
+
+
For developers:
+
- Removed useless code:
+
Replaced phplot and phplot5 librairies by artichow.
+
Removed cryptograph library replaced by artichow.
+
- Login functions are now externalised as modules.
+
- Update code skeletons examples.
+
- Several enhancements to make addon development easier.
+
- Add a tool to generate PHP classes completely mapped to a table.
+
- Added a check to enable external modules only if dolibarr version is
+
high enough.
+
- Changes in wizard installer to allow building autoexe installer for
+
Windows with Apache and Mysql included.
+
</pre>