udistrital / central_cuentas_cliente

:heavy_check_mark: Check: cliente para el subsistema central de cuentas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

central_cuentas_cliente

Cliente para el subsistema de Presupuesto del Sistema de Gestión Financiera KRONOS.

Permite centralizar y gestionar el manejo de la información de la Universidad Distrital por medio de diferentes subsistemas, puntualmente se gestionan los siguientes procesos:

  • Preasignación de presupuesto inicial
  • Modificaciones presupuestales,
  • Gestión de las fuentes de financiamiento,
  • Gestión de los certificados de disponibilidad presupuestal
  • Gestión de los certificados de registro presupuestal,
  • Gestión de las vigencias y los reportes financieros

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

# En Pipeline
SLACK_AND_WEBHOOK: WEBHOOK de Slack Grupo ci-covid-serverles
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS

Ejecución del Proyecto

Clonar el proyecto del repositorio de git

# clone the project
git clone https://github.com/udistrital/central_cuentas_cliente.git
# enter the project directory
cd central_cuentas_cliente

Iniciar el servidor en local

# install dependency
npx npm install
or
npm install
# start server
npx ng serve
# Whenever you want to change the port just run
npx ng dev --port = 9528

Linter

# Angular linter
npm run lint
# run linter and auto fix
npm run lint:fix
# run linter on styles
npm run lint:styles
# run lint UI
npm run lint:ci

Ejecución Dockerfile

# Does not apply

Ejecución docker-compose

# Does not apply

Ejecución Pruebas

Pruebas unitarias powered by Jest

# run unit test
npm run test
# Runt linter + unit test
npm run test:ui

Mockups

Los siguientes mockups representan la estructura general de la aplicación, módulos, submódulos, estructura de información en vista formulario y vista tabla.

Para visualizar los mockups acceder a este enlace

Dependencias Utilizadas

API MID

API CRUD

Estado CI

Develop Release 1.0.0 Master
Build Status Build Status Build Status

Licencia

This file is part of central_cuentas_cliente.

central_cuentas_cliente is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (atSara Sampaio your option) any later version.

central_cuentas_cliente is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with central_cuentas_cliente. If not, see https://www.gnu.org/licenses/.

About

:heavy_check_mark: Check: cliente para el subsistema central de cuentas

License:MIT License


Languages

Language:TypeScript 68.8%Language:HTML 28.3%Language:SCSS 2.8%Language:JavaScript 0.1%