diff --git a/ChangeLog b/ChangeLog index b27d94cd7a8..1defc966497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,16 @@ English Dolibarr changelog ***** Changelog for 2.1 compared to 2.0.1 ***** +- Added a better installer. +- Support user and groups permissions. +- Translation in english and support for several languages. +- Experimental support for Postgresql. +- New enhanced look and several new themes. +- Small search boxes for each Dolibarr elements (invoices, contracts, + orders, proposals...) +- Modules boxes on main page can be dragged and dropped (with firefox only). - Support credit note and discounts (relative and absolute) on commercial proposal, orders and invoices. -- WYSIWYG editor for some fields (use embedded version of fckeditor) - Added an export assistant module to export main dolibarr data. - Added backup tool to backup database via mysqldump. - Added product categories management with a categorie tree. @@ -15,6 +22,7 @@ English Dolibarr changelog - Added more permissions (ie: can restrict access for a commercial user to elements of its companies only). - Little enhancements to OSCommerce module. +- Added a second OSCommerce module working through web services. - Building a PDF document for invoices works like other modules. You can change model just before generating the PDF. - Can generate documents (PDF) for customer orders. Can send them by mail. @@ -37,8 +45,17 @@ English Dolibarr changelog - Works even on "UTF8 by default" systems (Mysql, Linux...) - Better compatibility with different PHP version or setup. - Lot of fixes after 2.0 release not fixed in 2.0.1. -- Adde mysqli driver. +- Added mysqli driver. - Traduction more complete. +- Add a WISIWYG editor (FCKEditor) to edit note and comment areas. +- Support for PHP5. +- Removed obsolete files and documentation. +- Added admin tools (backup and files purge). +- Added a tool to build a lang package. +- Added a tool to build a module package. +- Added a tool to build a theme package. +- Modules boxes on main page can be dragged and dropped (with firefox only). + ***** Changelog for 2.0.1 compared to 2.0 ***** diff --git a/README b/README index aee6354929e..de7513bdc72 100644 --- a/README +++ b/README @@ -45,44 +45,8 @@ To upgrade Dolibarr from an old version to this one: III - WHAT'S NEW ---------------- -- Added an installer. -- Support user and groups permissions. -- Translation in english and support for several languages. -- Experimental support for Postgresql. -- New enhanced look and several new themes. -- Small search boxes for each Dolibarr elements (invoices, contracts, - orders, proposals...) -- Modules boxes on main page can be dragged and dropped (with firefox only). -- Can attach documents on actions and invoices. -- Enhanced use of modules and their parameters: - * Module companies: Added more properties supported on companies (parent - company, rib, discounts, company type, capital, vat intra ...). - * Module bank: Support cash accounts - * Module LDAP: Can disable contact syncronizing - * Module products: Support attachments of pictures, add prices and logs - * Module external_rss: Support https links - * Module webcalendar: Better integration with webcalendar - * Module invoice: Add discount management and correting invoices -- Added new modules: - * Module emailing: To send emailings - * Module members: To manage members of a fundation - * Module suppliers: Provide orders to suppliers - * Module contracts: Manage contracts and their contacts - * Module stock: To manage warehouses and stocks - * Module standing orders: To manage french standing orders - * Module bookmark: To manage your own bookmarks and add them on man page - * Module syslog: To add debug informations in syslog or log files -- Dolibarr triggers allow to add personalized PHP code inside - workflow, with no risk to break Dolibarr. -- Bug fixes and a lot of duplicate code removed. -- Add a WISIWYG editor (FCKEditor) to edit note and comment areas. -- A lot of other changes to enhance interface. -- Support for PHP5. -- Removed obsolete files and documentation. -- Added admin tools (backup and files purge). -- Added a tool to build a lang package. -- Added a tool to build a module package. -- Added a tool to build a theme package. +See Changelog File. + IV - WHAT DOLIBARR CAN DO diff --git a/README-FR b/README-FR index 85d41967d58..80b12cebea4 100644 --- a/README-FR +++ b/README-FR @@ -47,14 +47,17 @@ Pour mettre III - CE QUI EST NOUVEAU ------------------------ -- Ajout d'un installeur. +- Meilleur outil installeur. - Supporte la notion de permissions utilisateurs et groupes. - Traduction en anglais et support pour d'autres langues. - Support experimental de Postgresql. - Nouveaux look amélioré et plusieurs nouveaux themes. - Petites boites de recherche pour chaque entités Dolibarr (factures, contrats, commandes, propals...) -- Peut attacher des documents sur les actions et factures. +- Les boites de modules sur page accueil peuvent se déplacer par drag an drop + et l'ordre est propre à l'utilisateur (firefow seulement). +- Peut attacher des documents sur les Actions, Commandes, Factures, Propals. +- Peut attaches des contacts sur les Contrats, Commandes, Factures, Propals. - Amélioration de certains modules et paramètres: * Module société: Ajout de plusieurs nouvelles propriétés (maison mère, rib, remise, type, capital, tva intra ...). @@ -73,6 +76,7 @@ III - CE QUI EST NOUVEAU * Module standing orders: Pour gérer les virements français * Module bookmark: Pour gérer des marques pages * Module syslog: Pour ajouter des logs dans un fichier ou dans syslog + * Module oscommerce2: Nouveau module OSCommerce fonctionnant via web services - Les triggers Dolibarr triggers permettent d'ajouter du code personalisé PHP dans le workflow, sans risque de casser Dolibarr. - Correction de bugs et suppression de redeondance de code.