sigesp 1.1.15-20241017 → 1.1.16-20241017

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.
@@ -88,6 +88,13 @@ export declare class SigespService {
88
88
  * @param distribution
89
89
  */
90
90
  updateDistributionIncomeStructureAccount(distribution: IUpdateDistributionIngresos, level: number): Observable<IResponse>;
91
+ /**
92
+ * @description Obtiene el plan de cuentas
93
+ * @param level Número de niveles de la configuración
94
+ * @param id de la estructura el idEp3 o idEp5
95
+ * @return Observable<MCuentaEgresos[]>
96
+ */
97
+ planInstitucionalSPG(tipo: string, idEnterprise: number, periodoFiscal: number, idEP3o5: number, nivel: number): Observable<MCuentaEgresos[]>;
91
98
  /**
92
99
  * @description Obtiene las cuentas por nivel de las cuenats de egresos
93
100
  * @param level Número de niveles de la configuración
@@ -313,6 +320,8 @@ export declare class SigespService {
313
320
  * modificado 28-12-2022
314
321
  */
315
322
  getCentroCosto(tipo: string, idEnterprise: number, periodoFiscal: number): Observable<IResponse>;
323
+ getCentroCostoUnidadOrganizativa(tipo: string, idEnterprise: number, periodoFiscal: number, idUnidadAdministrativa: number): Observable<IResponse>;
324
+ getEstructurasUnidadOrganizativa(tipo: string, idEnterprise: number, periodoFiscal: number, idUnidadAdministrativa: number): Observable<IResponse>;
316
325
  /**
317
326
  * @description Abre el dialog de checkks
318
327
  * @param columns Columnas que va a tener la tabla
@@ -520,7 +529,7 @@ export declare class SigespService {
520
529
  * @params presupuesto: Indica si se a trabajar con estructura de presupuesto o no
521
530
  */
522
531
  openCatalogoCuentasIngreso(titulo: string, presupuesto?: boolean, ancho?: string): Promise<MCuentaIngresos>;
523
- getUnidadAdministrativa(tipo?: string, idEnterprise?: number, periodoFical?: number): Observable<any>;
532
+ getUnidadAdministrativa(tipo?: string, idEnterprise?: number, periodoFical?: number, idUnidadOrganizativa?: number): Observable<any>;
524
533
  /**
525
534
  * @description Obtiene los cargos de servicios
526
535
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.15-20241017",
3
+ "version": "1.1.16-20241017",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },