6113c47839
Add BaseAPIException handling to invoice routes for improved error management
2026-05-08 14:12:31 -05:00
315c94219b
feature/api-sittar-actualizacion
2026-05-08 12:54:19 -06:00
9e3274b03a
Update environment variables in docker-compose and refactor RLS context handling in database and middleware. Added error handling for Hub license verification.
2026-05-08 13:51:24 -05:00
9bcbc5bc02
Merge pull request 'Se movio la parte de descargas del sidbar al botoncito en reportes' ( #378 ) from fix/descargas-reportes into development
...
Reviewed-on: ADUANASOFT/anexo76#378
2026-05-08 16:25:20 +00:00
0dd947becf
Merge pull request 'Docble click implemnetado, ademas de habilitar permisos para mostrar editar y elimnar correctamente' ( #377 ) from fix/botones-empresas into development
...
Reviewed-on: ADUANASOFT/anexo76#377
2026-05-08 16:24:22 +00:00
db8f2cf483
Merge pull request 'feature/transportista-completar-modelo' ( #376 ) from feature/transportista-completar-modelo into development
...
Reviewed-on: ADUANASOFT/anexo76#376
2026-05-08 16:23:58 +00:00
4cadce77fe
Merge pull request 'fix/pediemntos-fecha-inicio' ( #375 ) from fix/pediemntos-fecha-inicio into development
...
Reviewed-on: ADUANASOFT/anexo76#375
2026-05-08 16:23:30 +00:00
1a7e4e7e89
Merge pull request 'fix/clases-selector' ( #374 ) from fix/clases-selector into development
...
Reviewed-on: ADUANASOFT/anexo76#374
2026-05-08 16:22:51 +00:00
39209501ab
Merge pull request 'fix/facturas-ame-mex-2' ( #373 ) from fix/facturas-ame-mex-2 into development
...
Reviewed-on: ADUANASOFT/anexo76#373
2026-05-08 16:22:24 +00:00
2c550eed04
Se movio la parte de descargas del sidbar al botoncito en reportes
2026-05-08 11:10:29 -05:00
61193c4a21
Docble click implemnetado, ademas de habilitar permisos para mostrar editar y elimnar correctamente
2026-05-08 10:33:43 -05:00
33dfb15277
fix/alembic-fix-head
2026-05-08 08:49:06 -06:00
4eeec0efd2
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into fix/pediemntos-fecha-inicio
2026-05-08 09:48:40 -05:00
a9cd2b73ce
Validacion de errores en pediemntos y tipos de transporte
2026-05-08 09:48:24 -05:00
5e5eb94916
Merge branch 'development' into feature/transportista-completar-modelo
2026-05-08 08:44:01 -06:00
f15b803c1e
feature/transportista-completar-modelo
2026-05-08 08:43:10 -06:00
fd26b8e1dd
Merge pull request 'feature/profile-photo' ( #372 ) from feature/profile-photo into development
...
Reviewed-on: ADUANASOFT/anexo76#372
2026-05-08 14:25:32 +00:00
4409d07599
Se puso la fecha inico automatico por la fecha del dia que se hace
2026-05-08 09:04:46 -05:00
9fe307bd74
feat: remove hub_invite_token migration from invite_tokens
2026-05-08 08:44:48 -05:00
ec04edd8c0
Se homologalizo el estilo igual que en clases
2026-05-07 17:06:17 -05:00
246f2d33f7
Se le agrego multiselect a las partes
2026-05-07 16:49:41 -05:00
a3917544f3
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into fix/facturas-ame-mex-2
2026-05-07 13:57:18 -05:00
04d65ef738
Merge pull request 'feature/manuales' ( #357 ) from feature/manuales into development
...
Reviewed-on: ADUANASOFT/anexo76#357
2026-05-07 18:06:01 +00:00
52fec4038e
feat: implement lazy-link for pending invites and add hub_invite_token to InviteToken model
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-07 12:41:12 -05:00
04a3c5a8af
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/manuales
2026-05-07 11:56:36 -05:00
69833a530d
Traducciones corregidas
2026-05-07 11:54:51 -05:00
beaf9b2f8e
Correcion con vite, borrar los print y mejorar la barra de manuales
2026-05-07 11:41:44 -05:00
fdc145b2c6
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into fix/facturas-ame-mex-2
2026-05-07 10:45:27 -05:00
2456c0086b
Solucion a tipos de datos, blindaje y resoluciones con el token expirado
2026-05-07 10:45:00 -05:00
5e2fcf8181
Merge pull request 'fix/filtros-leyendas' ( #370 ) from fix/filtros-leyendas into development
...
Reviewed-on: ADUANASOFT/anexo76#370
2026-05-07 15:06:56 +00:00
4b7cc13d11
fix/filtros-leyendas
2026-05-07 08:07:30 -06:00
9152750a9f
feature/bitacora-correccion-por-tenant
2026-05-07 07:52:31 -06:00
d325218d27
merge: integrar development y resolver conflictos en traducciones
2026-05-06 17:02:27 -05:00
1f2f8d1f83
feat: implement user invitation system
...
- Add InviteToken model and Alembic migration (core.invite_tokens)
- Add invites module: DTOs, service (create/validate/consume), routes
- Register invites router in core router
- Extend auth register endpoint to support invite_token flow:
- Validate local token, create user via Hub admin API (service account),
handle existing user (link instead of duplicate), create UserTenant, consume token
- Add GET /auth/register/check endpoint to validate token without consuming
- Add HUB_ADMIN_EMAIL, HUB_ADMIN_PASSWORD, APP_PUBLIC_URL to config
- Frontend: add invite() method and types to users.ts API client
- Frontend: add invite dialog with real roles dropdown to users page
- Frontend: update register page to handle invite flow and user-exists case
2026-05-06 16:57:29 -05:00
85ecdc88fa
fix: estabilizar auth, proxy y traducciones del dashboard
2026-05-06 16:57:28 -05:00
39840b47a9
Merge pull request 'fix/parentesis' ( #369 ) from fix/test-doda-y-s3 into development
...
Reviewed-on: ADUANASOFT/anexo76#369
2026-05-06 21:14:42 +00:00
373f5e1198
fix/parentesis
2026-05-06 15:13:12 -06:00
607e103ac8
Merge pull request 'fix/test-doda-y-s3' ( #368 ) from fix/test-doda-y-s3 into development
...
Reviewed-on: ADUANASOFT/anexo76#368
2026-05-06 21:11:18 +00:00
62dded0b61
fix/test-doda-y-s3
2026-05-06 15:09:45 -06:00
451a3078fb
Merge pull request 'fix/carga-csv-ergonomia' ( #367 ) from fix/carga-csv-ergonomia into development
...
Reviewed-on: ADUANASOFT/anexo76#367
2026-05-06 20:45:22 +00:00
daa3a252b9
fix/carga-csv-ergonomia
2026-05-06 14:24:41 -06:00
b212cf63c1
Merge development into feature/manuales and resolve conflicts in HelpDrawer
2026-05-06 14:29:56 -05:00
8c8cd0e247
feature/bitacora-correccion-filtro-tenant
2026-05-06 12:12:09 -06:00
86a3d703ba
feature/mejora-filtros-permisos
2026-05-06 11:46:33 -06:00
9260b5f2ce
Merge branch 'development' into feature/catalogos-generales-permisos
2026-05-06 11:13:40 -06:00
e3ad7e7a7e
feature/catalogos-generales-permisos
2026-05-06 11:13:09 -06:00
d977b08bf9
Merge pull request 'feat: add first_name and last_name fields to UserTenant model and sync with Keycloak' ( #366 ) from fix/user-profile-edit-keycloak-sync into development
...
Reviewed-on: ADUANASOFT/anexo76#366
2026-05-06 17:11:07 +00:00
5dd65df3e8
feat: add first_name and last_name fields to UserTenant model and sync with Keycloak
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-06 12:09:04 -05:00
db15c3df25
Merge pull request 'feature/permisos-reference-data' ( #365 ) from feature/permisos-reference-data into development
...
Reviewed-on: ADUANASOFT/anexo76#365
2026-05-06 15:01:47 +00:00
12dd328eb5
Merge branch 'development' into feature/permisos-reference-data
2026-05-06 08:14:25 -06:00