Mise a jour doc

This commit is contained in:
Laurent Destailleur 2006-11-13 22:44:02 +00:00
parent 990ea0ad57
commit ee71081cd4

19
README
View File

@ -52,41 +52,46 @@ See Changelog File.
IV - WHAT DOLIBARR CAN DO IV - WHAT DOLIBARR CAN DO
------------------------- -------------------------
Main modules: Main modules/features:
- Products and services catalog - Products and services catalog
- Customers, Suppliers or Prospects directory
- Stock management - Stock management
- Bank accounts management - Bank accounts management
- Customers, Suppliers or Prospects directory
- Contacts directory - Contacts directory
- Commercial actions management - Commercial actions management
- Orders management - Orders management with PDF export
- Commercial proposals management with PDF export - Commercial proposals management with PDF export
- Contracts management - Contracts management
- Invoices management with PDF export - Invoices management with PDF export
- Payments management - Payments management
- Standing orders management - Standing orders management
- Shipping management - Shipping management
- EMailings
- Management for fundation members
- Donations management
Other modules: Other modules:
- Management for fundation members
- Bookmarks management - Bookmarks management
- EMailing
- Can reports Dolibarr events inside Webcalendar - Can reports Dolibarr events inside Webcalendar
- Reporting - Reporting
- Data export tools - Data export tools
- LDAP connectivity - LDAP connectivity
- Donations management
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.
- Several skins. - Several skins.
- Code is highly customizable (a lot of use of modules). - Code is highly customizable (a lot of use of modules).
- 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).
- 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) V - WHAT DOLIBARR CAN'T DO YET (TODO LIST)