Go to file
2009-05-21 21:37:45 +00:00
.settings New: Enhance help center 2009-05-08 21:41:54 +00:00
build Add icon on desk to help center on DoliWamp 2009-05-09 18:23:15 +00:00
dev Add: possibilité d'envoyer un fichier attaché avec du html contenant des images 2009-05-12 06:31:21 +00:00
doc Add logo with no transparency 2009-05-20 23:50:45 +00:00
external-libs Tag Smarty for FCKEditor 2008-03-14 12:01:43 +00:00
htdocs Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server. 2009-05-21 21:37:45 +00:00
mssql Remove files not required. Now conversion between database syntax is done in real time during install. 2008-09-10 22:48:43 +00:00
mysql Add: a color picker 2009-05-19 13:27:44 +00:00
pgsql Remove files not required. Now conversion between database syntax is done in real time during install. 2008-09-10 22:48:43 +00:00
scripts New: early development of multi-company module 2009-05-08 14:40:28 +00:00
.cvsignore Exclude cvs 2008-06-20 21:21:49 +00:00
.project Mise a jour fichier project pour eclipse 2007-11-27 06:15:19 +00:00
ChangeLog Fix: When product type is missing, description is not lost when adding new product lines. 2009-05-15 11:02:54 +00:00
COPYING Initial release 2002-04-29 18:01:16 +00:00
COPYRIGHT Add: class for parse and retrieve information from XLS files 2009-05-19 18:33:45 +00:00
INSTALL Update doc 2007-11-23 14:22:18 +00:00
README Update documentation 2009-04-29 23:26:18 +00:00
README-FR Update documentation 2009-04-29 23:26:19 +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/
  or
   http://yourdolibarrvirtualhost/install/
   
- 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.
  
- If you came from version x.y.z to x.y.w (only third number differ),
  there is no need to run any migrate process.
  
- If you came from a beta version or from any version x.y.z to any
  other where x or y number differs, you must call the Dolibarr "install/"
  page in your browser.
  Url might be for example:
   http://localhost/dolibarr/htdocs/install/
  or
   http://yourdolibarrhost/install/index.php

  To know what is exactly correct URL for "install/" page, take URL you use
  to go on login page. It it ends with "index.php", remove it. Then add
  "install/" at the end.
  For example, if your login page is: 
  http://yourdolibarrhost/something/index.php
  Then, your "install/" pages will be 
  http://yourdolibarrhost/something/install/
  
  Then choose the "update" option according to your case.
  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, Prospects or Suppliers directory
- Address book
- Stock management
- Bank accounts 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
- ECM (Electronic Content Management)
- EMailings
- Agenda with ical,vcal export for third tools integration
- Management of fundation members
- Donation management

Other modules:
- Bookmarks management
- Can reports Dolibarr events inside Webcalendar or Phenix
- Data export tools
- LDAP connectivity
- Third parties or products categories 
- ClickToDial phone numbers
- RSS

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 and submodules).
- Works with Mysql 3.1 or higher, experimental support for PostgreSql.
- Works with PHP 4.3 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.
- "NPR VAT Rate" (French particularity for managing VAT in DOM-TOM 
  called "Non Per<65>ue R<>cup<75>rable").



V - WHAT DOLIBARR CAN'T DO YET (TODO LIST)
------------------------------------------
This is feature Dolibarr does not support completely yet:
- Accountancy.
- Dolibarr can manage only one currency.
- Dolibarr does not support the double Canadian Tax.
- Dolibarr does not make coffee (not yet).
- The module to manage stock is not stable yet.
- Stock management with option increase/decrease on invoice works on
  warehouse number one only (no way to choose warehouse).
- Stock management with option increase/decrease on orders works on
  warehouse number one only (no way to choose warehouse).