Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 562 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 562 Bytes

htttc

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).

image

Usage

This a keyboard oriented tool.

  • TAB: switch between HT and TTC input fields
  • PgUp/PgDown: Change tax rate
  • ESC: clear

Build

mkdir build
cd build
cmake ..
make

It is recommended to install the OCR B font. In ubuntu:

sudo apt install fonts-ocr-b