softdinlibreriajs 1.0.8 → 1.0.10
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/package.json
CHANGED
|
@@ -32,7 +32,7 @@ class EnumConceptosCertificacion {
|
|
|
32
32
|
static DESCRIPCION_CONTRATO = 31;
|
|
33
33
|
static PRESTACION_SERVICIO = 32;
|
|
34
34
|
static MODALIDAD_CONTRATACION = 33;
|
|
35
|
-
static
|
|
35
|
+
static PORCENTAJE_ARL = 34;
|
|
36
36
|
static CEDULA_REPRESENTANTE_LEGAL = 35;
|
|
37
37
|
static CCF = 36;
|
|
38
38
|
static FECHA_NACIMIENTO_LARGO = 37;
|
|
@@ -86,7 +86,7 @@ class EnumConceptosCertificacion {
|
|
|
86
86
|
{ id: EnumConceptosCertificacion.DESCRIPCION_CONTRATO, code: "DESCRIPCION CONTRATO", description: '<<31>>' },
|
|
87
87
|
{ id: EnumConceptosCertificacion.PRESTACION_SERVICIO, code: "PRESTACION SERVICIO", description: '<<32>>' },
|
|
88
88
|
{ id: EnumConceptosCertificacion.MODALIDAD_CONTRATACION, code: "MODALIDAD CONTRATACION", description: '<<33>>' },
|
|
89
|
-
{ id: EnumConceptosCertificacion.
|
|
89
|
+
{ id: EnumConceptosCertificacion.PORCENTAJE_ARL, code: "PORCENTAJE ARL", description: '<<34>>' },
|
|
90
90
|
{ id: EnumConceptosCertificacion.CEDULA_REPRESENTANTE_LEGAL, code: "CEDULA REPRESENTANTE LEGAL", description: '<<35>>' },
|
|
91
91
|
{ id: EnumConceptosCertificacion.CCF, code: "CCF", description: '<<36>>' },
|
|
92
92
|
{ id: EnumConceptosCertificacion.FECHA_NACIMIENTO_LARGO, code: "FECHA NACIMIENTO LARGO", description: '<<37>>' },
|
|
@@ -3,7 +3,7 @@ class EnumModalidadEjecucionNomina {
|
|
|
3
3
|
static DEDUCCION = 2;
|
|
4
4
|
static PROV_SEG = 3;
|
|
5
5
|
static PROV_PRF = 4;
|
|
6
|
-
static
|
|
6
|
+
static PROV_ARL = 5;
|
|
7
7
|
static PROV_PRS = 6;
|
|
8
8
|
static VACACIONES = 7;
|
|
9
9
|
|
|
@@ -12,7 +12,7 @@ class EnumModalidadEjecucionNomina {
|
|
|
12
12
|
{ id: EnumModalidadEjecucionNomina.DEDUCCION, code: 'DEDUCCION', description: 'Deducción' },
|
|
13
13
|
{ id: EnumModalidadEjecucionNomina.PROV_SEG, code: 'PROV_SEG', description: 'Provisión Seguridad Social' },
|
|
14
14
|
{ id: EnumModalidadEjecucionNomina.PROV_PRF, code: 'PROV_PRF', description: 'Provisión Parafiscales' },
|
|
15
|
-
{ id: EnumModalidadEjecucionNomina.
|
|
15
|
+
{ id: EnumModalidadEjecucionNomina.PROV_ARL, code: 'PROV_ARL', description: 'Provisión Riesgos Laborales' },
|
|
16
16
|
{ id: EnumModalidadEjecucionNomina.PROV_PRS, code: 'PROV_PRS', description: 'Provisión Prestaciones Sociales' },
|
|
17
17
|
{ id: EnumModalidadEjecucionNomina.VACACIONES, code: 'VACACIONES', description: 'Vacaciones' },
|
|
18
18
|
];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
class EnumTipoServicioSeguridadSocial {
|
|
2
2
|
static EPS = 1;
|
|
3
3
|
static AFP = 2;
|
|
4
|
-
static
|
|
4
|
+
static ARL = 3;
|
|
5
5
|
static CCF = 4;
|
|
6
6
|
static SENA = 5;
|
|
7
7
|
static ICBF = 6;
|
|
@@ -12,7 +12,7 @@ class EnumTipoServicioSeguridadSocial {
|
|
|
12
12
|
static descriptions = [
|
|
13
13
|
{ id: EnumTipoServicioSeguridadSocial.EPS, code: 'EPS', description: 'EPS' },
|
|
14
14
|
{ id: EnumTipoServicioSeguridadSocial.AFP, code: 'AFP', description: 'AFP' },
|
|
15
|
-
{ id: EnumTipoServicioSeguridadSocial.
|
|
15
|
+
{ id: EnumTipoServicioSeguridadSocial.ARL, code: 'ARL', description: 'ARL' },
|
|
16
16
|
{ id: EnumTipoServicioSeguridadSocial.CCF, code: 'CCF', description: 'CCF' },
|
|
17
17
|
{ id: EnumTipoServicioSeguridadSocial.SENA, code: 'SENA', description: 'SENA' },
|
|
18
18
|
{ id: EnumTipoServicioSeguridadSocial.ICBF, code: 'ICBF', description: 'ICBF' },
|
|
@@ -2,7 +2,7 @@ class EnumVariablesSistema {
|
|
|
2
2
|
static AFC_Cuenta = 115;
|
|
3
3
|
static Ahorro = 59;
|
|
4
4
|
static Anticipo = 122;
|
|
5
|
-
static
|
|
5
|
+
static Aporte_ARL = 1;
|
|
6
6
|
static Aporte_CCF = 2;
|
|
7
7
|
static Aporte_Empleado_AFP = 3;
|
|
8
8
|
static Aporte_Empleado_EPS = 4;
|
|
@@ -61,9 +61,9 @@ class EnumVariablesSistema {
|
|
|
61
61
|
static Liquidacion_Prima_Vacaciones = 101;
|
|
62
62
|
static Liquidacion_Prima_Convencional = 102;
|
|
63
63
|
static No_Aplicar_Tiempo = 95;
|
|
64
|
-
static
|
|
64
|
+
static Pago_IncapARL_ARL = 29;
|
|
65
65
|
static Pago_Tercero = 127;
|
|
66
|
-
static
|
|
66
|
+
static Pago_IncapARL_Patron = 30;
|
|
67
67
|
static Pago_IncapIGE_EPS = 31;
|
|
68
68
|
static Pago_IncapIGE_Patron = 32;
|
|
69
69
|
static Pago_IncapLMA_EPS = 33;
|
|
@@ -122,7 +122,7 @@ class EnumVariablesSistema {
|
|
|
122
122
|
static Cambio_CajaCompensacion = 70;
|
|
123
123
|
static Cambio_FondoCesantias = 71;
|
|
124
124
|
static Cambio_PorcentajePPD = 72;
|
|
125
|
-
static
|
|
125
|
+
static Cambio_PorcentajeARL = 73;
|
|
126
126
|
static Cambio_Extranjero = 75;
|
|
127
127
|
static Cambio_ResideExterior = 76;
|
|
128
128
|
static Cambio_ReteFuente = 97;
|
|
@@ -136,7 +136,7 @@ class EnumVariablesSistema {
|
|
|
136
136
|
{id: EnumVariablesSistema.AFC_Cuenta, code: 'AFC_Cuenta', description: 'OTROS'},
|
|
137
137
|
{id: EnumVariablesSistema.Ahorro, code: 'Ahorro', description: 'OTROS'},
|
|
138
138
|
{id: EnumVariablesSistema.Anticipo, code: 'Anticipo', description: 'OTROS'},
|
|
139
|
-
{id: EnumVariablesSistema.
|
|
139
|
+
{id: EnumVariablesSistema.Aporte_ARL, code: 'Aporte_ARL', description: 'PROV_SEGSOC'},
|
|
140
140
|
{id: EnumVariablesSistema.Aporte_CCF, code: 'Aporte_CCF', description: 'PROV_SEGSOC'},
|
|
141
141
|
{id: EnumVariablesSistema.Aporte_Empleado_AFP, code: 'Aporte_Empleado_AFP', description: 'OTROS'},
|
|
142
142
|
{id: EnumVariablesSistema.Aporte_Empleado_EPS, code: 'Aporte_Empleado_EPS', description: 'OTROS'},
|
|
@@ -195,9 +195,9 @@ class EnumVariablesSistema {
|
|
|
195
195
|
{id: EnumVariablesSistema.Liquidacion_Prima_Vacaciones, code: 'Liquidacion_Prima_Vacaciones', description: 'LIQUIDACION'},
|
|
196
196
|
{id: EnumVariablesSistema.Liquidacion_Prima_Convencional, code: 'Liquidacion_Prima_Convencional', description: 'LIQUIDACION'},
|
|
197
197
|
{id: EnumVariablesSistema.No_Aplicar_Tiempo, code: 'No_Aplicar_Tiempo', description: 'OTROS'},
|
|
198
|
-
{id: EnumVariablesSistema.
|
|
198
|
+
{id: EnumVariablesSistema.Pago_IncapARL_ARL, code: 'Pago_IncapARL_ARL', description: 'OTROS'},
|
|
199
199
|
{id: EnumVariablesSistema.Pago_Tercero, code: 'Pago_Tercero', description: 'OTROS'},
|
|
200
|
-
{id: EnumVariablesSistema.
|
|
200
|
+
{id: EnumVariablesSistema.Pago_IncapARL_Patron, code: 'Pago_IncapARL_Patron', description: 'OTROS'},
|
|
201
201
|
{id: EnumVariablesSistema.Pago_IncapIGE_EPS, code: 'Pago_IncapIGE_EPS', description: 'OTROS'},
|
|
202
202
|
{id: EnumVariablesSistema.Pago_IncapIGE_Patron, code: 'Pago_IncapIGE_Patron', description: 'OTROS'},
|
|
203
203
|
{id: EnumVariablesSistema.Pago_IncapLMA_EPS, code: 'Pago_IncapLMA_EPS', description: 'OTROS'},
|
|
@@ -257,7 +257,7 @@ class EnumVariablesSistema {
|
|
|
257
257
|
{id: EnumVariablesSistema.Cambio_Contrato, code: 'Cambio_Contrato', description: 'CAMBIOS_C'},
|
|
258
258
|
{id: EnumVariablesSistema.Cambio_Extranjero, code: 'Cambio_Extranjero', description: 'CAMBIOS_C'},
|
|
259
259
|
{id: EnumVariablesSistema.Cambio_FondoCesantias, code: 'Cambio_FondoCesantias', description: 'CAMBIOS_C'},
|
|
260
|
-
{id: EnumVariablesSistema.
|
|
260
|
+
{id: EnumVariablesSistema.Cambio_PorcentajeARL, code: 'Cambio_PorcentajeARL', description: 'CAMBIOS_C'},
|
|
261
261
|
{id: EnumVariablesSistema.Cambio_Cargo, code: 'Cambio_Cargo', description: 'CAMBIOS_C'},
|
|
262
262
|
{id: EnumVariablesSistema.Cambio_PoseeCuenta, code: 'Cambio_PoseeCuenta', description: 'CAMBIOS_C'},
|
|
263
263
|
{id: EnumVariablesSistema.Cambio_ResideExterior, code: 'Cambio_ResideExterior', description: 'CAMBIOS_C'},
|