Update doc

This commit is contained in:
Laurent Destailleur 2008-05-16 17:47:53 +00:00
parent a5567431c0
commit 96a6be2962

28
README
View File

@ -54,11 +54,10 @@ IV - WHAT DOLIBARR CAN DO
Main modules/features: Main modules/features:
- Products and services catalog - Products and services catalog
- Customers, Suppliers or Prospects directory - Customers, Prospects or Suppliers directory
- Address book
- Stock management - Stock management
- Bank accounts management - Bank accounts management
- Contacts directory
- Commercial actions management
- Orders management with PDF export - Orders management with PDF export
- Commercial proposals management with PDF export - Commercial proposals management with PDF export
- Contracts management - Contracts management
@ -66,39 +65,46 @@ Main modules/features:
- Payments management - Payments management
- Standing orders management - Standing orders management
- Shipping management - Shipping management
- ECM (Electronic Content Management)
- EMailings - EMailings
- Management for fundation members - Agenda with ical,vcal export for third tools integration
- Donations management - Management of fundation members
- Donation management
Other modules: Other modules:
- Bookmarks management - Bookmarks management
- Can reports Dolibarr events inside Webcalendar - Can reports Dolibarr events inside Webcalendar or Phenix
- Reporting
- Data export tools - Data export tools
- LDAP connectivity - LDAP connectivity
- Third parties or products categories
- ClickToDial phone numbers
- RSS
Miscellanous: Miscellanous:
- Mutli-user, with several permissions levels for each feature. - Mutli-user, with several permissions levels for each feature.
- Serveral menu managers (can be used by internal users, as a back-office, - 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 with a particular menu, or by external users, as a front-office, with
another menu and permissions). another menu and permissions).
- Very user friendly and easy to use - Very user friendly and easy to use.
- Optional WYSIWYG forms, optional Ajax forms. - Optional WYSIWYG forms, optional Ajax forms.
- Several skins. - Several skins.
- Code is highly customizable (a lot of use of modules). - Code is highly customizable (a lot of use of modules and submodules).
- Works with Mysql 3.1 or higher, experimental support for PostgreSql. - Works with Mysql 3.1 or higher, experimental support for PostgreSql.
- Works with PHP 4.1 or higher. - Works with PHP 4.1 or higher.
- An easy to understand and maintain code (PHP with no heavy frameworks). - An easy to understand and maintain code (PHP with no heavy frameworks).
- A trigger architecture to allow you to make Dolibarr business events run - A trigger architecture to allow you to make Dolibarr business events run
PHP code to update your own information system. PHP code to update your own information system.
- "NPR VAT Rate" (French particularity for managing VAT in DOM-TOM
called "Non Perçue Récupérable").
V - WHAT DOLIBARR CAN'T DO YET (TODO LIST) V - WHAT DOLIBARR CAN'T DO YET (TODO LIST)
------------------------------------------ ------------------------------------------
This is feature Dolibarr does not support completely yet: This is feature Dolibarr does not support completely yet:
- "NPR VAT Rate" (French particularity for managing VAT in DOM-TOM
called "Non Perçue Récupérable").
- Accountancy. - Accountancy.
- Dolibarr can manage only one currency. - Dolibarr can manage only one currency.
- Dolibarr does not support the double Canadian Tax.
- Dolibarr does not make coffee (not yet). - Dolibarr does not make coffee (not yet).
- The module to manage stock is not stable yet.