Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 928 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 928 Bytes

TINGen

TINGen creates German TINs (in German: "Steueridentifikationsnummer") like desribed here (German). It is also able to create TINs for testing purpose which could, in contrast to non-testing TINs, start with zero. See the Wikipedia article about TIN (German).

Screenshot

TINGen screenshot

Building

  1. Follow the steps described here for being able to build TINGen (this is needed for the GUI).
  2. Run Go build in the folder of TINGen.go file.
  3. An TINGen.exe file should be compiled.
  4. Profit.

GUI

The graphical user interface is built with Fyne.