Commit Graph

343 Commits

Author SHA1 Message Date
Galindo97
980c913d46 fix(customs-brokers): update VU and personnel for multi-tenancy support 2026-02-24 17:47:42 -06: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
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
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
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
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
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
474801075d Merge pull request 'fix: Reset tariff fraction selector state and clear fractions only when the modal is initially opened.' (#146) from feature/fraction-API into development
Reviewed-on: ADUANASOFT/anexo76#146
2026-02-16 19:00:04 +00:00
Galindo97
498d213ad1 fix: Reset tariff fraction selector state and clear fractions only when the modal is initially opened. 2026-02-16 12:53:02 -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
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
960fca190f feat: add fractions section to sidebar with translations in English and Spanish 2026-02-16 09:49:07 -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
febae9fc01 Validacion de tipo de operacion 2026-02-13 12:50:26 -06:00
13254bbcfc feat: implement server API route to set active company in cookie and update setActiveCompany method 2026-02-13 12:46:47 -06:00
41c9eaf64d Modulo de creacion de formato dat con MAINX30 en exportacion 2026-02-13 12:35:18 -06:00
7d1fe2bae8 refactor: replace Dialog components with Sheet components and improve layout in various dialogs 2026-02-13 12:06:38 -06:00
dedef1672e refactor: update API endpoints and improve company ID handling in various components 2026-02-13 10:40:24 -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
54553d426c fix: update client_or_provider default value and improve error handling in form submission 2026-02-12 17:53:24 -06:00
27291c8145 fix: remove backup file for parts page to clean up repository 2026-02-12 17:53:21 -06:00
Galindo97
7d2f5fec44 fix: check for !res.error instead of res.success when handling API responses. 2026-02-12 14:13:14 -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
hreyes
eab10e6fbc feature/frontend-integration 2026-02-12 12:30:41 -06:00
9d27066da1 Remove unnecessary console logs and improve code readability across multiple components 2026-02-11 20:37:10 -06:00
703014e967 Update invoice skeleton to use boolean for is_mixed and add export fields; enhance mergeDefaults function to filter undefined values 2026-02-11 19:00:40 -06:00
1135b6b1b3 Refactor mixed export field handling in invoice forms to use boolean values 2026-02-11 18:40:50 -06:00
aedac0c7a8 Merge pull request 'feature/labels-users' (#132) from feature/labels-users into development
Reviewed-on: ADUANASOFT/anexo76#132
2026-02-11 23:47:03 +00:00
70956982ac Merge pull request 'fix/pedimentos-upgrades' (#131) from fix/pedimentos-upgrades into development
Reviewed-on: ADUANASOFT/anexo76#131
2026-02-11 23:45:55 +00: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