sigo-package 1.0.74 → 1.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/Programados/ActualizarDataManoObra.d.ts +13 -0
  2. package/dist/Programados/ActualizarDataReserva.d.ts +2 -0
  3. package/dist/Programados/ActualizarDataResumenLiquidaciones.d.ts +6 -0
  4. package/dist/Programados/ActualizarDataTrabajos.d.ts +15 -0
  5. package/dist/Programados/Alemania/CalcularResumenHPMOLiquidado/index.d.ts +20 -0
  6. package/dist/Programados/Alemania/Models/DataFlujosHomePass.d.ts +2 -0
  7. package/dist/Programados/Alemania/Models/DocumentacionHPBussines.d.ts +2 -0
  8. package/dist/Programados/Alemania/Models/DocumentacionHPResidential.d.ts +2 -0
  9. package/dist/Programados/Alemania/Models/index.d.ts +4 -0
  10. package/dist/Programados/Alemania/ObtenerMONoReservada/filtrarMONoReservada.d.ts +8 -0
  11. package/dist/Programados/Alemania/ObtenerMONoReservada/generarModeloAmap.d.ts +12 -0
  12. package/dist/Programados/Alemania/ObtenerMONoReservada/index.d.ts +56 -0
  13. package/dist/Programados/Alemania/UpdateNodoZanjaDocDP/index.d.ts +16 -0
  14. package/dist/Programados/Alemania/UpdateNodoZanjaDocDP/updateRecursivo.d.ts +2 -0
  15. package/dist/Programados/Alemania/index.d.ts +5 -0
  16. package/dist/Programados/BuscarZonaContratista.d.ts +17 -0
  17. package/dist/Programados/CalcularResumenLiquidaciones.d.ts +39 -0
  18. package/dist/Programados/ObtenerZonaAsignada.d.ts +11 -0
  19. package/dist/Programados/PaisMapping.d.ts +7 -0
  20. package/dist/Programados/Procesos/Modelos/DocumentacionReplanteo.d.ts +1 -0
  21. package/dist/Programados/Procesos/Modelos/ModelDataFlujosDocumentacionReplanteo.d.ts +10 -0
  22. package/dist/Programados/Procesos/Modelos/index.d.ts +3 -0
  23. package/dist/Programados/Procesos/Preliquidar/ObtenerPrecioContratistaVigente.d.ts +7 -0
  24. package/dist/Programados/Procesos/Preliquidar/index.d.ts +2 -0
  25. package/dist/Programados/Procesos/index.d.ts +4 -0
  26. package/dist/Programados/Procesos/parteDiario/CompararFechas.d.ts +1 -0
  27. package/dist/Programados/Procesos/parteDiario/GetCodigoFechaActual.d.ts +1 -0
  28. package/dist/Programados/Procesos/parteDiario/index.d.ts +3 -0
  29. package/dist/Programados/dtos/AmapCantidadesDto.d.ts +6 -0
  30. package/dist/Programados/dtos/AmapDto.d.ts +30 -0
  31. package/dist/Programados/dtos/AsignacionValorizacionDto.d.ts +17 -0
  32. package/dist/Programados/dtos/CentroCostosDto.d.ts +9 -0
  33. package/dist/Programados/dtos/CertificacionDto.d.ts +10 -0
  34. package/dist/Programados/dtos/ContrataDto.d.ts +6 -0
  35. package/dist/Programados/dtos/ContratoOTDto.d.ts +8 -0
  36. package/dist/Programados/dtos/DatosCatalogoItemDto.d.ts +6 -0
  37. package/dist/Programados/dtos/DatosCatalogoMODto.d.ts +8 -0
  38. package/dist/Programados/dtos/DatosItemDto.d.ts +6 -0
  39. package/dist/Programados/dtos/DatosManoObraGlobalDto.d.ts +8 -0
  40. package/dist/Programados/dtos/DatosPrecioEspecialidadDto.d.ts +9 -0
  41. package/dist/Programados/dtos/DatosPrecioMaterialDto.d.ts +10 -0
  42. package/dist/Programados/dtos/DatosUnidadObraMaterialDto.d.ts +6 -0
  43. package/dist/Programados/dtos/DetalleChileReservaMODto.d.ts +29 -0
  44. package/dist/Programados/dtos/DetalleManoObraChileDto.d.ts +4 -0
  45. package/dist/Programados/dtos/FlujoDocDto.d.ts +12 -0
  46. package/dist/Programados/dtos/HomePassDto.d.ts +10 -0
  47. package/dist/Programados/dtos/ItemCantidadesDto.d.ts +5 -0
  48. package/dist/Programados/dtos/ItemDto.d.ts +30 -0
  49. package/dist/Programados/dtos/ManoObraBaremoDto.d.ts +7 -0
  50. package/dist/Programados/dtos/MaterialAmapDto.d.ts +15 -0
  51. package/dist/Programados/dtos/MaterialLogisticaDto.d.ts +9 -0
  52. package/dist/Programados/dtos/MaterialesUtiRetDto.d.ts +18 -0
  53. package/dist/Programados/dtos/OTGlobalDto.d.ts +6 -0
  54. package/dist/Programados/dtos/PeriodoDto.d.ts +9 -0
  55. package/dist/Programados/dtos/PrecioActividadDto.d.ts +11 -0
  56. package/dist/Programados/dtos/PreciosAgenciaDto.d.ts +10 -0
  57. package/dist/Programados/dtos/PreciosContrataDto.d.ts +8 -0
  58. package/dist/Programados/dtos/PreciosVigentesDto.d.ts +8 -0
  59. package/dist/Programados/dtos/PreciosZonasDto.d.ts +9 -0
  60. package/dist/Programados/dtos/ProduccionDto.d.ts +12 -0
  61. package/dist/Programados/dtos/ValorizacionDto.d.ts +42 -0
  62. package/dist/Programados/dtos/VarianteDto.d.ts +4 -0
  63. package/dist/Programados/dtos/VigenciaDto.d.ts +4 -0
  64. package/dist/Programados/dtos/WBEDto.d.ts +5 -0
  65. package/dist/Programados/dtos/index.d.ts +5 -0
  66. package/dist/Programados/entitys/DocumentacionPEXEntity.d.ts +17 -0
  67. package/dist/Programados/entitys/EstadoInternoEntity.d.ts +22 -0
  68. package/dist/Programados/entitys/ManoDeObraEntity.d.ts +5 -0
  69. package/dist/Programados/entitys/ManoObraGlobalEntity.d.ts +19 -0
  70. package/dist/Programados/entitys/ObraEntity.d.ts +4 -0
  71. package/dist/Programados/entitys/ReservaEntity.d.ts +4 -0
  72. package/dist/Programados/entitys/TrabajoEntity.d.ts +47 -0
  73. package/dist/Programados/index.d.ts +11 -0
  74. package/dist/index.d.ts +3 -0
  75. package/dist/index.js +8 -0
  76. package/dist/shared/Utils/CurrencyFormat.d.ts +27 -0
  77. package/dist/shared/Utils/IsValidDate.d.ts +1 -0
  78. package/dist/shared/Utils/index.d.ts +3 -0
  79. package/dist/shared/dtos/AnexoDto.d.ts +9 -0
  80. package/dist/shared/dtos/BitacoraDto.d.ts +7 -0
  81. package/dist/shared/dtos/CodigoDescripcionDto.d.ts +4 -0
  82. package/dist/shared/dtos/CoordenadasDto.d.ts +4 -0
  83. package/dist/shared/dtos/DelegacionDto.d.ts +4 -0
  84. package/dist/shared/dtos/EmpresaDto.d.ts +4 -0
  85. package/dist/shared/dtos/EmpresaUsuarioDto.d.ts +7 -0
  86. package/dist/shared/dtos/EstadoDto.d.ts +4 -0
  87. package/dist/shared/dtos/EstadoInternoDto.d.ts +15 -0
  88. package/dist/shared/dtos/FilesDocDto.d.ts +19 -0
  89. package/dist/shared/dtos/GeneralCodigoNombreDto.d.ts +4 -0
  90. package/dist/shared/dtos/GeneralCodigoNombreUnidadDto.d.ts +5 -0
  91. package/dist/shared/dtos/NodoDocDto.d.ts +18 -0
  92. package/dist/shared/dtos/PaisDto.d.ts +4 -0
  93. package/dist/shared/dtos/PersonalDto.d.ts +8 -0
  94. package/dist/shared/dtos/SizeDto.d.ts +4 -0
  95. package/dist/shared/dtos/UnidadMedidaDto.d.ts +4 -0
  96. package/dist/shared/dtos/UsuarioDto.d.ts +6 -0
  97. package/dist/shared/dtos/UsuarioEdicionDto.d.ts +5 -0
  98. package/dist/shared/dtos/index.d.ts +10 -0
  99. package/dist/shared/index.d.ts +3 -0
  100. package/dist/sigo-package.cjs.development.js +1312 -0
  101. package/dist/sigo-package.cjs.development.js.map +1 -0
  102. package/dist/sigo-package.cjs.production.min.js +2 -0
  103. package/dist/sigo-package.cjs.production.min.js.map +1 -0
  104. package/dist/sigo-package.esm.js +1288 -0
  105. package/dist/sigo-package.esm.js.map +1 -0
  106. package/package.json +1 -1
  107. package/src/Programados/Alemania/UpdateNodoZanjaDocDP/updateRecursivo.ts +19 -37
