diff options
Diffstat (limited to 'templates/finance/expense-log.org')
-rw-r--r-- | templates/finance/expense-log.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/finance/expense-log.org b/templates/finance/expense-log.org new file mode 100644 index 0000000..074c34c --- /dev/null +++ b/templates/finance/expense-log.org @@ -0,0 +1,13 @@ +#+TITLE: Expense Log - %<%Y-%m> +#+FILETAGS: :finance:expenses: + +* Expenses +| Date | Description | Category | Amount | Payment Method | +|------------+-------------------+-------------+--------+----------------| +| 2025-06-01 | Groceries | Food | 75.00 | Credit Card | +| 2025-06-02 | Spotify | Subscription| 10.00 | Debit Card | +| 2025-06-03 | Coffee | Misc | 3.50 | Cash | + +* Totals +- Monthly Total: +- Highest Category:
\ No newline at end of file |