Commit Graph

92 Commits

Author SHA1 Message Date
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
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
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
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
12c1686514 Merge remote-tracking branch 'origin/development' into feature/items-calculation 2026-02-19 10:41:45 -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
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
hreyes
56f19bb88f Merge branch development into feature/carga-via-csv 2026-02-17 09:22:19 -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
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
Galindo97
343dc10249 Merge branch 'development' into feature/fraction-API 2026-02-16 12:04:56 -06:00
9e37340dd5 feat: implement package and payment method dialogs with API integration 2026-02-16 11:52:34 -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
472e42a02f refactor: remove console logs and clean up fetch URL assignments in various components 2026-02-13 16:30:18 -06:00
e05e50f2b8 refactor: enhance invoice mapping functions and integrate PedimentosResponse DTO in catalog service 2026-02-13 16:26:06 -06:00
794d6d1781 refactor: streamline item validation functions and enhance number formatting in summary section 2026-02-13 15:49:54 -06:00
7d1fe2bae8 refactor: replace Dialog components with Sheet components and improve layout in various dialogs 2026-02-13 12:06:38 -06:00
9d27066da1 Remove unnecessary console logs and improve code readability across multiple components 2026-02-11 20:37:10 -06:00
1135b6b1b3 Refactor mixed export field handling in invoice forms to use boolean values 2026-02-11 18:40:50 -06:00
e10fd24588 Merge branch 'feature/tables-generation' into development 2026-02-11 17:26:09 -06:00
0c1c888822 Add invoiceType prop to general-tab-form component 2026-02-11 17:12:11 -06:00
68b3c5fd82 Merge branch 'feature/exportacion_importacion' into development 2026-02-11 17:12:00 -06:00
7182e73396 Corrcion cambio de regimen 2026-02-11 10:47:03 -06:00
ac47a99f1a Formularios para cada uno de los tipos de importacion 2026-02-11 10:27:32 -06:00
hreyes
11867196b5 feature/presets-invoices-and-teplates-partidas 2026-02-11 10:18:18 -06:00
ae66879120 Fomrulario de factrua de exportacion implementada 2026-02-10 10:59:11 -06:00
573dd00056 Merge fix/invoices_tipo_cambio - resolved conflicts 2026-02-10 09:16:06 -06:00
0f50ae3d61 Cambio parcial en el formulario de invoices 2026-02-09 17:39:24 -06:00
hreyes
adc5ab5cae fix/visual-bugs-laptop 2026-02-09 16:04:28 -06:00
99d81e66b9 Tipo de cambio actualizado 2026-02-09 13:39:03 -06:00
Galindo97
893c154b85 feat: Enhance invoice form data handling with new fields and improve invoice report export filter logic and UI. 2026-02-09 12:57:20 -06:00
a35ead5021 Merge: Resolver conflictos en client-selector-dialog.svelte 2026-02-09 11:39:21 -06:00
b76bd71265 Modulo de tipo de cambio inteligente 2026-02-09 11:30:08 -06:00
92300038a8 Modulo de manifestacion 2026-02-09 08:42:02 -06:00
hreyes
8e53293e62 feature/nav-tab-fix-routes 2026-02-04 16:52:23 -06:00
hreyes
cbc3542ead feature/nav-tab-items-nav-tables 2026-02-04 11:40:12 -06:00
37a3787625 Merge branch 'fix/invoices-both' into development 2026-01-23 12:46:50 -06:00
Galindo97
123310badd fix(invoices): simplify operation type handling in invoice payload and server load 2026-01-23 11:44:13 -06:00
Galindo97
1f01d926c2 feat(validators): add validation for required fields based on operation type in invoice processing 2026-01-23 11:03:09 -06:00