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
fce8486a17
Fix duplicate identifiers in pedimentos.ts API
2026-02-26 12:34:07 -06:00
ee4cfcc7e5
Merge origin/development into fix/bug-pedimento
2026-02-26 12:27:02 -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
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
980c913d46
fix(customs-brokers): update VU and personnel for multi-tenancy support
2026-02-24 17:47:42 -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
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
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
15f6f488bf
Merge remote-tracking branch 'origin/development' into feature/trasnferencia_mainx30
2026-02-20 09:31:13 -06:00
dc37f458f5
Merge remote-tracking branch 'origin/development' into feature/fraction-catalogs
2026-02-19 17:22:37 -06:00
bcc758953f
Nueva funcionalidad
2026-02-19 11:34:03 -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
62315e5b24
Implementacion de sistema distribuido de boton de ayuda
2026-02-18 14:25:24 -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
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
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
ffc82ea82b
feat: enhance item configuration with subitem handling and cleanup
2026-02-16 13:11:11 -06:00
56a781f2be
Merge pull request 'development' ( #144 ) from development into feature/item-calculations
...
Reviewed-on: ADUANASOFT/anexo76#144
2026-02-16 18:10:12 +00:00
9e37340dd5
feat: implement package and payment method dialogs with API integration
2026-02-16 11:52:34 -06:00
5d230fc4d7
Se integro el modulo de importacion definitiva
2026-02-16 11:52:27 -06:00
Galindo97
79a9f72741
feat: Introduce a new TariffFractionSelector component, refactor tariff fraction handling across frontend forms and backend services, and add a company amendment database migration.
2026-02-16 11:37:06 -06:00
3d691d6881
Se integro el modulo de importacion
2026-02-16 10:36:23 -06:00
41c9eaf64d
Modulo de creacion de formato dat con MAINX30 en exportacion
2026-02-13 12:35:18 -06:00
1e8f56a438
Merge branch 'development' into feature/SSR-views
2026-02-13 08:13:35 -06:00
495f4bc11e
Refactor code structure for improved readability and maintainability
2026-02-12 19:03:26 -06:00
Galindo97
ab5181f803
feat: Implement consolidated catalog services and endpoints for pedimento and invoice creation/edition.
2026-02-12 13:35:48 -06:00
105aa2b7da
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into development
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2026-02-11 17:38:10 -06:00
76f857ff69
Merge branch 'feature/record' into development
2026-02-11 17:35:44 -06:00
beb42e1f34
Merge pull request 'fix/doda' ( #129 ) from fix/doda into development
...
Reviewed-on: ADUANASOFT/anexo76#129
2026-02-11 23:28:35 +00:00
86f929c62c
Merge pull request 'fix/method-not-allowed' ( #128 ) from fix/part-fix-edit into development
...
Reviewed-on: ADUANASOFT/anexo76#128
2026-02-11 23:28:07 +00:00
ecbbee05d7
Merge pull request 'fix/class-method-not-alowed' ( #127 ) from fix/class-fix-edit into development
...
Reviewed-on: ADUANASOFT/anexo76#127
2026-02-11 23:27:31 +00:00
e10fd24588
Merge branch 'feature/tables-generation' into development
2026-02-11 17:26:09 -06:00
68b3c5fd82
Merge branch 'feature/exportacion_importacion' into development
2026-02-11 17:12:00 -06:00
6e276cd8a9
DODA mejorado
2026-02-11 13:45:20 -06:00
hreyes
c3f9c6e31c
fix/method-not-allowed
2026-02-11 13:02:03 -06:00