Commit Graph

361 Commits

Author SHA1 Message Date
dada17b54c Partidas por tipo de factura en importacion 2026-03-13 17:38:30 -05:00
4f200de5ef Refactor invoice status terminology and update related logic
- Renamed 'is_processed' fields to 'status' in the InvoiceHeader model and updated corresponding attributes in schemas, services, and frontend components for consistency.
- Adjusted query filters and validation logic to reflect the new 'status' terminology.
- Updated comments and documentation to clarify changes in invoice status handling.
2026-03-13 12:54:58 -05:00
326f4019a2 Refactor invoice processing fields and update related logic
- Renamed fields in the `InvoiceHeader` model from `is_updated` to `is_processed` and updated corresponding attributes in schemas, services, and frontend components.
- Adjusted query filters and validation logic to reflect the new processing status.
- Updated comments and documentation to ensure clarity regarding the changes in invoice status handling.
2026-03-13 12:36:41 -05:00
5a6fbcf182 Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/partePais_BOM 2026-03-13 11:13:44 -05:00
2b0caeb251 Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/partePais_BOM 2026-03-13 10:59:03 -05:00
d6deed1446 BOM y PAIS para SCAI reactivo 2026-03-13 10:53:14 -05:00
hreyes
8d304fb98b feature/continuacion-vista-tablas-location 2026-03-12 16:17:01 -06:00
hreyes
678f91ecdc feature/checkpoin-before-table 2026-03-12 12:54:33 -06:00
hreyes
a57b01b190 feature/items-ventana-por-tipo-factura 2026-03-12 07:27:00 -06:00
hreyes
5b4dabb72a feature/filtro-pedimentos-tipo-invoices 2026-03-11 10:40:41 -06:00
9f3ae8db42 Partidas BOM y partes para SCAI 2026-03-11 11:11:36 -05:00
hreyes
003d0d54d3 feature/pestana-series-en-partidas 2026-03-11 09:52:15 -06:00
hreyes
6d56448f9f feature/partidas-clarion-csv-validaciones-expo 2026-03-10 16:21:24 -06:00
851f1b6eec Merge branch 'development' into feature/invoice-validations 2026-03-10 11:30:03 -05:00
c2d691a4ad feat: Enhance invoice validation and calculations
- Added new validations for pedimento regimes and compliance checks in common_validators.py.
- Implemented missing date checks for consolidated pedimentos.
- Introduced validation for shipped_by_id and manifest_number in invoice compliance.
- Refactored create_validators.py by removing the file as it was no longer needed.
- Updated update validators for exports and imports to use invoice_data instead of invoice.
- Modified schemas.py to set default values for financial fields to avoid None values.
- Created calculations.py to handle invoice calculations, including total increments and regime changes.
- Improved layout responsiveness in various Svelte components for better user experience.
2026-03-10 11:29:38 -05:00
8f1fa86ae3 feat: Enhance Fixed Asset Class form with blur-based lookups and US fraction masking, and refine pedimento creation flow and button labels. 2026-03-10 08:48:11 -05:00
2aab5c8fdc feat: add optional seed data functionality to init_first_time.sh
- Implemented argument parsing to allow for optional loading of example data with --seed-data flag.
- Added functions to seed example data for customs brokers, clients and providers, packages, classes, parts, pedimentos, and invoices.
- Enhanced user feedback during the seeding process with detailed output of the seeded data counts.
- Updated usage instructions in the script header to reflect the new functionality.
2026-03-08 01:15:08 -06:00
5478a88f2b Refactor code structure for improved readability and maintainability 2026-03-07 23:09:13 -06:00
hreyes
8cd299609c Merge branch 'development' into feature/catalog-drivers 2026-03-06 10:14:55 -07:00
hreyes
3175383442 feature/catalogo-driver 2026-03-06 09:52:20 -07:00
hreyes
8ecc926ed1 feature/trailes-validaciones-clarion-csv-front 2026-03-06 09:06:46 -07: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
2026230a52 Merge branch 'development' into fix/modulo-factura 2026-03-06 09:51:13 -06:00
hreyes
9c3e6827da Merge branch 'development' into feature/clarion-validations-csv-pedimentos 2026-03-05 11:36:39 -07:00
98a60a7a2e Merge branch 'development' into hotfix/duplicate-role 2026-03-05 11:57:18 -06:00
hreyes
e44ac15b55 hotfix/modal-roles 2026-03-05 10:53:50 -07:00
dbf2a7a2ad Merge branch 'development' into fix/modulo-pedimento 2026-03-05 11:53:08 -06:00
hreyes
cc715f259e feature/correccion-de-adauana-2-digitos 2026-03-05 10:27:24 -07:00
hreyes
1f391aa4a6 feature/pedimentos-csv-validations 2026-03-05 10:15:15 -07:00
bb80bbf802 Merge branch 'development' into fix/modulo-pedimento 2026-03-05 09:38:11 -06: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
94cba66588 Merge pull request 'fix/tipo_cambio_a_0' (#183) from fix/tipo_cambio_a_0 into development
Reviewed-on: ADUANASOFT/anexo76#183
2026-03-05 14:16:39 +00:00
b348be5ff3 feat(auth): implement session management and silent refresh for Keycloak
- Added session manager to handle token refresh and user activity tracking.
- Introduced session timeout warning dialog for user inactivity.
- Updated authentication token handling in cookies with security policies.
- Created server-side endpoint for silent refresh of access tokens using HttpOnly cookies.
- Added silent check SSO HTML page for Keycloak integration.
2026-03-05 08:13:19 -06:00
hreyes
e486fd750f feature/csv-clarion-exchange-type 2026-03-04 15:50:30 -07:00
6afee0a976 feat: introduce compact prop to data table component and shorten "Actualizar" button label. 2026-03-04 15:49:45 -07:00
f423388865 Movidos botones de Actualizar Est y Desactualizar 2026-03-04 15:12:49 -07:00
5c677b9987 feat: Enhance pedimento save flow with detailed error handling, unique constraint checks for soft-deleted items, and multi-row selection in data table. 2026-03-04 11:40:48 -07:00
hreyes
196b70924e feature/parametros-csv 2026-03-04 10:56:40 -07:00
311d1c7259 feat: Implement auto-fill descriptions for key fields and enhance form layout in the fixed asset class form. 2026-03-04 10:42:11 -07:00
a77761f2e5 Enmascaramiento y regax para datos sensibles en los agentes aduanales 2026-03-04 10:41:37 -06:00
00004affe9 Validaciones para tipos de cambio 2026-03-04 08:09:11 -06:00
a0e231196e refactor: update Svelte components to use runes, snippets, and improved reactivity patterns. 2026-03-03 16:52:17 -07:00
hreyes
47a8a0e6fc Merge branch 'development' into feature/exchange-type 2026-03-03 13:10:20 -07:00
9ff53c5dd0 Merge pull request 'feature/estados-codigo-postal-corregidos' (#180) from feature/characters-postal-code into development
Reviewed-on: ADUANASOFT/anexo76#180
2026-03-03 20:07:42 +00:00
hreyes
ae23a080ba feature/alerta-no-registros-agentes-clientes 2026-03-03 12:58:33 -07:00
hreyes
4f5da6fe4a feature/estados-codigo-postal-corregidos 2026-03-03 12:01:57 -07:00
hreyes
ec8c3a7c2d feature/csv-templates 2026-03-03 10:13:35 -07:00
hreyes
a856262708 feature/faltantes-csv 2026-03-03 08:16:50 -07:00