All Projects → Dolibarr → Dolibarr

Dolibarr / Dolibarr

Licence: other
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalon…

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
Less
1899 projects
perl
6916 projects

Projects that are alternatives of or similar to Dolibarr

Metasfresh
We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.
Stars: ✭ 807 (-71.95%)
Mutual labels:  erp, accounting, hacktoberfest, crm, postgresql
Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+59.85%)
Mutual labels:  erp, accounting, invoicing, crm, invoices
Xtuple
This repository contains the source code for the database schema for the PostBooks edition of xTuple ERP and xTuple's REST API server. The REST API server is written in JavaScript running on Node.js. The database schema for PostBooks runs on a PostgreSQL database server.
Stars: ✭ 247 (-91.41%)
Mutual labels:  erp, accounting, crm, postgresql
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (-97.08%)
Mutual labels:  sales, erp, accounting, purchase
Ledgersmb
Repository for the LedgerSMB project -- web app for accounting & ERP
Stars: ✭ 222 (-92.28%)
Mutual labels:  erp, accounting, invoicing, postgresql
Qt Client
This repository contains the source code for the Desktop client. The Desktop client is built using the Qt framework for C++. The client can be extended or customized using JavaScript. This client is used by all editions of xTuple ERP.
Stars: ✭ 93 (-96.77%)
Mutual labels:  erp, accounting, crm, postgresql
itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (-90.2%)
Mutual labels:  accounting, crm, invoicing, invoice
uzerp
uzERP - Open Source Business Management
Stars: ✭ 41 (-98.57%)
Mutual labels:  sales, erp, accounting, stock
Gauzy
Gauzy™ - Open-Source Business Management Platform (ERP/CRM/HRM)
Stars: ✭ 374 (-87%)
Mutual labels:  erp, accounting, invoicing, crm
Openpapyrus
Sophisticated ERP, CRM, Point-Of-Sale, etc. Open source now. This system is developed since 1996.
Stars: ✭ 158 (-94.51%)
Mutual labels:  erp, accounting, invoice, crm
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (-83.63%)
Mutual labels:  hacktoberfest, mysql, postgresql
Wp Erp
An open-source ERP (Enterprise Resource Planning) solution for WordPress
Stars: ✭ 441 (-84.67%)
Mutual labels:  erp, accounting, crm
Lucid
AdonisJS official SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
Stars: ✭ 613 (-78.69%)
Mutual labels:  hacktoberfest, mysql, postgresql
Mybb
MyBB is a free and open source forum software.
Stars: ✭ 750 (-73.93%)
Mutual labels:  hacktoberfest, mysql, postgresql
Deno Nessie
A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Stars: ✭ 381 (-86.76%)
Mutual labels:  hacktoberfest, mysql, postgresql
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (-98.19%)
Mutual labels:  hacktoberfest, mysql, postgresql
Invoiceneko
An Open Sourced Invoice System developed for anyone who needs to generate out an invoice and manage clients
Stars: ✭ 204 (-92.91%)
Mutual labels:  accounting, invoice, invoicing
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+600.28%)
Mutual labels:  hacktoberfest, mysql, postgresql
Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+255.23%)
Mutual labels:  erp, accounting, crm
Popcommerce
POP Commerce is an eCommerce and ERP application suite for retail and wholesale organizations. POP Commerce is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Stars: ✭ 64 (-97.78%)
Mutual labels:  erp, accounting, crm

DOLIBARR ERP & CRM

Downloads per day Build status Minimum PHP Version GitHub release

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

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.

You can use it as a standalone application or as a web application to access it from the Internet or a LAN.

Dolibarr has a large community ready to help you, free forums and preferred partners ready to offer commercial support should you need it

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:

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.

On GNU/Linux, first check if your distribution has already packaged Dolibarr.

Generic install steps

  • Check that your installed PHP version is supported see PHP support.

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

    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 your web server does not have an already defined directory to point to.

  • 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

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.

UPGRADING

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!

  • At first make a backup of your Dolibarr files & then see
  • Check that your installed PHP version is supported by the new version see PHP support.
  • 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").

WHAT'S NEW

See the ChangeLog file.

FEATURES

Main application/modules (all optional)

  • Third-Parties Management: Customers, Prospects (Leads) and/or Suppliers + Contacts
  • Members/Membership/Foundation management

Product Management

  • Products and/or Services catalog
  • Stock / Warehouse management + Inventory
  • Barcodes
  • Batches / Lots / Serials
  • Product Variants
  • Bill of Materials (BOM)
  • Manufacturing Orders

Customer/Sales Management

  • Customers/Prospects + Contacts management
  • Opportunities or Leads management
  • Commercial proposals management
  • Customer Orders management
  • Contracts/Subscription management
  • Interventions management
  • Ticket System
  • Shipping management
  • Customer Invoices/Credit notes and payment management
  • Point of Sale (POS)

Supplier/Purchase Management

  • Suppliers/Vendors + Contacts
  • Supplier (price) requests
  • Purchase Orders management
  • Delivery/Receiption
  • Supplier Invoices/credit notes and payment management
  • INCOTERMS

Finance / Accounting

  • Invoices / Payments
  • Bank accounts management
  • Direct debit orders management (European SEPA)
  • Accounting management
  • Donations management
  • Loan management
  • Margins
  • Reports

Collaboration

  • Shared calendar/agenda (with ical and vcal export for third party tools integration)
  • Projects & Tasks management
  • Ticket System
  • Surveys

HR

  • Employee's leave requests management
  • Expense reports
  • Recruitment management
  • Timesheets

Other application/modules

  • Electronic Document Management (EDM)
  • Bookmarks management
  • Reporting
  • Data export/import
  • Barcodes
  • Margin calculations
  • LDAP connectivity
  • ClickToDial integration
  • Mass emailing
  • RSS integration
  • Skype integration
  • Social platforms linking
  • Payment platforms integration (PayPal, Stripe, Paybox...)
  • Email-Collector

(around 100 modules available by default, 1000+ on the addon market place)

Other general features

  • Localization in most major languages
  • Multi-Language Support
  • 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
  • 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)
  • APIs (REST, SOAP)
  • Code that is easy to understand, maintain and develop (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
    • ...
  • Flexible PDF & ODT generation for invoices, proposals, orders...
  • ...

System Environment / Requirements

  • PHP
  • MariaDB, MySQL or PostgreSQL
  • Compatible with all Cloud solutions that match PHP & MySQL or PostgreSQL prerequisites.

See exact requirements on the Wiki

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, but you can send email to contacts in Dolibarr with e.g. offers, invoices, etc.
  • Dolibarr can't do coffee (yet)

DOCUMENTATION

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

CONTRIBUTING

This project exists thanks to all the people who contribute. Please read the instructions how to contribute (report a bug/error, a feature request, send code ...) [Contribute]

A view on Contributors:

Dolibarr

CREDITS

Dolibarr is the work of many contributors over the years and uses some fine PHP 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]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].