diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3
index 0bcd4ba..62e65ab 100644
Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ
diff --git a/gestaoRaul/home/templates/home.html b/gestaoRaul/home/templates/home.html
index 73c4085..0d705fd 100644
--- a/gestaoRaul/home/templates/home.html
+++ b/gestaoRaul/home/templates/home.html
@@ -5,6 +5,18 @@
{% block 'head' %}
+
+
+
+
+
+
+
+
+
+
+
+
{% endblock %}
{% block 'title' %}
@@ -18,14 +30,26 @@ RRB&C - DashBoard
-
Valor Total de Pagamentos
- R$ {{total_pagamentos |floatformat:2 }}
-
-
+
Valor de Pagamentos
+ R$ {{total_pagamentos |floatformat:2 }}
+
Quantidade de Pagamentos
- {{ qdt_pagamentos }}
- Tíket médio
- R$ {{ ticekMedio |floatformat:2}}
+ {{ qdt_pagamentos }}
+
+ Ticket médio
+ R$ {{ ticekMedio |floatformat:2}}
+
+
+
+
+
Gráficos de vendas
+
+
+
+
@@ -37,8 +61,8 @@ RRB&C - DashBoard
{% for produto in produtos_mais_vendidos %}
- | {{ produto.nome }} |
- {{ produto.quantidade }} |
+ {{ produto.nome }} |
+ {{ produto.quantidade }} |
{% endfor %}
@@ -48,6 +72,10 @@ RRB&C - DashBoard
+
+
+
+