Compare commits
1 Commits
desarrollo
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6df96a794a |
15
RolesModel.js
Normal file
15
RolesModel.js
Normal file
@ -0,0 +1,15 @@
|
||||
const RolesModel = () => {
|
||||
return {
|
||||
group_id: "",
|
||||
description: "",
|
||||
valor: "",
|
||||
texto: "",
|
||||
users_count: "",
|
||||
apps_count: "",
|
||||
workspaces_count: "",
|
||||
properties_count: ""
|
||||
}
|
||||
}
|
||||
|
||||
export default RolesModel
|
||||
|
@ -1,28 +0,0 @@
|
||||
const PlanesdeTrabajoModel = () => {
|
||||
return {
|
||||
usuario: "",
|
||||
fecha_grabacion_es: "",
|
||||
fecha_grabacion: "",
|
||||
id_compania: "",
|
||||
no_plan_trabajo: "",
|
||||
tipo_recurso: "",
|
||||
id_tipo_recurso: "",
|
||||
id_recurso: "",
|
||||
id_usuario: "",
|
||||
id_usuario_reviso: "",
|
||||
usuario_reviso: "",
|
||||
fecha_revision: "",
|
||||
fecha_revision_es: "",
|
||||
fecha_inicial: "",
|
||||
fecha_inicial_es: "",
|
||||
fecha_final: "",
|
||||
fecha_final_es: "",
|
||||
estado: "",
|
||||
inconvenientes: "",
|
||||
observaciones: "",
|
||||
nombre_completo: ""
|
||||
}
|
||||
}
|
||||
|
||||
export default PlanesdeTrabajoModel
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,28 +0,0 @@
|
||||
const testNuevoModel = () => {
|
||||
return {
|
||||
id_compania: "",
|
||||
no_proyecto: "",
|
||||
correlativo: "",
|
||||
id_tipo_otro_gasto: "",
|
||||
tipo_otro_gasto: "",
|
||||
id_etapa_proyecto: "",
|
||||
etapa_proyecto: "",
|
||||
id_usuario: "",
|
||||
usuario: "",
|
||||
fecha_grabacion: "",
|
||||
fecha: "",
|
||||
fecha_en: "",
|
||||
descripcion: "",
|
||||
fecha_estimada: "",
|
||||
fecha_estimada_formato: "",
|
||||
fecha_estimada_en: "",
|
||||
fecha_real: "",
|
||||
fecha_real_formato: "",
|
||||
fecha_real_en: "",
|
||||
valor_total_estimado: "",
|
||||
valor_total_real: ""
|
||||
}
|
||||
}
|
||||
|
||||
export default testNuevoModel
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,28 +0,0 @@
|
||||
const testNuevoModel = () => {
|
||||
return {
|
||||
id_compania: "",
|
||||
no_proyecto: "",
|
||||
correlativo: "",
|
||||
id_tipo_otro_gasto: "",
|
||||
tipo_otro_gasto: "",
|
||||
id_etapa_proyecto: "",
|
||||
etapa_proyecto: "",
|
||||
id_usuario: "",
|
||||
usuario: "",
|
||||
fecha_grabacion: "",
|
||||
fecha: "",
|
||||
fecha_en: "",
|
||||
descripcion: "",
|
||||
fecha_estimada: "",
|
||||
fecha_estimada_formato: "",
|
||||
fecha_estimada_en: "",
|
||||
fecha_real: "",
|
||||
fecha_real_formato: "",
|
||||
fecha_real_en: "",
|
||||
valor_total_estimado: "",
|
||||
valor_total_real: ""
|
||||
}
|
||||
}
|
||||
|
||||
export default testNuevoModel
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user