Recap In this series, my team and I looked at Odoo, ERPNext, Dolibarr, and Tryton. We stepped through the installation, configuration and initial offerings each ERP solution. We came to a conclusion about the installation and overall offerings of these packages: not all of them are for us. Odoo The first open source ERP solution..
Month: October 2019
Introduction I have been working with Django for the last two years here at Accendero. We are working on a project that will be deployed in a Docker container, so I started looking into what it takes to create one for an existing Django project. The Docker documentation explains how to build an image and..
Intro For more information about ionic react and to view the tutorial that got me started go to https://ionicframework.com/blog/announcing-ionic-react/ Today I am going to build a simple JIRA App using Ionic react that displays a list of currently open issues for a particular user. Getting Started First things first, download the latest Ionic CLI: The..
Check out Part 1: Odoo, Part 2: ERPNext, Part 3: Dolibarr Today I am going to be taking a look at the open source business solution Tryton. According to tryton.org, “TRYTON is business software, ideal for companies of any size, easy to use, complete and 100% Open Source.” Tryton runs a pretty modular setup which has..
Check out Part 1: Odoo, Part 2: ERPNext, Part 4: Tryton Dolibarr Setup & Offerings Dolibarr is a PHP based open source ERP/CRM. I am following the Advanced Setup process because I prefer to clone the repo and get things running that way. They also offer compressed archives which you would extract into a webserver..
Check out Part 1: Odoo, Part 3: Dolibarr, Part 4: Tryton ERPNext Setup & Offerings ERPNext is often listed as a top competitor to Odoo in the open source ERP field. Because of this, it was our next choice for evaluation. As I, and others on my team, went through the installation process, it became..
Check out Part 2: ERPNext, Part 3: Dolibarr, Part 4: Tryton Odoo Setup & Offerings Over the next few weeks, we will be testing out various open source ERP solutions. I am primarily interested in looking at ERP platforms that allow me to plug in my own custom modules. For this article, I am going..