Crates.io | termoney |
lib.rs | termoney |
version | 0.2.3 |
source | src |
created_at | 2022-07-05 19:55:06.846702 |
updated_at | 2022-07-05 22:47:51.6997 |
description | It's a command-line application intended to help recording and managing simple financial records for personal use. |
homepage | https://github.com/JuanCSUCoder/TerMoney |
repository | https://github.com/JuanCSUCoder/TerMoney |
max_upload_size | |
id | 620029 |
size | 51,324 |
It's a command-line application intended to help recording and managing simple financial records for personal use.
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 |