summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-08-04 20:54:19 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-08-04 20:54:19 +0200
commit560c19a0b5de0d2c846cb5f4d1d65f291f413162 (patch)
tree91565ed43bd3d34476a9313336dc74e6adb15ae2
parentf615981064c6e496229185b46880014943433385 (diff)
downloadmoney-560c19a0b5de0d2c846cb5f4d1d65f291f413162.tar.gz
add todo
-rw-r--r--cli/todo31
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