Go to file
2007-10-07 21:09:55 +00:00
build Fix: Corrige quelques instructions SQL non normées qui posent pb dans la conversion vers pgsql. 2007-08-26 19:21:40 +00:00
dev Fix: Supprime les balise Source qui provoque des pb avec la commande patch. Seule la balise Id doit etre presente. 2007-10-06 20:16:42 +00:00
doc Mise a jour doc sur codes iso qui servent aux donnees dolibarr 2007-09-17 17:52:34 +00:00
external-libs Nouveau fichier 2006-12-06 10:25:04 +00:00
htdocs L'utilisation de l'encryption PDF ne consomme que 500ko de plus pour un total de 11M au lieu de 10.5M de mémoire. Je modifie le warning car les pb mémoire sont un pb global et non propre au cryptage des pdf. Un warning recommandant 16Mo pour l'utilisation de dolibarr est afficéh à l'install. 2007-10-07 21:09:55 +00:00
mssql Qual: Variables obsolètes supprimées 2007-10-04 18:29:29 +00:00
mysql Code accédé par option non maintenu 2007-10-07 18:33:11 +00:00
pgsql Qual: Variables obsolètes supprimées 2007-10-04 18:29:29 +00:00
scripts Fix: Corrections mineures sur import adherent depuis ldap avec statut > 1 2007-08-27 22:41:49 +00:00
.cvsignore *** empty log message *** 2007-07-28 11:29:09 +00:00
.project Modifications pour la mise en place de l'UTF8. 2007-05-23 21:10:11 +00:00
ChangeLog Secu: Removed password from log file 2007-09-22 02:37:33 +00:00
COPYING Initial release 2002-04-29 18:01:16 +00:00
COPYRIGHT Update doc 2007-03-16 21:36:06 +00:00
INSTALL Doc: Mise a jour documentation 2006-06-03 23:53:10 +00:00
README Mise a jour doc 2006-11-13 22:44:02 +00:00
README-FR Mise a jour doc 2006-11-11 16:15:26 +00:00

README (english)
--------------------------------
Starter documentation
--------------------------------

1) Install Dolibarr
2) Upgrade Dolibarr from an older version
3) What's new in this version
4) What Dolibarr can do
5) What Dolibarr can't do yet, todo list


I - DOLIBARR INSTALL
--------------------

To install Dolibarr:
- Copy directory 'dolibarr' and all its files inside your web server root,
  or set up your web server to use dolibarr/htdocs as root for a new web
  server virtual host (second choice need to be web server administrator).
- Create an empty mysql database (postgresql support is experimental).
- Set write permissions on directory 'dolibarr/htdocs/conf' for your web
  server user (write permissions will be removed once install is finished).
- From your browser, call the dolibarr install page. Url depends on choice
  made on first step:
   http://localhost/dolibarr/htdocs/install/index.php
  or
   http://yourdolibarrvirtualhost/install/index.php
- Follow instructions provided by installer...


II - DOLIBARR UPGRADE
---------------------

To upgrade Dolibarr from an old version to this one:
- Overwrite all old files inside old 'dolibarr' directory by files
  provided into new version package.
- From your browser, call the Dolibarr install page:
   http://localhost/dolibarr/htdocs/install/index.php
  or
   http://yourdolibarrhost/install/index.php
  and choose the "update" option.
  Note: Migrate process can ben runned safely several times.
  

III - WHAT'S NEW
----------------

See Changelog File.



IV - WHAT DOLIBARR CAN DO
-------------------------

Main modules/features:
- Products and services catalog
- Customers, Suppliers or Prospects directory
- Stock management
- Bank accounts management
- Contacts directory
- Commercial actions 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:
- Bookmarks management
- Can reports Dolibarr events inside Webcalendar
- Reporting
- Data export tools
- LDAP connectivity

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
- 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)
------------------------------------------
This is feature Dolibarr does not support completely yet:
- "NPR VAT Rate" (French particularity for managing VAT in DOM-TOM 
  called "Non Per<65>ue R<>cup<75>rable").
- Accountancy.
- Dolibarr can manage only one currency.
- Dolibarr does not make coffee (not yet).