diff --git a/README.md b/README.md index 96229f3..fabc348 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Sobre o Projeto Este projeto é uma aplicação web desenvolvida em Django com o objetivo de explorar as funcionalidades e recursos desse framework. A aplicação visa simular um sistema de gestão para bares e restaurantes, abrangendo desde o cadastro de produtos e clientes até a geração de relatórios de vendas. +![texto alternativo](readme/dashboard.gif) + ## Requisitos Funcionais ### Módulo de Produtos diff --git a/gestaoRaul/comandas/__pycache__/htmx_views.cpython-310.pyc b/gestaoRaul/comandas/__pycache__/htmx_views.cpython-310.pyc index 41682de..c2cd271 100644 Binary files a/gestaoRaul/comandas/__pycache__/htmx_views.cpython-310.pyc and b/gestaoRaul/comandas/__pycache__/htmx_views.cpython-310.pyc differ diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index 2c2f1e6..969d994 100644 Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ diff --git a/gestaoRaul/orders/templates/orders.html b/gestaoRaul/orders/templates/orders.html index d079b1e..508ff2e 100644 --- a/gestaoRaul/orders/templates/orders.html +++ b/gestaoRaul/orders/templates/orders.html @@ -31,7 +31,7 @@
- +
diff --git a/gestaoRaul/templates/htmx_components/orders/htmx_list_orders.html b/gestaoRaul/templates/htmx_components/orders/htmx_list_orders.html index e09304a..8f986e6 100644 --- a/gestaoRaul/templates/htmx_components/orders/htmx_list_orders.html +++ b/gestaoRaul/templates/htmx_components/orders/htmx_list_orders.html @@ -4,7 +4,7 @@
- +
diff --git a/gestaoRaul/templates/static/comandas/css/comandas.css b/gestaoRaul/templates/static/comandas/css/comandas.css index 125e02c..5d27592 100644 --- a/gestaoRaul/templates/static/comandas/css/comandas.css +++ b/gestaoRaul/templates/static/comandas/css/comandas.css @@ -13,7 +13,7 @@ gap: 3px; /* min-width: 220px; min-height: 250px; */ - background-color: #292929; + background: var(--main-gradient); border-radius: 5px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); text-align: center; diff --git a/gestaoRaul/templates/static/home/css/home.css b/gestaoRaul/templates/static/home/css/home.css index 21499c5..02a5392 100644 --- a/gestaoRaul/templates/static/home/css/home.css +++ b/gestaoRaul/templates/static/home/css/home.css @@ -94,6 +94,9 @@ } .card-faturamento-anual { - max-width: 120%; + /* height: 100%; */ + min-height: 280px; + min-width: 95%; + padding: 15px 0px 15px 0px; } } diff --git a/readme/dashboard.gif b/readme/dashboard.gif new file mode 100644 index 0000000..a95a489 Binary files /dev/null and b/readme/dashboard.gif differ