sigo-package 1.1.21 → 1.1.22

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 (179) hide show
  1. package/dist/Programados/{dtos → Dtos}/ItemDto.d.ts +2 -2
  2. package/dist/Programados/{dtos → Dtos}/MaterialesUtiRetDto.d.ts +2 -1
  3. package/dist/sigo-package.cjs.development.js +1 -1
  4. package/dist/sigo-package.cjs.development.js.map +1 -1
  5. package/dist/sigo-package.cjs.production.min.js +1 -1
  6. package/dist/sigo-package.cjs.production.min.js.map +1 -1
  7. package/dist/sigo-package.esm.js +1 -1
  8. package/dist/sigo-package.esm.js.map +1 -1
  9. package/package.json +19 -18
  10. package/readme.md +32 -32
  11. package/src/Programados/ActualizarDataManoObra.ts +36 -36
  12. package/src/Programados/ActualizarDataReserva.ts +8 -8
  13. package/src/Programados/ActualizarDataResumenLiquidaciones.ts +51 -51
  14. package/src/Programados/ActualizarDataTrabajos.ts +38 -38
  15. package/src/Programados/Alemania/ActualizarDataResumenLiquidacionesAlemania.ts +52 -52
  16. package/src/Programados/Alemania/CalcularResumenHPMOLiquidado/index.ts +45 -45
  17. package/src/Programados/Alemania/CalcularResumenValorizacionesAlemania.ts +147 -147
  18. package/src/Programados/Alemania/CodigosMaterialSoplado.ts +8 -8
  19. package/src/Programados/Alemania/CodsMapeoMOMaterial.ts +40 -40
  20. package/src/Programados/Alemania/Models/DataFlujosHomePass.ts +37 -37
  21. package/src/Programados/Alemania/Models/DocumentacionHPBussines.ts +379 -379
  22. package/src/Programados/Alemania/Models/DocumentacionHPResidential.ts +456 -456
  23. package/src/Programados/Alemania/Models/index.ts +8 -8
  24. package/src/Programados/Alemania/ObtenerMONoReservada/filtrarMONoReservada.ts +15 -15
  25. package/src/Programados/Alemania/ObtenerMONoReservada/generarModeloAmap.md +6 -6
  26. package/src/Programados/Alemania/ObtenerMONoReservada/generarModeloAmap.ts +89 -89
  27. package/src/Programados/Alemania/ObtenerMONoReservada/index.ts +76 -76
  28. package/src/Programados/Alemania/UpdateNodosDocDP/index.ts +45 -45
  29. package/src/Programados/Alemania/UpdateNodosDocDP/updateNodoAsfaltoRecursivo.ts +42 -42
  30. package/src/Programados/Alemania/UpdateNodosDocDP/updateNodoZanjaRecursivo.ts +42 -42
  31. package/src/Programados/Alemania/UpdateNodosDocDP/updateNodosPorEspecialidad.ts +4 -4
  32. package/src/Programados/Alemania/codMOTroncal_ReglaLiquidacion1.ts +73 -70
  33. package/src/Programados/Alemania/codigosMOHP.ts +33 -33
  34. package/src/Programados/Alemania/codigosMaterialDuctos.ts +17 -17
  35. package/src/Programados/Alemania/codigosMaterialUGG.ts +25 -25
  36. package/src/Programados/Alemania/index.ts +40 -40
  37. package/src/Programados/BuscarZonaContratista.ts +27 -27
  38. package/src/Programados/CalcularResumenLiquidaciones.ts +115 -115
  39. package/src/Programados/ObtenerZonaAsignada.ts +19 -19
  40. package/src/Programados/PaisMapping.ts +10 -10
  41. package/src/Programados/Procesos/Modelos/DocumentacionReplanteo.ts +53 -53
  42. package/src/Programados/Procesos/Modelos/ModelDataFlujosDocumentacionReplanteo.ts +51 -51
  43. package/src/Programados/Procesos/Modelos/index.ts +6 -6
  44. package/src/Programados/Procesos/Preliquidar/ObtenerPrecioContratistaVigente.ts +24 -24
  45. package/src/Programados/Procesos/Preliquidar/index.ts +4 -4
  46. package/src/Programados/Procesos/index.ts +10 -10
  47. package/src/Programados/Procesos/parteDiario/CompararFechas.ts +7 -7
  48. package/src/Programados/Procesos/parteDiario/GetCodigoFechaActual.ts +10 -10
  49. package/src/Programados/Procesos/parteDiario/index.ts +6 -6
  50. package/src/Programados/dtos/AmapCantidadesDto.ts +5 -5
  51. package/src/Programados/dtos/AmapDto.ts +30 -30
  52. package/src/Programados/dtos/AsignacionValorizacionDto.ts +17 -17
  53. package/src/Programados/dtos/CentroCostosDto.ts +9 -9
  54. package/src/Programados/dtos/CertificacionDto.ts +10 -10
  55. package/src/Programados/dtos/ContrataDto.ts +6 -6
  56. package/src/Programados/dtos/ContratoOTDto.ts +8 -8
  57. package/src/Programados/dtos/DatosCatalogoItemDto.ts +6 -6
  58. package/src/Programados/dtos/DatosCatalogoMODto.ts +8 -8
  59. package/src/Programados/dtos/DatosItemDto.ts +5 -5
  60. package/src/Programados/dtos/DatosManoObraGlobalDto.ts +8 -8
  61. package/src/Programados/dtos/DatosPrecioEspecialidadDto.ts +9 -9
  62. package/src/Programados/dtos/DatosPrecioMaterialDto.ts +10 -10
  63. package/src/Programados/dtos/DatosUnidadObraMaterialDto.ts +6 -6
  64. package/src/Programados/dtos/DetalleChileReservaMODto.ts +29 -29
  65. package/src/Programados/dtos/DetalleManoObraChileDto.ts +4 -4
  66. package/src/Programados/dtos/FlujoDocDto.ts +12 -12
  67. package/src/Programados/dtos/HomePassDto.ts +13 -13
  68. package/src/Programados/dtos/ItemCantidadesDto.ts +4 -4
  69. package/src/Programados/dtos/ItemDto.ts +30 -30
  70. package/src/Programados/dtos/ManoObraBaremoDto.ts +7 -7
  71. package/src/Programados/dtos/MaterialAmapDto.ts +15 -15
  72. package/src/Programados/dtos/MaterialLogisticaDto.ts +9 -9
  73. package/src/Programados/dtos/MaterialesUtiRetDto.ts +19 -19
  74. package/src/Programados/dtos/OTGlobalDto.ts +5 -5
  75. package/src/Programados/dtos/PeriodoDto.ts +8 -8
  76. package/src/Programados/dtos/PrecioActividadDto.ts +11 -11
  77. package/src/Programados/dtos/PreciosAgenciaDto.ts +10 -10
  78. package/src/Programados/dtos/PreciosContrataDto.ts +8 -8
  79. package/src/Programados/dtos/PreciosVigentesDto.ts +8 -8
  80. package/src/Programados/dtos/PreciosZonasDto.ts +9 -9
  81. package/src/Programados/dtos/ProduccionDto.ts +12 -12
  82. package/src/Programados/dtos/ValorizacionDto.ts +44 -44
  83. package/src/Programados/dtos/VarianteDto.ts +3 -3
  84. package/src/Programados/dtos/VigenciaDto.ts +3 -3
  85. package/src/Programados/dtos/WBEDto.ts +4 -4
  86. package/src/Programados/dtos/index.ts +10 -10
  87. package/src/Programados/entitys/DocumentacionPEXEntity.ts +20 -20
  88. package/src/Programados/entitys/EstadoInternoEntity.ts +22 -22
  89. package/src/Programados/entitys/ManoDeObraEntity.ts +20 -20
  90. package/src/Programados/entitys/ManoObraGlobalEntity.ts +19 -19
  91. package/src/Programados/entitys/ObraEntity.ts +4 -4
  92. package/src/Programados/entitys/ReservaEntity.ts +20 -20
  93. package/src/Programados/entitys/TrabajoEntity.ts +76 -76
  94. package/src/Programados/index.ts +74 -74
  95. package/src/index.ts +78 -78
  96. package/src/shared/Utils/CurrencyFormat.ts +79 -79
  97. package/src/shared/Utils/IsValidDate.ts +2 -2
  98. package/src/shared/Utils/index.ts +6 -6
  99. package/src/shared/dtos/AnexoDto.ts +9 -9
  100. package/src/shared/dtos/BitacoraDto.ts +7 -7
  101. package/src/shared/dtos/CodigoDescripcionDto.ts +3 -3
  102. package/src/shared/dtos/CoordenadasDto.ts +3 -3
  103. package/src/shared/dtos/DelegacionDto.ts +3 -3
  104. package/src/shared/dtos/EmpresaDto.ts +3 -3
  105. package/src/shared/dtos/EmpresaUsuarioDto.ts +6 -6
  106. package/src/shared/dtos/EstadoDto.ts +3 -3
  107. package/src/shared/dtos/EstadoInternoDto.ts +15 -15
  108. package/src/shared/dtos/FilesDocDto.ts +19 -19
  109. package/src/shared/dtos/GeneralCodigoNombreDto.ts +3 -3
  110. package/src/shared/dtos/GeneralCodigoNombreUnidadDto.ts +4 -4
  111. package/src/shared/dtos/NodoDocDto.ts +18 -18
  112. package/src/shared/dtos/PaisDto.ts +3 -3
  113. package/src/shared/dtos/PersonalDto.ts +7 -7
  114. package/src/shared/dtos/SizeDto.ts +3 -3
  115. package/src/shared/dtos/UnidadMedidaDto.ts +3 -3
  116. package/src/shared/dtos/UsuarioDto.ts +5 -5
  117. package/src/shared/dtos/UsuarioEdicionDto.ts +4 -4
  118. package/src/shared/dtos/index.ts +20 -20
  119. package/src/shared/index.ts +26 -26
  120. package/tsconfig.json +18 -18
  121. /package/dist/Programados/{dtos → Dtos}/AmapCantidadesDto.d.ts +0 -0
  122. /package/dist/Programados/{dtos → Dtos}/AmapDto.d.ts +0 -0
  123. /package/dist/Programados/{dtos → Dtos}/AsignacionValorizacionDto.d.ts +0 -0
  124. /package/dist/Programados/{dtos → Dtos}/CentroCostosDto.d.ts +0 -0
  125. /package/dist/Programados/{dtos → Dtos}/CertificacionDto.d.ts +0 -0
  126. /package/dist/Programados/{dtos → Dtos}/ContrataDto.d.ts +0 -0
  127. /package/dist/Programados/{dtos → Dtos}/ContratoOTDto.d.ts +0 -0
  128. /package/dist/Programados/{dtos → Dtos}/DatosCatalogoItemDto.d.ts +0 -0
  129. /package/dist/Programados/{dtos → Dtos}/DatosCatalogoMODto.d.ts +0 -0
  130. /package/dist/Programados/{dtos → Dtos}/DatosItemDto.d.ts +0 -0
  131. /package/dist/Programados/{dtos → Dtos}/DatosManoObraGlobalDto.d.ts +0 -0
  132. /package/dist/Programados/{dtos → Dtos}/DatosPrecioEspecialidadDto.d.ts +0 -0
  133. /package/dist/Programados/{dtos → Dtos}/DatosPrecioMaterialDto.d.ts +0 -0
  134. /package/dist/Programados/{dtos → Dtos}/DatosUnidadObraMaterialDto.d.ts +0 -0
  135. /package/dist/Programados/{dtos → Dtos}/DetalleChileReservaMODto.d.ts +0 -0
  136. /package/dist/Programados/{dtos → Dtos}/DetalleManoObraChileDto.d.ts +0 -0
  137. /package/dist/Programados/{dtos → Dtos}/FlujoDocDto.d.ts +0 -0
  138. /package/dist/Programados/{dtos → Dtos}/HomePassDto.d.ts +0 -0
  139. /package/dist/Programados/{dtos → Dtos}/ItemCantidadesDto.d.ts +0 -0
  140. /package/dist/Programados/{dtos → Dtos}/ManoObraBaremoDto.d.ts +0 -0
  141. /package/dist/Programados/{dtos → Dtos}/MaterialAmapDto.d.ts +0 -0
  142. /package/dist/Programados/{dtos → Dtos}/MaterialLogisticaDto.d.ts +0 -0
  143. /package/dist/Programados/{dtos → Dtos}/OTGlobalDto.d.ts +0 -0
  144. /package/dist/Programados/{dtos → Dtos}/PeriodoDto.d.ts +0 -0
  145. /package/dist/Programados/{dtos → Dtos}/PrecioActividadDto.d.ts +0 -0
  146. /package/dist/Programados/{dtos → Dtos}/PreciosAgenciaDto.d.ts +0 -0
  147. /package/dist/Programados/{dtos → Dtos}/PreciosContrataDto.d.ts +0 -0
  148. /package/dist/Programados/{dtos → Dtos}/PreciosVigentesDto.d.ts +0 -0
  149. /package/dist/Programados/{dtos → Dtos}/PreciosZonasDto.d.ts +0 -0
  150. /package/dist/Programados/{dtos → Dtos}/ProduccionDto.d.ts +0 -0
  151. /package/dist/Programados/{dtos → Dtos}/ValorizacionDto.d.ts +0 -0
  152. /package/dist/Programados/{dtos → Dtos}/VarianteDto.d.ts +0 -0
  153. /package/dist/Programados/{dtos → Dtos}/VigenciaDto.d.ts +0 -0
  154. /package/dist/Programados/{dtos → Dtos}/WBEDto.d.ts +0 -0
  155. /package/dist/Programados/{dtos → Dtos}/index.d.ts +0 -0
  156. /package/dist/{shared → Shared}/Utils/CurrencyFormat.d.ts +0 -0
  157. /package/dist/{shared → Shared}/Utils/IsValidDate.d.ts +0 -0
  158. /package/dist/{shared → Shared}/Utils/index.d.ts +0 -0
  159. /package/dist/{shared → Shared}/dtos/AnexoDto.d.ts +0 -0
  160. /package/dist/{shared → Shared}/dtos/BitacoraDto.d.ts +0 -0
  161. /package/dist/{shared → Shared}/dtos/CodigoDescripcionDto.d.ts +0 -0
  162. /package/dist/{shared → Shared}/dtos/CoordenadasDto.d.ts +0 -0
  163. /package/dist/{shared → Shared}/dtos/DelegacionDto.d.ts +0 -0
  164. /package/dist/{shared → Shared}/dtos/EmpresaDto.d.ts +0 -0
  165. /package/dist/{shared → Shared}/dtos/EmpresaUsuarioDto.d.ts +0 -0
  166. /package/dist/{shared → Shared}/dtos/EstadoDto.d.ts +0 -0
  167. /package/dist/{shared → Shared}/dtos/EstadoInternoDto.d.ts +0 -0
  168. /package/dist/{shared → Shared}/dtos/FilesDocDto.d.ts +0 -0
  169. /package/dist/{shared → Shared}/dtos/GeneralCodigoNombreDto.d.ts +0 -0
  170. /package/dist/{shared → Shared}/dtos/GeneralCodigoNombreUnidadDto.d.ts +0 -0
  171. /package/dist/{shared → Shared}/dtos/NodoDocDto.d.ts +0 -0
  172. /package/dist/{shared → Shared}/dtos/PaisDto.d.ts +0 -0
  173. /package/dist/{shared → Shared}/dtos/PersonalDto.d.ts +0 -0
  174. /package/dist/{shared → Shared}/dtos/SizeDto.d.ts +0 -0
  175. /package/dist/{shared → Shared}/dtos/UnidadMedidaDto.d.ts +0 -0
  176. /package/dist/{shared → Shared}/dtos/UsuarioDto.d.ts +0 -0
  177. /package/dist/{shared → Shared}/dtos/UsuarioEdicionDto.d.ts +0 -0
  178. /package/dist/{shared → Shared}/dtos/index.d.ts +0 -0
  179. /package/dist/{shared → Shared}/index.d.ts +0 -0
