Ticket REFERENCIA
{{'ticket.create.priority' | trans}}
{% for prioridad in prioridades%}
{{prioridad.prioridad}}
{% endfor %}
{% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idtipoProceso == 1 %}
{{'ticketDetail.email.tipo' | trans}}
{% for tipoProceso in tipoProcesos%}
{{tipoProceso.tipoProceso}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idregion == 1 %}
{{'ticketDetail.region' | trans}}
{% for region in regiones%}
{{region.region}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.cluster == 1 %}
Cluster
{% for cluster in clusters%}
{{cluster.cluster}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.subcluster == 1 %}
Sub Cluster
{% for region in regiones%}
{{region.region}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.pais == 1 %}
Country
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idestado == 1 %}
Departamento
{% for estado in estados %}
{{ estado.nombre }}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idsitio == 1 %}
{{ 'inbox.search' | trans }} {{tipoSitio.tipo}} :
{{'ticketDetail.code' | trans}}
{{'ticketDetail.site' | trans}}
{{'ticketDetail.code' | trans}}
{{'inbox.search' | trans}}:
{% for sitio in sitios |sort%}
{{sitio.codigo}}
{% endfor %}
{% for sitio in sitios %}
{{sitio.codigo}}
{% endfor %}
{{'ticketDetail.site' | trans}}
{{'inbox.search' | trans}}:
{% for sitio in sitios %}
{{sitio.sitio}}
{% endfor %}
{% for sitio in sitios %}
{{sitio.sitio}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idCategoria == 1 %}
Categoria Elemento
{% for categoria in categorias%}
{{categoria.nombre}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idElemento == 1 %}
Elemento
{% for elemento in elementos%}
{{elemento.codigo}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.fechaFalla == 1 %}
Fecha Falla
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.fechaInicioAct == 1%}
{{'ticketDetail.installationstartdate' | trans}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.duracion == 1 %}
Duracion (Horas)
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.fechaFinPro == 1 %}
{{'ticketDetail.installationenddate' | trans}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idproveedor == 1 %}
ASP
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idGrupo == 1 %}
Brigada
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idLider == 1 %}
Lider Asp
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idtecnico == 1 %}
Tecnico Asp
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idCliente == 1 %}
{{'PROYECTO' | trans}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idCliente == 1 %}
Supervisor
{% for supervisor in supervisores%}
{{supervisor.nombre}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idfallas == 1 %}
Fallas/Motivo
{% for falla in fallas%}
{{falla.fallas}}
{% endfor %}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idtipofallas == 1 %}
Tipo Falla
{% for tipoFalla in tipoFallas%}
{{tipoFalla.tipoFallas}}
{% endfor %}
{% endif %} {% endif %} {% for proyectosProcesoEtiqueta in proyectosProcesoEtiquetas %}
{{proyectosProcesoEtiqueta.etiqueta | trans}}
{% if proyectosProcesoEtiqueta.type == "selectData" %}
{% elseif(proyectosProcesoEtiqueta.type == "text") %}
{% elseif(proyectosProcesoEtiqueta.type == "checkbox") %}
{% elseif(proyectosProcesoEtiqueta.type == "textarea") %}
{% elseif(proyectosProcesoEtiqueta.type == "select") %}
{% elseif(proyectosProcesoEtiqueta.type == "longSelect") %}
{% elseif(proyectosProcesoEtiqueta.type == "date") %}
{% elseif(proyectosProcesoEtiqueta.type == "datetime") %}
{% elseif(proyectosProcesoEtiqueta.type == "number") %}
{% elseif(proyectosProcesoEtiqueta.type == "time") %}
{% endif %}
{% endfor%} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.observacion == 1 %}
Descripcion
{{ ticketDatosOpen.observacion }}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.comentario == 1 %}
Comentarios
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.recomendacion == 1 %}
Recomendaciones
{% endif %} {% endif %}
RECLASIFICAR
{{'ticket.create.cancel' | trans}}