An open API service indexing awesome lists of open source software.

https://github.com/csb6/accountant

Simple accounting program
https://github.com/csb6/accountant

Last synced: 10 months ago
JSON representation

Simple accounting program

Awesome Lists containing this project

README

          

# Accountant

A simple accounting program based on an SQLite database

It is known to work on macOS 13.7 (Ventura) and Debian 12 (Bookworm), but should be
easily portable to other platforms that Qt supports

## Dependencies

- Qt6 (Core, Sql, Widgets)
- LibOFX (optional)

## License

All files in this repository (unless otherwise specified) are licensed under the GPLv3.

See LICENSE for more details.