|
|
▼
|
CLIENTES
|
FECHA
|
DETALLES
|
|
|
▼
|
Notas
{{ elem.notas }}
Status:
{% if elem.estatus == 0 %}
-
{% endif %}
{% if elem.estatus == 1 %}
PRIORIDAD INMEDIATA
{% endif %}
{% if elem.estatus == 2 %}
ALTA PRIORIDAD
{% endif %}
{% if elem.estatus == 3 %}
PRIORIDAD NORMAL
{% endif %}
{% if elem.estatus == 4 %}
BAJA PRIORIDAD
{% endif %}
{% if elem.estatus == 5 %}
NO APLICA PRIORIDAD
{% endif %}
Calificación:
{% if elem.calificacion == 0 %}
-
{% endif %}
{% if elem.calificacion == 1 %}
MAL
{% endif %}
{% if elem.calificacion == 2 %}
REGULAR
{% endif %}
{% if elem.calificacion == 3 %}
BIEN
{% endif %}
{% if elem.calificacion == 4 %}
MUY BIEN
{% endif %}
{% if elem.calificacion == 5 %}
EXCELENTE
{% endif %}
Registrado por: {{ elem.usuario }} en fecha del {{ elem.fechaCreacion | date('d/m/y') }}
|
▼
|
CLIENTES
|
FECHA
|
DETALLES
|
|
|
▼
|
Notas
{{ elem.notas }}
Status:
{% if elem.estatus == 0 %}
-
{% endif %}
{% if elem.estatus == 1 %}
PRIORIDAD INMEDIATA
{% endif %}
{% if elem.estatus == 2 %}
ALTA PRIORIDAD
{% endif %}
{% if elem.estatus == 3 %}
PRIORIDAD NORMAL
{% endif %}
{% if elem.estatus == 4 %}
BAJA PRIORIDAD
{% endif %}
{% if elem.estatus == 5 %}
NO APLICA PRIORIDAD
{% endif %}
Calificación:
{% if elem.calificacion == 0 %}
-
{% endif %}
{% if elem.calificacion == 1 %}
MAL
{% endif %}
{% if elem.calificacion == 2 %}
REGULAR
{% endif %}
{% if elem.calificacion == 3 %}
BIEN
{% endif %}
{% if elem.calificacion == 4 %}
MUY BIEN
{% endif %}
{% if elem.calificacion == 5 %}
EXCELENTE
{% endif %}
Registrado por: {{ elem.usuario }} en fecha del {{ elem.fechaCreacion | date('d/m/y') }}
|
|
▼
|
Notas
{{ data[data | length -1].notas }}
Status:
{% if data[data | length -1].estatus == 0 %}
-
{% endif %}
{% if data[data | length -1].estatus == 1 %}
PRIORIDAD INMEDIATA
{% endif %}
{% if data[data | length -1].estatus == 2 %}
ALTA PRIORIDAD
{% endif %}
{% if data[data | length -1].estatus == 3 %}
PRIORIDAD NORMAL
{% endif %}
{% if data[data | length -1].estatus == 4 %}
BAJA PRIORIDAD
{% endif %}
{% if data[data | length -1].estatus == 5 %}
NO APLICA PRIORIDAD
{% endif %}
Calificación:
{% if data[data | length -1].calificacion == 0 %}
-
{% endif %}
{% if data[data | length -1].calificacion == 1 %}
MAL
{% endif %}
{% if data[data | length -1].calificacion == 2 %}
REGULAR
{% endif %}
{% if data[data | length -1].calificacion == 3 %}
BIEN
{% endif %}
{% if data[data | length -1].calificacion == 4 %}
MUY BIEN
{% endif %}
{% if data[data | length -1].calificacion == 5 %}
EXCELENTE
{% endif %}
Registrado por: {{ data[data | length -1].usuario }} en fecha del {{ data[data | length -1].fechaCreacion | date('d/m/y') }}