2012-02-07 10:45:27 +01:00
# DOLIBARR ERP & CRM
2011-09-30 17:24:35 +02:00
2019-03-06 11:49:41 +01:00

2024-12-30 03:14:20 +01:00

2023-08-11 09:16:46 +02:00
[](https://php.net/)
2020-10-15 13:44:54 +02:00
[](https://github.com/Dolibarr/dolibarr)
2022-01-11 16:55:58 +01:00
[](https://bestpractices.coreinfrastructure.org/projects/5521)
2015-10-29 09:58:43 +01:00
2024-08-18 18:28:24 +02:00
Dolibarr ERP & CRM is a modern software package that helps manage your organization's activities (contacts, quotes, invoices, orders, stocks, agenda, human resources, ecm, manufacturing…).
2011-09-30 17:24:35 +02:00
2024-04-14 22:17:07 +02:00
It's an Open-Source Software suite (written in PHP with JavaScript enhancements) designed for small, medium or large companies, foundations and freelancers.
2013-01-16 15:36:08 +01:00
2023-10-26 12:25:54 +02:00
You can freely use, study, modify or distribute it according to its license.
2020-08-16 23:55:27 +02:00
2024-03-01 12:46:18 +01:00
You can use it as a standalone application or as a web application to access it from the Internet or from a LAN.
2013-01-16 15:36:08 +01:00
2021-06-04 23:39:52 +02:00
Dolibarr has a large community ready to help you, free forums and [preferred partners ready to offer commercial support should you need it ](https://partners.dolibarr.org )
2020-08-09 17:16:36 +02:00
2020-11-03 12:35:57 +01:00

2013-01-16 15:36:08 +01:00
2024-06-20 11:06:38 +02:00
2015-01-23 16:12:59 +01:00
## LICENSE
2011-09-30 17:24:35 +02:00
2024-03-01 12:46:18 +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
2015-11-11 15:59:51 +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
2015-11-11 15:59:51 +01: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
2024-06-20 11:06:38 +02:00
2015-01-23 16:12:59 +01:00
## INSTALLING
2011-09-30 17:24:35 +02:00
2024-08-18 18:28:24 +02:00
There is a lot of different solutions to install Dolibarr.
### Using packages
2011-09-30 17:24:35 +02:00
2025-01-30 09:30:10 +01:00
If you have low technical skills and you're looking to install Dolibarr ERP/CRM with just few clicks, you can use one of the packaged versions (see next chapter if you have IT knowledge) :
2011-09-30 17:24:35 +02:00
2022-05-29 11:15:38 +02:00
- [DoliWamp for Windows ](https://wiki.dolibarr.org/index.php/Dolibarr_for_Windows_(DoliWamp ))
2025-01-30 09:30:10 +01:00
- [DoliDeb for Debian, Ubuntu ](https://wiki.dolibarr.org/index.php/Dolibarr_for_Ubuntu_or_Debian )
2024-02-09 15:58:49 +01:00
- DoliRpm for Red Hat, Fedora, OpenSuse, Mandriva or Mageia
2025-01-30 09:30:10 +01:00
- The Docker image (see chapter "Using Docker")
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/ ).
2024-11-13 09:30:23 +01:00
### Using the generic step by step setup (recommended for IT users)
2020-08-09 16:33:34 +02:00
2024-06-20 11:06:38 +02:00
You can use any web server supporting PHP (Apache, Nginx, ...) and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version:
2011-09-30 17:24:35 +02:00
2024-02-09 15:58:49 +01:00
- Verify that your installed PHP version is supported [see PHP support ](https://wiki.dolibarr.org/index.php/Releases ).
2020-03-30 11:20:24 +02:00
2024-02-09 15:58:49 +01: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 (recommended if you know git as it makes it easier if you want to upgrade later):
2019-02-01 15:04:44 +01:00
2024-04-20 23:10:51 +02:00
`git clone https://github.com/dolibarr/dolibarr -b x.y` (where x.y is the main version like 9.0, 19.0, ...)
2019-02-01 15:04:44 +01:00
2024-02-09 15:58:49 +01:00
- Set up your web server to use `dolibarr/htdocs` as root if your web server does not already define a directory to point to.
2019-12-05 21:11:05 +01:00
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
2024-02-09 15:58:49 +01:00
The URL will depend on how your web configuration directs to your dolibarr installation. It may look like:
2019-12-05 21:11:05 +01:00
`http://localhost/dolibarr/htdocs/install/`
or
`http://localhost/dolibarr/install/`
or
`http://yourdolibarrvirtualhost/install/`
2024-11-13 09:30:23 +01:00
- Follow the installer instructions
2015-01-23 16:12:59 +01:00
2024-08-20 09:46:42 +02:00
### Using Docker images
Dolibarr is also available as a [Docker image ](https://hub.docker.com/r/dolibarr/dolibarr ). Installation instructions are available [here ](https://github.com/Dolibarr/dolibarr-docker ).
2024-08-18 18:28:24 +02:00
### Using ready to use SaaS/Cloud offers
2019-02-01 15:19:57 +01:00
2024-02-09 15:58:49 +01:00
If you lack the time to install it yourself, consider exploring commercial 'ready-to-use' Cloud offerings (refer to https://saas.dolibarr.org). Keep in mind that this third option comes with associated costs.
2020-04-22 15:37:01 +02:00
2024-06-20 11:06:38 +02:00
2015-01-23 16:12:59 +01:00
## UPGRADING
2021-08-04 06:21:04 +02:00
Dolibarr supports upgrading, usually without the need for any (commercial) support (depending on if you use any commercial extensions). It 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!
2021-10-30 12:25:40 +02:00
2024-02-09 15:58:49 +01:00
Follow these step-by-step instructions to seamlessly upgrade Dolibarr to the latest version:
2021-09-18 21:09:36 +02:00
- At first make a backup of your Dolibarr files & then [see ](https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#Upgrade_Dolibarr )
2024-02-09 15:58:49 +01:00
- Verify that your installed PHP version is supported by the new version [see PHP support ](https://wiki.dolibarr.org/index.php/Releases ).
- Overwrite all old files from the 'dolibarr' directory with files provided in the new version's package.
- At your next access, Dolibarr will redirect you to the "install/" page to follow the upgrade process.
2020-08-09 16:33:34 +02:00
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
2024-06-20 11:06:38 +02:00
2015-11-11 16:02:41 +01:00
## WHAT'S NEW
2015-01-23 16:12:59 +01:00
2015-11-11 15:56:05 +01:00
See the [ChangeLog ](https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog ) file.
2015-01-23 16:12:59 +01:00
2024-06-20 11:06:38 +02:00
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
2021-10-30 12:25:40 +02:00
- Third-Parties Management: Customers, Prospects (Leads) and/or Suppliers + Contacts
- Members/Membership/Foundation management
2021-06-07 09:39:05 +02:00
2021-10-30 12:25:40 +02:00
Product Management
2023-11-16 15:33:55 +01:00
- Products and/or Services catalogue
2021-10-30 12:25:40 +02:00
- Stock / Warehouse management + Inventory
- Barcodes
- Batches / Lots / Serials
- Product Variants
2021-06-14 10:45:09 +02:00
- Bill of Materials (BOM)
2023-11-20 20:15:16 +01:00
- Manufacturing Orders (MO)
2021-10-30 12:25:40 +02:00
Customer/Sales Management
- Customers/Prospects + Contacts management
- Opportunities or Leads management
2022-05-06 11:07:03 +02:00
- Commercial proposals management (online signing)
2021-10-30 12:25:40 +02:00
- Customer Orders management
- Contracts/Subscription management
- Interventions management
2024-02-09 15:58:49 +01:00
- Ticket System (+ Knowledge management)
2023-11-20 20:15:16 +01:00
- Partnership management
2021-10-30 12:25:40 +02:00
- Shipping management
- Customer Invoices/Credit notes and payment management
- Point of Sale (POS)
Supplier/Purchase Management
- Suppliers/Vendors + Contacts
2024-02-09 15:58:49 +01:00
- Supplier (pricing) requests
2021-10-30 12:25:40 +02:00
- Purchase Orders management
2023-10-23 19:19:36 +02:00
- Delivery/Reception
2024-02-09 15:58:49 +01:00
- Supplier Invoices/Credit notes and payment management
2021-10-30 12:25:40 +02:00
- INCOTERMS
2022-05-06 11:07:03 +02:00
Finance/Accounting
2021-10-30 12:25:40 +02:00
2022-05-06 11:07:03 +02:00
- Invoices/Payments
2021-10-30 12:25:40 +02:00
- Bank accounts management
2022-05-06 11:07:03 +02:00
- Direct debit and Credit transfer management (European SEPA)
2021-10-30 12:25:40 +02:00
- Accounting management
- Donations management
- Loan management
- Margins
- Reports
Collaboration
2024-02-09 15:58:49 +01:00
- Shared calendar/agenda (with `ical` and `vcal` import/export for third-party tools integration)
2021-10-30 12:25:40 +02:00
- Projects & Tasks management
2023-11-20 20:15:16 +01:00
- Event organization
2021-10-30 12:25:40 +02:00
- Ticket System
2021-06-14 10:45:09 +02:00
- Surveys
2021-06-07 09:39:05 +02:00
2023-11-20 20:15:16 +01:00
HR - Human Resources Management
2021-06-07 09:39:05 +02:00
2024-02-09 15:58:49 +01:00
- Employee leave management
2021-10-30 12:25:40 +02:00
- Expense reports
- Recruitment management
2023-11-20 20:15:16 +01:00
- Employee/staff management
2021-10-30 12:25:40 +02:00
- Timesheets
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
2021-10-03 20:36:03 +02:00
- Electronic Document Management (EDM)
2022-05-06 11:07:03 +02:00
- Bookmarks
2015-01-23 16:12:59 +01:00
- Reporting
- Data export/import
2021-10-03 20:36:03 +02:00
- Barcodes
2015-01-23 16:12:59 +01:00
- LDAP connectivity
- ClickToDial integration
2020-04-22 15:37:01 +02:00
- Mass emailing
2015-01-23 16:12:59 +01:00
- RSS integration
2021-10-03 20:36:03 +02:00
- Social platforms linking
2017-06-14 18:34:39 +02:00
- Payment platforms integration (PayPal, Stripe, Paybox...)
2021-06-14 10:45:09 +02:00
- Email-Collector
2023-11-20 20:15:16 +01:00
(around 100 modules available by default, 1000+ addons at the official marketplace Dolistore.com)
2021-06-14 10:45:09 +02:00
2015-10-17 01:09:56 +02:00
### Other general features
2017-06-11 11:09:05 +02:00
2022-05-06 11:07:03 +02:00
- Multi-Language Support (Localization in most major languages)
2023-10-30 02:26:09 +01:00
- Multi-users and groups with finely-grained rights
2020-11-30 20:07:23 +01:00
- Multi-Currency
2024-02-09 15:58:49 +01:00
- Multi-Company (by adding an external module)
2023-10-30 02:26:09 +01:00
- Very user-friendly and easy to use
2022-05-06 11:07:03 +02:00
- Customizable dashboards
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)
2020-11-30 20:07:23 +01:00
- APIs (REST, SOAP)
2020-08-09 16:33:34 +02:00
- Code that is easy to understand, maintain and develop (PHP with no heavy framework; trigger and hook architecture)
2023-10-30 02:26:09 +01:00
- Support a lot of country-specific features:
2024-04-15 18:18:32 +02:00
- Spanish Tax RE and IRPF
2019-12-05 21:11:05 +01:00
- 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...
2024-02-13 21:40:04 +01:00
- Greece fetch customer vat details from AADE, all invoice types, MyData(external free module)
2022-05-06 11:07:03 +02:00
- ZATCA e-invoicing QR-Code
2021-10-30 12:25:40 +02:00
- Compatible with [European directives ](https://europa.eu/legislation_summaries/taxation/l31057_en.htm ) (2006/112/CE ... 2010/45/UE)
2024-02-09 15:58:49 +01:00
- Compatible with data privacy rules (Europe's GDPR, ...)
2019-12-05 21:11:05 +01:00
- ...
2020-08-09 16:33:34 +02:00
- Flexible PDF & ODT generation for invoices, proposals, orders...
2021-10-03 20:36:03 +02:00
- ...
2015-10-17 01:09:56 +02:00
2019-09-18 10:50:07 +02:00
### System Environment / Requirements
2021-06-18 22:53:04 +02:00
- PHP
2021-10-30 12:25:40 +02:00
- MariaDB, MySQL or PostgreSQL
2020-11-19 14:04:21 +01:00
- Compatible with all Cloud solutions that match PHP & MySQL or PostgreSQL prerequisites.
2019-09-18 10:50:07 +02:00
2021-06-19 20:05:25 +02:00
See exact requirements on the [Wiki ](https://wiki.dolibarr.org/index.php/Prerequisite )
2015-01-23 16:12:59 +01:00
### Extending
2011-09-30 17:24:35 +02:00
2023-10-30 02:26:09 +01:00
Dolibarr can be extended with a lot of other external applications or modules from third-party developers available at the [DoliStore ](https://www.dolistore.com ).
2011-09-30 17:24:35 +02:00
2024-06-20 11:06:38 +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
2024-02-09 15:58:49 +01:00
- 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
2024-06-20 11:06:38 +02:00
2015-01-23 16:12:59 +01:00
## DOCUMENTATION
2011-09-30 17:24:35 +02:00
2023-10-30 02:26:09 +01:00
Administrator, user, developer and translator's documentation are available along with other community resources in the [Wiki ](https://wiki.dolibarr.org ).
2011-09-30 17:24:35 +02:00
2024-06-20 11:06:38 +02:00
2015-11-13 14:24:02 +01:00
## CONTRIBUTING
2021-10-30 12:25:40 +02:00
This project exists thanks to all the people who contribute.
2024-02-09 15:58:49 +01:00
Please read the instructions on how to contribute (report a bug/error, a feature request, send code, ...) [[Contributing ](https://github.com/Dolibarr/dolibarr/blob/develop/.github/CONTRIBUTING.md )]
2020-12-08 09:44:53 +01:00
2023-10-30 02:26:09 +01:00
A View on Contributors:
2020-02-13 18:41:03 +01:00
2021-10-30 12:25:40 +02:00
[](https://github.com/Dolibarr/dolibarr/graphs/contributors)
2020-12-08 09:44:53 +01:00
2024-06-20 11:06:38 +02:00
2015-01-23 16:12:59 +01:00
## CREDITS
2011-09-30 17:24:35 +02:00
2020-08-09 16:33:34 +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
2015-11-11 15:59:51 +01:00
See [COPYRIGHT ](https://github.com/Dolibarr/dolibarr/blob/develop/COPYRIGHT ) file.
2014-02-05 01:42:45 +01:00
2024-06-20 11:06:38 +02: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 )
2023-11-16 15:33:55 +01:00
- [X ](https://x.com/dolibarr )
2015-04-28 21:57:54 +02:00
- [LinkedIn ](https://www.linkedin.com/company/association-dolibarr )
2022-05-06 11:07:31 +02:00
- [Reddit ](https://www.reddit.com/r/Dolibarr_ERP_CRM/ )
2015-01-23 16:12:59 +01:00
- [YouTube ](https://www.youtube.com/user/DolibarrERPCRM )
- [GitHub ](https://github.com/Dolibarr/dolibarr )
2018-04-12 07:09:31 +02:00
2024-06-20 11:06:38 +02:00
## Sponsors
2018-04-12 07:09:31 +02:00
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 )]