From 78fe4b6aae89f868cc93fe477fe853b71826c8c7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Sep 2005 02:53:51 +0000 Subject: [PATCH] Doc: Mise a jour doc --- README | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/README b/README index 00126f9b4e1..b736b516475 100644 --- a/README +++ b/README @@ -9,8 +9,8 @@ Starter documentation 4) Features -I -INSTALL DOLIBARR -------------------- +I - DOLIBARR INSTALL +-------------------- To install Dolibarr: - Copy directory 'dolibarr' and all its files inside your web server root, @@ -26,7 +26,7 @@ To install Dolibarr: - Follow instructions provided by installer... -II - UPGRADE DOLIBARR +II - DOLIBARR UPGRADE --------------------- To upgrade Dolibarr from an old version to this one: @@ -41,26 +41,36 @@ III - WHAT'S NEW ---------------- - Added an installer. -- User permissions support. -- Support several languages. +- Support user and groups permissions. +- Translation in english and support for several languages. - Experimental support for Postgresql. - New enhanced look and several new themes. -- Dolibarr triggers allows to add personalized PHP code inside - workflow with no risk to break Dolibarr. +- Small search boxes for each Dolibarr elements (invoices, contracts, + orders, proposals...) +- Can attach documents on actions - Enhanced use of modules and their parameters: - * Module companies: Added more properties supported on companies. + * 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 - Added new modules: * Module syslog: To add Dolibarr logs inside a file or syslog * Module emailing: To send emailings * Module members: To manage members of a fundation - * Module products: Add a price change log, can attach photos * Module suppliers: Provide orders to suppliers * Module contracts: Manage contracts * Module stock: To manage warehouses and stocks - * Module standing orders: To manage standing orders - + * 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. +- A lot of other changes to enhance interface. + IV - DOLIBARR FEATURES ----------------------