kotizia

Crates.iokotizia
lib.rskotizia
version0.1.0
created_at2024-12-26 00:14:03.266334+00
updated_at2024-12-26 00:14:03.266334+00
descriptionA financial CLI using double-entry bookkeeping principles.
homepage
repositoryhttps://gitlab.com/Saphyel/kotizia
max_upload_size
id1495292
size40,086
Carlos Jimenez (Saphyel)

documentation

README

Kotizia

A command-line tool for managing financial accounts and transactions using double-entry bookkeeping principles.

Features

  • Account management (create, list)
  • Transaction handling (create, delete, list)
  • Entry management (create, list)
  • Complete transaction creation (transaction + debit/credit entries)
  • JSON-based storage with configurable location

Storage

Data is stored in a JSON file with the following structure:

{
  "accounts": [],
  "transactions": [],
  "entries": []
}
Commit count: 2

cargo fmt