n1ywb / jeffs-gnucash-utils

Jeff Laughlin's Python utilities for GnuCash. Includes HTML invoice generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeff's Useful GnuCash Utilities.

Copyright 2012 by Jeffrey M. Laughlin <jeff.laughlin@gmail.com>

Released under the terms of the GNU General Public License v3.

invoice.py

Given one or more invoice IDs, generate printable HTML invoices.

Invoice template is based on HTML/CSS and Mako. It's very easy to customize.

Example: invoice.py file:///home/user/gnucash/mybook.gnucash 000123

Notes:

* Invoice IDs are passed in as strings. Using GnuCash defaults, you must
  include the leading zeros.
* Tested on Linux Mint 17 with python, python-mako, gnucash 2.6.1, and
  gnucash-python packages.
* This branch is no longer compatible with GnuCash 2.4.x.

About

Jeff Laughlin's Python utilities for GnuCash. Includes HTML invoice generator.

License:GNU General Public License v3.0


Languages

Language:Python 61.5%Language:HTML 38.5%