https://github.com/csb6/accountant
Simple accounting program
https://github.com/csb6/accountant
Last synced: 10 months ago
JSON representation
Simple accounting program
- Host: GitHub
- URL: https://github.com/csb6/accountant
- Owner: csb6
- License: gpl-3.0
- Created: 2025-09-02T04:05:05.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-14T23:01:23.000Z (10 months ago)
- Last Synced: 2025-09-15T01:04:35.473Z (10 months ago)
- Language: C++
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.