Difference between revisions of "Roadmap and Release 2.4.0 ("Popularity" version)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Roadmap]] Dolibarr pour la version 2.4.0
+
[[Category:RoadMap]]
 +
{{TemplateVersion|
 +
version=2.4.0|
 +
date=2008-08-22|
 +
mainfocus=
 +
* Version called "Popularity" (1st version with promotion on Internet)
 +
|
 +
}}
  
* Nettoyage des librairies incluses.
+
 
* Ajout de la gestion multi-devise en mode informatif seulement dans un premier temps (Yannick Warnier)
+
Detailed Changelog:
* 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)
+
<pre>
* Meilleur filtrage des données à l'insertion dans la DB (effort continu)
+
For users:
* 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)
+
- Add a calendar module (module agenda) with ical/vcal/rss export.
* 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)
+
- Look enhancement in graphics (thanks artichow).
* Gérer la langue des adhérents également (envoi d'e-mail en plusieurs langues également)
+
- Add tel and fax on delivery addresses.
* La gestion des produits (BenoitMortier)
+
- Add a tool to edit personalized menu.
* La gestion du stock (BenoitMortier)
+
- Add an ical and vcal export link in agenda and webcalendar module.
* Création d'un package debian (BenoitMortier)
+
- Reduce memory usage.
* La notion de Projets doit pouvoir contenir plusieurs sociétés et ne pas etre propre à une société (LaurentDestailleur)
+
- Now triggers are enabled/disabled according to module they refers to.
* Addition of documents history (if invoice generated and sent to the client, keep that precise invoice in this form at all costs - with date)
+
- Fix infinite loop on popup calendar.
* La possibilité d'utiliser les librairies présentes sur le système d'exploitation (BenoitMortier)
+
- Change in tanslation to make Dolibarr easier to understand.
* Addition of multi-currencies management, only in informative mode at first (Yannick Warnier)
+
- Add a warning when sending a mail from a user with no email defined.
* 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)
+
- Added clicktodial module.
* 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)
+
- Add a property private/public in contact. This allows to user Dolibarr
* Manage members language (e-mail sending)
+
  for a personnal address book.
 +
- 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>

Latest revision as of 08:52, 27 July 2013

Version: 2.4.0 (List of other versions on page Category:RoadMap)
Release date: 2008-08-22
Main focus (What developers has mainly worked on, but not only, so for full list of changes see the detailed ChangeLog):

  • Version called "Popularity" (1st version with promotion on Internet)


Detailed Changelog:

For users:
- Add a calendar module (module agenda) with ical/vcal/rss export.
- Look enhancement in graphics (thanks artichow).
- Add tel and fax on delivery addresses.
- Add a tool to edit personalized menu.
- Add an ical and vcal export link in agenda and webcalendar module.
- Reduce memory usage.
- Now triggers are enabled/disabled according to module they refers to.
- Fix infinite loop on popup calendar.
- Change in tanslation to make Dolibarr easier to understand.
- Add a warning when sending a mail from a user with no email defined.
- Added clicktodial module.
- Add a property private/public in contact. This allows to user Dolibarr
  for a personnal address book.
- 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.