Go to file
Laurent Destailleur af274668a3 Fix: Detection auto des champs text/html.
Fix: Dans les PDF, il ne faut pas faire le nl2br standard de PHP lors de la conversion text en HTML car ce dernier ne remplace pas le \n mais ajoute le br hors le writeHTMLCell transforme aussi les \n en br.
2008-03-31 03:31:08 +00:00
.settings Fix: Optimisation chargement lang 2008-02-20 00:39:33 +00:00
build Fix: Minor fixes 2008-03-17 01:37:24 +00:00
dev New: Add private/public property on contact. This allow to add your own address database in Dolibarr. 2008-03-30 22:25:39 +00:00
doc Added icon for doliwamp 2008-03-11 20:39:42 +00:00
external-libs Tag Smarty for FCKEditor 2008-03-14 12:01:43 +00:00
htdocs Fix: Detection auto des champs text/html. 2008-03-31 03:31:08 +00:00
mssql Qual: Supprime module qui n'a jamais fonctionné (pour cause il manque des tables). 2008-01-20 18:56:34 +00:00
mysql New: Add private/public property on contact. This allow to add your own address database in Dolibarr. 2008-03-30 22:25:39 +00:00
pgsql Qual: Supprime module qui n'a jamais fonctionné (pour cause il manque des tables). 2008-01-20 18:56:34 +00:00
scripts Fix: String must be saved as they are in database. Html detect and convert must be done on screen only. 2008-03-21 00:27:37 +00:00
.cvsignore Fix: Regression pg install 2008-02-01 01:01:56 +00:00
.project Mise a jour fichier project pour eclipse 2007-11-27 06:15:19 +00:00
ChangeLog New: Add private/public property on contact. This allow to add your own address database in Dolibarr. 2008-03-30 23:31:25 +00:00
COPYING Initial release 2002-04-29 18:01:16 +00:00
COPYRIGHT Update doc 2008-02-02 03:04:23 +00:00
INSTALL Update doc 2007-11-23 14:22:18 +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).