@@ -0,0 +1,13 @@
1
+ import { ManoDeObraEntity } from './entitys/ManoDeObraEntity';
2
+ import { ObraEntity } from './entitys/ObraEntity';
3
+ interface IenvSIGO {
4
+ SISTEMAS_VALORIZACION_MANO_OBRA: string[];
5
+ }
6
+ interface IProps {
7
+ manoObra: ManoDeObraEntity;
8
+ ContratoOT: any;
9
+ envSIGO: IenvSIGO;
10
+ obra: ObraEntity;
11
+ }
12
+ export declare const ActualizarDataManoObra: ({ manoObra, ContratoOT, envSIGO, obra }: IProps) => void;
13
+ export {};
@@ -0,0 +1,2 @@
1
+ import { ReservaEntity } from './entitys/ReservaEntity';
2
+ export declare const ActualizarDataReserva: (reserva: ReservaEntity) => void;
@@ -0,0 +1,6 @@
1
+ import { ResumenLiquidacionesType } from "./CalcularResumenLiquidaciones";
2
+ export declare const ActualizarDataResumenLiquidaciones: Funcion;
3
+ interface Funcion {
4
+ (ManoObra: any, Reserva: any, StockPersonal: any[], ResumenPreLiquidado: ResumenLiquidacionesType): void;
5
+ }
6
+ export {};
@@ -0,0 +1,15 @@
1
+ import { ManoDeObraEntity } from './entitys/ManoDeObraEntity';
2
+ import { ObraEntity } from './entitys/ObraEntity';
3
+ import { TrabajoEntity } from './entitys/TrabajoEntity';
4
+ interface IParams {
5
+ manoObra: ManoDeObraEntity;
6
+ trabajos: TrabajoEntity[];
7
+ obra: ObraEntity;
8
+ ContratoOT: any;
9
+ envSIGO: IenvSIGO;
10
+ }
11
+ interface IenvSIGO {
12
+ SISTEMAS_VALORIZACION_MANO_OBRA: string[];
13
+ }
14
+ export declare const ActualizarDataTrabajos: ({ manoObra, trabajos, obra, ContratoOT, envSIGO }: IParams) => void;
15
+ export {};
@@ -0,0 +1,20 @@
1
+ import { HomePassDto } from '../../dtos/HomePassDto';
2
+ interface typeHPMOUtilizado {
3
+ ID_HPListMO: number;
4
+ CantidadUtilizado: number;
5
+ }
6
+ interface typeTrabajo {
7
+ Ultima_PreLiquidacion: PreLiquidacion;
8
+ }
9
+ interface PreLiquidacion {
10
+ Valorizacion: ValorizacionDto[];
11
+ }
12
+ interface ValorizacionDto {
13
+ Ultimo_Estado_Interno: EstadoInternoDto;
14
+ HomePass: HomePassDto[];
15
+ }
16
+ interface EstadoInternoDto {
17
+ Descripcion: string;
18
+ }
19
+ export declare const CalcularResumenHPMOLiquidado: (trabajo: typeTrabajo) => typeHPMOUtilizado[];
20
+ export {};
@@ -0,0 +1,2 @@
1
+ import { FlujoDocDto } from '../../dtos/FlujoDocDto';
2
+ export declare const dataFlujosHomePass: FlujoDocDto[];
@@ -0,0 +1,2 @@
1
+ import { NodoDocDto } from '../../../shared/dtos/NodoDocDto';
2
+ export declare const DocumentacionHPBussines: NodoDocDto;
@@ -0,0 +1,2 @@
1
+ import { DocumentacionPEXEntity } from '../../../Programados/entitys/DocumentacionPEXEntity';
2
+ export declare const DocumentacionHPResidential: DocumentacionPEXEntity;
@@ -0,0 +1,4 @@
1
+ import { DocumentacionHPBussines } from './DocumentacionHPBussines';
2
+ import { DocumentacionHPResidential } from './DocumentacionHPResidential';
3
+ import { dataFlujosHomePass } from './DataFlujosHomePass';
4
+ export { DocumentacionHPBussines, DocumentacionHPResidential, dataFlujosHomePass, };
@@ -0,0 +1,8 @@
1
+ import { AmapDto } from '../../dtos/AmapDto';
2
+ import { ManoObra } from './index';
3
+ interface params {
4
+ ModelosAmap: AmapDto[];
5
+ ManoObra: ManoObra;
6
+ }
7
+ export declare function filtrarMONoReservada(params: params): AmapDto[];
8
+ export {};
@@ -0,0 +1,12 @@
1
+ import { AmapDto } from '../../dtos/AmapDto';
2
+ import { ManoObraGlobal, Obra, PrecioEspecialidad } from './index';
3
+ import { ManoObraBaremoDto } from '../../dtos/ManoObraBaremoDto';
4
+ interface params {
5
+ ManoObraGlobal: ManoObraGlobal;
6
+ PrecioEspecialidad: PrecioEspecialidad;
7
+ Precio: number;
8
+ Obra: Obra;
9
+ MOB: ManoObraBaremoDto;
10
+ }
11
+ export declare function generarModeloAmap(params: params): AmapDto;
12
+ export {};
@@ -0,0 +1,56 @@
1
+ import { MaterialAmapDto } from '../../dtos/MaterialAmapDto';
2
+ import { DetalleManoObraChileDto } from '../../dtos/DetalleManoObraChileDto';
3
+ import { PreciosAgenciaDto } from '../../dtos/PreciosAgenciaDto';
4
+ import { PreciosContrataDto } from '../../dtos/PreciosContrataDto';
5
+ import { AmapDto } from '../../dtos/AmapDto';
6
+ export interface PrecioEspecialidad {
7
+ Simbolo: string;
8
+ Moneda: string;
9
+ Decimales: number;
10
+ Especialidad: {
11
+ Codigo: string;
12
+ };
13
+ ContratoOT: {
14
+ Codigo: string;
15
+ };
16
+ Agencias: PreciosAgenciaDto[];
17
+ Contratistas: PreciosContrataDto[];
18
+ }
19
+ export interface ManoObraGlobal {
20
+ Amap: number;
21
+ Codigo: string;
22
+ Actividad: string;
23
+ Alcance: string;
24
+ Unidad: {
25
+ Nombre: string;
26
+ };
27
+ DetalleChile: DetalleManoObraChileDto;
28
+ ContratoOT: {
29
+ Codigo: string;
30
+ };
31
+ Material: MaterialAmapDto[];
32
+ }
33
+ export interface Obra {
34
+ DetalleChile: {
35
+ numoe: string;
36
+ codigo: string;
37
+ agencia: string;
38
+ };
39
+ Pais: {
40
+ Codigo: string;
41
+ };
42
+ Delegacion: {
43
+ Codigo: string;
44
+ };
45
+ }
46
+ export interface ManoObra {
47
+ Valorizacion: AmapDto[];
48
+ }
49
+ interface params {
50
+ dataManoObraGlobal: ManoObraGlobal[];
51
+ dataPrecioEspecialidad: PrecioEspecialidad[];
52
+ Obra: Obra;
53
+ ManoObra: ManoObra;
54
+ }
55
+ export declare function ObtenerMONoReservada(params: params): AmapDto[];
56
+ export {};
@@ -0,0 +1,16 @@
1
+ import { NodoDocDto } from '../../../shared/dtos/NodoDocDto';
2
+ interface params<T> {
3
+ documentacion: T;
4
+ obra: {
5
+ TotalesGeneralObra: {
6
+ PresupuestadoTotalObra: {
7
+ TotMetros: number;
8
+ };
9
+ };
10
+ };
11
+ }
12
+ interface IDocumentacion {
13
+ Nodos: NodoDocDto[];
14
+ }
15
+ export declare const UpdateNodoZanjaDocDP: <T extends IDocumentacion>({ documentacion, obra }: params<T>) => T;
16
+ export {};
@@ -0,0 +1,2 @@
1
+ import { NodoDocDto } from '../../../shared/dtos/NodoDocDto';
2
+ export declare const updateRecursivo: (nodos: NodoDocDto[], metros: number) => void;
@@ -0,0 +1,5 @@
1
+ import { ObtenerMONoReservada } from './ObtenerMONoReservada/index';
2
+ import { DocumentacionHPBussines, DocumentacionHPResidential, dataFlujosHomePass } from './Models/index';
3
+ import { UpdateNodoZanjaDocDP } from './UpdateNodoZanjaDocDP/index';
4
+ import { CalcularResumenHPMOLiquidado } from './CalcularResumenHPMOLiquidado/index';
5
+ export { ObtenerMONoReservada, DocumentacionHPBussines, DocumentacionHPResidential, dataFlujosHomePass, UpdateNodoZanjaDocDP, CalcularResumenHPMOLiquidado, };
@@ -0,0 +1,17 @@
1
+ interface Zona {
2
+ Descripcion: string;
3
+ Codigo: string;
4
+ Estado: {
5
+ ID_Estado: number;
6
+ };
7
+ }
8
+ interface EmpresaContratistaEnPrecioEspecialidad {
9
+ Zonas: Zona[];
10
+ }
11
+ interface Obra {
12
+ Pais: {
13
+ Codigo: string;
14
+ };
15
+ }
16
+ export declare function BuscarZonaContratista(EmpresaContratistaEnPrecioEspecialidad: EmpresaContratistaEnPrecioEspecialidad, Obra: Obra, ZonaAsignada: string): Zona | undefined;
17
+ export {};
@@ -0,0 +1,39 @@
1
+ export declare const CalcularResumenLiquidaciones: Funcion;
2
+ interface Funcion {
3
+ (trabajo: TrabajoType, trabajos: any[]): ResumenLiquidacionesType;
4
+ }
5
+ export interface ResumenLiquidacionesType {
6
+ MoUo: MoUoType[];
7
+ MatUtilizados: MatUtilizadosType[];
8
+ MatRetirados: MatRetiradosType[];
9
+ MatStockPersonal: MatStockPersonalType[];
10
+ }
11
+ export interface MatStockPersonalType {
12
+ ID_Trabajo: number;
13
+ Identificacion: string;
14
+ Codigo: string;
15
+ Cantidad: number;
16
+ }
17
+ export interface MatRetiradosType {
18
+ Codigo: string;
19
+ Cantidad: number;
20
+ }
21
+ export interface MatUtilizadosType {
22
+ Codigo: string;
23
+ Cantidad: number;
24
+ }
25
+ export interface MoUoType {
26
+ LineaCodigoCub: string;
27
+ Cantidad: number;
28
+ CantidadUO: number;
29
+ }
30
+ interface TrabajoType {
31
+ ID_Trabajo: number;
32
+ Ultima_PreLiquidacion: PreLiquidacionType;
33
+ }
34
+ interface PreLiquidacionType {
35
+ Valorizacion: ValorizacionType[];
36
+ }
37
+ interface ValorizacionType {
38
+ }
39
+ export {};
@@ -0,0 +1,11 @@
1
+ interface Obra {
2
+ ZonaAsignada: string;
3
+ Ubicacion: {
4
+ Municipio: string;
5
+ };
6
+ Pais: {
7
+ Codigo: string;
8
+ };
9
+ }
10
+ export declare function ObtenerZonaAsignada(Obra: Obra): string;
11
+ export {};
@@ -0,0 +1,7 @@
1
+ interface PaisMap {
2
+ [key: string]: {
3
+ CantidadMin: number;
4
+ };
5
+ }
6
+ export declare const paisMap: PaisMap;
7
+ export {};
@@ -0,0 +1 @@
1
+ export declare const DocumentacionReplanteo: any[];
@@ -0,0 +1,10 @@
1
+ export declare const ModelDataFlujosDocumentacionReplanteo: {
2
+ Action: string;
3
+ Fecha: Date;
4
+ Usuario: string;
5
+ Description: string;
6
+ Posicion: string;
7
+ Icono: string;
8
+ ColorIcono: string;
9
+ TagPagina: string[];
10
+ }[];
@@ -0,0 +1,3 @@
1
+ import { DocumentacionReplanteo } from './DocumentacionReplanteo';
2
+ import { ModelDataFlujosDocumentacionReplanteo } from './ModelDataFlujosDocumentacionReplanteo';
3
+ export { DocumentacionReplanteo, ModelDataFlujosDocumentacionReplanteo };
@@ -0,0 +1,7 @@
1
+ import { PreciosVigentesDto, PrecioActividadDto } from './../../dtos/index';
2
+ declare type params = {
3
+ actividad: PrecioActividadDto;
4
+ FechaVerificar: Date;
5
+ };
6
+ export declare function ObtenerPrecioContratistaVigente({ actividad, FechaVerificar }: params): PreciosVigentesDto | null;
7
+ export {};
@@ -0,0 +1,2 @@
1
+ import { ObtenerPrecioContratistaVigente } from './ObtenerPrecioContratistaVigente';
2
+ export { ObtenerPrecioContratistaVigente };
@@ -0,0 +1,4 @@
1
+ import { DocumentacionReplanteo, ModelDataFlujosDocumentacionReplanteo } from './Modelos/index';
2
+ import { CompararFechas, GetCodigoFechaActual } from './parteDiario/index';
3
+ import { ObtenerPrecioContratistaVigente } from './Preliquidar/index';
4
+ export { DocumentacionReplanteo, ModelDataFlujosDocumentacionReplanteo, CompararFechas, GetCodigoFechaActual, ObtenerPrecioContratistaVigente, };
@@ -0,0 +1 @@
1
+ export declare const CompararFechas: (Fecha1: Date, Fecha2?: Date | undefined) => boolean;
@@ -0,0 +1 @@
1
+ export declare const GetCodigoFechaActual: () => string;
@@ -0,0 +1,3 @@
1
+ import { CompararFechas } from './CompararFechas';
2
+ import { GetCodigoFechaActual } from './GetCodigoFechaActual';
3
+ export { CompararFechas, GetCodigoFechaActual };
@@ -0,0 +1,6 @@
1
+ export declare class AmapCantidadesDto {
2
+ ID_AmapCantidades: number;
3
+ CanMOCub: number;
4
+ CanUOCub: number;
5
+ Fecha: Date;
6
+ }
@@ -0,0 +1,30 @@
1
+ import { EstadoDto } from '../../shared/index';
2
+ import { WBEDto } from './WBEDto';
3
+ import { DetalleChileReservaMODto } from './DetalleChileReservaMODto';
4
+ import { DatosCatalogoMODto } from './DatosCatalogoMODto';
5
+ import { AmapCantidadesDto } from './AmapCantidadesDto';
6
+ export declare class AmapDto {
7
+ ID_Amap: number;
8
+ Amap: number;
9
+ Cantidad: number;
10
+ CantidadUsado: number;
11
+ CantidadTransito: number;
12
+ CantidadAprobada: number;
13
+ Codigo: string;
14
+ Descripcion: string;
15
+ Estado: EstadoDto;
16
+ Precio: number;
17
+ Total: number;
18
+ Unidad: string;
19
+ Moneda: string;
20
+ Simbolo: string;
21
+ Decimales: number;
22
+ WBE: WBEDto;
23
+ DetalleChile: DetalleChileReservaMODto;
24
+ CantidadUO: number;
25
+ CantidadUOUsado: number;
26
+ CantidadUOTransito: number;
27
+ CantidadUOAprobada: number;
28
+ Cantidades: AmapCantidadesDto[];
29
+ DatosCatalogoMO: DatosCatalogoMODto;
30
+ }
@@ -0,0 +1,17 @@
1
+ import { EstadoDto, GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto } from '../../shared/index';
2
+ export interface AsignacionValorizacionDto {
3
+ ID_AsignacionValorizacion: number;
4
+ ID_Amap: number;
5
+ Linea: string;
6
+ Codigo: string;
7
+ CantidadMO: number;
8
+ CantidadUO: number;
9
+ Especialidad: GeneralCodigoNombreDto;
10
+ Actividad: GeneralCodigoNombreDto;
11
+ Clave: GeneralCodigoNombreDto;
12
+ ManoObra: GeneralCodigoNombreUnidadDto;
13
+ UnidadObra: GeneralCodigoNombreUnidadDto;
14
+ LineaCodigoCub: string;
15
+ CodigoCub: string;
16
+ Estado: EstadoDto;
17
+ }
@@ -0,0 +1,9 @@
1
+ import { CodigoDescripcionDto } from "Shared/Dtos/CodigoDescripcionDto";
2
+ export declare class CentroCostosDto {
3
+ ID_CentroCostos: number;
4
+ Codigo_SIGO: number;
5
+ Codigo: string;
6
+ Descripcion: string;
7
+ OT: string;
8
+ Area: CodigoDescripcionDto;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { UsuarioEdicionDto } from "Shared/Dtos/UsuarioEdicionDto";
2
+ import { PeriodoDto } from "./PeriodoDto";
3
+ export declare class CertificacionDto {
4
+ Mes: number;
5
+ Anio: number;
6
+ UltimoPeriodo: PeriodoDto;
7
+ Periodos: PeriodoDto[];
8
+ UsuarioEdicion: UsuarioEdicionDto;
9
+ FechaRegistro: Date;
10
+ }
@@ -0,0 +1,6 @@
1
+ import { EstadoInternoEntity } from "Programados/Entitys/EstadoInternoEntity";
2
+ export declare class ContrataDto {
3
+ FechaRegistro: Date;
4
+ Ultimo_Estado_Interno: EstadoInternoEntity;
5
+ Estados_Internos: EstadoInternoEntity[];
6
+ }
@@ -0,0 +1,8 @@
1
+ import { OTGlobalDto } from './OTGlobalDto';
2
+ export declare class ContratoOTDto {
3
+ ID_ContratoOT: number;
4
+ Codigo: string;
5
+ Descripcion: string;
6
+ Sistema: string;
7
+ OT: OTGlobalDto;
8
+ }
@@ -0,0 +1,6 @@
1
+ import { DatosItemDto } from './DatosItemDto';
2
+ import { DatosPrecioMaterialDto } from './DatosPrecioMaterialDto';
3
+ export declare class DatosCatalogoItemDto {
4
+ DatosPrecioMaterial: DatosPrecioMaterialDto;
5
+ DatosItem: DatosItemDto;
6
+ }
@@ -0,0 +1,8 @@
1
+ import { DatosManoObraGlobalDto } from './DatosManoObraGlobalDto';
2
+ import { DatosPrecioEspecialidadDto } from './DatosPrecioEspecialidadDto';
3
+ import { DatosUnidadObraMaterialDto } from './DatosUnidadObraMaterialDto';
4
+ export declare class DatosCatalogoMODto {
5
+ DatosManoObraGlobal: DatosManoObraGlobalDto;
6
+ DatosPrecioEspecialidad: DatosPrecioEspecialidadDto;
7
+ DatosUnidadObraMaterial: DatosUnidadObraMaterialDto;
8
+ }
@@ -0,0 +1,6 @@
1
+ export declare class DatosItemDto {
2
+ Tipo: string;
3
+ Valor: number;
4
+ Ind_SB: string;
5
+ Propio: boolean;
6
+ }
@@ -0,0 +1,8 @@
1
+ import { DetalleManoObraChileDto } from "./DetalleManoObraChileDto";
2
+ import { MaterialAmapDto } from "./MaterialAmapDto";
3
+ export declare class DatosManoObraGlobalDto {
4
+ Actividad: string;
5
+ Alcance: string;
6
+ Material: MaterialAmapDto[];
7
+ DetalleChile: DetalleManoObraChileDto;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { PreciosAgenciaDto } from './PreciosAgenciaDto';
2
+ import { PreciosContrataDto } from './PreciosContrataDto';
3
+ export declare class DatosPrecioEspecialidadDto {
4
+ Moneda: string;
5
+ Simbolo: string;
6
+ Decimales: number;
7
+ Agencias: PreciosAgenciaDto[];
8
+ Contratistas: PreciosContrataDto[];
9
+ }
@@ -0,0 +1,10 @@
1
+ import { PreciosVigentesDto } from "./PreciosVigentesDto";
2
+ import { VigenciaDto } from "./VigenciaDto";
3
+ export declare class DatosPrecioMaterialDto {
4
+ Precio: number;
5
+ Moneda: string;
6
+ Simbolo: string;
7
+ Decimales: number;
8
+ PreciosVigentes: PreciosVigentesDto[];
9
+ Vigencia: VigenciaDto;
10
+ }
@@ -0,0 +1,6 @@
1
+ import { MaterialAmapDto } from './MaterialAmapDto';
2
+ export declare class DatosUnidadObraMaterialDto {
3
+ Codigo: string;
4
+ Descripcion: string;
5
+ Materiales: MaterialAmapDto[];
6
+ }
@@ -0,0 +1,29 @@
1
+ import { GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto } from '../../shared/index';
2
+ export declare class DetalleChileReservaMODto {
3
+ Codigo: string;
4
+ Linea: string;
5
+ DirDesde: string;
6
+ AltDesde: string;
7
+ DirHasta: string;
8
+ AltHasta: string;
9
+ Plano: string;
10
+ Especialidad: GeneralCodigoNombreDto;
11
+ Actividad: GeneralCodigoNombreDto;
12
+ Clave: GeneralCodigoNombreDto;
13
+ Tarea: string;
14
+ ManoObra: GeneralCodigoNombreUnidadDto;
15
+ UnidadObra: GeneralCodigoNombreUnidadDto;
16
+ HomePass: GeneralCodigoNombreDto;
17
+ LineaCodigoCub: string;
18
+ CodigoCub: string;
19
+ CanMOCub: number;
20
+ CanMOInf: number;
21
+ CanMOApr: number;
22
+ CanUOCub: number;
23
+ CanUOInf: number;
24
+ TotalUO: number;
25
+ CanUOApr: number;
26
+ Origen: string;
27
+ CodigoBarra: string;
28
+ PuntoBaremo: number;
29
+ }
@@ -0,0 +1,4 @@
1
+ import { ManoObraBaremoDto } from './ManoObraBaremoDto';
2
+ export declare class DetalleManoObraChileDto {
3
+ ManoObraBaremo: ManoObraBaremoDto[];
4
+ }
@@ -0,0 +1,12 @@
1
+ import { UsuarioDto } from '../../shared/dtos/UsuarioDto';
2
+ export declare class FlujoDocDto {
3
+ Action: string;
4
+ Fecha: Date;
5
+ Usuario: UsuarioDto;
6
+ Description: string;
7
+ Posicion: string;
8
+ Icono: string;
9
+ ColorIcono: string;
10
+ TagPagina: string[];
11
+ Visible: boolean;
12
+ }
@@ -0,0 +1,10 @@
1
+ export interface HomePassDto {
2
+ ID_HPListMO: number;
3
+ Type: string;
4
+ Cantidad: number;
5
+ ID_AddressList: number;
6
+ AddressID: string;
7
+ StreetName: string;
8
+ HouseNumber: string;
9
+ HouseNumbreComplement: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ export declare class ItemCantidadesDto {
2
+ ID_ItemCantidades: number;
3
+ Cantidad: number;
4
+ Fecha: Date;
5
+ }
@@ -0,0 +1,30 @@
1
+ import { EmpresaDto } from '../../Shared/index';
2
+ import { VarianteDto } from './VarianteDto';
3
+ import { WBEDto } from './WBEDto';
4
+ import { ItemCantidadesDto } from './ItemCantidadesDto';
5
+ import { DatosCatalogoItemDto } from './DatosCatalogoItemDto';
6
+ export declare class ItemDto {
7
+ ID_Item: number;
8
+ Empresa: EmpresaDto;
9
+ Codigo: string;
10
+ Nombre: string;
11
+ Descripcion: string;
12
+ Variante: VarianteDto;
13
+ UnidadMedida: any;
14
+ Ind_SB: string;
15
+ Lote: string;
16
+ Cantidad: number;
17
+ CantidadDespacho: number;
18
+ CantidadUsados: number;
19
+ CantidadDevolucion: number;
20
+ CantidadAprobada: number;
21
+ POS: number;
22
+ Valor: number;
23
+ WBE: WBEDto;
24
+ Total: number;
25
+ Moneda: string;
26
+ Simbolo: string;
27
+ Decimales: number;
28
+ Cantidades: ItemCantidadesDto[];
29
+ DatosCatalogoItem: DatosCatalogoItemDto;
30
+ }
@@ -0,0 +1,7 @@
1
+ import { GeneralCodigoNombreDto } from '../../Shared/index';
2
+ export declare class ManoObraBaremoDto {
3
+ ID_ManoObraBaremo: number;
4
+ Especialidad: GeneralCodigoNombreDto;
5
+ PuntoBaremo: number;
6
+ PuntoBaremoContratista: number;
7
+ }
@@ -0,0 +1,15 @@
1
+ import { EstadoDto } from '../../Shared/index';
2
+ import { MaterialLogisticaDto } from './MaterialLogisticaDto';
3
+ export declare class MaterialAmapDto {
4
+ ID_MaterialAmap: number;
5
+ ID_Item: number;
6
+ Transaccion: string;
7
+ Requerido: number;
8
+ Codigo: string;
9
+ Descripcion: string;
10
+ Unidad: string;
11
+ CantidadMax: number;
12
+ Grupo: string;
13
+ MaterialLogistica: MaterialLogisticaDto[];
14
+ Estado: EstadoDto;
15
+ }
@@ -0,0 +1,9 @@
1
+ import { UnidadMedidaDto } from "../../Shared/index";
2
+ export declare class MaterialLogisticaDto {
3
+ ID_Material: number;
4
+ ID_Item: number;
5
+ Codigo: string;
6
+ Descripcion: string;
7
+ Unidad: UnidadMedidaDto;
8
+ CantidadMax: number;
9
+ }
@@ -0,0 +1,18 @@
1
+ import { CodigoDescripcionDto } from 'Shared/Dtos/CodigoDescripcionDto';
2
+ import { EstadoDto } from 'Shared/Dtos/EstadoDto';
3
+ export declare class MaterialesUtiRetDto {
4
+ Codigo: string;
5
+ Descripcion: string;
6
+ Estado: EstadoDto;
7
+ UnidadMedida: any;
8
+ Cantidad: number;
9
+ CantidadStock: number;
10
+ CantidadSinStock: number;
11
+ CantidadReutilizada: number;
12
+ CantidadContratista: number;
13
+ CantidadInformada: number;
14
+ Accion: CodigoDescripcionDto;
15
+ Motivo: CodigoDescripcionDto;
16
+ Stock_personal: never[];
17
+ Stock_personalEquipos: never[];
18
+ }
@@ -0,0 +1,6 @@
1
+ export declare class OTGlobalDto {
2
+ ID_OTGlobal: number;
3
+ Codigo: string;
4
+ Nombre: string;
5
+ Descripcion: string;
6
+ }