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.
- package/dist/Programados/ActualizarDataManoObra.d.ts +13 -0
- package/dist/Programados/ActualizarDataReserva.d.ts +2 -0
- package/dist/Programados/ActualizarDataResumenLiquidaciones.d.ts +6 -0
- package/dist/Programados/ActualizarDataTrabajos.d.ts +15 -0
- package/dist/Programados/Alemania/CalcularResumenHPMOLiquidado/index.d.ts +20 -0
- package/dist/Programados/Alemania/Models/DataFlujosHomePass.d.ts +2 -0
- package/dist/Programados/Alemania/Models/DocumentacionHPBussines.d.ts +2 -0
- package/dist/Programados/Alemania/Models/DocumentacionHPResidential.d.ts +2 -0
- package/dist/Programados/Alemania/Models/index.d.ts +4 -0
- package/dist/Programados/Alemania/ObtenerMONoReservada/filtrarMONoReservada.d.ts +8 -0
- package/dist/Programados/Alemania/ObtenerMONoReservada/generarModeloAmap.d.ts +12 -0
- package/dist/Programados/Alemania/ObtenerMONoReservada/index.d.ts +56 -0
- package/dist/Programados/Alemania/UpdateNodoZanjaDocDP/index.d.ts +16 -0
- package/dist/Programados/Alemania/UpdateNodoZanjaDocDP/updateRecursivo.d.ts +2 -0
- package/dist/Programados/Alemania/index.d.ts +5 -0
- package/dist/Programados/BuscarZonaContratista.d.ts +17 -0
- package/dist/Programados/CalcularResumenLiquidaciones.d.ts +39 -0
- package/dist/Programados/ObtenerZonaAsignada.d.ts +11 -0
- package/dist/Programados/PaisMapping.d.ts +7 -0
- package/dist/Programados/Procesos/Modelos/DocumentacionReplanteo.d.ts +1 -0
- package/dist/Programados/Procesos/Modelos/ModelDataFlujosDocumentacionReplanteo.d.ts +10 -0
- package/dist/Programados/Procesos/Modelos/index.d.ts +3 -0
- package/dist/Programados/Procesos/Preliquidar/ObtenerPrecioContratistaVigente.d.ts +7 -0
- package/dist/Programados/Procesos/Preliquidar/index.d.ts +2 -0
- package/dist/Programados/Procesos/index.d.ts +4 -0
- package/dist/Programados/Procesos/parteDiario/CompararFechas.d.ts +1 -0
- package/dist/Programados/Procesos/parteDiario/GetCodigoFechaActual.d.ts +1 -0
- package/dist/Programados/Procesos/parteDiario/index.d.ts +3 -0
- package/dist/Programados/dtos/AmapCantidadesDto.d.ts +6 -0
- package/dist/Programados/dtos/AmapDto.d.ts +30 -0
- package/dist/Programados/dtos/AsignacionValorizacionDto.d.ts +17 -0
- package/dist/Programados/dtos/CentroCostosDto.d.ts +9 -0
- package/dist/Programados/dtos/CertificacionDto.d.ts +10 -0
- package/dist/Programados/dtos/ContrataDto.d.ts +6 -0
- package/dist/Programados/dtos/ContratoOTDto.d.ts +8 -0
- package/dist/Programados/dtos/DatosCatalogoItemDto.d.ts +6 -0
- package/dist/Programados/dtos/DatosCatalogoMODto.d.ts +8 -0
- package/dist/Programados/dtos/DatosItemDto.d.ts +6 -0
- package/dist/Programados/dtos/DatosManoObraGlobalDto.d.ts +8 -0
- package/dist/Programados/dtos/DatosPrecioEspecialidadDto.d.ts +9 -0
- package/dist/Programados/dtos/DatosPrecioMaterialDto.d.ts +10 -0
- package/dist/Programados/dtos/DatosUnidadObraMaterialDto.d.ts +6 -0
- package/dist/Programados/dtos/DetalleChileReservaMODto.d.ts +29 -0
- package/dist/Programados/dtos/DetalleManoObraChileDto.d.ts +4 -0
- package/dist/Programados/dtos/FlujoDocDto.d.ts +12 -0
- package/dist/Programados/dtos/HomePassDto.d.ts +10 -0
- package/dist/Programados/dtos/ItemCantidadesDto.d.ts +5 -0
- package/dist/Programados/dtos/ItemDto.d.ts +30 -0
- package/dist/Programados/dtos/ManoObraBaremoDto.d.ts +7 -0
- package/dist/Programados/dtos/MaterialAmapDto.d.ts +15 -0
- package/dist/Programados/dtos/MaterialLogisticaDto.d.ts +9 -0
- package/dist/Programados/dtos/MaterialesUtiRetDto.d.ts +18 -0
- package/dist/Programados/dtos/OTGlobalDto.d.ts +6 -0
- package/dist/Programados/dtos/PeriodoDto.d.ts +9 -0
- package/dist/Programados/dtos/PrecioActividadDto.d.ts +11 -0
- package/dist/Programados/dtos/PreciosAgenciaDto.d.ts +10 -0
- package/dist/Programados/dtos/PreciosContrataDto.d.ts +8 -0
- package/dist/Programados/dtos/PreciosVigentesDto.d.ts +8 -0
- package/dist/Programados/dtos/PreciosZonasDto.d.ts +9 -0
- package/dist/Programados/dtos/ProduccionDto.d.ts +12 -0
- package/dist/Programados/dtos/ValorizacionDto.d.ts +42 -0
- package/dist/Programados/dtos/VarianteDto.d.ts +4 -0
- package/dist/Programados/dtos/VigenciaDto.d.ts +4 -0
- package/dist/Programados/dtos/WBEDto.d.ts +5 -0
- package/dist/Programados/dtos/index.d.ts +5 -0
- package/dist/Programados/entitys/DocumentacionPEXEntity.d.ts +17 -0
- package/dist/Programados/entitys/EstadoInternoEntity.d.ts +22 -0
- package/dist/Programados/entitys/ManoDeObraEntity.d.ts +5 -0
- package/dist/Programados/entitys/ManoObraGlobalEntity.d.ts +19 -0
- package/dist/Programados/entitys/ObraEntity.d.ts +4 -0
- package/dist/Programados/entitys/ReservaEntity.d.ts +4 -0
- package/dist/Programados/entitys/TrabajoEntity.d.ts +47 -0
- package/dist/Programados/index.d.ts +11 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +8 -0
- package/dist/shared/Utils/CurrencyFormat.d.ts +27 -0
- package/dist/shared/Utils/IsValidDate.d.ts +1 -0
- package/dist/shared/Utils/index.d.ts +3 -0
- package/dist/shared/dtos/AnexoDto.d.ts +9 -0
- package/dist/shared/dtos/BitacoraDto.d.ts +7 -0
- package/dist/shared/dtos/CodigoDescripcionDto.d.ts +4 -0
- package/dist/shared/dtos/CoordenadasDto.d.ts +4 -0
- package/dist/shared/dtos/DelegacionDto.d.ts +4 -0
- package/dist/shared/dtos/EmpresaDto.d.ts +4 -0
- package/dist/shared/dtos/EmpresaUsuarioDto.d.ts +7 -0
- package/dist/shared/dtos/EstadoDto.d.ts +4 -0
- package/dist/shared/dtos/EstadoInternoDto.d.ts +15 -0
- package/dist/shared/dtos/FilesDocDto.d.ts +19 -0
- package/dist/shared/dtos/GeneralCodigoNombreDto.d.ts +4 -0
- package/dist/shared/dtos/GeneralCodigoNombreUnidadDto.d.ts +5 -0
- package/dist/shared/dtos/NodoDocDto.d.ts +18 -0
- package/dist/shared/dtos/PaisDto.d.ts +4 -0
- package/dist/shared/dtos/PersonalDto.d.ts +8 -0
- package/dist/shared/dtos/SizeDto.d.ts +4 -0
- package/dist/shared/dtos/UnidadMedidaDto.d.ts +4 -0
- package/dist/shared/dtos/UsuarioDto.d.ts +6 -0
- package/dist/shared/dtos/UsuarioEdicionDto.d.ts +5 -0
- package/dist/shared/dtos/index.d.ts +10 -0
- package/dist/shared/index.d.ts +3 -0
- package/dist/sigo-package.cjs.development.js +1312 -0
- package/dist/sigo-package.cjs.development.js.map +1 -0
- package/dist/sigo-package.cjs.production.min.js +2 -0
- package/dist/sigo-package.cjs.production.min.js.map +1 -0
- package/dist/sigo-package.esm.js +1288 -0
- package/dist/sigo-package.esm.js.map +1 -0
- package/package.json +1 -1
- 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,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,4 @@
|
|
|
1
|
+
import { DocumentacionHPBussines } from './DocumentacionHPBussines';
|
|
2
|
+
import { DocumentacionHPResidential } from './DocumentacionHPResidential';
|
|
3
|
+
import { dataFlujosHomePass } from './DataFlujosHomePass';
|
|
4
|
+
export { DocumentacionHPBussines, DocumentacionHPResidential, dataFlujosHomePass, };
|
|
@@ -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,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 @@
|
|
|
1
|
+
export declare const DocumentacionReplanteo: any[];
|
|
@@ -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,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,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,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,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,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,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,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,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,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,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
|
+
}
|