Commit Graph

553 Commits

Author SHA1 Message Date
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
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
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
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
d4014df5d5 Merge branch 'feature/facturas_americanas' into development 2026-01-29 17:40:03 -06:00
d4674ece23 Se borraron archivos inecesarios 2026-01-29 09:02:03 -06:00
47c4984d3f Se integro la plantilla de aviso de consolidado 2026-01-29 08:56:25 -06:00
782c759a66 Se borro archivo 2026-01-27 11:37:24 -06:00
c97b9e3daf Se ajusto la tabla de quantity y de packeges, y se creo la relacion 2026-01-27 11:34:10 -06:00
50504be30b Se pusieron los datos correctos en la tabla 2026-01-27 10:26:07 -06:00
75fc4d56f9 Confguracion de la plantilla 2026-01-26 18:03:35 -06:00
9c0d007cf4 Se creo la base del reporte 2026-01-26 17:44:16 -06:00
fe60de37c7 Se corrigio la decripcion, se quito leyes mexicanas 2026-01-26 11:52:19 -06:00
c4aeb1415b Se corrigio la fraccion americana 2026-01-26 11:24:10 -06:00
d29d7120d6 Merge pull request 'Actualizar .gitea/workflows/build.yml' (#91) from development into main
Reviewed-on: ADUANASOFT/anexo76#91
2026-01-24 00:46:53 +00:00
5d024487c1 Actualizar .gitea/workflows/build.yml 2026-01-24 00:46:28 +00:00
7235032134 Merge pull request 'Actualizar .gitea/workflows/build.yml' (#90) from development into main
Reviewed-on: ADUANASOFT/anexo76#90
2026-01-24 00:45:07 +00:00
953150bf8f Actualizar .gitea/workflows/build.yml 2026-01-24 00:44:46 +00:00
f2cc1e820a Merge pull request 'development' (#89) from development into main
Reviewed-on: ADUANASOFT/anexo76#89
2026-01-24 00:40:14 +00:00
ae7b84fce6 Actualizar .gitea/workflows/build.yml 2026-01-24 00:39:47 +00:00
9e602a2337 Se ingreso factura americana y modal con botoncitos 2026-01-23 17:59:08 -06:00
bf30214fe6 Merge pull request 'feat(docker): add SITAR API environment variables and configure backend uploads volume' (#88) from feature/backend_uploads into development
Reviewed-on: ADUANASOFT/anexo76#88
2026-01-23 20:01:37 +00:00
2a82215a6a feat(docker): add SITAR API environment variables and configure backend uploads volume 2026-01-23 14:01:03 -06:00
e2b9ee3f7b Merge pull request 'feat(api): integrate Sitar API configuration and authentication' (#87) from feature/new-api-sitar into development
Reviewed-on: ADUANASOFT/anexo76#87
2026-01-23 19:43:35 +00:00
52708c5ba0 feat(api): integrate Sitar API configuration and authentication 2026-01-23 13:42:58 -06:00
3995914ef5 Merge pull request 'fix(company): remove redundant line for logo in Company interface' (#86) from fix/merge-errors into development
Reviewed-on: ADUANASOFT/anexo76#86
2026-01-23 19:00:21 +00:00
709cb7ef0a fix(company): remove redundant line for logo in Company interface 2026-01-23 12:59:51 -06:00
35390d6e48 Merge pull request 'fix/producction' (#85) from fix/producction into development
Reviewed-on: ADUANASOFT/anexo76#85
2026-01-23 18:48:38 +00:00
37a3787625 Merge branch 'fix/invoices-both' into development 2026-01-23 12:46:50 -06:00
1af4fe3ce8 Merge pull request 'feature/ventana_tipo_cambio' (#83) from feature/ventana_tipo_cambio into development
Reviewed-on: ADUANASOFT/anexo76#83
2026-01-23 18:35:40 +00:00
f736d3abb2 Merge pull request 'feature/DOF_tipo_cambio' (#82) from feature/DOF_tipo_cambio into feature/ventana_tipo_cambio
Reviewed-on: ADUANASOFT/anexo76#82
2026-01-23 18:35:07 +00:00
69aa2ba500 fix(api): remove trailing slashes from company API endpoints for consistency 2026-01-23 12:23:34 -06:00
4ee7b0e733 Refactor FacturaImportacionMexService for improved readability and maintainability
- Organized import statements for better clarity.
- Enhanced formatting and consistency in code style.
- Improved error handling and default values in _obtener_datos_cliente method.
- Streamlined data fetching and processing logic in obtener_datos method.
- Added unit description fetching from UnitOfMeasure model in obtener_datos method.
- Updated comments for better understanding of the code flow.
2026-01-23 12:23:09 -06:00