Introduction In this article I go over the full build out of an ajax-enabled Django widget. Although I will walk through all of the steps necessary to create this widget, this article does assume you have at least some understanding of Django, ajax, and JavaScript. Check out some of our other Django-centric articles: with Docker,..
Author: Andy Honeycutt
What is it? Code Multiplex, written in Python / Django / Django Rest Framework, is an open source RESTful application / RESTful language interpreter. Since it’s a REST application, it allows access to remote scripts without predefined language restrictions: you send JSON and you receive JSON. It’s a “Language as a Service” model, “Interpreter as..
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..
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..