{% extends "base.html" %} {% block content %}
No active flips.
{% endif %} {% if sold_flips %}| Car | Bought For | Total Invested | Sold For | Profit / Loss | Sold |
|---|---|---|---|---|---|
| {{ flip.display_name }}{% if flip.color %} {{ flip.color }}{% endif %} | ${{ "{:,.2f}".format(flip.purchase_price) }} | ${{ "{:,.2f}".format(flip.total_invested) }} | ${{ "{:,.2f}".format(flip.sale_price) }} | {% if profit is not none %}{{ '+' if profit > 0 else '' }}${{ "{:,.2f}".format(profit) }}{% else %}โ{% endif %} | {{ flip.sold_date }} |
Add each investment account (Roth IRA, 401k, brokerage, etc.) using the + Add Asset button above and select Investments.
Once added, each card has an editable Current Value field. Update it whenever you check your account โ once a month is a good habit. Every time you update the value, the app logs a snapshot with today's date.
After two or more updates on different days, a growth chart will appear on the card automatically, showing your balance over time in green (growth) or red (decline) with the total change displayed.
No {{ cat | lower }} added yet.
{% endif %}