+
{% trans "Count" %}
-
diff --git a/app/templates/includes/scripts.html b/app/templates/includes/scripts.html
index fa68142..bfc0d82 100644
--- a/app/templates/includes/scripts.html
+++ b/app/templates/includes/scripts.html
@@ -2,11 +2,11 @@
{% vite_hmr_client %}
-{% vite_asset 'bootstrap.js' defer=True %}
-{% vite_asset 'sweetalert2.js' defer=True %}
+{% vite_asset 'main.js' defer=True %}
+{% comment %} {% vite_asset 'sweetalert2.js' defer=True %}
{% vite_asset 'select.js' defer=True %}
{% vite_asset 'datepicker.js' %}
-{% vite_asset 'autosize.js' defer=True %}
+{% vite_asset 'autosize.js' defer=True %} {% endcomment %}
{% include 'includes/scripts/hyperscript/init_tom_select.html' %}
{% include 'includes/scripts/hyperscript/init_date_picker.html' %}
@@ -16,10 +16,10 @@
{% include 'includes/scripts/hyperscript/sounds.html' %}
{% include 'includes/scripts/hyperscript/swal.html' %}
-{% vite_asset 'htmx.js' defer=True %}
+{% comment %} {% vite_asset 'htmx.js' defer=True %}
{% vite_asset 'charts.js' %}
-{% vite_asset 'style.js' %}
+{% vite_asset 'style.js' %} {% endcomment %}
diff --git a/app/templates/insights/fragments/category_explorer/charts/account.html b/app/templates/insights/fragments/category_explorer/charts/account.html
index 51a5324..af4a845 100644
--- a/app/templates/insights/fragments/category_explorer/charts/account.html
+++ b/app/templates/insights/fragments/category_explorer/charts/account.html
@@ -59,7 +59,7 @@
{
label: "{% trans 'Projected Expenses' %}",
data: accountData.datasets[3].data,
- backgroundColor: '#f8717180', // Added transparency
+ backgroundColor: '#f8717180',
stack: 'stack0'
},
{
@@ -77,7 +77,7 @@
{
label: "{% trans 'Projected Income' %}",
data: accountData.datasets[2].data,
- backgroundColor: '#4dde8080', // Added transparency
+ backgroundColor: '#4dde8080',
stack: 'stack0'
},
diff --git a/app/templates/insights/fragments/category_explorer/charts/currency.html b/app/templates/insights/fragments/category_explorer/charts/currency.html
index e743840..256c339 100644
--- a/app/templates/insights/fragments/category_explorer/charts/currency.html
+++ b/app/templates/insights/fragments/category_explorer/charts/currency.html
@@ -59,7 +59,7 @@
{
label: "{% trans 'Projected Expenses' %}",
data: currencyData.datasets[3].data,
- backgroundColor: '#f8717180', // Added transparency
+ backgroundColor: '#f8717180',
stack: 'stack0'
},
{
@@ -77,7 +77,7 @@
{
label: "{% trans 'Projected Income' %}",
data: currencyData.datasets[2].data,
- backgroundColor: '#4dde8080', // Added transparency
+ backgroundColor: '#4dde8080',
stack: 'stack0'
},
diff --git a/app/templates/insights/fragments/category_explorer/index.html b/app/templates/insights/fragments/category_explorer/index.html
index 36c886a..79f70e5 100644
--- a/app/templates/insights/fragments/category_explorer/index.html
+++ b/app/templates/insights/fragments/category_explorer/index.html
@@ -1,37 +1,45 @@
{% load i18n %}
{% load crispy_forms_tags %}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {% trans "Income/Expense by Account" %}
+
+
+
+
+
+
+
+ {% trans "Income/Expense by Currency" %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/templates/insights/fragments/category_overview/index.html b/app/templates/insights/fragments/category_overview/index.html
index 042449e..ca418ed 100644
--- a/app/templates/insights/fragments/category_overview/index.html
+++ b/app/templates/insights/fragments/category_overview/index.html
@@ -3,56 +3,58 @@
-
-
+
{% if total_table %}
{% if view_type == "table" %}
-
-
+
+
+
+
| {% trans 'Category' %} |
@@ -176,7 +180,7 @@
{% for tag_id, tag in category.tags.items %}
{% if tag.name or not tag.name and category.tags.values|length > 1 %}
- |
+ |
{% if tag.name %}{{ tag.name }}{% else %}{% trans 'Untagged' %}{% endif %}
|
@@ -269,7 +273,7 @@
{% for entity_id, entity in tag.entities.items %}
{% if entity.name or not entity.name and tag.entities.values|length > 1 %}
|
- |
+ |
{% if entity.name %}{{ entity.name }}{% else %}{% trans 'No entity' %}{% endif %}
|
@@ -366,13 +370,16 @@
{% endfor %}
|
+
{% elif view_type == "bars" %}
-
-
-
+
diff --git a/app/templates/insights/fragments/latest_transactions.html b/app/templates/insights/fragments/latest_transactions.html
index 239b372..fb337a2 100644
--- a/app/templates/insights/fragments/latest_transactions.html
+++ b/app/templates/insights/fragments/latest_transactions.html
@@ -1,7 +1,7 @@
{% load i18n %}
-
{% if transactions %}
{% for transaction in transactions %}
diff --git a/app/templates/insights/fragments/sankey.html b/app/templates/insights/fragments/sankey.html
index a797276..5194a8c 100644
--- a/app/templates/insights/fragments/sankey.html
+++ b/app/templates/insights/fragments/sankey.html
@@ -7,7 +7,7 @@
{% endif %}
-
@@ -15,7 +15,14 @@