aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-19 00:57:00 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-19 00:57:00 -0400
commitc6fbad89e15272e106f3f0cdbbc4884b03d1666c (patch)
tree232600a6da592a0ae419a5fad80c67c3ace8aadd
parentb761b9c694536de10426432353381ff6efd5c206 (diff)
downloadynab-reimbursements-c6fbad89e15272e106f3f0cdbbc4884b03d1666c.tar.gz
ynab-reimbursements-c6fbad89e15272e106f3f0cdbbc4884b03d1666c.zip
add README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2cb64f6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# ynab-reimbursements
+
+## Overview
+
+This is a tool to help reconcile reimbursable transactions in YNAB. Since YNAB doesn't support this itself, I've had to build a fairly idiosyncratic workflow around this, so the things this app does might not be super useful to anyone else. In particular, it requires that you have a budget category called "Reimbursables" that all of your reimbursable transactions are placed in, and that you don't use flag colors for anything important, because it treats green as "reimbursed" and anything else as "not reimbursed".
+
+## Author
+
+Jesse Luehrs