Skip to content

Commit

Permalink
Fix: bad layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Sep 30, 2011
1 parent 35e2632 commit ef6509f
Showing 1 changed file with 16 additions and 27 deletions.
43 changes: 16 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
DOLIBARR ERP/CRM
================
# DOLIBARR ERP/CRM


1. INSTALL
----------
## INSTALL

If you have no technical knowledge, use Windows and you are looking for an autoinstaller to install Dolibarr ERP/CRM in few clicks, you must download DoliWamp (the all-in-one package of Dolibarr for Windows).
You can download it at:

[Sourceforge] (http://www.dolibarr.org/downloads/cat_view/62-stable-versions)
[dolibarr.org] (http://www.dolibarr.org/downloads/cat_view/62-stable-versions)

If you already have installed a Web server and a Mysql database, you can install this version like this:

Expand All @@ -22,14 +20,14 @@ Url depends on choice made on first step:

http://localhost/dolibarr/htdocs/install/
or

http://yourdolibarrvirtualhost/install/

- Follow instructions provided by installer...



2. UPGRADE
----------
## UPGRADE

To upgrade Dolibarr from an old version to this one:

Expand All @@ -51,17 +49,15 @@ Note: Migrate process can be ran safely several times.



3. WHAT'S NEW
-------------
## WHAT'S NEW

See ChangeLog file.



4. WHAT DOLIBARR CAN DO
-----------------------
## WHAT DOLIBARR CAN DO

Main modules/features:
### Main modules/features:

- Products and services catalog
- Customers, Prospects or Suppliers directory
Expand All @@ -81,7 +77,7 @@ Main modules/features:
- Management of foundation members
- Donation management

Other modules:
### Other modules:

- Bookmarks management
- Can reports Dolibarr events inside Webcalendar or Phenix
Expand All @@ -91,36 +87,29 @@ Other modules:
- ClickToDial phone numbers
- RSS

Miscellanous:
### 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).
- 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çue Récupérable").
- 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çue Récupérable").



5. WHAT DOLIBARR CAN'T DO YET (TODO LIST)
-----------------------------------------
## WHAT DOLIBARR CAN'T DO YET (TODO LIST)

This is features that 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).
- 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).
- 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).

0 comments on commit ef6509f

Please sign in to comment.