Mirror of Dolibarr
Go to file
Laurent Destailleur 28a4217660 Prepare 9.0.1
2019-03-05 15:52:03 +01:00
.github fix typo in Issue tracker URL 2017-03-09 08:12:45 +01:00
.tx Update config 2018-09-01 12:10:00 +02:00
build NEW Add protection to avoid packaging if files non indexed exists into 2019-02-08 10:41:11 +01:00
dev Update date of demo 2019-02-13 15:48:55 +01:00
doc fix typo and update resource url 2018-10-13 11:08:58 +02:00
htdocs Missing translation 2019-03-05 15:48:12 +01:00
scripts FIX Translation not loaded by scheduled jobs 2019-02-05 20:32:14 +01:00
test Log 2019-01-21 03:50:05 +01:00
.codeclimate.yml test phpcodesniffer 2015-08-12 22:08:48 +02:00
.editorconfig Added Markdown rule to editorconfig 2016-06-08 02:34:47 +02:00
.gitattributes Added git export ignores 2016-01-07 14:43:35 +01:00
.gitignore FIX Amount when using mutlicurrency on PDF 2018-09-19 15:03:24 +02:00
.gitmessage Added Github templates 2016-02-22 12:32:24 +01:00
.mailmap FIX change my deprecated email 2018-10-27 14:43:12 +02:00
.scrutinizer.yml Exclude "includes" dir for scrutinizer 2016-05-08 12:48:15 +02:00
.travis.yml Add php 7.3 into travis 2019-02-15 15:01:12 +01:00
build.xml Fix bad text into file 2015-08-19 15:12:11 +02:00
ChangeLog Prepare 9.0.1 2019-03-05 15:52:03 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-04-12 13:37:43 +02:00
composer.json Update licence tag 2018-01-24 20:59:40 +01:00
composer.lock Minor fixes in css 2016-11-12 16:39:08 +01:00
COPYING Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
COPYRIGHT Add a component to select lang into a web site 2018-10-03 18:40:54 +02:00
INSTALL Sync doc files 2015-02-03 13:57:05 +01:00
README-FR.md Fix doc 2019-02-01 15:09:05 +01:00
README.md Fix setup doc 2019-02-01 15:04:44 +01:00
robots.txt Add robots.txt to prevent indexing of dev installations 2012-11-18 12:59:11 +01:00

DOLIBARR ERP & CRM

Downloads per day Reviewed by Hound

6 7 8 9 develop
Build status Build status Build status Build status Build status

Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda…).

It's an Open Source Software (written in PHP language) designed for small, medium or large companies, foundations and freelances.

You can freely use, study, modify or distribute it according to its Free Software licence.

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.

ScreenShot

LICENSE

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+).

See the COPYING file for a full copy of the license.

Other licenses apply for some included dependencies. See COPYRIGHT for a full list.

INSTALLING

Simple setup

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:

  • DoliWamp for Windows
  • DoliDeb for Debian or Ubuntu
  • DoliRpm for Redhat, Fedora, OpenSuse, Mandriva or Mageia

Releases can be downloaded from official website.

Advanced setup

You can use a Web server and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version.

  • 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 known git):

    git clone https://github.com/dolibarr/dolibarr -b x.y (where x.y is main version like 3.6, 9.0, ...)

  • Set up your web server to use "dolibarr/htdocs" as root if you'r web server does not have directory to point to already defined.

  • 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)

  • From your browser, go to the dolibarr "install/" page

    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/
    
  • Follow the installer instructions

UPGRADING

  • Overwrite all old files from 'dolibarr' directory with files provided into the new version's package.
  • At first next access, Dolibarr will redirect your 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 into the directory used to store generated and uploaded documents, in most cases, it is the directory called "documents").

Note: migration process can be safely done multiple times by calling the /install/index.php page

WHAT'S NEW

See the ChangeLog file.

FEATURES

Main application/modules (all optional)

  • Customers, Prospects and/or Suppliers directory
  • Products and/or Services catalog
  • Commercial proposals management
  • Customer and Supplier Orders management
  • Invoices and payment management
  • Standing orders management (European SEPA)
  • Bank accounts management
  • Shared calendar/agenda (with ical and vcal export for third party tools integration)
  • Opportunities and/or project management
  • Projects management
  • Contracts management
  • Stock management
  • Shipping management
  • Interventions management
  • Employee's leave requests management
  • Expense reports
  • Timesheets
  • Electronic Document Management (EDM)
  • Foundations members management
  • Mass emailing
  • Surveys
  • Point of Sale

Other application/modules

  • Bookmarks management
  • Donations management
  • Reporting
  • Data export/import
  • Barcodes support
  • Margin calculations
  • LDAP connectivity
  • ClickToDial integration
  • RSS integration
  • Skype integration
  • Payment platforms integration (PayPal, Stripe, Paybox...)

Other general features

  • 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.
  • 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 MariaDB 5.0.3+, MySQL 5.0.3+ or PostgreSQL 8.1.4+ (See requirements on the Wiki)
  • Compatible with all Cloud solutions that match MySQL, PHP or PostgreSQL prerequisites.
  • APIs.
  • An easy to understand, maintain and develop code (PHP with no heavy framework; trigger and hook architecture)
  • Support a lot of 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
    • Argentina invoice numbering using A,B,C...
    • Compatible with European directives (2006/112/CE ... 2010/45/UE)
    • Compatible with European GDPR rules
    • ...
  • PDF or ODT generation for invoice, proposals, orders...

Extending

Dolibarr can be extended with a lot of other external application or modules from third party developers available at the DoliStore.

WHAT DOLIBARR CAN'T DO YET

These are features that Dolibarr does not yet fully support:

  • Tasks dependencies in projects
  • Payroll module
  • No native embedded Webmail
  • Dolibarr can't do coffee (yet)

DOCUMENTATION

Administrator, user, developer and translator's documentations are available along with other community resources on the Wiki.

CONTRIBUTING

This project exists thanks to all the people who contribute. [Contribute].

CREDITS

Dolibarr is the work of many contributors over the years and uses some fine libraries.

See COPYRIGHT file.

NEWS AND SOCIAL NETWORKS

Follow Dolibarr project on:

Sponsors

Support this project by becoming a sponsor. Your logo will show up here. 🙏 [Become a sponsor/backer]