From 8c0e5cba9890834af84d25997de65cc526ebabca Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 30 Apr 2017 08:45:02 -0500 Subject: finished up expenses template --- design/templates/details/expenses.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'design/templates') diff --git a/design/templates/details/expenses.html b/design/templates/details/expenses.html index bf9739e..a7e5547 100644 --- a/design/templates/details/expenses.html +++ b/design/templates/details/expenses.html @@ -14,7 +14,7 @@
-

We're extremely fortunate to be able to do this. We afford it because we saved for a long time and I continue to work on the road. At the same time, people are usually surprised at how little it costs to live this way. When we were planning this trip the people who posted their finances were invaluably helpful for calculating how much we needed to make this work so in the spirit of (hopefully, maybe) inspiring someone else to get out there, here is a rough breakdown of costs.

+

We're extremely fortunate to be able to do this. We afford it because we saved for a long time and I continue to work on the road. At the same time, people are usually surprised at how little it costs to live this way. When we were planning this trip the people who posted their finances were invaluably helpful for calculating how much we needed to make this work so in the spirit of (hopefully, maybe) inspiring someone else to get out there, here is a rough breakdown of costs.

Upfront Costs

@@ -40,15 +40,19 @@ - + + + + + - + - + @@ -60,9 +64,9 @@

Here's how much we've spent each month we've spent on the road since we left in April 2017.

Monthly Expenses

-{% regroup object_list by date.month as expenses_by_month %}{% for expenses in expenses_by_month %} +{% regroup object_list by month as expenses_by_month %}{% for expenses in expenses_by_month %}
Initial Investments
New wheels and Tires $3041.00
Reupholstered Seats$3600.00
DMV and insurance (taxes, title, plates -- $25 annual for tags) $125.00 (annual)
Total$13,291.00$16,891.00
- + @@ -86,6 +90,10 @@ + + + +
{{ expenses.list.0.date|date:"F Y" }}{{ expenses.grouper.date|date:"F Y" }}
Category
{% for clist in category_list %}{% for item in clist.list %}{% if item.notes %}*{{item.notes|safe}}{%endif %}{%endfor%}{%endfor%}
{{ expenses.grouper.notes}}
{% endfor %} -- cgit v1.2.3-70-g09d2