ebellani / invoice

A project to easily generate invoices in multiple currencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoice in multiple currencies

Why

The point of this project is to help you craft an invoice that involves multiple currencies. It is initially geared towards presenting the final result in bitcoins, but that is easy to change.

What

This is an orgmode file that uses python to generate more data. Think of it as a python notebook thing.

Requirements

How

Just run

make sample.html

To generate an HTML invoice of the sample. Edit the initial table with your and your client’s information, and add your expenses and their respective currencies in the table named input_table. To see the valid currency codes, see the documentation for the API client.

About

A project to easily generate invoices in multiple currencies

License:The Unlicense


Languages

Language:Makefile 67.3%Language:Emacs Lisp 32.7%