Skip to content

amchconsult/accounting-copilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

accounting-copilot

A CLI accounting system with CRUD functionality in Rust.

Schema

  • id
  • journal_date
  • account_id
  • amount_debt
  • amount_credit
  • total
  • reconciled
  • isdeleted (yes or no — entries with yes are hidden from user)

Commands

  • add: Add a journal entry.
  • list: List all entries (excluding deleted).
  • get: Show details of a single entry.
  • update: Update an existing entry.
  • delete: Soft-delete an entry (set isdeleted to 'yes').
  • exit: Quit the program.

Entries are persisted in plain text (entries.txt) as JSON lines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages