joeflack4 / just-a-dash

A light-weight, mobile friendly, personal dashboard.

Home Page:https://justadash.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just-a-Dash

Just-a-Dash ERP Dashboard Just-a-Dash application is a light-weight, mobile friendly, scaffolded EMS (Enterprise Management System) platform. For our purposes, EMS is synonymous with the more common term 'ERP' (Enterprise Resource Planning).

Architecture

Just-a-Dash uses a highly modular SOA (Service Oriented Architecture) on both the front and back ends. The technology stack is as follows,

Documentation

As of right now, no user or development documentation exists. But it will.

Contributing

Contribution is encouraged. While Just-a-Dash's documentation is currently sparse, it is however straightforward and easy to learn, and the technologies it is built on are robust and well documented. Feel free to reach out to me, and I will assist in any way possible.

  • Data Storage: Your choice of RDBMS.
  • Server Languages/Frameworks: Python, with MVC in Flask.
  • Client Languages/Frameworks: HTML/CSS/JS, with UI in Bootstrap, themed with AdminLTE.

Installation

Local Installation

The recommended method is virtualenv, with pip. The included requirements.txt lists dependencies, and is used by virtualenv, and Heroku (if deploying online) for installation of these dependencies. I highly recommend The Flask Mega Tutorial , Part I (& onwards) of which can be used as a guide for installation of this application.

Online Deployment

I recommend Heroku as a PaaS. If using Heroku, it will utilize the included requirements.txt file and Procfile to build and run your application.

EMS Modules

Released Modules

Currently none.

Modules in Development

  • HRM (Human Resources Management System)
  • OMS (Operations Management System)
  • DES (Data Extrapolation System)
  • CRM (Customer Relationship Management)
  • BMS (Billing Management System)
  • Interface for External AMS (Accounting Management Systems)

Screenshots

Mobile Alpha 01

Codeship Badge

Docs

User Guide

Check out the new .pdf User Guide! – http://www.joeflack.net/justadash/user-guide

About

A light-weight, mobile friendly, personal dashboard.

https://justadash.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 67.7%Language:CSS 12.7%Language:HTML 10.4%Language:Python 9.2%Language:Mako 0.0%