diff options
| -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 |
