ambientsound / cash-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cash-generator

Cash-generator is a Django + Mezzanine web application that generates pretty PDF invoices from your GnuCash invoices.

Requirements

  • Django >= 1.4
  • Mezzanine >= 1.2.4
  • Reportlab >= 2.6
  • PIL >= 1.1.7
  • A web server capable of running Django applications (e.g. nginx + uWSGI, or Apache2 + mod_wsgi)
apt-get install python-pip python-dev python-imaging python-psycopg2
pip install mezzanine

Quick installation

  • Install dependencies
  • Install the correct database adapter according to the format of your GnuCash database
  • Copy local_settings.py.template to local_settings.py and fill out the blanks
  • ./manage.py syncdb
  • Running ./manage.py runserver

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 76.7%Language:CSS 23.3%