honzajavorek / fakturoidcalc

[Idle since 2011] Looks at your invoices via Fakturoid API and tries to calculate all the crap our country demands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakturoidCalc

FakturoidCalc is a little script extending Fakturoid. It looks at your invoices via Fakturoid API and tries to calculate all the crap our country (Czech Republic) demands.

Installation

FakturoidCalc is CLI PHP script. That means you have PHP installed with support of CLI (and cURL, which is dependency) and then you just invoke fakturoidcalc script from your terminal. It's handy to put it in your system PATH. However, you can also invoke it from your browser - just setup a server and point your browser to index.php.

Configuration

FakturoidCalc asks for configuration file. In such file you define your numbers and current conditions published by the institutions.

Put your settings into data/foobar2012.ini file, where foobar is whatever you want and 2012 is corresponding year. There already is example2010.ini so you know how to make your own. If you are not a student or don't have similarly simple rules to count your taxes, this tool wont't help you. So no solar or wind power plants, sorry!

License: ISC

© 2011 Jan Javorek <jan.javorek@gmail.com>

This work is licensed under ISC license.

About

[Idle since 2011] Looks at your invoices via Fakturoid API and tries to calculate all the crap our country demands


Languages

Language:PHP 100.0%