GithubHelp home page GithubHelp logo

pr0d33p / dolibarr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 418sec/dolibarr

0.0 0.0 0.0 624.8 MB

Dolibarr ERP CRM is a modern software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, ...).It's opensource software (wrote with PHP language) designed for small and medium companies, foundation and freelances. You can freely install, use and distribute it as a standalone application or as a web application to use it from every internet access and media.

Home Page: https://www.dolibarr.org

License: GNU General Public License v3.0

HTML 0.18% JavaScript 22.30% CSS 1.04% PHP 74.13% Shell 0.08% Makefile 0.01% Perl 0.12% C++ 0.01% Inno Setup 0.06% C 0.04% SQLPL 0.17% PLpgSQL 0.03% Batchfile 0.01% Python 0.02% Dockerfile 0.01% Hack 0.01% TSQL 1.78% Raku 0.02%

dolibarr's Introduction

DOLIBARR ERP & CRM

Downloads per day 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 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

  • At first make a backup of your Dolibarr files & than see https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#Upgrade_Dolibarr
  • 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 (Leads) 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
  • Accounting management
  • Shared calendar/agenda (with ical and vcal export for third party tools integration)
  • Opportunities and/or project management
  • Projects management
  • Contracts management
  • Warehouse/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 (POS)

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

  • 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

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

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)
  • Compatible with all Cloud solutions that match MySQL, PHP or PostgreSQL prerequisites.

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]

dolibarr's People

Contributors

altairis-tof avatar aspangaro avatar atm-arnaud avatar atm-florian avatar atm-gauthier avatar atm-john avatar atm-marc avatar atm-quentin avatar bafbes avatar csalvador avatar defrance avatar eldy avatar fappels avatar fhenry avatar fmarcet avatar frederic34 avatar grandoc avatar hregis avatar inoveaconseil avatar ionagorria avatar jfefe avatar kreizit avatar marcosgdf avatar ptibogxiv avatar rdoursenaud avatar rodo avatar ruistrecht-alt avatar stickler-ci avatar wdammak avatar ywarnier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.