Consulta de Agendamentos

➜ Voltar para o Painel de Agendamentos

Filtros de Consulta

Limpar
{% for agendamento in agendamentos %} {% else %} {% endfor %}
Nº Pedido Cliente Data Pedido Previsão Entrega Início Fim Status
{{ agendamento.NUMPED }} {{ agendamento.CLIENTE | default('Não encontrado') }} {{ agendamento.DATA.strftime('%d/%m/%Y') if agendamento.DATA else '---' }} {{ agendamento.PREVENTREGA.strftime('%d/%m/%Y') if agendamento.PREVENTREGA else '---' }} {{ agendamento.HORAINI | default('---') }} {{ agendamento.HORAFIM | default('---') }} Confirmado
Nenhum agendamento encontrado com os filtros aplicados.