|
Invoice++
|
Invoice++ is a simple C++ based tool to generate a PDF Invoice. The generated Invoice will be saved to your Downloads folder as invoice_number.pdf
When a binary has been provided to you, you only need to install Qt using brew install qt.
The pdf lib is statically linked into the binary.
Additionally if the binary was not signed, you need to run xattr -d com.apple.quarantine Invoice++.app in the directory where your binary is located to disable the quarantine attribute caused by downloading.
Dependency installation:
brew install libharubrew install qtThe license can be found under LICENSE in the Repository root folder.
During the development process, tools such as generative AI (ChatGPT), StackOverflow as well as official documentation have been used as inspiration or to generate certain functions such as the UTF-8 to ANSI string conversion.
I do not take responsibility for any external libraries used.