diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index faf0e9f..70969da 100644 Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ diff --git a/gestaoRaul/gestaoRaul/__pycache__/settings.cpython-312.pyc b/gestaoRaul/gestaoRaul/__pycache__/settings.cpython-312.pyc index 694a69b..0ea64b8 100644 Binary files a/gestaoRaul/gestaoRaul/__pycache__/settings.cpython-312.pyc and b/gestaoRaul/gestaoRaul/__pycache__/settings.cpython-312.pyc differ diff --git a/gestaoRaul/home/templates/home.html b/gestaoRaul/home/templates/home.html index ad4948b..3a578b1 100644 --- a/gestaoRaul/home/templates/home.html +++ b/gestaoRaul/home/templates/home.html @@ -35,6 +35,7 @@ RRB&C - DashBoard +

Ticket médio

@@ -42,10 +43,12 @@ RRB&C - DashBoard
+

Mais vendidos

+

Tempo médio na cozinha

diff --git a/gestaoRaul/templates/base.html b/gestaoRaul/templates/base.html index 2080a6b..ee58c79 100644 --- a/gestaoRaul/templates/base.html +++ b/gestaoRaul/templates/base.html @@ -11,10 +11,7 @@ {% load pwa %} {% progressive_web_app_meta %} - + {% block 'head' %} @@ -22,12 +19,13 @@ {% block 'title' %}{% endblock %} -
-
+ +
+
-
+
+
- - -
+ + + +
-
+
- + {% block 'body' %} {% endblock %} @@ -127,7 +125,7 @@

- + diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css index 8b1ee66..55ad690 100644 --- a/gestaoRaul/templates/static/base.css +++ b/gestaoRaul/templates/static/base.css @@ -58,7 +58,7 @@ body { - margin: 70px 0px 0px 0px; + margin-top: 70px; } h1{ @@ -172,6 +172,9 @@ input, textarea, select { position: fixed; top: 0; min-width: 100%; + height: 60px; + align-items: center; + align-content: center; z-index: 100; } @@ -179,6 +182,7 @@ input, textarea, select { display: flex; justify-content: space-between; padding: 0.1rem 1rem; + align-self: center; } @@ -186,6 +190,7 @@ input, textarea, select { display: flex; margin-top: 5px; align-items: center; + height: 60px; } @@ -217,9 +222,18 @@ input, textarea, select { grid-template-columns: repeat(2, 0.5fr); border: none; border-radius: 5px; - margin-top: 10px; + margin-top: 0px; + height: 60px; + width: 180px; gap: 10px;} +#user-info { +width: 120px; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} + .logout-button button a { text-decoration: none; color: #fff; @@ -413,6 +427,9 @@ input, textarea, select { .nav-bar { display:none; } + header .p-header { + display: none; + } body { margin: 8px 0px 0px 0px; diff --git a/gestaoRaul/templates/static/home/css/home.css b/gestaoRaul/templates/static/home/css/home.css index 6c479a0..0b68d87 100644 --- a/gestaoRaul/templates/static/home/css/home.css +++ b/gestaoRaul/templates/static/home/css/home.css @@ -7,7 +7,7 @@ grid-template-columns: repeat(3, 2fr); gap: 30px; max-width: 1200px; - margin: 0px 0px 20px 0px; + margin: 0px 0px 30px 0px; padding: 10px; }