https://github.com/hellerve/invoicing
A homegrown invoicing system very similar to the one I use
https://github.com/hellerve/invoicing
Last synced: 12 months ago
JSON representation
A homegrown invoicing system very similar to the one I use
- Host: GitHub
- URL: https://github.com/hellerve/invoicing
- Owner: hellerve
- Created: 2019-12-11T11:36:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T11:38:14.000Z (over 6 years ago)
- Last Synced: 2025-02-12T05:12:16.135Z (about 1 year ago)
- Language: TeX
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invoices
The code for an invoicing system built on LaTeX, Pandoc, Mustache, and YAML.
It is very similar to the one I use—except that my offers and invoices are
usually in German and these are half-hearted translations. Don’t use the
text for anything real, I haven’t checked it. This is for educational
purposes only.
## Usage
You can generate offers and invoices with a Python script, using the following
command:
```
# this will generate offer 2020_0001
python publish.py offer 2020_0001
# this will generate invoice 2020_0001
python publish.py invoice 2020_0001
```
Examples for a rendered offer and invoice can be found [here](examples/).
Have fun!