dolibarr/README-FR
2006-10-24 21:48:16 +00:00

130 lines
4.7 KiB
Plaintext

README (french)
--------------------------------
Documentation démarrage
--------------------------------
1) Installer Dolibarr
2) Mettre à jour Dolibarr depuis une ancienne version
3) Ce qui est nouveau dans cette version
4) Ce que peux faire Dolibarr
5) Ce que ne peux pas faire Dolibarr (pas encore)
I - INSTALLER DOLIBARR
----------------------
Pour installer Dolibarr:
- Copier le répertoire 'dolibarr' et tous ses fichiers dans la racine de
votre serveur web or configurer votre serveur pour utiliser
dolibarr/htdocs comme racine d'un nouveau virtual host (ce second choix
requiert des compétences et habilitations en administration du serveur web).
- Creée une base vide mysql (support postgresql experimentale).
- Définissez les permissions sur le répertoire 'dolibarr/htdocs/conf' pour votre
user du serveur web (les permissions en écriture seront supprimés une fois
l'installation terminée).
- Depuis votre navigateur, appeler la page install de dolibarr. L'url depend du
choix fait à la première étape:
http://localhost/dolibarr/htdocs/install/index.php
ou
http://yourdolibarrvirtualhost/install/index.php
- Suivez les instructions fournis par l'installeur...
II - DOLIBARR UPGRADE
---------------------
Pour mettre à jour Dolibarr depuis une vieille version vers celle ci:
- Ecraser les vieux fichiers dans le vieux répertoire 'dolibarr' par les fichiers
fournis dans ce nouveau package.
- Depuis votre navigateur, appeler la page install Dolibarr:
http://localhost/dolibarr/htdocs/install/index.php
ou
http://yourdolibarrhost/install/index.php
et choisir l'option "mettre à jour".
Note: Le processus de migration peut etre lancé plusieurs fois sans risque.
III - CE QUI EST NOUVEAU
------------------------
- 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...)
- Can attach documents on actions
- 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
- 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 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.
- A lot of other changes to enhance interface.
- Support for PHP5
IV - CE QUE DOLIBARR PEUT FAIRE
-------------------------------
Main modules:
- Products and services catalog
- Stock management
- Bank accounts management
- Customers, Suppliers or Prospects directory
- Contacts directory
- Commercial actions management
- Orders management
- Commercial proposals management with PDF export
- Contracts management
- Invoices management with PDF export
- Payments management
- Standing orders management
- Shipping 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.
- 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.
V - CE QUE DOLIBARR NE PEUT PAS FAIRE (TACHES A FAIRE)
------------------------------------------------------
Voici un liste de fonctionnalités pas encore gérées par Dolibarr:
- "TVA NPR" (TVA "Non Perçue Récupérable").
- Pas de compta (uniquement gestion de trésorerie).
- Dolibarr ne gère qu'une seule monnaie.
- Dolibarr ne fait pas le café (pas encore).