From f2b18b208e2b4a062ba8d6206b3fa9f9a7d13c6f Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Thu, 14 May 2015 08:14:19 +0200 Subject: [PATCH] Created Tags (markdown) --- Tags.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Tags.md diff --git a/Tags.md b/Tags.md new file mode 100644 index 0000000..6659afd --- /dev/null +++ b/Tags.md @@ -0,0 +1,20 @@ +These are some notes for myself to handle tag rules and tag modes: + + +#### Nothing + +* Normal tag, tag mode _"nothing"_ + * Accepts any transaction. + + +#### Balancing act + +Tag to pay something large. The money comes from your savings account, goes to your checking account and to the merchant. For example: save up for a car on your savings account, move it to your checking account, pay the car dealer. Two transactions. Two transactions at most. One transfer, one expense. + +#### Advance payment. + +This one is more complex. It starts with ONE expense. For example, a restaurant bill. People pay you back the restaurant bill (split costs). So one expense, unlimited deposits. + +* Accept only one expense. +* Accepts unlimited deposits. +* Expenses and deposits must be from / go to the same asset account. \ No newline at end of file