From ee71081cd434484e5031b862e25a58a6b07e8ac4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Mon, 13 Nov 2006 22:44:02 +0000 Subject: [PATCH] Mise a jour doc --- README | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README b/README index de7513bdc72..d673cd9fc63 100644 --- a/README +++ b/README @@ -52,41 +52,46 @@ See Changelog File. IV - WHAT DOLIBARR CAN DO ------------------------- -Main modules: +Main modules/features: - Products and services catalog +- Customers, Suppliers or Prospects directory - Stock management - Bank accounts management -- Customers, Suppliers or Prospects directory - Contacts directory - Commercial actions management -- Orders management +- Orders management with PDF export - Commercial proposals management with PDF export - Contracts management - Invoices management with PDF export - Payments management - Standing orders management - Shipping management +- EMailings +- Management for fundation members +- Donations management Other modules: -- Management for fundation members - Bookmarks management -- EMailing - Can reports Dolibarr events inside Webcalendar - Reporting - Data export tools - LDAP connectivity -- Donations management Miscellanous: - Mutli-user, with several permissions levels for each feature. - Serveral menu managers (can be used by internal users, as a back-office, with a particular menu, or by external users, as a front-office, with another menu and permissions). -- Very user friendly and easy to use. +- Very user friendly and easy to use +- Optional WYSIWYG forms, optional Ajax forms. - Several skins. - Code is highly customizable (a lot of use of modules). - Works with Mysql 3.1 or higher, experimental support for PostgreSql. - Works with PHP 4.1 or higher. +- An easy to understand and maintain code (PHP with no heavy frameworks). +- A trigger architecture to allow you to make Dolibarr business events run + PHP code to update your own information system. + V - WHAT DOLIBARR CAN'T DO YET (TODO LIST) -- GitLab