Commit Graph

375 Commits

Author SHA1 Message Date
d91af9a7fb Refactor invoice validation logic and introduce export validators
- Moved common validation functions to a shared module for reusability.
- Updated create and update validators for import invoices to use the new common validation functions.
- Introduced new validators for export invoices, ensuring they adhere to the required fields and validation rules.
- Enhanced the update logic to handle both import and export invoice types appropriately.
- Cleaned up the code for better readability and maintainability.
2026-03-07 22:17:34 -06:00
84d82fca8f Merge branch 'development' into feature/invoice-validations 2026-03-06 10:23:21 -06:00
fa0a394bbd Merge pull request 'fix/agentes_aduanales_regex' (#190) from fix/agentes_aduanales_regex into development
Reviewed-on: ADUANASOFT/anexo76#190
2026-03-06 15:52:48 +00:00
88d6412bae Merge pull request 'feature/data-entry' (#185) from feature/data-entry into development
Reviewed-on: ADUANASOFT/anexo76#185
2026-03-05 15:36:42 +00:00
375df79da5 Merge branch 'development' into feature/data-entry 2026-03-05 09:36:03 -06:00
bc2f2c3c6e Merge branch 'development' into task/archivos_winsaai 2026-03-05 08:19:07 -06:00
40c2cc4f32 refactor: update validation logic and enhance seed data script 2026-03-04 19:13:05 -06:00
a77761f2e5 Enmascaramiento y regax para datos sensibles en los agentes aduanales 2026-03-04 10:41:37 -06:00
a0e231196e refactor: update Svelte components to use runes, snippets, and improved reactivity patterns. 2026-03-03 16:52:17 -07:00
e1f494fd18 refactor estructure 2026-03-03 16:13:05 -06:00
hreyes
ec8c3a7c2d feature/csv-templates 2026-03-03 10:13:35 -07:00
hreyes
9da84990a8 feature/BOMs-csv-WIP 2026-03-03 09:54:12 -07:00
hreyes
343054d274 feature/csv-partes 2026-03-03 09:09:14 -07:00
5bbb4ac9b9 feat: Relocate units of measure and historical tariff fractions seeding to company creation and add Celery schedule files to gitignore. 2026-03-03 08:55:42 -07:00
fb0c09374a feat: Implement help center functionality and transportation general catalogs with associated UI components and API endpoints. 2026-03-03 09:12:10 -06:00
d72edda61c Generacion de archivos winsaai 2026-03-03 09:08:49 -06:00
hreyes
54e4124c6e Merge branch 'feature/csv-cajas-trailers' into feature/faltantes-csv 2026-03-03 07:59:02 -07:00
hreyes
c7fb49a573 feature/csv-trailers 2026-03-03 07:51:11 -07:00
7c6376445f Merge pull request 'feat: Implement CRUD operations for FDA catalog entries and their associated specifications, constituent elements, affirmation codes, and lot productions.' (#176) from feature/FDA into development
Reviewed-on: ADUANASOFT/anexo76#176
2026-03-03 14:19:42 +00:00
dc4256ae7a feat: Implement CRUD operations for FDA catalog entries and their associated specifications, constituent elements, affirmation codes, and lot productions. 2026-03-02 16:47:07 -07:00
hreyes
b94fd34bb2 feature/csv-drivers 2026-03-02 15:28:50 -07:00
hreyes
629754cc8f feature/csv-trasportes 2026-03-02 13:01:15 -07:00
hreyes
c3b4838087 Merge branch 'feature/clases-de-materiales-csv' into feature/csv-transportes 2026-03-02 11:55:10 -07:00
hreyes
2d05ea23cf feature/csv-clases-materiales 2026-03-02 11:33:51 -07:00
hreyes
9473c05602 feature/csv-pedimento 2026-03-02 10:03:45 -07:00
hreyes
442b188a45 feature/csv-fracc-ame 2026-03-02 07:49:53 -07:00
hreyes
e5e1287a6b feature/csv-exchage-rate 2026-03-02 07:24:09 -07:00
68bada43fa Remove Sitar API fallback logic from get_all method in USTariffFractionService 2026-02-27 12:54:12 -06:00
hreyes
6026132db3 Merge origin/development: resolved conflicts in scripts/init_first_time.sh, backend/api/v1/modules/a76/invoices/services.py, .gitignore and others 2026-02-27 11:46:16 -07:00
5367c9a687 Refactor USTariffFractionService to use async in get_all method and clean up redundant return statement 2026-02-27 12:01:29 -06:00
35a6f88211 Refactor US Tariff Fractions service to use async for get_all method and add USTariffFractionMapper for response mapping 2026-02-27 11:07:16 -06:00
139d3d7a0a Merge remote-tracking branch 'origin/development' into fix/clases_activo_fijo 2026-02-27 10:54:27 -06:00
18f63951ac Se corrigio el problema de las fracciones americanas y problemas al guardar 2026-02-27 09:19:27 -06:00
fbc97622d6 Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into fix/fracciones_americanas 2026-02-26 16:55:03 -06:00
3723cfd50e Sistema CRUD sin servicio sitar 2026-02-26 16:45:56 -06:00
cfcf5009fd Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into development 2026-02-26 12:37:29 -06:00
7289947e48 Resolucion de conflictos: Merge feature/boton_ayuda a development 2026-02-26 12:34:38 -06:00
ee4cfcc7e5 Merge origin/development into fix/bug-pedimento 2026-02-26 12:27:02 -06:00
dbb828c92a recontruyendo CRUD en lugar de sitar 2026-02-26 12:04:31 -06:00
2b6f9a636d Merge pull request 'feat: Implement CRUD and UI for transportation entities (vehicles, trailers, and transporters).' (#165) from feature/modulos-transporte into development
Reviewed-on: ADUANASOFT/anexo76#165
2026-02-26 17:55:51 +00:00
753ab07759 Merge pull request 'feature/PROSEC-sector' (#164) from feature/PROSEC-sector into development
Reviewed-on: ADUANASOFT/anexo76#164
2026-02-26 17:55:24 +00:00
0dc8886a8f Merge pull request 'fix(customs-brokers): update VU and personnel for multi-tenancy support' (#163) from hot-fix/customs-brokers-vu-multitenant into development
Reviewed-on: ADUANASOFT/anexo76#163
2026-02-26 17:54:44 +00:00
Galindo97
750130ac8e feat: Implement CRUD and UI for transportation entities (vehicles, trailers, and transporters). 2026-02-26 11:40:55 -06:00
Galindo97
72db67e161 feat: Introduce customs office and transport means fields to pedimento data models and forms. 2026-02-25 11:41:35 -06:00
e4d4d0cce6 Puestas de seguridad y limpieza de codigo 2026-02-25 10:34:11 -06:00
Galindo97
899a5c4d58 fix(pedimentos): various fixes and improvements for pedimento processing and reports 2026-02-25 09:16:42 -06:00
Galindo97
97d868e863 feat(clients-providers): improve Programs tab UI and fix certified company toggle 2026-02-25 09:00:15 -06:00
Galindo97
980c913d46 fix(customs-brokers): update VU and personnel for multi-tenancy support 2026-02-24 17:47:42 -06:00
96757ffdd2 Se corrigio bug en las tareas 2026-02-24 16:36:23 -06:00
ccb643426d Merge pull request 'feat: Implement Ventanilla Única (VU) management for customs brokers, including API, UI, and data model updates, and add a new state selection dialog.' (#161) from feature/broker-catalogue into development
Reviewed-on: ADUANASOFT/anexo76#161
2026-02-24 21:40:32 +00:00