sigesp 1.1.72-20251006 → 1.1.74-20251013
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/esm2020/lib/core/interfaces/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MConfiguracionSNO.model.mjs +14 -176
- package/fesm2015/sigesp.mjs +13 -175
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +13 -175
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +5 -59
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +5 -58
- package/package.json +1 -1
|
@@ -3,69 +3,27 @@ export interface IConfiguracionSNO {
|
|
|
3
3
|
id_empresa: string;
|
|
4
4
|
id_enterprise: string;
|
|
5
5
|
id_sno: string;
|
|
6
|
-
estcamdensueint: string;
|
|
7
|
-
densueint: string;
|
|
8
6
|
desvacnom: string;
|
|
9
|
-
metvac: string;
|
|
10
|
-
estreportvac: string;
|
|
11
|
-
persalmesantfecven: string;
|
|
12
7
|
preperdesnomvac: string;
|
|
13
|
-
valparnom: string;
|
|
14
|
-
agrucontable: string;
|
|
15
|
-
ctaconreggasxpag: string;
|
|
16
|
-
id_proveedor: string;
|
|
17
|
-
nompro: string;
|
|
18
|
-
rifpro: string;
|
|
19
|
-
tippro: string;
|
|
20
|
-
tipconnom: string;
|
|
21
|
-
genrecdocnom: string;
|
|
22
|
-
id_tipdocnom: string;
|
|
23
|
-
sc_cuenta: string;
|
|
24
|
-
gennotdebbco: string;
|
|
25
|
-
genrecdoccausa: string;
|
|
26
|
-
id_tipdoccausa: string;
|
|
27
|
-
rdautpagperche: string;
|
|
28
|
-
tipconapo: string;
|
|
29
|
-
genrecdocapo: string;
|
|
30
|
-
id_tipdocapo: string;
|
|
31
|
-
agruretapo: string;
|
|
32
|
-
id_tipdocpagper: string;
|
|
33
8
|
tipconps: string;
|
|
34
|
-
genrecdocpresoc: string;
|
|
35
9
|
id_tipdocpresoc: string;
|
|
36
10
|
id_beneficiario: string;
|
|
37
|
-
cedben: string;
|
|
38
11
|
ordenar_constantes: string;
|
|
39
12
|
ordenar_conceptos: string;
|
|
40
|
-
excpersuspostcalrep: string;
|
|
41
|
-
noperrepnomnor: string;
|
|
42
13
|
fectopfinano: string;
|
|
43
|
-
metcalpreant: string;
|
|
44
14
|
codconsueant: string;
|
|
45
15
|
confprestamo: string;
|
|
46
|
-
camuniadmnomrac: string;
|
|
47
|
-
campasogradonomrac: string;
|
|
48
|
-
camdedtippernomrac: string;
|
|
49
|
-
camsuenomobrrac: string;
|
|
50
16
|
incperautmodben: string;
|
|
51
17
|
sc_contableben: string;
|
|
52
|
-
impcodunirac: string;
|
|
53
|
-
comauttabrac: string;
|
|
54
|
-
ajusuecom: string;
|
|
55
|
-
moddatpen: string;
|
|
56
18
|
cuoprestnomaysue: string;
|
|
57
19
|
alfanumcodper: string;
|
|
58
20
|
vallonctaban: string;
|
|
59
21
|
lonctaban: string;
|
|
60
22
|
nomulprestamo: string;
|
|
61
|
-
sobregiroctapercalnom: string;
|
|
62
|
-
percobmoncero: string;
|
|
63
|
-
genpagdirpercobcheq: string;
|
|
64
23
|
id_banco: string;
|
|
65
24
|
id_ctabanco: string;
|
|
66
25
|
numempivss: string;
|
|
67
26
|
metivss: string;
|
|
68
|
-
notomarnomesp: string;
|
|
69
27
|
dirtalhum: string;
|
|
70
28
|
ceddirtalhum: string;
|
|
71
29
|
codorgfpj: string;
|
|
@@ -86,18 +44,12 @@ export interface IConfiguracionSNO {
|
|
|
86
44
|
conxotrprifjtss: string;
|
|
87
45
|
metfpa: string;
|
|
88
46
|
antcompreant: string;
|
|
89
|
-
fraalipreant: string;
|
|
90
47
|
alibonvacalibonfinano: string;
|
|
91
|
-
aplasiextsuedia: string;
|
|
92
|
-
metfps: string;
|
|
93
48
|
incdiaadibonvac: string;
|
|
94
|
-
calintpreant: string;
|
|
95
49
|
calintperconf: string;
|
|
96
50
|
pormaxantpresoc: string;
|
|
97
51
|
id_tipdoc_anticipo: string;
|
|
98
52
|
calperactmesps: string;
|
|
99
|
-
acumintdiaadips: string;
|
|
100
|
-
diaadiano97ps: string;
|
|
101
53
|
metalibonvac: string;
|
|
102
54
|
antcompriano: string;
|
|
103
55
|
formcalpsl: string;
|
|
@@ -105,17 +57,10 @@ export interface IConfiguracionSNO {
|
|
|
105
57
|
salnordgvdiaadi: string;
|
|
106
58
|
salnordgvvac: string;
|
|
107
59
|
metresconman: string;
|
|
108
|
-
actbloforcon: string;
|
|
109
|
-
dentipden: string;
|
|
110
60
|
nomban: string;
|
|
111
61
|
ctabanco: string;
|
|
112
62
|
ctabanco_cvh: string;
|
|
113
63
|
nomban_cvh: string;
|
|
114
|
-
id_conceptovac: string;
|
|
115
|
-
id_conceptofpj: string;
|
|
116
|
-
id_conceptofpa: string;
|
|
117
|
-
id_conceptorpvyh: string;
|
|
118
|
-
codconvac: string;
|
|
119
64
|
codconfpj: string;
|
|
120
65
|
codconfpa: string;
|
|
121
66
|
codconrpvyh: string;
|
|
@@ -135,19 +80,20 @@ export interface IConfiguracionSNO {
|
|
|
135
80
|
regcaninc: string;
|
|
136
81
|
id_concxp_pre: string;
|
|
137
82
|
tipcon_int: string;
|
|
138
|
-
id_tipodocumento_int: string;
|
|
139
|
-
id_concxp_int: string;
|
|
140
83
|
id_proveedor_int: string;
|
|
141
84
|
denconcxp_pre: string;
|
|
142
85
|
dentipden_pre: string;
|
|
143
86
|
rifpro_pre: string;
|
|
144
87
|
nompro_pre: string;
|
|
145
88
|
tipdes_pre: string;
|
|
146
|
-
denconcxp_int: string;
|
|
147
|
-
dentipden_int: string;
|
|
148
89
|
rifpro_int: string;
|
|
149
90
|
nompro_int: string;
|
|
150
91
|
tipdes_int: string;
|
|
92
|
+
sc_cuenta_int_gen: string;
|
|
93
|
+
sc_cuenta_fid_gen: string;
|
|
94
|
+
id_concxp_ant: string;
|
|
95
|
+
denconcxp_ant: string;
|
|
96
|
+
dentipdoc_ant: string;
|
|
151
97
|
}
|
|
152
98
|
export interface IIncidencia {
|
|
153
99
|
valor: string;
|
|
@@ -4,61 +4,22 @@ export declare class MConfiguracionSNO extends MBasicModel {
|
|
|
4
4
|
idEnterprise: number;
|
|
5
5
|
idEmpresa: number;
|
|
6
6
|
idNomina: number;
|
|
7
|
-
estatusCambiarDenominacionSueldoIntegral: number;
|
|
8
|
-
denominacionSueltoIntegral: string;
|
|
9
7
|
desincorporarVacacionesNomina: number;
|
|
10
|
-
metodoVacacion: number;
|
|
11
|
-
estatusReportarVacaciones: number;
|
|
12
|
-
permitirSalidaPersonalMesAnteriorFechaVencimiento: number;
|
|
13
8
|
prestamoPersonalDesincorporaNominaPeriodoVacaciones: number;
|
|
14
|
-
validarParametrosNomina: number;
|
|
15
|
-
agruparContable: number;
|
|
16
|
-
aplicarCuentaContableRegistroGastoXpagar: number;
|
|
17
|
-
idProveedor: number;
|
|
18
|
-
tipoContabilizacionNomina: string;
|
|
19
|
-
generarRecepcionDocumentoNomina: number;
|
|
20
|
-
idTipoDocumento: number;
|
|
21
|
-
denominacionTipoDocumento: string;
|
|
22
|
-
CuentaContable: string;
|
|
23
|
-
generarNotaDebitoBanco: number;
|
|
24
|
-
generarRecepcionDocumentoCausa: number;
|
|
25
|
-
idTipoDocumentoCausado: number;
|
|
26
|
-
generarRecepcionDocumentoAutomaticaPagoPersonalCheque: number;
|
|
27
|
-
tipoContabilizacionAporte: string;
|
|
28
|
-
generarRecepcionDocumentoAporte: number;
|
|
29
|
-
idTipoDocumentoAporte: number;
|
|
30
|
-
agruparRetencionesAportes: number;
|
|
31
|
-
idTipoDocumentoPagoPersonal: number;
|
|
32
|
-
cedulaBeneficiario: string;
|
|
33
9
|
ordenarConstantes: string;
|
|
34
10
|
ordenarConceptos: string;
|
|
35
|
-
excluirPersonasSuspendidasPostCalculosReporte: number;
|
|
36
|
-
noPermitirPersonasRepetidasEntreNominasNormales: number;
|
|
37
11
|
fechaTopeFA: string;
|
|
38
|
-
metodoCalculoPrestacionAntiguedad: number;
|
|
39
12
|
codigoConceptoSueldoAnterior: string;
|
|
40
13
|
configurarPrestamo: string;
|
|
41
|
-
cambiarUnidadAdministrativaNominaRac: number;
|
|
42
|
-
cambiarPasoGradoNominaRac: number;
|
|
43
|
-
cambiarDedicacionTipoPersonalNominaRac: number;
|
|
44
|
-
cambiarSueldoNominaObreroRac: number;
|
|
45
14
|
incluirPersonalAutomaticamenteModuloBeneficiarios: number;
|
|
46
15
|
cuentaContableBeneficiarios: string;
|
|
47
|
-
implementarCodigoUnicoRac: number;
|
|
48
|
-
compensacionAutomaticaTabuladoresRac: number;
|
|
49
|
-
ajusteSueldoSegunCompensacion: number;
|
|
50
|
-
modificarDatosPensiones: number;
|
|
51
16
|
validarCuotasPrestamosNoMayores: number;
|
|
52
17
|
permitirAlfanumericosCodigoPersonal: number;
|
|
53
18
|
validarLongitudCuentaBancaria: number;
|
|
54
19
|
valorLongitudCuentaBancaria: number;
|
|
55
20
|
noPermitirMultiplesPrestamosMismoTipo: number;
|
|
56
|
-
permitirSobregiroCuentasPersonalCalculoNomina: number;
|
|
57
|
-
permitirPersonalCobreMontoCero: number;
|
|
58
|
-
generarPagoDirectoPersonalCobraCheques: number;
|
|
59
21
|
numeroEmpresaIvss: string;
|
|
60
22
|
metodoIvss: string;
|
|
61
|
-
noTomarCuentaNominaEspeciales: number;
|
|
62
23
|
directorTalentoHumano: string;
|
|
63
24
|
ceduladirectorTalentoHumano: string;
|
|
64
25
|
codigoOrganismoFondoPensionesJubilaciones: string;
|
|
@@ -79,18 +40,12 @@ export declare class MConfiguracionSNO extends MBasicModel {
|
|
|
79
40
|
conceptoOtrasPrimasFjtss: string;
|
|
80
41
|
metodoFondoPlanAhorro: string;
|
|
81
42
|
antiguedadComplementariaPrestacion: number;
|
|
82
|
-
fraccionAlicuotaPrestacionAntiguedad: number;
|
|
83
43
|
incluirAlicuotaBonoVacacionalAlicuotaBonoFA: number;
|
|
84
|
-
aplicarAsignacionExtraSueldoDiario: number;
|
|
85
|
-
metodoFondoPrestacionesSociales: string;
|
|
86
44
|
incluirDiasAdicionalesBonoVacacional: number;
|
|
87
|
-
calcularInteresesPrestacionAntiguedad: number;
|
|
88
45
|
calcularInteresesPersonalConfigurado: number;
|
|
89
46
|
porcentajeMaximoAnticipoPrestacionesSociales: number;
|
|
90
47
|
idTipoDocumentoAnticipo: number;
|
|
91
48
|
calcularPersonasActivasMes: number;
|
|
92
|
-
tomarAcumuladoIntegralDiasAdicionales: number;
|
|
93
|
-
prestacionesSocialesYear97: number;
|
|
94
49
|
metodoCalcularAlicuotaBonoVacacional: string;
|
|
95
50
|
antiguedadComplementaria1erYear: number;
|
|
96
51
|
formaCalculoPrestacionSocial: string;
|
|
@@ -98,7 +53,6 @@ export declare class MConfiguracionSNO extends MBasicModel {
|
|
|
98
53
|
salarioNormalCalculoDgvDiasAdicionales: string;
|
|
99
54
|
salarioNormalCalculoDgvVacaciones: string;
|
|
100
55
|
metodoResumenContableMantenimiento: string;
|
|
101
|
-
activarBloqueoFormulaConceptos: number;
|
|
102
56
|
idBanco: number;
|
|
103
57
|
idCuentaBanco: number;
|
|
104
58
|
nombrebanco: string;
|
|
@@ -107,14 +61,6 @@ export declare class MConfiguracionSNO extends MBasicModel {
|
|
|
107
61
|
nombreBancoViviendaHabitad: string;
|
|
108
62
|
cuentaViviendaHabitad: number;
|
|
109
63
|
denominacionCuentaViviendaHabitad: string;
|
|
110
|
-
nombreProveedor: string;
|
|
111
|
-
rifProveedor: string;
|
|
112
|
-
tipoProveedor: string;
|
|
113
|
-
idConceptoVacacion: number;
|
|
114
|
-
idConceptoFondoPlanAhorro: number;
|
|
115
|
-
idConceptoFondoPensionesJubilaciones: number;
|
|
116
|
-
idConceptoViviendaHabitad: number;
|
|
117
|
-
codigoConceptoVacacion: string;
|
|
118
64
|
codigoConceptoFondoPlanAhorro: string;
|
|
119
65
|
ConceptoMantenimientoCuentasConceptos: string;
|
|
120
66
|
registropermisoincidencia: string;
|
|
@@ -140,15 +86,16 @@ export declare class MConfiguracionSNO extends MBasicModel {
|
|
|
140
86
|
nombreBeneficiarioPrestacion: string;
|
|
141
87
|
rifBeneficiarioPrestacion: string;
|
|
142
88
|
destinoBeneficiarioPrestacion: string;
|
|
143
|
-
idConceptoInteres: number;
|
|
144
89
|
tipoContabilizacionInteres: string;
|
|
145
|
-
idTipoDocumentoInteres: number;
|
|
146
|
-
denominacionTipoDocumentoInteres: string;
|
|
147
|
-
denominacionConceptoInteres: string;
|
|
148
90
|
idBeneficiarioInteres: number;
|
|
149
91
|
nombreBeneficiariInteres: string;
|
|
150
92
|
rifBeneficiarioInteres: string;
|
|
151
93
|
destinoBeneficiarioInteres: string;
|
|
94
|
+
cuentaContableInteresGenerica: string;
|
|
95
|
+
cuentaContableFideicomisoGenerica: string;
|
|
96
|
+
idConceptoAnticipo: number;
|
|
97
|
+
denominacionConceptoAnticipo: string;
|
|
98
|
+
denominacionTipoDocumentoAnticipo: string;
|
|
152
99
|
constructor(I?: IConfiguracionSNO);
|
|
153
100
|
dataInterface(): IConfiguracionSNO;
|
|
154
101
|
}
|