From 155cf44fecec8928befba99b647eae7df6899434 Mon Sep 17 00:00:00 2001 From: Welton Moura Date: Wed, 22 Jan 2025 08:45:56 -0300 Subject: [PATCH] =?UTF-8?q?style:=20padronixa=C3=A7=C3=A3o=20modal=20|=20t?= =?UTF-8?q?ooltips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comandas/templates/viewcomanda.html | 56 ++++++++++-------- gestaoRaul/db.sqlite3 | Bin 299008 -> 299008 bytes gestaoRaul/products/templates/products.html | 36 ++++++----- .../htmx_list_products_in_comanda.html | 3 + .../products/htmx_search_products.html | 24 ++++---- .../static/comandas/css/comandas.css | 41 ------------- 6 files changed, 68 insertions(+), 92 deletions(-) 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 b37847f15e138c6c328f1e11d8ef2cd7429e0901..06f39df8b48e8fde91c858f4b685ec33b3ed64c6 100644 GIT binary patch delta 289 zcmZozAk?rxXo57O%0wAwRuu-lWX6pt*?Npp%@_2xU(jPT`pEHzv6VfVk-u|0mjY8g zKMON6C+GBDeWrXC1_lO}Z3aw?4J;h&493%0H!!8Mus`Bp-(IkRX*#ZR1e+k4J2l`%4xfD~O|(w%N{fyrrk$pt2$g7pmS;y?w}_n6ukC3$=q z__;(_xZd$|@=f9s;GNDZ%d?oLf=gt()B~npoFWFA+zir=Kvx6Z#8jM`tB_xoKRxOV jlRTsT^qcRQWVWZgVtUEQ!q>^5-5&UcX?x%s=JksKr3Oss delta 305 zcmZozAk?rxXo57O)I=F)Rw)L(vhIy3*?NqU%@_2xU(jPT`pD7A*vcNw!2f4EmjY8g zKMMl`1MBo&eWv{BfA|?WwzC*8{jF!=G-5EB&bomqorQy){n7S<4NTM7nUy*urZ3#V zB*JTGY-MPyXKrd}Xlcs7U3&-9b#~^xAPonYlGt1M>iD+tt>2z^fJvN>osF51iJwJc zd(SzhGDhb0AVn9LbeZ@{rW;*ga@t;Yf$1MFSdlnTQT08hHbzOlP6mE1Hx{mU{G5D~ z_yl;T^UCrp=BeQE-7fWj=@+L-dAX5+k*ThMp{}8Uf)UUurdB2vdKSheW@Z-rjAmNW y+zf(_KwmL1GBLQO8X53)s_Rd``JPE;d&(=Omy9f$n%oTSfp3_$2fkrmzZd{BYg4NL 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 -