From fe7d43f308bbc3953d4a88480b8088d12cbcb0b6 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 3 Jan 2025 18:46:40 -0600 Subject: archived old not used apps --- app/budget/templates/budget/base.html | 35 -------------- app/budget/templates/budget/create_cat_form.html | 26 ---------- app/budget/templates/budget/create_form.html | 26 ---------- app/budget/templates/budget/luxpurchase_list.html | 58 ----------------------- app/budget/templates/budget/update_form.html | 20 -------- 5 files changed, 165 deletions(-) delete mode 100644 app/budget/templates/budget/base.html delete mode 100644 app/budget/templates/budget/create_cat_form.html delete mode 100644 app/budget/templates/budget/create_form.html delete mode 100644 app/budget/templates/budget/luxpurchase_list.html delete mode 100644 app/budget/templates/budget/update_form.html (limited to 'app/budget/templates') diff --git a/app/budget/templates/budget/base.html b/app/budget/templates/budget/base.html deleted file mode 100644 index 9d6bfd0..0000000 --- a/app/budget/templates/budget/base.html +++ /dev/null @@ -1,35 +0,0 @@ - - - {% block pagetitle %}Luxagraf - Trading{% endblock %} - - - - {%block stylesheet%}{%endblock%} - - - {%block extrahead%}{%endblock%} - - - - - {% block content %} - {% endblock %} - - {% block js %} - {% endblock %} - - diff --git a/app/budget/templates/budget/create_cat_form.html b/app/budget/templates/budget/create_cat_form.html deleted file mode 100644 index 03e996a..0000000 --- a/app/budget/templates/budget/create_cat_form.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends 'budget/base.html' %} -{% load typogrify_tags %} - {% block pagetitle %}Luxagraf - Record Purchase{% endblock %} - {% block content %} -
{% csrf_token %} - {% for field in form %} -
- {{ field.errors }} - {% if field.name == 'status'%} - {{ field }} - {% else %} - {{ field.label_tag }} {{ field }} - {% endif %} - {% if field.help_text %} -

{{ field.help_text|safe }}

- {% endif %} -
-{% endfor %} -
- -
-
- {% endblock %} - - {% block js %} - {% endblock %} diff --git a/app/budget/templates/budget/create_form.html b/app/budget/templates/budget/create_form.html deleted file mode 100644 index 2d38acf..0000000 --- a/app/budget/templates/budget/create_form.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends 'budget/base.html' %} -{% load typogrify_tags %} - {% block pagetitle %}Luxagraf - Record Purchase{% endblock %} - {% block content %} -
{% csrf_token %} - {% for field in form %} -
- {{ field.errors }} - {% if field.name == 'status'%} - {{ field }} - {% else %} - {{ field.label_tag }} {{ field }} - {% endif %} - {% if field.help_text %} -

{{ field.help_text|safe }}

- {% endif %} -
-{% endfor %} -
- -
-
- {% endblock %} - - {% block js %} - {% endblock %} diff --git a/app/budget/templates/budget/luxpurchase_list.html b/app/budget/templates/budget/luxpurchase_list.html deleted file mode 100644 index c03f14d..0000000 --- a/app/budget/templates/budget/luxpurchase_list.html +++ /dev/null @@ -1,58 +0,0 @@ -{% extends 'budget/base.html' %} -{% load typogrify_tags %} - {% block pagetitle %}Luxagraf - Record Purchase{% endblock %} - {% block content %} - Add New -

Recent Purchases

- - - - - - - - - - {% for object in object_list %} - - - - - - - {% endfor %} - - - - - - - - - - - - - - - - - - - - - -
DateStoreCategoryAmount
{{object.date_recorded|date:"m/j"}}{{object.source.name}}{{object.category.name}}${{object.amount}}
 
{{month}} Total:${{monthly_spending.amount__sum}}
{{month}} Food Total:${{food_total.amount__sum}}
{{month}} Lodging Total:${{lodge_total.amount__sum}}
- -

Previous Monthly Spending

- {{month_1}}: {{monthly_spending_1.amount__sum}} - {{month_2}}: {{monthly_spending_2.amount__sum}} - {{month_3}}: {{monthly_spending_3.amount__sum}} - - -

Spending by Category (Last 3 Months)

- - {{cat.amount__sum}} - {% endblock %} - - diff --git a/app/budget/templates/budget/update_form.html b/app/budget/templates/budget/update_form.html deleted file mode 100644 index b19efaa..0000000 --- a/app/budget/templates/budget/update_form.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends 'budget/base.html' %} -{% load typogrify_tags %} -{% block content %} -
{% csrf_token %} - {% for field in form %} -
- {{ field.errors }} - {% if field.name == 'status'%} - {{ field }} - {% else %} - {{ field.label_tag }} {{ field }} - {% endif %} - {% if field.help_text %} -

{{ field.help_text|safe }}

- {% endif %} -
-{% endfor %} - -
- {% endblock %} -- cgit v1.2.3-70-g09d2