diff --git a/gestaoRaul/comandas/templates/viewcomanda.html b/gestaoRaul/comandas/templates/viewcomanda.html index 6de8f1e..ddd2e9d 100644 --- a/gestaoRaul/comandas/templates/viewcomanda.html +++ b/gestaoRaul/comandas/templates/viewcomanda.html @@ -83,14 +83,17 @@ Detalhes {{comanda.name}} {% for item in consumo%} - + {{item.product.name}} {% if item.product.cuisine == True %} - - + + + + + {% endif %} @@ -145,17 +148,16 @@ Detalhes {{comanda.name}} + @@ -168,13 +170,14 @@ Detalhes {{comanda.name}}

Troco:

@@ -195,9 +198,11 @@ Detalhes {{comanda.name}} {% endfor %} +
- +
+ @@ -223,10 +228,11 @@ Detalhes {{comanda.name}} diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index b37847f..06f39df 100644 Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ diff --git a/gestaoRaul/products/templates/products.html b/gestaoRaul/products/templates/products.html index 63b364a..6fa6646 100644 --- a/gestaoRaul/products/templates/products.html +++ b/gestaoRaul/products/templates/products.html @@ -56,20 +56,22 @@ Produtos {% if product.active == True %} - {% else %} - {% endif %} @@ -106,10 +108,14 @@ Produtos -