diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-08-04 20:54:19 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-08-04 20:54:19 +0200 |
| commit | 560c19a0b5de0d2c846cb5f4d1d65f291f413162 (patch) | |
| tree | 91565ed43bd3d34476a9313336dc74e6adb15ae2 | |
| parent | f615981064c6e496229185b46880014943433385 (diff) | |
| download | money-560c19a0b5de0d2c846cb5f4d1d65f291f413162.tar.gz | |
add todo
| -rw-r--r-- | cli/todo | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/cli/todo b/cli/todo new file mode 100644 index 0000000..46ef985 --- /dev/null +++ b/cli/todo @@ -0,0 +1,31 @@ +search / display / count + filter + stores + > handle to/from differently for expense/income? + expense/income + time frames + buckets (this week) + group + by category + by time frame + day + week + month + quarter + year + custom? + by store + +sync + simple protocol ("P" = hashes, "D: P" = data in P) + A: tcp connect + B: tcp accept + A: PA + B: D: PB \ PA + B: PA \ PB + A: D: PA \ PB + works both centralized and decentralized + +multiple categories? + sum will be >100% + sub-categories: same problem |
