apoiat / ESX_Documents

Ingame document filling, signing and exchanging platform for fivem, esx platform
52 stars 43 forks source link

Job documents not showing for "mechanic" #15

Closed sebastiannl closed 5 years ago

sebastiannl commented 5 years ago

["mechanic"] = { { headerTitle = "COTIZACIÓN PARA MODIFICACIONES", headerSubtitle = "Documento con los detalles y valores para la modificación de un vehículo.", elements = { { label = "NOMBRE DE CLIENTE", type = "input", value = "", can_be_emtpy = false }, { label = "APELLIDO DE CLIENTE", type = "input", value = "", can_be_emtpy = false }, { label = "FECHA DE EMISIÓN", type = "input", value = "", can_be_empty = false }, { label = "DETALLE", type = "textarea", value = "En este recuadro deben especificar las piezas y el valor de cada una a modo de cotización para un cliente. Recuerde hacerlo con orden y que sea entendible.", can_be_emtpy = false }, } }, { headerTitle = "FACTURA MECÁNICA", headerSubtitle = "Documento que menciona el trabajo hecho por un mecánico y sus detalles.", elements = { { label = "NOMBRE DE CLIENTE", type = "input", value = "", can_be_emtpy = false }, { label = "APELLIDO DE CLIENTE", type = "input", value = "", can_be_emtpy = false }, { label = "FECHA DE EMISIÓN", type = "input", value = "", can_be_empty = false }, { label = "DETALLE", type = "textarea", value = "El mecánico debe especificar detalladamente qué trabajo hizo y los valores de este. Abarca reparaciones, modificaciones, limpieza, remolque, etc. Recuerde hacerlo de manera ordenada y entendible.", can_be_emtpy = false }, } }

apoiat commented 5 years ago

There is no entry for mechanic in initial script