Commit Graph

734 Commits

Author SHA1 Message Date
6b2ca5746a feat: add general_catalogs router to centralize general catalog modules 2026-02-06 14:02:39 -06:00
017df56a57 feat: add USTariffFractionService for managing US tariff fractions
- Implemented methods to get all, get by ID, create, update, and delete US tariff fractions.
- Added filtering capabilities for retrieving tariff fractions.
- Included error handling for duplicate entries during creation.
2026-02-06 13:58:50 -06:00
d8045077a8 checkpoint/feature-a-medias 2026-02-06 13:14:50 -06:00
60cea56370 fix/tabs-f1-scroll 2026-02-06 08:42:46 -06:00
hreyes
d3d42bb0fa feature/nav-tab-general-catalog 2026-02-05 16:29:18 -06:00
Galindo97
264100e2ea feat: Implement detailed and normal report types for invoice movements, enhancing number formatting and API request handling. 2026-02-05 16:00:22 -06:00
c92d0a3e16 feat: Enhance PROSEC service and router with additional query parameters for sector and articulo 2026-02-05 12:57:33 -06:00
hreyes
4cc613d1df checkpoint/backup-fail-server 2026-02-05 12:35:03 -06:00
33a53d95b4 Merge branch 'feature/navegacion-tabs-mercancias-clases-partes' into development 2026-02-05 11:17:45 -06:00
59d40d2a00 Merge pull request 'Feature/Navegacion-free-mouse-pedimentos' (#108) from Feature/Navegacion-free-mouse-pedimentos into feature/navegacion-tabs-mercancias-clases-partes
Reviewed-on: ADUANASOFT/anexo76#108
2026-02-05 16:37:35 +00:00
b73ae23170 Merge pull request 'feature/nav-tab-envoices' (#107) from feature/nav-tab-envoices into Feature/Navegacion-free-mouse-pedimentos
Reviewed-on: ADUANASOFT/anexo76#107
2026-02-05 16:36:37 +00:00
f699cc47ad Merge pull request 'feature/nav-tab-items' (#106) from feature/nav-tab-items into feature/nav-tab-envoices
Reviewed-on: ADUANASOFT/anexo76#106
2026-02-05 16:35:41 +00:00
d7d9d02185 Merge pull request 'feature/nav-tab-customs-brokers' (#105) from feature/nav-tab-custims-broker into feature/nav-tab-items
Reviewed-on: ADUANASOFT/anexo76#105
2026-02-05 16:34:16 +00:00
6e2649755d Merge pull request 'Implement automatic versioning and display in the application' (#104) from ci/versioning into development
Reviewed-on: ADUANASOFT/anexo76#104
2026-02-05 16:01:33 +00:00
27d9625bd0 Implement automatic versioning and display in the application
- Added a step in the CI/CD pipeline to generate a version based on the branch and commit history.
- Updated Dockerfile to accept the application version as an argument.
- Modified the configuration to retrieve the application version from the environment variable.
- Created a new API endpoint to expose the application version.
- Added a new Svelte component to display the application version in the UI.
2026-02-05 09:58:35 -06:00
53ac2db694 Se configuro el boton de PEPS 2026-02-05 09:01:51 -06:00
dbf4b63675 Se termino el modulo de reportes 2026-02-05 08:22:59 -06:00
276a020f58 Merge pull request 'Update deployment commands to use production Docker Compose file' (#102) from feature/workflows into development
Reviewed-on: ADUANASOFT/anexo76#102
2026-02-05 06:16:37 +00:00
0d43ea5e0b Update deployment commands to use production Docker Compose file 2026-02-05 00:16:14 -06:00
8404ea063e Merge pull request 'Update deployment path for development server in build workflow' (#101) from feature/workflows into development
Reviewed-on: ADUANASOFT/anexo76#101
2026-02-05 06:14:19 +00:00
23cb9b89d0 Update deployment path for development server in build workflow 2026-02-05 00:13:46 -06:00
4e749d8af3 Merge pull request 'Fix SSH command to accept new host keys during deployment' (#100) from feature/workflows into development
Reviewed-on: ADUANASOFT/anexo76#100
2026-02-05 06:12:22 +00:00
8ebaf88f0c Fix SSH command to accept new host keys during deployment 2026-02-05 00:11:43 -06:00
f6cb9fce64 Merge pull request 'Fix quoting in SSH command for Docker login in development deployment' (#99) from feature/workflows into development
Reviewed-on: ADUANASOFT/anexo76#99
2026-02-05 06:10:56 +00:00
b3c1e58fcf Fix quoting in SSH command for Docker login in development deployment 2026-02-05 00:10:32 -06:00
fae1ce5a14 Merge pull request 'Fix escaping of secrets in deployment command for development server' (#98) from feature/workflows into development
Reviewed-on: ADUANASOFT/anexo76#98
2026-02-05 06:09:35 +00:00
75c62fc62b Fix escaping of secrets in deployment command for development server 2026-02-05 00:09:06 -06:00
a51522ec48 Merge pull request 'Add deployment step for development environment and clean up invoice report API code' (#97) from feature/workflows into development
Reviewed-on: ADUANASOFT/anexo76#97
2026-02-05 06:05:20 +00:00
322f052860 Add deployment step for development environment and clean up invoice report API code 2026-02-05 00:04:26 -06:00
0440543f24 Refactor item validation and service logic
- Consolidated item creation and update validation into a common function to reduce code duplication.
- Updated the `validate_create` and `validate_update` functions to utilize the new common validation logic.
- Introduced a new `common_validators.py` file for shared validation functions.
- Added a new `fractions.py` file to handle fraction-related logic and searches.
- Enhanced the `LineCustom` model to use an enumeration for `fraction_type`.
- Improved the `ItemService` class with methods for locking invoices and renumbering line items.
- Updated the `Sector` model to use a boolean type for the `authorized` field.
- Fixed import issues in the router by replacing the old `a24_router` with `sitar_router`.
2026-02-04 23:29:05 -06:00
f38c13f851 feat: Implement SITAR modules for PROSEC, RCG2, Regulaciones, REIT, RequisitoPrevio, TLCS, and Vehiculos
- Added schemas, services, and routers for PROSEC, RCG2, Regulaciones, REIT, RequisitoPrevio, TLCS, and Vehiculos modules.
- Each module includes search and get by ID functionalities.
- Integrated FastAPI routers for each module into the main SITAR router.
- Ensured proper response models using Pydantic for data validation.
2026-02-04 23:28:46 -06:00
hreyes
8e53293e62 feature/nav-tab-fix-routes 2026-02-04 16:52:23 -06:00
hreyes
20f1ed4714 feature/nav-tab-client-provider 2026-02-04 12:41:01 -06:00
hreyes
4ad6bc07e3 feature/nav-tab-customs-brokers 2026-02-04 12:15:10 -06:00
hreyes
cbc3542ead feature/nav-tab-items-nav-tables 2026-02-04 11:40:12 -06:00
Galindo97
e3cf5dc8f5 Merge branch 'development' into feature/Invoice-movements 2026-02-04 11:00:15 -06:00
hreyes
2c5d94722b feature/tabs for invoice 2026-02-04 09:17:09 -06:00
6b88429cc6 Merge branch 'feature/packing_list' into development 2026-02-03 17:36:41 -06:00
hreyes
0dd9f96f5b feature/nav-tab-pediments-and-goods 2026-02-03 16:16:30 -06:00
Galindo97
7920b21654 refactor: streamline client and supplier information retrieval across invoice services 2026-02-03 15:49:40 -06:00
hreyes
b7a99d7393 Feature/Integracion de navegacion free mouse a pedimentos 2026-02-03 13:27:06 -06:00
afba0332b1 feat: implementacion inicial descargo de peps 2026-02-03 13:06:56 -06:00
hreyes
78adde9737 Feature/Integracion de nasvegacion free mouse para goods 2026-02-03 12:03:41 -06:00
Galindo97
e7971d0d1d refactor: optimize provider and client information retrieval in invoice services 2026-02-03 10:38:36 -06:00
Galindo97
5bf757e08d fix: update date handling to convert ISO datetime to YYYY-MM-DD format 2026-02-03 09:20:24 -06:00
Galindo97
461f8ececb fix: update invoice type filtering for repair imports and exports 2026-01-30 18:03:41 -06:00
3c6e995d01 Se borro archivito de prueba 2026-01-30 14:19:34 -06:00
9ac8d4a4a4 Creacion de el codigo de barras, y se ajusto la seccion de importador y exportadores 2026-01-30 12:32:26 -06:00
Galindo97
b8e25cd2e1 Refactor code structure for improved readability and maintainability 2026-01-30 10:55:29 -06:00
Galindo97
e689d1f3a2 Refactor code structure for improved readability and maintainability 2026-01-30 10:44:29 -06:00