Go to file
2007-09-19 14:06:56 +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 Qual: Suppression des scripts obsoletes statiques de remplissage de jeux de test de dev. Faisaient de plus double emploi avec les scripts php dans /dev plus complets et operationnels. 2007-08-26 12:10:50 +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 Fix: suppression d'appel de champs inutilisés et qui provoque un conflit avec le fonctionnement de base de données différentes de mysql, en effet la fonction GROUP BY doit être suivi de tous les champs qui sont appelé dans le select, voir le lien: http://sql.developpez.com/sqlaz/ensembles/#L1[1] 2007-09-19 14:06:56 +00:00
mssql début ajout calcul du taux de marge et taux de marque 2007-09-03 21:14:58 +00:00
mysql Mise a jour traduction des monnaies 2007-09-17 17:55:09 +00:00
pgsql mise à jour des tables Postgresql avec le script de migration 2007-09-01 15:03:38 +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 Meilleur respect css 2007-08-08 12:31:43 +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).