correção de bugs

This commit is contained in:
2026-08-20 15:48:47 -03:00
parent e3d4546c3c
commit cebd6e2dcd
8 changed files with 770 additions and 30 deletions

View File

@@ -134,8 +134,14 @@
<p class="text-3xl lg:text-4xl font-black text-white mb-1 break-words">
<%= moeda(@valor_estimado) %>
</p>
<%# "Atendidas" = concluídas + falhadas (motorista foi ao local e fechou
a visita). É a mesma base que a consolidação paga, por isso o rótulo
NÃO pode voltar a dizer "concluídas": o valor acima inclui as falhas. %>
<p class="text-orange-200 text-sm">
<%= @entregas_pagas %> entregas concluídas
<%= @entregas_atendidas %> entregas atendidas
</p>
<p class="text-orange-200/80 text-xs">
<%= @entregas_pagas %> concluídas · <%= @entregas_falhadas %> falhadas
</p>
</div>
</div>