@@ -1,6 +1,6 @@
1
- export class AmapCantidadesDto {
2
- ID_AmapCantidades: number = 0
3
- CanMOCub: number = 0
4
- CanUOCub: number = 0
5
- Fecha: Date = new Date()
1
+ export class AmapCantidadesDto {
2
+ ID_AmapCantidades: number = 0
3
+ CanMOCub: number = 0
4
+ CanUOCub: number = 0
5
+ Fecha: Date = new Date()
6
6
  }
@@ -1,31 +1,31 @@
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
-
7
- export class AmapDto {
8
- ID_Amap: number = 0
9
- Amap: number = 0
10
- Cantidad: number = 0
11
- CantidadUsado: number = 0
12
- CantidadTransito: number = 0
13
- CantidadAprobada: number = 0
14
- Codigo: string = ''
15
- Descripcion: string = ''
16
- Estado: EstadoDto = new EstadoDto()
17
- Precio: number = 0
18
- Total: number = 0
19
- Unidad: string = ''
20
- Moneda: string = ''
21
- Simbolo: string = ''
22
- Decimales: number = 0
23
- WBE: WBEDto = new WBEDto()
24
- DetalleChile: DetalleChileReservaMODto = new DetalleChileReservaMODto()
25
- CantidadUO: number = 0
26
- CantidadUOUsado: number = 0
27
- CantidadUOTransito: number = 0
28
- CantidadUOAprobada: number = 0
29
- Cantidades:AmapCantidadesDto[] = []
30
- DatosCatalogoMO: DatosCatalogoMODto = new DatosCatalogoMODto()
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
+
7
+ export class AmapDto {
8
+ ID_Amap: number = 0
9
+ Amap: number = 0
10
+ Cantidad: number = 0
11
+ CantidadUsado: number = 0
12
+ CantidadTransito: number = 0
13
+ CantidadAprobada: number = 0
14
+ Codigo: string = ''
15
+ Descripcion: string = ''
16
+ Estado: EstadoDto = new EstadoDto()
17
+ Precio: number = 0
18
+ Total: number = 0
19
+ Unidad: string = ''
20
+ Moneda: string = ''
21
+ Simbolo: string = ''
22
+ Decimales: number = 0
23
+ WBE: WBEDto = new WBEDto()
24
+ DetalleChile: DetalleChileReservaMODto = new DetalleChileReservaMODto()
25
+ CantidadUO: number = 0
26
+ CantidadUOUsado: number = 0
27
+ CantidadUOTransito: number = 0
28
+ CantidadUOAprobada: number = 0
29
+ Cantidades:AmapCantidadesDto[] = []
30
+ DatosCatalogoMO: DatosCatalogoMODto = new DatosCatalogoMODto()
31
31
  }
@@ -1,18 +1,18 @@
1
- import { EstadoDto, GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto } from '../../shared/index'
2
-
3
- export interface AsignacionValorizacionDto {
4
- ID_AsignacionValorizacion: number
5
- ID_Amap: number
6
- Linea: string
7
- Codigo: string
8
- CantidadMO: number
9
- CantidadUO: number
10
- Especialidad: GeneralCodigoNombreDto
11
- Actividad: GeneralCodigoNombreDto
12
- Clave: GeneralCodigoNombreDto
13
- ManoObra: GeneralCodigoNombreUnidadDto
14
- UnidadObra: GeneralCodigoNombreUnidadDto
15
- LineaCodigoCub: string
16
- CodigoCub: string
17
- Estado: EstadoDto
1
+ import { EstadoDto, GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto } from '../../shared/index'
2
+
3
+ export interface AsignacionValorizacionDto {
4
+ ID_AsignacionValorizacion: number
5
+ ID_Amap: number
6
+ Linea: string
7
+ Codigo: string
8
+ CantidadMO: number
9
+ CantidadUO: number
10
+ Especialidad: GeneralCodigoNombreDto
11
+ Actividad: GeneralCodigoNombreDto
12
+ Clave: GeneralCodigoNombreDto
13
+ ManoObra: GeneralCodigoNombreUnidadDto
14
+ UnidadObra: GeneralCodigoNombreUnidadDto
15
+ LineaCodigoCub: string
16
+ CodigoCub: string
17
+ Estado: EstadoDto
18
18
  }
@@ -1,10 +1,10 @@
1
- import { CodigoDescripcionDto } from "Shared/Dtos/CodigoDescripcionDto"
2
-
3
- export class CentroCostosDto {
4
- ID_CentroCostos: number = 0
5
- Codigo_SIGO: number = 0
6
- Codigo: string = ''
7
- Descripcion: string = ''
8
- OT: string = ''
9
- Area: CodigoDescripcionDto = new CodigoDescripcionDto()
1
+ import { CodigoDescripcionDto } from "Shared/Dtos/CodigoDescripcionDto"
2
+
3
+ export class CentroCostosDto {
4
+ ID_CentroCostos: number = 0
5
+ Codigo_SIGO: number = 0
6
+ Codigo: string = ''
7
+ Descripcion: string = ''
8
+ OT: string = ''
9
+ Area: CodigoDescripcionDto = new CodigoDescripcionDto()
10
10
  }
@@ -1,11 +1,11 @@
1
- import { UsuarioEdicionDto } from "Shared/Dtos/UsuarioEdicionDto";
2
- import { PeriodoDto } from "./PeriodoDto";
3
-
4
- export class CertificacionDto {
5
- Mes: number = 0
6
- Anio: number = 0
7
- UltimoPeriodo: PeriodoDto = new PeriodoDto()
8
- Periodos: PeriodoDto[] = []
9
- UsuarioEdicion: UsuarioEdicionDto = new UsuarioEdicionDto()
10
- FechaRegistro: Date = new Date()
1
+ import { UsuarioEdicionDto } from "Shared/Dtos/UsuarioEdicionDto";
2
+ import { PeriodoDto } from "./PeriodoDto";
3
+
4
+ export class CertificacionDto {
5
+ Mes: number = 0
6
+ Anio: number = 0
7
+ UltimoPeriodo: PeriodoDto = new PeriodoDto()
8
+ Periodos: PeriodoDto[] = []
9
+ UsuarioEdicion: UsuarioEdicionDto = new UsuarioEdicionDto()
10
+ FechaRegistro: Date = new Date()
11
11
  }
@@ -1,7 +1,7 @@
1
- import { EstadoInternoEntity } from "Programados/Entitys/EstadoInternoEntity"
2
-
3
- export class ContrataDto {
4
- FechaRegistro: Date = new Date()
5
- Ultimo_Estado_Interno: EstadoInternoEntity = new EstadoInternoEntity()
6
- Estados_Internos: EstadoInternoEntity[] = []
1
+ import { EstadoInternoEntity } from "Programados/Entitys/EstadoInternoEntity"
2
+
3
+ export class ContrataDto {
4
+ FechaRegistro: Date = new Date()
5
+ Ultimo_Estado_Interno: EstadoInternoEntity = new EstadoInternoEntity()
6
+ Estados_Internos: EstadoInternoEntity[] = []
7
7
  }
@@ -1,9 +1,9 @@
1
- import { OTGlobalDto } from './OTGlobalDto';
2
-
3
- export class ContratoOTDto {
4
- ID_ContratoOT: number = 0;
5
- Codigo: string = ''
6
- Descripcion: string = ''
7
- Sistema: string = ''
8
- OT: OTGlobalDto = new OTGlobalDto()
1
+ import { OTGlobalDto } from './OTGlobalDto';
2
+
3
+ export class ContratoOTDto {
4
+ ID_ContratoOT: number = 0;
5
+ Codigo: string = ''
6
+ Descripcion: string = ''
7
+ Sistema: string = ''
8
+ OT: OTGlobalDto = new OTGlobalDto()
9
9
  }
@@ -1,7 +1,7 @@
1
- import { DatosItemDto } from './DatosItemDto'
2
- import { DatosPrecioMaterialDto } from './DatosPrecioMaterialDto'
3
-
4
- export class DatosCatalogoItemDto {
5
- DatosPrecioMaterial: DatosPrecioMaterialDto = new DatosPrecioMaterialDto()
6
- DatosItem: DatosItemDto = new DatosItemDto()
1
+ import { DatosItemDto } from './DatosItemDto'
2
+ import { DatosPrecioMaterialDto } from './DatosPrecioMaterialDto'
3
+
4
+ export class DatosCatalogoItemDto {
5
+ DatosPrecioMaterial: DatosPrecioMaterialDto = new DatosPrecioMaterialDto()
6
+ DatosItem: DatosItemDto = new DatosItemDto()
7
7
  }
@@ -1,9 +1,9 @@
1
- import { DatosManoObraGlobalDto } from './DatosManoObraGlobalDto'
2
- import { DatosPrecioEspecialidadDto } from './DatosPrecioEspecialidadDto'
3
- import { DatosUnidadObraMaterialDto } from './DatosUnidadObraMaterialDto'
4
-
5
- export class DatosCatalogoMODto{
6
- DatosManoObraGlobal = new DatosManoObraGlobalDto()
7
- DatosPrecioEspecialidad = new DatosPrecioEspecialidadDto()
8
- DatosUnidadObraMaterial = new DatosUnidadObraMaterialDto()
1
+ import { DatosManoObraGlobalDto } from './DatosManoObraGlobalDto'
2
+ import { DatosPrecioEspecialidadDto } from './DatosPrecioEspecialidadDto'
3
+ import { DatosUnidadObraMaterialDto } from './DatosUnidadObraMaterialDto'
4
+
5
+ export class DatosCatalogoMODto{
6
+ DatosManoObraGlobal = new DatosManoObraGlobalDto()
7
+ DatosPrecioEspecialidad = new DatosPrecioEspecialidadDto()
8
+ DatosUnidadObraMaterial = new DatosUnidadObraMaterialDto()
9
9
  }
@@ -1,6 +1,6 @@
1
- export class DatosItemDto {
2
- Tipo: string = ''
3
- Valor: number = 0
4
- Ind_SB: string = ''
5
- Propio: boolean = true
1
+ export class DatosItemDto {
2
+ Tipo: string = ''
3
+ Valor: number = 0
4
+ Ind_SB: string = ''
5
+ Propio: boolean = true
6
6
  }
@@ -1,9 +1,9 @@
1
- import { DetalleManoObraChileDto } from "./DetalleManoObraChileDto";
2
- import { MaterialAmapDto } from "./MaterialAmapDto";
3
-
4
- export class DatosManoObraGlobalDto {
5
- Actividad: string = ''
6
- Alcance: string = ''
7
- Material: MaterialAmapDto[] = []
8
- DetalleChile: DetalleManoObraChileDto = new DetalleManoObraChileDto()
1
+ import { DetalleManoObraChileDto } from "./DetalleManoObraChileDto";
2
+ import { MaterialAmapDto } from "./MaterialAmapDto";
3
+
4
+ export class DatosManoObraGlobalDto {
5
+ Actividad: string = ''
6
+ Alcance: string = ''
7
+ Material: MaterialAmapDto[] = []
8
+ DetalleChile: DetalleManoObraChileDto = new DetalleManoObraChileDto()
9
9
  }
@@ -1,10 +1,10 @@
1
- import { PreciosAgenciaDto } from './PreciosAgenciaDto'
2
- import { PreciosContrataDto } from './PreciosContrataDto'
3
-
4
- export class DatosPrecioEspecialidadDto {
5
- Moneda: string = ''
6
- Simbolo: string = ''
7
- Decimales: number = 2
8
- Agencias: PreciosAgenciaDto[] = []
9
- Contratistas: PreciosContrataDto[] = []
1
+ import { PreciosAgenciaDto } from './PreciosAgenciaDto'
2
+ import { PreciosContrataDto } from './PreciosContrataDto'
3
+
4
+ export class DatosPrecioEspecialidadDto {
5
+ Moneda: string = ''
6
+ Simbolo: string = ''
7
+ Decimales: number = 2
8
+ Agencias: PreciosAgenciaDto[] = []
9
+ Contratistas: PreciosContrataDto[] = []
10
10
  }
@@ -1,11 +1,11 @@
1
- import { PreciosVigentesDto } from "./PreciosVigentesDto";
2
- import { VigenciaDto } from "./VigenciaDto";
3
-
4
- export class DatosPrecioMaterialDto {
5
- Precio: number = 0
6
- Moneda: string = ''
7
- Simbolo: string = ''
8
- Decimales: number = 0
9
- PreciosVigentes: PreciosVigentesDto[] = []
10
- Vigencia: VigenciaDto = new VigenciaDto()
1
+ import { PreciosVigentesDto } from "./PreciosVigentesDto";
2
+ import { VigenciaDto } from "./VigenciaDto";
3
+
4
+ export class DatosPrecioMaterialDto {
5
+ Precio: number = 0
6
+ Moneda: string = ''
7
+ Simbolo: string = ''
8
+ Decimales: number = 0
9
+ PreciosVigentes: PreciosVigentesDto[] = []
10
+ Vigencia: VigenciaDto = new VigenciaDto()
11
11
  }
@@ -1,7 +1,7 @@
1
- import { MaterialAmapDto } from './MaterialAmapDto'
2
-
3
- export class DatosUnidadObraMaterialDto {
4
- Codigo: string = ''
5
- Descripcion: string = ''
6
- Materiales: MaterialAmapDto[] = []
1
+ import { MaterialAmapDto } from './MaterialAmapDto'
2
+
3
+ export class DatosUnidadObraMaterialDto {
4
+ Codigo: string = ''
5
+ Descripcion: string = ''
6
+ Materiales: MaterialAmapDto[] = []
7
7
  }
@@ -1,30 +1,30 @@
1
- import { GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto } from '../../shared/index'
2
-
3
- export class DetalleChileReservaMODto {
4
- Codigo: string = ''
5
- Linea: string = ''
6
- DirDesde: string = ''
7
- AltDesde: string = ''
8
- DirHasta: string = ''
9
- AltHasta: string = ''
10
- Plano: string = ''
11
- Especialidad: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
12
- Actividad: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
13
- Clave: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
14
- Tarea: string = ''
15
- ManoObra: GeneralCodigoNombreUnidadDto = new GeneralCodigoNombreUnidadDto()
16
- UnidadObra: GeneralCodigoNombreUnidadDto = new GeneralCodigoNombreUnidadDto()
17
- HomePass: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
18
- LineaCodigoCub: string = ''
19
- CodigoCub: string = ''
20
- CanMOCub: number = 0
21
- CanMOInf: number = 0
22
- CanMOApr: number = 0
23
- CanUOCub: number = 0
24
- CanUOInf: number = 0
25
- TotalUO: number = 0
26
- CanUOApr: number = 0
27
- Origen: string = ''
28
- CodigoBarra: string = ''
29
- PuntoBaremo: number = 0
1
+ import { GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto } from '../../shared/index'
2
+
3
+ export class DetalleChileReservaMODto {
4
+ Codigo: string = ''
5
+ Linea: string = ''
6
+ DirDesde: string = ''
7
+ AltDesde: string = ''
8
+ DirHasta: string = ''
9
+ AltHasta: string = ''
10
+ Plano: string = ''
11
+ Especialidad: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
12
+ Actividad: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
13
+ Clave: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
14
+ Tarea: string = ''
15
+ ManoObra: GeneralCodigoNombreUnidadDto = new GeneralCodigoNombreUnidadDto()
16
+ UnidadObra: GeneralCodigoNombreUnidadDto = new GeneralCodigoNombreUnidadDto()
17
+ HomePass: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
18
+ LineaCodigoCub: string = ''
19
+ CodigoCub: string = ''
20
+ CanMOCub: number = 0
21
+ CanMOInf: number = 0
22
+ CanMOApr: number = 0
23
+ CanUOCub: number = 0
24
+ CanUOInf: number = 0
25
+ TotalUO: number = 0
26
+ CanUOApr: number = 0
27
+ Origen: string = ''
28
+ CodigoBarra: string = ''
29
+ PuntoBaremo: number = 0
30
30
  }
@@ -1,5 +1,5 @@
1
- import { ManoObraBaremoDto } from './ManoObraBaremoDto'
2
-
3
- export class DetalleManoObraChileDto {
4
- ManoObraBaremo: ManoObraBaremoDto[] = []
1
+ import { ManoObraBaremoDto } from './ManoObraBaremoDto'
2
+
3
+ export class DetalleManoObraChileDto {
4
+ ManoObraBaremo: ManoObraBaremoDto[] = []
5
5
  }
@@ -1,13 +1,13 @@
1
- import { UsuarioDto } from '../../shared/dtos/UsuarioDto'
2
-
3
- export class FlujoDocDto {
4
- Action: string = ''
5
- Fecha: Date = new Date()
6
- Usuario: UsuarioDto = new UsuarioDto()
7
- Description: string = ''
8
- Posicion: string = ''
9
- Icono: string = ''
10
- ColorIcono: string = ''
11
- TagPagina: string[] = []
12
- Visible: boolean = false
1
+ import { UsuarioDto } from '../../shared/dtos/UsuarioDto'
2
+
3
+ export class FlujoDocDto {
4
+ Action: string = ''
5
+ Fecha: Date = new Date()
6
+ Usuario: UsuarioDto = new UsuarioDto()
7
+ Description: string = ''
8
+ Posicion: string = ''
9
+ Icono: string = ''
10
+ ColorIcono: string = ''
11
+ TagPagina: string[] = []
12
+ Visible: boolean = false
13
13
  }
@@ -1,14 +1,14 @@
1
- export interface HomePassDto {
2
- ID_HPListMO: number
3
- Type: string
4
- Cantidad: number
5
- ID_AddressList: number
6
- AddressID: string
7
- Home_ID: string
8
- ClientType: typeHPList
9
- StreetName: string
10
- HouseNumber: string
11
- HouseNumbreComplement: string
12
- }
13
-
1
+ export interface HomePassDto {
2
+ ID_HPListMO: number
3
+ Type: string
4
+ Cantidad: number
5
+ ID_AddressList: number
6
+ AddressID: string
7
+ Home_ID: string
8
+ ClientType: typeHPList
9
+ StreetName: string
10
+ HouseNumber: string
11
+ HouseNumbreComplement: string
12
+ }
13
+
14
14
  export type typeHPList = 'Residential' | 'Business' | 'Troncal'
@@ -1,5 +1,5 @@
1
- export class ItemCantidadesDto {
2
- ID_ItemCantidades: number = 0
3
- Cantidad: number = 0
4
- Fecha: Date = new Date()
1
+ export class ItemCantidadesDto {
2
+ ID_ItemCantidades: number = 0
3
+ Cantidad: number = 0
4
+ Fecha: Date = new Date()
5
5
  }
@@ -1,31 +1,31 @@
1
- import { EmpresaDto, UnidadMedidaDto } from '../../Shared/index'
2
- import { VarianteDto } from './VarianteDto'
3
- import { WBEDto } from './WBEDto'
4
- import { ItemCantidadesDto } from './ItemCantidadesDto'
5
- import { DatosCatalogoItemDto } from './DatosCatalogoItemDto'
6
-
7
- export class ItemDto {
8
- ID_Item: number = 0
9
- Empresa: EmpresaDto = new EmpresaDto()
10
- Codigo: string = ''
11
- Nombre: string = ''
12
- Descripcion: string = ''
13
- Variante: VarianteDto = new VarianteDto()
14
- UnidadMedida = new UnidadMedidaDto()
15
- Ind_SB: string = ''
16
- Lote: string = ''
17
- Cantidad: number = 0
18
- CantidadDespacho: number = 0
19
- CantidadUsados: number = 0
20
- CantidadDevolucion: number = 0
21
- CantidadAprobada: number = 0
22
- POS: number = 0
23
- Valor: number = 0
24
- WBE: WBEDto = new WBEDto()
25
- Total: number = 0
26
- Moneda: string = ''
27
- Simbolo: string = ''
28
- Decimales: number = 0
29
- Cantidades: ItemCantidadesDto[] = []
30
- DatosCatalogoItem: DatosCatalogoItemDto = new DatosCatalogoItemDto()
1
+ import { EmpresaDto, UnidadMedidaDto } from '../../Shared/index'
2
+ import { VarianteDto } from './VarianteDto'
3
+ import { WBEDto } from './WBEDto'
4
+ import { ItemCantidadesDto } from './ItemCantidadesDto'
5
+ import { DatosCatalogoItemDto } from './DatosCatalogoItemDto'
6
+
7
+ export class ItemDto {
8
+ ID_Item: number = 0
9
+ Empresa: EmpresaDto = new EmpresaDto()
10
+ Codigo: string = ''
11
+ Nombre: string = ''
12
+ Descripcion: string = ''
13
+ Variante: VarianteDto = new VarianteDto()
14
+ UnidadMedida = new UnidadMedidaDto()
15
+ Ind_SB: string = ''
16
+ Lote: string = ''
17
+ Cantidad: number = 0
18
+ CantidadDespacho: number = 0
19
+ CantidadUsados: number = 0
20
+ CantidadDevolucion: number = 0
21
+ CantidadAprobada: number = 0
22
+ POS: number = 0
23
+ Valor: number = 0
24
+ WBE: WBEDto = new WBEDto()
25
+ Total: number = 0
26
+ Moneda: string = ''
27
+ Simbolo: string = ''
28
+ Decimales: number = 0
29
+ Cantidades: ItemCantidadesDto[] = []
30
+ DatosCatalogoItem: DatosCatalogoItemDto = new DatosCatalogoItemDto()
31
31
  }
@@ -1,8 +1,8 @@
1
- import { GeneralCodigoNombreDto } from '../../Shared/index'
2
-
3
- export class ManoObraBaremoDto {
4
- ID_ManoObraBaremo: number = 0
5
- Especialidad: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
6
- PuntoBaremo: number = 0
7
- PuntoBaremoContratista: number = 0
1
+ import { GeneralCodigoNombreDto } from '../../Shared/index'
2
+
3
+ export class ManoObraBaremoDto {
4
+ ID_ManoObraBaremo: number = 0
5
+ Especialidad: GeneralCodigoNombreDto = new GeneralCodigoNombreDto()
6
+ PuntoBaremo: number = 0
7
+ PuntoBaremoContratista: number = 0
8
8
  }
@@ -1,16 +1,16 @@
1
- import { EstadoDto } from '../../Shared/index'
2
- import { MaterialLogisticaDto } from './MaterialLogisticaDto'
3
-
4
- export class MaterialAmapDto {
5
- ID_MaterialAmap: number = 0
6
- ID_Item: number = 0
7
- Transaccion: string = ''
8
- Requerido: number = 0
9
- Codigo: string = ''
10
- Descripcion: string = ''
11
- Unidad: string = ''
12
- CantidadMax: number = 0
13
- Grupo: string = ''
14
- MaterialLogistica: MaterialLogisticaDto[] = []
15
- Estado: EstadoDto = new EstadoDto()
1
+ import { EstadoDto } from '../../Shared/index'
2
+ import { MaterialLogisticaDto } from './MaterialLogisticaDto'
3
+
4
+ export class MaterialAmapDto {
5
+ ID_MaterialAmap: number = 0
6
+ ID_Item: number = 0
7
+ Transaccion: string = ''
8
+ Requerido: number = 0
9
+ Codigo: string = ''
10
+ Descripcion: string = ''
11
+ Unidad: string = ''
12
+ CantidadMax: number = 0
13
+ Grupo: string = ''
14
+ MaterialLogistica: MaterialLogisticaDto[] = []
15
+ Estado: EstadoDto = new EstadoDto()
16
16
  }
@@ -1,10 +1,10 @@
1
- import { UnidadMedidaDto } from "../../Shared/index"
2
-
3
- export class MaterialLogisticaDto {
4
- ID_Material: number = 0
5
- ID_Item: number = 0
6
- Codigo: string = ''
7
- Descripcion: string = ''
8
- Unidad: UnidadMedidaDto = new UnidadMedidaDto()
9
- CantidadMax: number = 0
1
+ import { UnidadMedidaDto } from "../../Shared/index"
2
+
3
+ export class MaterialLogisticaDto {
4
+ ID_Material: number = 0
5
+ ID_Item: number = 0
6
+ Codigo: string = ''
7
+ Descripcion: string = ''
8
+ Unidad: UnidadMedidaDto = new UnidadMedidaDto()
9
+ CantidadMax: number = 0
10
10
  }
@@ -1,20 +1,20 @@
1
- import { CodigoDescripcionDto } from 'Shared/Dtos/CodigoDescripcionDto'
2
- import { EstadoDto } from 'Shared/Dtos/EstadoDto'
3
- import { UnidadMedidaDto } from 'Shared/Dtos/UnidadMedidaDto'
4
-
5
- export class MaterialesUtiRetDto {
6
- Codigo: string = ''
7
- Descripcion: string = ''
8
- Estado: EstadoDto = new EstadoDto()
9
- UnidadMedida = new UnidadMedidaDto()
10
- Cantidad: number = 0
11
- CantidadStock: number = 0
12
- CantidadSinStock: number = 0
13
- CantidadReutilizada: number = 0
14
- CantidadContratista: number = 0
15
- CantidadInformada: number = 0
16
- Accion: CodigoDescripcionDto = new CodigoDescripcionDto()
17
- Motivo: CodigoDescripcionDto = new CodigoDescripcionDto()
18
- Stock_personal = []
19
- Stock_personalEquipos = []
1
+ import { CodigoDescripcionDto } from 'Shared/Dtos/CodigoDescripcionDto'
2
+ import { EstadoDto } from 'Shared/Dtos/EstadoDto'
3
+ import { UnidadMedidaDto } from 'Shared/Dtos/UnidadMedidaDto'
4
+
5
+ export class MaterialesUtiRetDto {
6
+ Codigo: string = ''
7
+ Descripcion: string = ''
8
+ Estado: EstadoDto = new EstadoDto()
9
+ UnidadMedida = new UnidadMedidaDto()
10
+ Cantidad: number = 0
11
+ CantidadStock: number = 0
12
+ CantidadSinStock: number = 0
13
+ CantidadReutilizada: number = 0
14
+ CantidadContratista: number = 0
15
+ CantidadInformada: number = 0
16
+ Accion: CodigoDescripcionDto = new CodigoDescripcionDto()
17
+ Motivo: CodigoDescripcionDto = new CodigoDescripcionDto()
18
+ Stock_personal = []
19
+ Stock_personalEquipos = []
20
20
  }
@@ -1,6 +1,6 @@
1
- export class OTGlobalDto {
2
- ID_OTGlobal: number = 0
3
- Codigo: string = ''
4
- Nombre: string = ''
5
- Descripcion: string = ''
1
+ export class OTGlobalDto {
2
+ ID_OTGlobal: number = 0
3
+ Codigo: string = ''
4
+ Nombre: string = ''
5
+ Descripcion: string = ''
6
6
  }