Skip to main content

A personal finance accounting system.

Project description

Accounting System

1. Overview and Objectives

The goal of this system is to provide a robust personal finance tracking and reconciliation application. Users can track transactions across multiple accounts, import data from financial institutions, categorize expenses, and perform monthly (or periodic) reconciliations against bank statements. The design draws on double-entry accounting principles—ensuring data consistency, clarity of debits/credits, and the ability to generate meaningful financial reports.

Key Objectives

  1. Data Integrity
    • Use double-entry style transactions and splits.
    • Enforce referential integrity using foreign keys.
    • Prevent common data errors (e.g., mis-matched books for transaction vs. account).
  2. Easy Reconciliation
    • Mark transactions as cleared or reconciled within the system.
    • Provide a mechanism (triggers and foreign keys) to avoid mismatched or duplicated data.
  3. Flexibility and Extensibility
    • The schema uses UUID primary keys, making it easier to merge or migrate data.
    • The system can be adapted to different database backends (e.g., migrating from SQLite to PostgreSQL).
  4. Hierarchical Accounts
    • Support parent-child relationships among accounts (e.g., grouping categories under top-level accounts).
    • Allow organizing expense and income categories in a tree-like structure.
  5. Reporting
    • The schema supports queries and pivoting on accounts, transactions, and splits, essential for generating income/expense statements or custom reports.

2. Schema

3. System design

  • The application stores data in a SQLite Database identified by a DB URL provided as an argument.

4. Usage

usage: cli.py [-h] [--db-url DB_URL] {init-db,init-book,add-account,list-accounts,book-transaction} ...

Accounts CLI

positional arguments:
  {init-db,init-book,add-account,list-accounts,book-transaction}
    init-db             Initialize the DB schema (drop/create tables)
    init-book           Create a new Book if it doesn't exist
    add-account         Add an account to a given book
    list-accounts       List all accounts for a given book
    book-transaction    Create a transaction w/ two splits (debit & credit)

options:
  -h, --help            show this help message and exit
  --db-url, -u DB_URL   Database URL (default: sqlite:///db/accounting-system.db)

A. License

Copyright 2025 Edward Bridges

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

financial_accounts-0.0.2.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

financial_accounts-0.0.2-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file financial_accounts-0.0.2.tar.gz.

File metadata

  • Download URL: financial_accounts-0.0.2.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for financial_accounts-0.0.2.tar.gz
Algorithm Hash digest
SHA256 1a56c0b63287983566539d65015574b6a6af268edb4ad1e3685dc05791612ed4
MD5 d39ed2872bf15054c4a8cae27c04cdf8
BLAKE2b-256 29edf07048a79e961064f9bca173f9a297c31fbf79c3e0b7cbd25849c2c94ea1

See more details on using hashes here.

Provenance

The following attestation bundles were made for financial_accounts-0.0.2.tar.gz:

Publisher: publish_on_tag.yml on ebridges/financial-accounts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file financial_accounts-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for financial_accounts-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3e88523870d8263d031f949aa36cfa16abe9c95c65384f6faef0571660550ddc
MD5 7e25735e4cf687e8500973178261c1ca
BLAKE2b-256 0a44fe255bed2adbeb5cb4bf599b79b868b1ad48bf634b36d9bbfde232c692df

See more details on using hashes here.

Provenance

The following attestation bundles were made for financial_accounts-0.0.2-py3-none-any.whl:

Publisher: publish_on_tag.yml on ebridges/financial-accounts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page