Go to file
Laurent Destailleur 1c091ce211 Je remet la liste des actions sur le coté droit car cela rend inaccessible (hors écran), les zones de
recherche et accès rapide qui sont les plus utilisés et cela rompt avec l'uniformité des autres écrans.
Par contre, on laisse les "actions à faire" en haut car c'est en effet, les éléments importants de l'écran.
2005-10-25 19:40:01 +00:00
build Update documentation 2005-10-01 01:32:27 +00:00
dev New: Possibilité de modifier les conditions de réglements et le mode de paiement sur une facture brouillon. 2005-09-03 13:29:53 +00:00
doc Mise a jour de librairie embarquée magpierss. Ajout de la notice de license de magpierss qui doit etre distribué si magpierss distribué. 2005-09-02 21:02:42 +00:00
htdocs Je remet la liste des actions sur le coté droit car cela rend inaccessible (hors écran), les zones de 2005-10-25 19:40:01 +00:00
misc Suppression de l'ancien purgedemo.sh 2005-07-06 15:58:22 +00:00
mysql Ajout support ventilation sur facture fournisseur 2005-10-20 21:05:59 +00:00
pgsql Mise a jours scripts pgsql 2005-08-23 23:45:33 +00:00
scripts Qual: Remplace des require par require_once sauf pour module telephonie et pour les reuiqre("...pre.inc.php") 2005-10-18 14:03:05 +00:00
ChangeLog Modif numéro de version pour release 1.1.0 2003-11-03 08:33:56 +00:00
COPYING Initial release 2002-04-29 18:01:16 +00:00
COPYRIGHT Ajout: l'utilisateur a la possibilité de changer de traduction 2005-07-25 15:41:50 +00:00
httpd.conf.dist modif pour l'utilisation de pear 2003-08-30 23:08:37 +00:00
httpd.conf.dist.modauth Rajout de 2003-08-31 22:10:39 +00:00
httpd.public.conf.dist . 2002-12-21 17:35:17 +00:00
INSTALL mise à jour 2003-08-12 12:27:31 +00:00
Makefile Mise a jour scripts Makefile 2005-03-17 00:47:47 +00:00
prepare-install.sh Correction Bug #12579 2005-04-06 12:01:19 +00:00
README Doc: Mise a jour doc 2005-10-19 06:16:55 +00:00
README-FR Trad: Ajout fichier README traduit en anglais. La version française est renommée en README-FR. 2005-08-15 22:33:13 +00:00
tar.exclude Mise a jour scripts Makefile 2005-03-17 00:47:47 +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/install.php
  or
   http://yourvirtualhost/install/install.php
- Follow instructions provided by installer...


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

To upgrade Dolibarr from an old version to this one:
- Copy all files into old directories (old files will be replaced).
- Run the migrate script available inside /mysql/migration/ to upgrade
  your database.
  Note: Script is built to be runned safely several times.
  Just ignore errors if it's not the first run.
  

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

- 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 - WHAT DOLIBARR CAN DO
-------------------------

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 databases 3.1 or higher, experimental support
  for PostgreSql
- Works with PHP 4.1 or higher


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.