dolibarr/README.md

168 lines
6.6 KiB
Markdown
Raw Normal View History

# DOLIBARR ERP & CRM
2011-09-30 15:24:35 +00:00
![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/develop.svg) ![Downloads per day](https://img.shields.io/sourceforge/dd/dolibarr.svg)
2015-01-23 15:12:59 +00:00
Dolibarr ERP & CRM is a modern software to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...).
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
It's an Open Source software (wrote in PHP language) designed for small and medium companies, foundation and freelances.
2015-01-23 15:12:59 +00:00
You can freely use, study, modify or distribute it according to it's Free Software licence.
2015-01-23 15:12:59 +00:00
You can use it as a standalone application or as a web application to be able to access it from the Internet or a LAN.
2015-01-23 15:12:59 +00:00
![ScreenShot](http://www.dolibarr.org/images/dolibarr_screenshot1_640x400.png)
2015-01-23 15:12:59 +00:00
## LICENSE
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
Dolibarr is released under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version (GPL-3+).
2011-11-06 00:39:52 +00:00
See the [COPYING](https://github.com/Dolibarr/dolibarr/blob/develop/COPYING) file for a full copy of the license.
2011-09-30 15:24:35 +00:00
Other licenses apply for some included dependencies. See [COPYRIGHT](https://github.com/Dolibarr/dolibarr/blob/develop/COPYRIGHT) for a full list.
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
## INSTALLING
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
### Download
2012-01-30 21:56:40 +00:00
Releases can be downloaded from [official website](http://www.dolibarr.org/).
2012-01-30 21:56:40 +00:00
2015-01-23 15:12:59 +00:00
### Simple setup
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
If you have low technical skills and you're looking to install Dolibarr ERP/CRM in few clicks, you can use one of the packaged versions:
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
- DoliWamp for Windows
- DoliDeb for Debian or Ubuntu
- DoliRpm for Redhat, Fedora, OpenSuse, Mandriva or Mageia
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
### Advanced setup
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
You can use a Web server and a supported database (MySQL recommended) to install the standard version.
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
- Uncompress the downloaded archive
- Copy directory "dolibarr" and all its files inside your web server root, or copy directory anywhere and set up your web server to use "dolibarr/htdocs" as root for a new web server virtual host (second choice need to be server administrator)
- Create an empty file "htdocs/conf/conf.php" and set permissions for your web server user (write permissions will be removed once install is finished)
- From your browser, go to the dolibarr "install/" page
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
The URL will depends on choices made in the first step:
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
http://localhost/dolibarr/htdocs/install/
or
http://localhost/dolibarr/install/
or
http://yourdolibarrvirtualhost/install/
- Follow the installer instructions
## UPGRADING
- Overwrite all old files from 'dolibarr' directory with files provided into the new version's package.
2015-01-25 21:58:12 +00:00
- If you're upgrading from version x.y.z to x.y.w (only third number differs), there is no need to run any migration process.
2015-01-23 15:12:59 +00:00
- If you're upgrading 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 (this should be done automatically at first dolibarr access) and follow the upgrade process.
2015-01-25 21:58:12 +00:00
2015-01-23 15:12:59 +00:00
*Note: migration process can safely be done multiple times.*
## NEWS
See the [ChangeLog](https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog) file.
2015-01-23 15:12:59 +00:00
## FEATURES
2015-10-16 23:09:56 +00:00
### Main modules (all optional)
2015-01-23 15:12:59 +00:00
- Customers, Prospects and/or Suppliers directory
- Products and/or Services catalog
- Commercial proposals management
2015-10-16 23:09:56 +00:00
- Customer and Supplier Orders management
- Invoices and payment management
- Standing orders management (European SEPA)
- Bank accounts management
- Shared calendar
- Opportunities and/or project management (following project benefit including invoices, expense reports, time spent, ...)
2015-01-23 15:12:59 +00:00
- Projects management
2015-10-16 23:09:56 +00:00
- Contracts management
2015-01-23 15:12:59 +00:00
- Stock management
- Shipping management
- Interventions management
- Agenda with ical and vcal export for third party tools integration
- Electronic Document Management (EDM)
- Foundations members management
- Employee's holidays management
- Mass emailing
- Surveys
- Point of Sale
-
2012-01-30 21:56:40 +00:00
2015-01-23 15:12:59 +00:00
### Other modules
2012-01-30 21:56:40 +00:00
2015-01-23 15:12:59 +00:00
- Bookmarks management
- Donations management
- Reporting
- Data export/import
- Thirdparties and/or products categories
- Barcodes support
- Margin calculations
- LDAP connectivity
- ClickToDial integration
- RSS integration
- Skype integration
- Payment platforms integration (PayBox, PayPal)
-
2011-09-30 15:24:35 +00:00
2015-10-16 23:09:56 +00:00
### Other general features
- Multi-Users and groups with finely grained rights
- Localization in most major languages
- Can manage several companies by adding external module multi-company.
- Can manage several currencies by adding external module multi-currency.
- Very user friendly and easy to use
- Highly customizable: enable only the modules you need, add user personalized fields, choose your skin, several 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 one)
- Works with PHP 5.3+ and MySQL 4.1+ or PostgreSQL 8.1. (See requirements on the [Wiki](http://wiki.dolibarr.org/index.php/Prerequisite))
- Compatible with all Cloud solutions that match MySQL, PHP or PostgreSQL prerequisites.
- An easy to understand, maintain and code interfaces with your own information system (PHP with no heavy framework; trigger and hook architecture)
- Support for country specific features:
- Spanish Tax RE and ISPF
- French NPR VAT rate (VAT called "Non Perçue Récupérable" for DOM-TOM)
- Canadian double taxes (federal/province) and other countries using cumulative VAT
- Tunisian tax stamp
- Compatible with [European directives](http://europa.eu/legislation_summaries/taxation/l31057_en.htm) (2006/112/CE ... 2010/45/UE)
- PDF or ODT generation for invoice, proposals, orders...
-
2015-01-23 15:12:59 +00:00
### Extending
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
Dolibarr can be extended with a lot of other external modules from third party developers available at the [DoliStore](http://www.dolistore.com).
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
## FUTURE
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
These are features that Dolibarr does **not** yet fully support:
2011-09-30 15:24:35 +00:00
2015-10-16 23:09:56 +00:00
- Double-entry bookkeeping yet (only bank and treasury management)
2015-01-23 15:12:59 +00:00
- Tasks dependencies in projects
- Payroll module
- Webmail
- Dolibarr can't do coffee (yet)
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
## DOCUMENTATION
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
Administrator, user, developer and translator's documentations are available along with other community resources on the [Wiki](http://wiki.dolibarr.org).
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
## CREDITS
2011-09-30 15:24:35 +00:00
2015-01-23 15:12:59 +00:00
Dolibarr is the work of many contributors over the years and uses some fine libraries.
2014-02-05 00:42:45 +00:00
See [COPYRIGHT](https://github.com/Dolibarr/dolibarr/blob/develop/COPYRIGHT) file.
2014-02-05 00:42:45 +00:00
## SOCIAL NETWORKS
2015-01-23 15:12:59 +00:00
Follow Dolibarr project on:
2014-02-05 00:42:45 +00:00
2015-01-23 15:12:59 +00:00
- [Facebook](https://www.facebook.com/dolibarr)
- [Google+](https://plus.google.com/+DolibarrOrg)
- [Twitter](http://www.twitter.com/dolibarr)
2015-04-28 19:57:54 +00:00
- [LinkedIn](https://www.linkedin.com/company/association-dolibarr)
2015-01-23 15:12:59 +00:00
- [YouTube](https://www.youtube.com/user/DolibarrERPCRM)
- [GitHub](https://github.com/Dolibarr/dolibarr)