Commit Graph

605 Commits

Author SHA1 Message Date
Galindo97
750130ac8e feat: Implement CRUD and UI for transportation entities (vehicles, trailers, and transporters). 2026-02-26 11:40:55 -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
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
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
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
0db22686b9 feat: add calculations module for item financials processing 2026-02-23 14:05:13 -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
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
3eb1815456 Merge pull request 'feat: update item import to use LineItem model for consistency in tasks' (#149) from feature/items-calculation into development
Reviewed-on: ADUANASOFT/anexo76#149
2026-02-19 18:55:42 +00:00
63c6b73674 feat: update item import to use LineItem model for consistency in tasks 2026-02-19 12:55:08 -06:00
a943d21297 Merge pull request 'feature/items-calculation' (#148) from feature/items-calculation into development
Reviewed-on: ADUANASOFT/anexo76#148
2026-02-19 16:42:43 +00:00
12c1686514 Merge remote-tracking branch 'origin/development' into feature/items-calculation 2026-02-19 10:41:45 -06:00
af93ad9d8a feat: simplify relationship definitions for FaLineItem in ORM models 2026-02-19 10:35:04 -06:00
fbce3efe5f feat: add financial calculations for multiple currencies and enhance summary section with customs values 2026-02-19 08:36:54 -06:00
d4b52b32ed feat: enhance audit log functionality with tenant_id handling and optional seed data in initialization script 2026-02-18 12:58:11 -06:00
Galindo97
6088d934f6 fix: Remove duplicate router.include_router statement. 2026-02-18 11:27:57 -06:00
bbd0b7ad90 feat: update item response schema and refactor item creation logic for improved payload structure 2026-02-18 11:27:11 -06:00
Galindo97
c29dd299bc feat: Add company certificate upload API and fields, and remove purchase order and delivery date from invoice mapping. 2026-02-18 11:08:57 -06:00
Galindo97
f19f051e59 Merge branch 'development' into feature/Invoice-movements 2026-02-18 10:20:45 -06:00
b94d0ac7fb refactor: restructure item interfaces and update related components
- Renamed LineItem interface to Item and adjusted properties accordingly.
- Updated CreateItemData and UpdateItemData interfaces to reflect new structure.
- Modified components to use the new Item interface, removing nested lines.
- Adjusted data binding in item configuration, main data, and other related components.
- Simplified item creation and editing logic by removing unnecessary nesting.
- Ensured all references to line items are updated to reflect the new structure.
2026-02-18 09:56:50 -06:00
Galindo97
2c3a2735db feat: Implement company certificate upload endpoint and enhance company data extraction in the service layer. 2026-02-18 09:46:00 -06:00
Galindo97
137320774e Merge remote-tracking branch 'origin/development' into feature/fraction-catalogs 2026-02-17 13:04:54 -06:00
Galindo97
95940ed91e feat: Add dialog for creating and editing historical tariff fractions and implement deterministic sorting for fraction listings. 2026-02-17 12:51:47 -06:00
Galindo97
da43659eb3 feat: Add Canadian fraction management dialog, implement debounced search for historical fractions and sectors, and enhance USA fraction search with description support. 2026-02-17 11:50:50 -06:00
Galindo97
2a0480a7f3 feat: Add general catalogs for historical, Canadian, US, and SITAR tariff fractions and sectors with full stack implementation. 2026-02-17 10:22:54 -06:00
bbe74906ec Merge pull request 'feature/carga-via-csv' (#147) from feature/carga-via-csv into development
Reviewed-on: ADUANASOFT/anexo76#147
2026-02-17 15:27:16 +00:00
hreyes
56f19bb88f Merge branch development into feature/carga-via-csv 2026-02-17 09:22:19 -06:00
bdf7b87b90 Se puso en orden todo 2026-02-17 08:56:58 -06:00
hreyes
8ace3735c4 add/gitignore-add-docker-compose 2026-02-17 08:52:25 -06:00
fe90702563 feat: add historical tariff fractions functionality
- Implemented new endpoints for managing historical tariff fractions, including listing and fetching rates based on invoice details.
- Created DTOs for historical tariff fractions to standardize data transfer.
- Added service layer to handle business logic for historical tariff fractions.
- Updated frontend components to integrate historical tariff fractions, including fetching rates based on user input.
- Enhanced existing data models and routes to accommodate new functionality.
2026-02-16 18:12:13 -06:00
36725b0fcf Se integro los compoenntes SCAF en importaciones 2026-02-16 17:48:29 -06:00
hreyes
91c3f7105b feature/csv-envoices-integration 2026-02-16 17:17:07 -06:00