Compare commits

...

7 Commits

Author SHA1 Message Date
SmartDeveloper(dehernandezm)
ce4187f945 sync testNuevo files from SmartDeveloper 20230417T212129 2023-04-17 15:21:31 -06:00
SmartDeveloper(dehernandezm)
9b98105075 sync testNuevo files from SmartDeveloper 20230414T220214 2023-04-14 16:02:16 -06:00
SmartDeveloper(dehernandezm)
3b517e53e5 sync PlanesdeTrabajo files from SmartDeveloper 20230414T135208 2023-04-14 07:52:10 -06:00
SmartDeveloper
26bb1ee18f sync PlanesdeTrabajo files from SmartDeveloper 20230413T224950 2023-04-13 16:50:05 -06:00
SmartDeveloper
087bb7e332 sync PlanesdeTrabajo files from SmartDeveloper 20230413T223833 2023-04-13 16:38:48 -06:00
SmartDeveloper
4678c44beb sync PlanesdeTrabajo files from SmartDeveloper 20230413T223516 2023-04-13 16:35:34 -06:00
API Predictive
1e3c2b88b6 sync PlanesdeTrabajoModel.js file from SmartDeveloper 20230307T173800 2023-03-07 11:38:18 -06:00
6 changed files with 3229 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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

View File

@ -0,0 +1,28 @@
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

28
src/testNuevoModel.js Normal file
View File

@ -0,0 +1,28 @@
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

1066
src/testNuevoProps.js Normal file

File diff suppressed because it is too large Load Diff