https://github.com/juancsucoder/termoney
It's a command-line application intended to help recording and managing simple financial records for personal use.
https://github.com/juancsucoder/termoney
cli money money-manager rust rust-lang transaction
Last synced: about 2 months ago
JSON representation
It's a command-line application intended to help recording and managing simple financial records for personal use.
- Host: GitHub
- URL: https://github.com/juancsucoder/termoney
- Owner: JuanCSUCoder
- License: mit
- Created: 2022-06-17T23:35:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T22:47:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T16:54:07.513Z (about 2 months ago)
- Topics: cli, money, money-manager, rust, rust-lang, transaction
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TerMoney
It's a command-line application intended to help recording and managing simple financial records for personal use.
```bash
Transaction Managment and Registry System
-----------------------------------------1. Query Transactions and Accounts
2. Insert Transaction
0. Exit-----------------------------------------
> 1
Transactions Query Menu
-----------------------1. All Transactions
2. An Specific Account
0. Exit-----------------------
> 1
FULL TRANSACTION REGISTRY
+----+---------------+-----------------------------------+-------------------+---------------+---------+----------+
| ID | DATE | DESCRIPTION | FROM | TO | TYPE | AMOUNT |
+====+===============+===================================+===================+===============+=========+==========+
| 0 | Sat Jun 18/22 | - | test1 | test2 | Promise | $ 20000 |
+----+---------------+-----------------------------------+-------------------+---------------+---------+----------+
| 1 | Sat Jun 18/22 | - | test2 | test3 | Promise | $ 10000 |
+----+---------------+-----------------------------------+-------------------+---------------+---------+----------+
| 2 | Sat Jun 18/22 | - | test3 | test1 | Promise | $ 500 |
+----+---------------+-----------------------------------+-------------------+---------------+---------+----------+
| 3 | Sat Jun 18/22 | - | acc_creation_test | test1 | Promise | $ 1000 |
+----+---------------+-----------------------------------+-------------------+---------------+---------+----------+
| 4 | Sat Jun 18/22 | - | test3 | juan | Promise | $ 900 |
+----+---------------+-----------------------------------+-------------------+---------------+---------+----------+
| 5 | Sun Jun 19/22 | - | test2 | juan | Promise | $ 2300 |```