HT <-> TTC conversion tool written in Qt
This tool converts money amounts between HT (hors taxes in French, without taxes) and TTC (toutes taxes comprises, incl. taxes).
This a keyboard oriented tool.
- TAB: switch between HT and TTC input fields
- PgUp/PgDown: Change tax rate
- ESC: clear
mkdir build
cd build
cmake ..
make
It is recommended to install the OCR B font. In ubuntu:
sudo apt install fonts-ocr-b