diff options
author | Edward D <ed.kickball@hotmail.com> | 2016-02-20 11:33:32 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-02-20 11:33:32 +0000 |
commit | 299688d615a4083d52665e3280b62f8d91cd34e8 (patch) | |
tree | af67bb0e748f0c7029cefbc0e10d577141c6c83a | |
parent | Merge pull request #459 from thomasfrivold/patch-1 (diff) | |
download | awesome-selfhosted-299688d615a4083d52665e3280b62f8d91cd34e8.tar.gz awesome-selfhosted-299688d615a4083d52665e3280b62f8d91cd34e8.zip |
Enterprise Resource Planning Category Fixes
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -30,6 +30,7 @@ Table of Contents - [Content Management Systems (CMS)](#content-management-systems-cms) - [E-commerce](#e-commerce) - [Document Archiving](#document-archiving) + - [Enterprise Resource Planning](#enterprise-resource-planning) - [Federated Identity/Authentication](#federated-identityauthentication) - [Feed Readers](#feed-readers) - [File Sharing and Synchronization](#file-sharing-and-synchronization) @@ -342,9 +343,6 @@ _Recipe management_ * [OpenEats](http://www.openeats.org/) - A recipe management site that allows users to create, store, share and rate recipes, create grocery lists, and more. ([Source Code](https://github.com/qgriffith/OpenEats) `Python/Django` `BSD` -### Enterprise Resource Planning -* [Odoo](http://odoo.com) - Free open source ERP system. ([Source Code](https://github.com/odoo/odoo)), ([Demo](https://demo.odoo.com/)) `LGPLv3` `Python` - ### E-commerce * [OpenCart](https://www.opencart.com) - Free open source shopping cart solution. ([Source Code](https://github.com/opencart/opencart)) `GPLv3` `PHP` @@ -362,6 +360,11 @@ _Recipe management_ * [SANE Network Scanning](http://sane-project.org/) - allow remote clients to access image acquisition devices (scanners) available on the local host. ([Source Code](http://www.sane-project.org/cvs.html)) `GPLv2` `C` +## Enterprise Resource Planning + +* [Odoo](http://odoo.com) - Free open source ERP system. ([Source Code](https://github.com/odoo/odoo)), ([Demo](https://demo.odoo.com/)) `LGPLv3` `Python` + + ## Federated Identity/Authentication * [FreeRADIUS](http://freeradius.org/) - High performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS ([Source Code](https://github.com/FreeRADIUS/freeradius-server)) `GPLv2` `C` |