[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8257":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":47,"readmeContent":48,"aiSummary":49,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":50,"discoverSource":51},8257,"dolibarr","Dolibarr\u002Fdolibarr","Dolibarr","Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.","https:\u002F\u002Fwww.dolibarr.org",null,"PHP",7304,3410,270,750,0,2,23,117,16,41,"GNU General Public License v3.0",false,"develop",true,[27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],"accounting","agenda","crm","erp","hacktoberfest","human-resource-managment","invoice","invoices","invoicing","mysql","orders","php","postgresql","proposal","purchase","quotations","sales","stock","stocks","suppliers","2026-06-12 02:01:51","# DOLIBARR ERP & CRM\n\n![Downloads per day](https:\u002F\u002Fimg.shields.io\u002Fsourceforge\u002Fdw\u002Fdolibarr.svg)\n![Docker hub pulls](https:\u002F\u002Fimg.shields.io\u002Fdocker\u002Fpulls\u002Fdolibarr\u002Fdolibarr.svg)\n[![Minimum PHP Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fphp-%3E%3D%207.2-8892BF.svg?style=flat-square)](https:\u002F\u002Fphp.net\u002F)\n[![GitHub release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002FDolibarr\u002Fdolibarr)](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr)\n[![CII Best Practices](https:\u002F\u002Fbestpractices.coreinfrastructure.org\u002Fprojects\u002F5521\u002Fbadge)](https:\u002F\u002Fbestpractices.coreinfrastructure.org\u002Fprojects\u002F5521)\n\nDolibarr ERP & CRM is a modern software package that helps manage your organization's activities (contacts, quotes, invoices, orders, stocks, agenda, human resources, ecm, manufacturing…).\n\nIt's an Open-Source Software suite (written in PHP with JavaScript enhancements) designed for small, medium or large companies, foundations and freelancers.\n\nYou can freely use, study, modify or distribute it according to its license.\n\nYou can use it as a standalone application or as a web application to access it from the Internet or from a LAN.\n\nDolibarr has a large community ready to help you, free forums and [preferred partners ready to offer commercial support should you need it](https:\u002F\u002Fpartners.dolibarr.org)\n\n![ScreenShot](https:\u002F\u002Fwww.dolibarr.org\u002Fmedias\u002Fdolibarr_screenshot1_1920x1080.jpg)\n\n\n## LICENSE\n\nDolibarr 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+).\n\nSee the [COPYING](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr\u002Fblob\u002Fdevelop\u002FCOPYING) file for a full copy of the license.\n\nOther licenses apply for some included dependencies. See [COPYRIGHT](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr\u002Fblob\u002Fdevelop\u002FCOPYRIGHT) for a full list.\n\n\n## INSTALLING\n\nThere is a lot of different solutions to install Dolibarr.\n\n### Using packages \n\nIf you have low technical skills and you're looking to install Dolibarr ERP\u002FCRM with just few clicks, you can use one of the packaged versions (see next chapter if you have IT knowledge) :\n\n- [DoliWamp for Windows](https:\u002F\u002Fwiki.dolibarr.org\u002Findex.php\u002FDolibarr_for_Windows_(DoliWamp))\n- [DoliDeb for Debian, Ubuntu](https:\u002F\u002Fwiki.dolibarr.org\u002Findex.php\u002FDolibarr_for_Ubuntu_or_Debian)\n- DoliRpm for Red Hat, Fedora, OpenSuse, Mandriva or Mageia\n- The Docker image (see chapter \"Using Docker\")\n\nReleases can be downloaded from [official website](https:\u002F\u002Fwww.dolibarr.org\u002F).\n\n### Using the generic step by step setup (recommended for IT users)\n\nYou can use any web server supporting PHP (Apache, Nginx, ...) and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version:\n\n- Verify that your installed PHP version is supported [see PHP support](https:\u002F\u002Fwiki.dolibarr.org\u002Findex.php\u002FReleases).\n\n- Uncompress the downloaded .zip archive to copy the `dolibarr\u002Fhtdocs` 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):\n\n  `git clone https:\u002F\u002Fgithub.com\u002Fdolibarr\u002Fdolibarr -b x.y`     (where x.y is the main version like 9.0, 19.0, ...)\n\n- Set up your web server to use `dolibarr\u002Fhtdocs` as root if your web server does not already define a directory to point to.\n\n- Create an empty `htdocs\u002Fconf\u002Fconf.php` file and set *write* permissions for your web server user (*write* permission will be removed once install is finished)\n\n- From your browser, go to the dolibarr \"install\u002F\" page\n\n  The URL will depend on how your web configuration directs to your dolibarr installation. It may look like:\n\n  `http:\u002F\u002Flocalhost\u002Fdolibarr\u002Fhtdocs\u002Finstall\u002F`\n\n  or\n\n  `http:\u002F\u002Flocalhost\u002Fdolibarr\u002Finstall\u002F`\n\n  or\n\n  `http:\u002F\u002Fyourdolibarrvirtualhost\u002Finstall\u002F`\n\n- Follow the installer instructions\n\n### Using Docker images\n\nDolibarr is also available as a [Docker image](https:\u002F\u002Fhub.docker.com\u002Fr\u002Fdolibarr\u002Fdolibarr). Installation instructions are available [here](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr-docker).\n\n### Using ready to use SaaS\u002FCloud offers\n\nIf you lack the time to install it yourself, consider exploring commercial 'ready-to-use' Cloud offerings (refer to https:\u002F\u002Fsaas.dolibarr.org). Keep in mind that this third option comes with associated costs.\n\n\n## UPGRADING\n\nDolibarr 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!\n\nFollow these step-by-step instructions to seamlessly upgrade Dolibarr to the latest version:\n\n- At first make a backup of your Dolibarr files & then [see](https:\u002F\u002Fwiki.dolibarr.org\u002Findex.php\u002FInstallation_-_Upgrade#Upgrade_Dolibarr)\n- Verify that your installed PHP version is supported by the new version [see PHP support](https:\u002F\u002Fwiki.dolibarr.org\u002Findex.php\u002FReleases).\n- Overwrite all old files from the 'dolibarr' directory with files provided in the new version's package.\n- At your next access, Dolibarr will redirect you to the \"install\u002F\" page to follow the upgrade process.\n  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*\").\n\n\n## WHAT'S NEW\n\nSee the [ChangeLog](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr\u002Fblob\u002Fdevelop\u002FChangeLog) file.\n\n\n## FEATURES\n\n### Main application\u002Fmodules (all optional)\n\n- Third-Parties Management: Customers, Prospects (Leads) and\u002For Suppliers + Contacts\n- Members\u002FMembership\u002FFoundation management\n\n Product Management\n\n- Products and\u002For Services catalogue\n- Stock \u002F Warehouse management + Inventory\n- Barcodes\n- Batches \u002F Lots \u002F Serials\n- Product Variants\n- Bill of Materials (BOM)\n- Manufacturing Orders (MO)\n- Workstations \u002F Workplaces\n\n Customer\u002FSales Management\n\n- Customers\u002FProspects + Contacts management\n- Opportunities or Leads management\n- Commercial proposals management (online signing)\n- Customer Orders management\n- Contracts\u002FSubscription management\n- Interventions management\n- Ticket System (+ Knowledge management)\n- Partnership management\n- Shipping management\n- Customer Invoices\u002FCredit notes and payment management\n- Point of Sale (POS)\n\n Supplier\u002FPurchase Management\n\n- Suppliers\u002FVendors + Contacts\n- Supplier (pricing) requests\n- Purchase Orders management\n- Delivery\u002FReception\n- Supplier Invoices\u002FCredit notes and payment management\n- INCOTERMS\n\n Finance\u002FAccounting\n\n- Invoices\u002FPayments\n- Bank accounts management\n- Direct debit and Credit transfer management (European SEPA)\n- Accounting management\n- Donations management\n- Loan management\n- Margins\n- Reports\n\n Collaboration\n\n- Shared calendar\u002Fagenda (with `ical` and `vcal` import\u002Fexport for third-party tools integration)\n- Projects & Tasks management\n- Event organization\n- Ticket System\n- Surveys\n\n HR - Human Resources Management\n\n- Employee leave management\n- Expense reports\n- Recruitment management\n- Employee\u002Fstaff management\n- Timesheets\n\n### Other application\u002Fmodules\n\n- Electronic Document Management (EDM)\n- Bookmarks\n- Reporting\n- Data export\u002Fimport\n- Barcodes\n- LDAP connectivity\n- Click-To-Dial integration\n- Mass emailing\n- RSS integration\n- Social platforms linking\n- Payment platforms integration (PayPal, Stripe, Paybox...)\n- Email-Collector\n- AI support via API\n\n(around 100 modules available by default, 1000+ addons at the official marketplace Dolistore.com)\n\n### Other general features\n\n- Multi-Language Support (Localization in most major languages)\n- Multi-users and groups with finely-grained rights\n- Multi-Currency\n- Multi-Company (by adding an external module)\n- Very user-friendly and easy to use\n- Customizable dashboards\n- 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)\n- APIs (REST, SOAP)\n- Code that is easy to understand, maintain and develop (PHP with no heavy framework; trigger and hook architecture)\n- Support a lot of country-specific features:\n  - Spanish Tax RE and IRPF\n  - French NPR VAT rate (VAT called \"Non Perçue Récupérable\" for DOM-TOM)\n  - Canadian double taxes (federal\u002Fprovince) and other countries using cumulative VAT\n  - Tunisian tax stamp\n  - Argentina invoice numbering using A,B,C...\n  - Greece fetch customer vat details from AADE, all invoice types, MyData(external free module)\n  - ZATCA e-invoicing QR-Code\n  - Compatible with [European directives](https:\u002F\u002Feuropa.eu\u002Flegislation_summaries\u002Ftaxation\u002Fl31057_en.htm) (2006\u002F112\u002FCE ... 2010\u002F45\u002FUE)\n  - Compatible with data privacy rules (Europe's GDPR, ...)\n  - ...\n- Flexible PDF & ODT generation for invoices, proposals, orders...\n- ...\n\n### System Environment \u002F Requirements\n\n- PHP\n- MariaDB, MySQL or PostgreSQL\n- Compatible with all Cloud solutions that match PHP & MySQL or PostgreSQL prerequisites.\n\nSee exact requirements on the [Wiki](https:\u002F\u002Fwiki.dolibarr.org\u002Findex.php\u002FPrerequisites)\n\n### Extending\n\nDolibarr can be extended with a lot of other external applications or modules from third-party developers available at the [DoliStore](https:\u002F\u002Fwww.dolistore.com).\n\n\n## WHAT DOLIBARR CAN'T DO YET\n\nThese are features that Dolibarr does **not** yet fully support:\n\n- Tasks dependencies in projects\n- Payroll module\n- Native embedded Webmail, but you can send email to contacts in Dolibarr with e.g. offers, invoices, etc.\n- Dolibarr can't do coffee (yet)\n\n\n## DOCUMENTATION\n\nAdministrator, user, developer and translator's documentation are available along with other community resources in the [Wiki](https:\u002F\u002Fwiki.dolibarr.org).\n\n\n## CONTRIBUTING AND RELEASE PROCESS\n\nThis project exists thanks to all the people who contribute.\nPlease read the instructions on how to contribute (report a bug\u002Ferror, a feature request, send code, ...)  [[Contributing](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr\u002Fblob\u002Fdevelop\u002F.github\u002FCONTRIBUTING.md)]\n\nA View on Contributors:\n\n[![Dolibarr](https:\u002F\u002Fopencollective.com\u002Fdolibarr\u002Fcontributors.svg?width=890&button=false)](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr\u002Fgraphs\u002Fcontributors)\n\nThe release process is described into the file dev\u002Fbuild\u002Fmakepack-howto.md\n\n\n## CREDITS\n\nDolibarr is the work of many contributors over the years and uses some fine PHP libraries.\n\nSee [COPYRIGHT](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr\u002Fblob\u002Fdevelop\u002FCOPYRIGHT) file.\n\n\n## NEWS AND SOCIAL NETWORKS\n\nFollow Dolibarr project on:\n\n- [LinkedIn](https:\u002F\u002Fwww.linkedin.com\u002Fcompany\u002Fassociation-dolibarr)\n- [Mastodon](https:\u002F\u002Fpouet.chapril.org\u002F@dolibarr)\n- [BlueSky](https:\u002F\u002Fbsky.app\u002Fprofile\u002Fdolibarr.org)\n- [Threads](https:\u002F\u002Fwww.threads.net\u002F@dolibarr)\n- [X](https:\u002F\u002Fx.com\u002Fdolibarr)\n- [Facebook](https:\u002F\u002Fwww.facebook.com\u002Fdolibarr)\n- [Reddit](https:\u002F\u002Fwww.reddit.com\u002Fr\u002FDolibarr_ERP_CRM\u002F)\n- [YouTube](https:\u002F\u002Fwww.youtube.com\u002Fuser\u002FDolibarrERPCRM)\n- [GitHub](https:\u002F\u002Fgithub.com\u002FDolibarr\u002Fdolibarr)\n\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here. 🙏 [[Become a sponsor\u002Fbacker](https:\u002F\u002Fopencollective.com\u002Fdolibarr#backer)]\n","Dolibarr ERP & CRM 是一个现代化的软件包，用于管理企业或基金会的各项活动（如联系人、报价单、发票、订单、库存、日程等）。该软件采用PHP编写，并结合了JavaScript增强功能，提供了一个全面的企业资源规划和客户关系管理系统。其核心功能包括财务管理、人力资源管理、销售与采购流程控制等，并支持MySQL和PostgreSQL数据库。Dolibarr适用于任何规模的企业、非营利组织以及自由职业者，既可作为独立应用程序使用，也能通过互联网或局域网以Web应用形式访问。此外，它拥有活跃的社区支持和商业合作伙伴网络，确保用户能够获得所需帮助。","2026-06-11 03:17:01","top_language"]