Commit Graph

1084 Commits

Author SHA1 Message Date
b1dd237ec1 Se corrigio solapamientos y asi 2026-02-26 09:24:04 -06:00
3199551c6b Borrado de archivos 2026-02-25 12:45:37 -06:00
19e511036b Cmbio de puerto para comunicarse con el hub 2026-02-25 12:07:39 -06:00
37a21e9682 Actualizacion de importacion para svelte 5 2026-02-25 11:51:15 -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
d6ab2f47d7 feat: Improve pedimento form logic by adding untrack to focus effect and refining conditional filtering for regimen and operation type. 2026-02-25 09:47:13 -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
Galindo97
2028c87645 feat: Add state and sector selector dialogs with search and infinite scroll capabilities, and update gitignore to include mypy cache. 2026-02-24 16:57:22 -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
Galindo97
a52602dedf feat: Implement Ventanilla Única (VU) management for customs brokers, including API, UI, and data model updates, and add a new state selection dialog. 2026-02-24 14:24:50 -06:00
6e7764d2d7 Merge pull request 'feature/items-calculations' (#160) from feature/items-calculations into development
Reviewed-on: ADUANASOFT/anexo76#160
2026-02-24 20:22:48 +00:00
c834ee7156 Merge branch 'development' into feature/items-calculations 2026-02-24 14:20:53 -06:00
ad26062f46 Coreccion del cliente para descargar los archivos multimedia 2026-02-24 14:00:28 -06:00
39362424fb Merge pull request 'feature/Invoice-movements' (#158) from feature/Invoice-movements into development
Reviewed-on: ADUANASOFT/anexo76#158
2026-02-24 19:34:24 +00:00
c9f934a0da Nuevo frontend y start cambiado 2026-02-24 11:35:46 -06:00
Galindo97
af9be8d0b5 feat: Refine invoice report queries to handle empty concatenated transport data and adjust subpartida logic for peso calculation. 2026-02-24 09:23:07 -06:00
hreyes
4a8bea4966 feature/csv-client-provider 2026-02-24 08:31:32 -06:00
Galindo97
3898d3a1e0 feat: Enhance fixed asset class management with new fields, refactor forms, and update invoice-related services. 2026-02-24 08:17:38 -06:00
09c806b4f5 Nuevo forntend con datos multimedia 2026-02-23 17:44:33 -06:00
hreyes
e8e3774758 feature/carga-agententes-aduanales-via-csv 2026-02-23 14:22:46 -06:00
0db22686b9 feat: add calculations module for item financials processing 2026-02-23 14:05:13 -06:00
hreyes
a65883922a fix/conflict 2026-02-23 13:42:06 -06:00
hreyes
cde583315b Merge development 2026-02-23 13:12:49 -06:00
hreyes
0683aaa801 feature/csv-for-envoices 2026-02-23 13:05:02 -06:00
168a5fdf1c Cambios desde el servidor cliente 2026-02-23 12:29:09 -06:00
17c1ef3947 Nuevo start con interaccion para elegir que tipo de servidor estamos 2026-02-23 12:15:44 -06:00
a9b9d8290b editando el ejemplo env 2026-02-23 11:27:16 -06:00
f15d40f697 Nuevas funcionalidades y correcciones 2026-02-23 10:54:39 -06:00
f61bc4a42e Merge pull request 'refactor: streamline query filters and improve code readability in CompanyService' (#157) from fix/company into development
Reviewed-on: ADUANASOFT/anexo76#157
2026-02-20 18:30:57 +00:00
455234a319 refactor: streamline query filters and improve code readability in CompanyService 2026-02-20 12:30:23 -06:00
df5dc6a51b Merge pull request 'refactor: enhance JSON serialization in AuditLog service' (#156) from fix/company into development
Reviewed-on: ADUANASOFT/anexo76#156
2026-02-20 17:55:38 +00:00
f0a7d5e1f2 refactor: enhance JSON serialization in AuditLog service 2026-02-20 11:54:40 -06:00
Galindo97
f9f6a17c4a fix: remove duplicate certificate fields in Company interface 2026-02-20 10:12:42 -06:00
Galindo97
af99e43ee5 Merge remote-tracking branch 'origin/development' into feature/Invoice-movements
# Conflicts:
#	backend/api/v1/modules/a76/reports/importacion/facturas/usa/service.py
#	backend/core/celery_app.py
#	frontend/src/lib/api/dashboard/a76/general_catalogs/company.ts
2026-02-20 10:09:19 -06:00
Galindo97
7b704e0744 feat: fix R1 pedimento duplication and improve invoice report exports
- Fix bidirectional R1 resolution in all report query builders (Temporary,
  Definitive, Repair, Export, ExportRepair): use JOIN on
  pedimento_rectification_origin in both directions so the rectified
  pedimento number is resolved correctly and not duplicated.
- Restore original CSV export format (ValorComercialMN, ValorMPTemp,
  ValorAgre as separate columns); compute them from item_line_financials
  SUM instead of invoice-level header totals which were always 0.
- Rename CSV column "PEDIMENTO RECTIFICACION" to "PEDIMENTO R1" in both
  backend csv_utils.py and frontend manual download.
- Harden temporary invoice update validator to safely handle null
  compliance_mx / logistics objects without crashing.
- Add R1 rectification fields (es_rectificacion, pedimento_original, etc.)
  to the pedimento other-data form and initialize their default state.
- Remove default companyId parameter from pedimentosApi methods to avoid
  hardcoded company ID 1.
- Minor: whitespace cleanup, error handler adjustments, keyboard manager
  fix.
2026-02-20 10:00:22 -06:00
90a0be105f Merge pull request 'refactor: streamline item imports and queries in processors' (#155) from feature/trasnferencia_mainx30 into development
Reviewed-on: ADUANASOFT/anexo76#155
2026-02-20 15:41:18 +00:00
32b8e35290 refactor: streamline item imports and queries in processors 2026-02-20 09:40:43 -06:00
ab4bae0c9e Merge pull request 'feature/trasnferencia_mainx30' (#154) from feature/trasnferencia_mainx30 into development
Reviewed-on: ADUANASOFT/anexo76#154
2026-02-20 15:32:00 +00:00
15f6f488bf Merge remote-tracking branch 'origin/development' into feature/trasnferencia_mainx30 2026-02-20 09:31:13 -06:00
6395517379 Merge pull request 'feat: update default system value in AuditLog model for consistency' (#153) from feature/fraction-catalogs into development
Reviewed-on: ADUANASOFT/anexo76#153
2026-02-19 23:52:40 +00:00
e1ce41f9f9 feat: update default system value in AuditLog model for consistency 2026-02-19 17:51:50 -06:00
d555ed0934 Merge pull request 'feature/fraction-catalogs' (#152) from feature/fraction-catalogs into development
Reviewed-on: ADUANASOFT/anexo76#152
2026-02-19 23:40:15 +00:00
dc37f458f5 Merge remote-tracking branch 'origin/development' into feature/fraction-catalogs 2026-02-19 17:22:37 -06:00
3b320d7381 Agregando archivito 2026-02-19 14:35:01 -06:00
e41a381d0a Merge pull request 'feat: update company_id retrieval in audit log listeners for improved consistency' (#150) from feature/items-calculation into development
Reviewed-on: ADUANASOFT/anexo76#150
2026-02-19 19:28:58 +00:00
505ca4df3e feat: update company_id retrieval in audit log listeners for improved consistency 2026-02-19 13:28:24 -06:00