Skip to content

A small program in C++/Qt for tabular accounting of daily expenses in a double-counting system using a hierarchy of accounts.

License

Notifications You must be signed in to change notification settings

sigdev2/ledgerstone

Repository files navigation

Logo

LedgerStone

Last version 0.1.0-a1

Table of Contents

About The Project

A small program in C++/Qt for tabular accounting of daily expenses in a double-counting system using a hierarchy of accounts. For storing used a file with SQLite database, which is stored in the application directory. The database is not blocked during operation and therefore is suitable for storage in a cloud like as Dropbox or Google Drive. Each cell uses JavaScript to handle mathematical operations thanks to QScriptEngine.

You can read The Change history

Usage

On Windows - just copy and run ladgerstone.exe. For other platforms, use the build instructions in QtCreator.

License

Distributed under the MIT License.

About

A small program in C++/Qt for tabular accounting of daily expenses in a double-counting system using a hierarchy of accounts.

Topics

Resources

License

Stars

Watchers

Forks