dolibarr/README.md

208 lines
8.7 KiB
Markdown
Raw Normal View History

# DOLIBARR ERP & CRM
2011-09-30 17:24:35 +02:00
2019-03-06 11:49:41 +01:00
![Downloads per day](https://img.shields.io/sourceforge/dw/dolibarr.svg)
2020-01-03 21:14:04 +01:00
![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/develop.svg)
Dolibarr ERP & CRM is a modern software package that helps manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda…).
2011-09-30 17:24:35 +02:00
2020-08-16 23:54:04 +02:00
It's an Open Source Software suite (written in PHP with optional JavaScript enhancements) designed for small, medium or large companies, foundations and freelancers.
You can freely use, study, modify or distribute it according to its licence.
2020-08-16 23:55:27 +02:00
You can use it as a standalone application or as a web application to access it from the Internet or a LAN.
2020-08-16 23:57:01 +02:00
Dolibarr has a large community ready to help you, free forums and [oficially preferred partners ready to offer commercial support should you need it](https://partners.dolibarr.org)
2020-01-10 14:36:52 +01:00
![ScreenShot](https://www.dolibarr.org/images/dolibarr_screenshot1_1920x1080.jpg)
2015-01-23 16:12:59 +01:00
## LICENSE
2011-09-30 17:24:35 +02:00
2015-01-23 16:12:59 +01: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 01:39:52 +01:00
See the [COPYING](https://github.com/Dolibarr/dolibarr/blob/develop/COPYING) file for a full copy of the license.
2011-09-30 17:24:35 +02: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 17:24:35 +02:00
2015-01-23 16:12:59 +01:00
## INSTALLING
2011-09-30 17:24:35 +02:00
2015-01-23 16:12:59 +01:00
### Simple setup
2011-09-30 17:24:35 +02:00
If you have low technical skills and you're looking to install Dolibarr ERP/CRM in just a few clicks, you can use one of the packaged versions:
2011-09-30 17:24:35 +02:00
2020-04-22 15:37:01 +02:00
- [DoliWamp for Windows](https://wiki.dolibarr.org/index.php/Dolibarr_for_Windows_(DoliWamp)
2020-05-02 15:18:59 +02:00
- [DoliDeb for Debian](https://wiki.dolibarr.org/index.php/Dolibarr_for_Ubuntu_or_Debian
2015-01-23 16:12:59 +01:00
- DoliRpm for Redhat, Fedora, OpenSuse, Mandriva or Mageia
2011-09-30 17:24:35 +02:00
2019-02-01 15:04:44 +01:00
Releases can be downloaded from [official website](https://www.dolibarr.org/).
2015-01-23 16:12:59 +01:00
### Advanced setup
2011-09-30 17:24:35 +02:00
You can use a web server and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version.
On GNU/Linux, first check if your distribution has already packaged Dolibarr.
#### Generic install steps:
2011-09-30 17:24:35 +02:00
2020-03-30 19:34:29 +02:00
- Check that your installed PHP version is supported [see PHP support](https://wiki.dolibarr.org/index.php/Versions).
2020-03-30 11:20:24 +02:00
- Uncompress the downloaded .zip archive to copy the "dolibarr/htdocs" directory and all its files inside your web server root or get the files directly from GitHub (recommanded if you know git as it makes it easier if you want to upgrade later):
2019-02-01 15:04:44 +01:00
2019-12-05 21:16:09 +01:00
`git clone https://github.com/dolibarr/dolibarr -b x.y` (where x.y is main version like 3.6, 9.0, ...)
2019-02-01 15:04:44 +01:00
2019-12-05 21:11:05 +01:00
- Set up your web server to use "*dolibarr/htdocs*" as root if your web server does not have an already defined directory to point to.
2019-02-01 15:04:44 +01:00
- Create an empty `htdocs/conf/conf.php` file and set *write* permissions for your web server user (*write* permission will be removed once install is finished)
2015-01-23 16:12:59 +01:00
- From your browser, go to the dolibarr "install/" page
2011-09-30 17:24:35 +02:00
2019-12-05 21:11:05 +01:00
The URL will depends on how you web setup was setup to point to your dolibarr installation. It may looks like:
`http://localhost/dolibarr/htdocs/install/`
or
`http://localhost/dolibarr/install/`
or
`http://yourdolibarrvirtualhost/install/`
2015-01-23 16:12:59 +01:00
- Follow the installer instructions
2019-02-01 15:19:57 +01:00
### Saas/Cloud setup
If you don't have time to install it yourself, you can try some commercial 'ready to use' Cloud offers (See https://saas.dolibarr.org). However, this third solution is not free.
2020-04-22 15:37:01 +02:00
2015-01-23 16:12:59 +01:00
## UPGRADING
2020-08-16 23:57:49 +02:00
Dolibarr supports upgrading usually wihtout the need for any (commercial) support (depending on if you use any commercial extensions) and supports upgrading all the way from any version after 2.8 without breakage. This is unique in the ERP ecosystem and a benefit our users highly appreciate!
2019-12-05 21:11:05 +01:00
- At first make a backup of your Dolibarr files & than see https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#Upgrade_Dolibarr
2020-03-30 19:32:02 +02:00
- Check that your installed PHP version is supported by the new version [see PHP support](./doc/phpmatrix.md).
2015-01-23 16:12:59 +01:00
- Overwrite all old files from 'dolibarr' directory with files provided into the new version's package.
- At first next access, Dolibarr will redirect you to the "install/" page to follow the upgrade process.
 If an `install.lock` file exists to lock any other upgrade process, the application will ask you to remove the file manually (you should find the `install.lock` file in the directory used to store generated and uploaded documents, in most cases, it is the directory called "*documents*").
2015-01-25 22:58:12 +01:00
2015-11-11 16:02:41 +01:00
## WHAT'S NEW
2015-01-23 16:12:59 +01:00
See the [ChangeLog](https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog) file.
2015-01-23 16:12:59 +01:00
## FEATURES
2017-06-11 11:09:05 +02:00
### Main application/modules (all optional)
2015-01-23 16:12:59 +01:00
2020-04-22 15:37:01 +02:00
- Customers, Prospects (Leads) and/or Suppliers directory + Contacts
- Members management
2015-01-23 16:12:59 +01:00
- Products and/or Services catalog
- Commercial proposals management
2020-04-22 15:37:01 +02:00
- Customer & Supplier Orders management
2020-06-26 02:53:01 +02:00
- Invoices and payment management
2020-04-22 15:37:01 +02:00
- Shipping management
- Warehouse/Stock management
2020-06-26 02:53:01 +02:00
- Manufacturing Orders
2015-10-17 01:09:56 +02:00
- Bank accounts management
2020-06-26 02:53:01 +02:00
- Direct debit orders management (European SEPA)
2019-09-18 10:50:07 +02:00
- Accounting management
2017-01-21 15:01:50 +01:00
- Shared calendar/agenda (with ical and vcal export for third party tools integration)
2020-06-26 02:53:01 +02:00
- Opportunities or Leads management
2020-04-22 15:37:01 +02:00
- Projects & Tasks management
2015-10-17 01:09:56 +02:00
- Contracts management
2015-01-23 16:12:59 +01:00
- Interventions management
2017-01-21 15:01:50 +01:00
- Employee's leave requests management
2017-03-07 15:46:47 +01:00
- Expense reports
- Timesheets
2015-01-23 16:12:59 +01:00
- Electronic Document Management (EDM)
- Foundations members management
2019-12-05 21:11:05 +01:00
- Point of Sale (POS)
2015-01-23 16:12:59 +01:00
-
2012-01-30 22:56:40 +01:00
2017-06-11 11:09:05 +02:00
### Other application/modules
2012-01-30 22:56:40 +01:00
2015-01-23 16:12:59 +01:00
- Bookmarks management
- Donations management
- Reporting
2020-04-22 15:37:01 +02:00
- Surveys
2015-01-23 16:12:59 +01:00
- Data export/import
- Barcodes support
- Margin calculations
- LDAP connectivity
- ClickToDial integration
2020-04-22 15:37:01 +02:00
- Mass emailing
2015-01-23 16:12:59 +01:00
- RSS integration
- Skype integration
2017-06-14 18:34:39 +02:00
- Payment platforms integration (PayPal, Stripe, Paybox...)
2015-01-23 16:12:59 +01:00
-
2011-09-30 17:24:35 +02:00
2015-10-17 01:09:56 +02:00
### Other general features
2017-06-11 11:09:05 +02:00
2019-09-18 10:50:07 +02:00
- Localization in most major languages
- Multi-Users and groups with finely grained rights
- Multi-currency
- Multi-company by adding of an external module
- Very user friendly and easy to use
- customizable Dashboard
2015-10-17 01:09:56 +02:00
- 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)
2019-09-18 10:50:07 +02:00
- APIs
- Code that is easy to understand, maintain and develop (PHP with no heavy framework; trigger and hook architecture)
2018-10-10 02:11:12 +02:00
- Support a lot of country specific features:
2019-12-05 21:11:05 +01:00
- 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
- Argentina invoice numbering using A,B,C...
- Compatible with [European directives](http://europa.eu/legislation_summaries/taxation/l31057_en.htm) (2006/112/CE ... 2010/45/UE)
- Compatible with European GDPR rules
- ...
- Flexible PDF & ODT generation for invoices, proposals, orders...
2015-10-17 01:09:56 +02:00
-
2019-09-18 10:50:07 +02:00
### System Environment / Requirements
- Works with PHP 5.5+ and MariaDB 5.0.3+, MySQL 5.0.3+ or PostgreSQL 8.1.4+ (See requirements on the [Wiki](https://wiki.dolibarr.org/index.php/Prerequisite))
- Compatible with all Cloud solutions that match MySQL, PHP or PostgreSQL prerequisites.
2015-01-23 16:12:59 +01:00
### Extending
2011-09-30 17:24:35 +02:00
2017-06-11 11:21:17 +02:00
Dolibarr can be extended with a lot of other external application or modules from third party developers available at the [DoliStore](https://www.dolistore.com).
2011-09-30 17:24:35 +02:00
2018-04-12 12:30:31 +02:00
## WHAT DOLIBARR CAN'T DO YET
2011-09-30 17:24:35 +02:00
2015-01-23 16:12:59 +01:00
These are features that Dolibarr does **not** yet fully support:
2011-09-30 17:24:35 +02:00
2015-01-23 16:12:59 +01:00
- Tasks dependencies in projects
- Payroll module
- No native embedded Webmail, but you can send email to contacts in Dolibarr with e.g. offers, invoices, etc.
2015-01-23 16:12:59 +01:00
- Dolibarr can't do coffee (yet)
2011-09-30 17:24:35 +02:00
2015-01-23 16:12:59 +01:00
## DOCUMENTATION
2011-09-30 17:24:35 +02:00
Administrator, user, developer and translator's documentations are available along with other community resources in the [Wiki](https://wiki.dolibarr.org).
2011-09-30 17:24:35 +02:00
## CONTRIBUTING
2020-02-13 18:41:03 +01:00
This project exists thanks to all the people who contribute. [[Contribute](https://github.com/Dolibarr/dolibarr/blob/develop/.github/CONTRIBUTING.md)]
2018-04-12 13:07:37 +02:00
<a href="https://github.com/Dolibarr/dolibarr/graphs/contributors"><img src="https://opencollective.com/dolibarr/contributors.svg?width=890&button=false" /></a>
2015-01-23 16:12:59 +01:00
## CREDITS
2011-09-30 17:24:35 +02:00
Dolibarr is the work of many contributors over the years and uses some fine PHP libraries.
2014-02-05 01:42:45 +01:00
See [COPYRIGHT](https://github.com/Dolibarr/dolibarr/blob/develop/COPYRIGHT) file.
2014-02-05 01:42:45 +01:00
2015-11-11 16:02:41 +01:00
## NEWS AND SOCIAL NETWORKS
2014-02-05 01:42:45 +01:00
2015-01-23 16:12:59 +01:00
Follow Dolibarr project on:
2014-02-05 01:42:45 +01:00
2015-01-23 16:12:59 +01:00
- [Facebook](https://www.facebook.com/dolibarr)
2016-08-01 15:22:48 +02:00
- [Twitter](https://www.twitter.com/dolibarr)
2015-04-28 21:57:54 +02:00
- [LinkedIn](https://www.linkedin.com/company/association-dolibarr)
2015-01-23 16:12:59 +01:00
- [YouTube](https://www.youtube.com/user/DolibarrERPCRM)
- [GitHub](https://github.com/Dolibarr/dolibarr)
### Sponsors
2018-04-12 12:13:00 +02:00
Support this project by becoming a sponsor. Your logo will show up here. 🙏 [[Become a sponsor/backer](https://opencollective.com/dolibarr#backer)]