Commit Graph

152 Commits

Author SHA1 Message Date
19b0bf0b5e Arreglo de filtros, click con compoartmiento de exit, reactividad al ingresar un registro, ademmsa del docble click 2026-05-20 17:30:16 -05:00
71c19d28b0 Merge pull request 'feature/hub-admin-global-access' (#410) from feature/hub-admin-global-access into development
Reviewed-on: ADUANASOFT/anexo76#410
2026-05-20 16:31:09 +00:00
64d81c83f9 feat(company): add tenant_id support for hub_admin in company creation and updates 2026-05-15 10:28:47 -05:00
125405458c feat(auth): add hub_admin global access support across modules
- Add is_hub_admin() and resolve_tenant_id_required() to core/security
- hub_admin resolves tenant from company or uses None as global sentinel
- Update routes and services to skip tenant filter when tenant_id is None
- UserService accepts is_hub_admin flag for cross-tenant user management
- get_my_companies returns all companies for hub_admin without tenant restriction
2026-05-15 09:22:35 -05:00
dd14f23779 Merge pull request 'Se le puse la opcion ambas en el modelo de puertos' (#397) from fix/puertos into development
Reviewed-on: ADUANASOFT/anexo76#397
2026-05-14 17:48:00 +00:00
458d348638 Se le puse la opcion ambas en el modelo de puertos 2026-05-13 09:54:20 -05:00
eced3accdc Arreglo de equivalencias 2026-05-13 08:39:37 -05:00
315c94219b feature/api-sittar-actualizacion 2026-05-08 12:54:19 -06:00
4b7cc13d11 fix/filtros-leyendas 2026-05-07 08:07:30 -06:00
e3ad7e7a7e feature/catalogos-generales-permisos 2026-05-06 11:13:09 -06:00
73b2eb222e feature/permisos-reference-data 2026-05-06 08:13:53 -06:00
97bb5c23b6 feature/permisos-keycloak-correccion 2026-05-04 13:22:18 -06:00
3bbeccb267 Merge branch 'fix/codigo-clave-cambio' into feature/visible-clicks-csv 2026-04-29 08:34:17 -06:00
6e764a980f Merge branch 'feature/doda-endpoints-faltantes' into feature/visible-clicks-csv 2026-04-29 08:32:07 -06:00
0a3c27254a Merge branch 'feature/sitar-fractions-upgrade' into feature/visible-clicks-csv 2026-04-29 08:24:39 -06:00
9105fad3c4 fix/codigo-clave-cambio 2026-04-29 07:37:01 -06:00
8535fdf5cc chore: rescate y restauracion de modulos base, a76 y digitalizacion tras conflictos 2026-04-28 17:23:14 -05:00
07ba33a4d9 feature/doda-endpoints-faltantes 2026-04-28 14:53:08 -06:00
d67d1c5538 feature/sitar-fractions-upgrade 2026-04-28 10:50:58 -06:00
8260b64951 fix: corriegiendo la compilaciond el frontend de script mal ejecutado 2026-04-27 16:00:52 -05:00
c87865bcc5 fix: cambios locales antes del merge 2026-04-27 14:32:28 -05:00
c8e45f5ce2 chore: resolve second wave of merge conflicts, integrate new DODA despacho module and stabilize catalogues 2026-04-27 13:43:51 -05:00
8374975a30 chore: resolve remaining merge conflicts in data-table-actions components 2026-04-27 13:39:04 -05:00
c3e4cf22fc fix/env-api-unica 2026-04-27 11:08:33 -06:00
4d873f392e fix/alembic-duration-cert-delete 2026-04-27 10:31:33 -06:00
5c2a84e95d fix: solución de bloqueos y estandarización de permisos 2026-04-27 10:47:30 -05:00
df6ffe422a fix/filtros-catalogos 2026-04-27 08:08:54 -06:00
7f8599ac43 feature/api-doda-update 2026-04-27 07:04:03 -06:00
9d232998d6 feature/api-doda 2026-04-26 18:13:20 -06:00
855afe6670 fix/empresa-cert-duracion 2026-04-26 08:24:57 -06:00
6eb3d02211 fix/catalogo-conversion-filtros 2026-04-24 16:30:33 -06:00
3c40a48cb7 feature/api-sitar-frac-ame 2026-04-24 09:58:22 -06:00
38d10e6f51 feature/carril-expres-transportes 2026-04-24 09:18:41 -06:00
29c305cd2c feaature/catalogo-empresa-mejoras 2026-04-23 14:28:56 -06:00
8c1dd07d76 fix/catalogos-fijos 2026-04-22 10:13:34 -06:00
ff1ff30e23 fix/conceptos-catalogo-general 2026-04-22 07:44:07 -06:00
0279711725 fix/informacion-empresa-detalles 2026-04-21 12:02:58 -06:00
5e6ee5d4d1 Funciones y logia de exportacion, como mejoras CRUD en las partes de exportacion 2026-04-16 11:30:40 -05:00
cc3942bbd7 feature/recive-respuesta-de-vucem 2026-04-06 15:53:25 -06:00
0c25572d70 feature/correcion-al-borrar-datos-borrar-tambien-del-bucket 2026-04-06 08:13:01 -06:00
9439a6a775 feature/minio-s3-integration 2026-04-02 13:35:18 -06:00
23509cbcc9 Refactor DTO classes to use model_config with ConfigDict for attribute handling
- Updated multiple DTO classes across various modules to replace the `Config` class with `model_config = ConfigDict(from_attributes=True)`.
- This change enhances consistency in attribute handling and aligns with the latest Pydantic practices.
- Adjusted error handling in core modules to change status codes from `HTTP_422_UNPROCESSABLE_ENTITY` to `HTTP_422_UNPROCESSABLE_CONTENT` for improved clarity in validation responses.
2026-03-24 12:06:55 -05:00
0a68454593 6feature/fix-en-base-a-scaii 2026-03-18 13:22:45 -06:00
8b9537b5a9 feature/catalogo-equivalencias 2026-03-18 09:40:52 -06:00
10a37a1102 Merge branch 'development' into feature/item_por_tipo_factura 2026-03-17 22:50:56 -05:00
hreyes
fbbe4370de feature/refactorizacion-tabla-sector 2026-03-17 11:21:28 -06:00
2e5812fb1b Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/item_por_tipo_factura 2026-03-17 09:30:11 -05:00
AlexeerCT
a4cf394447 Update Docker Compose files for production environment and enhance unit of measure handling
- Changed the default environment variable from 'development' to 'production' in docker-compose.prod.yml and docker-compose.yml.
- Added SITAR API credentials to the environment variables in both Docker Compose files.
- Updated the seed data for customs units of measure to include a76_unit_code.
- Refactored the UnitOfMeasureCustoms model and related DTOs to replace scaii_unit_code with a76_unit_code for consistency.
- Adjusted frontend components to reflect the updated unit of measure structure and ensure proper handling of the new a76_unit_code field.
2026-03-15 20:52:01 -06:00
dada17b54c Partidas por tipo de factura en importacion 2026-03-13 17:38:30 -05:00
bf954bbdef Merge remote-tracking branch 'origin/development' into feature/process-invoices 2026-03-13 11:06:03 -05:00