Commit Graph

570 Commits

Author SHA1 Message Date
7ddd85e73b Validaciones de errores 2026-04-16 11:44:18 -05:00
5e6ee5d4d1 Funciones y logia de exportacion, como mejoras CRUD en las partes de exportacion 2026-04-16 11:30:40 -05:00
84ba0fdb19 Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/tareas_TODO_configuracion 2026-04-14 10:40:41 -05:00
73e9fef329 Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/tareas_TODO_configuracion 2026-04-13 18:04:08 -05:00
e5fa5f0326 TODOS de configuracion general lista 2026-04-13 18:02:39 -05:00
233da55f40 feature/COVE-api-email-selector 2026-04-13 14:12:25 -06:00
07dd69a28a Merge branch 'feature/table-invoice' into feature/API-COBE 2026-04-13 13:51:01 -06:00
847180e800 Merge branch 'development' into feature/API-COBE 2026-04-13 13:44:20 -06:00
6eb4bbb149 Merge development into feature/table-invoice 2026-04-13 11:53:03 -06:00
a0a6b52fc1 feature/homogenizacion-estilos-catalogos-fijos-y-generales 2026-04-13 11:16:54 -06:00
aa8891145c feature/checkpoint 2026-04-10 11:26:15 -06:00
0b57742024 feature/catalog-fixed-fix-styles 2026-04-10 11:08:02 -06:00
55821e69e5 feature/upgrade-styles-pediment 2026-04-08 07:16:59 -06:00
72da392c30 Merge pull request 'bugfix/method-no-allowed-for-delete' (#269) from bugfix/package-no-delete-method into development
Reviewed-on: ADUANASOFT/anexo76#269
2026-04-07 22:26:10 +00:00
f7af5cb184 feature/filtros-cambio-posicion 2026-04-07 15:16:22 -06:00
a6e0a04451 Mezlca de migraciones mas recientes 2026-04-07 16:13:01 -05:00
85b604e5de feature/mejora-tabla-buscador 2026-04-07 14:43:36 -06:00
3e97106a5a Se pusieron todos los parametros adcuadamente de facturas 2026-04-07 14:27:58 -05:00
74c1641dd4 bugfix/method-no-allowed-for-delete 2026-04-07 13:02:13 -06:00
2e529a0026 feature/botones-vu-more-actions 2026-04-07 12:30:32 -06:00
df4024436b checkpoint 2026-04-07 08:15:02 -06:00
cc3942bbd7 feature/recive-respuesta-de-vucem 2026-04-06 15:53:25 -06:00
ad4fded2ce Todos los parametros de SCAI montadas y con su sistema CRUD 2026-04-06 16:03:27 -05:00
fe74481786 feature/api-cove-integration 2026-04-06 13:52:33 -06:00
1355bf34c4 feature/file-manager-user-only-read 2026-04-06 07:43:43 -06:00
9439a6a775 feature/minio-s3-integration 2026-04-02 13:35:18 -06:00
18e3c0a1bd Refactor invoice mapping logic in edit page to improve data handling. Updated the mapping of logistics and compliance fields to use optional chaining and default values, enhancing robustness and clarity in the invoice data structure. 2026-04-02 09:54:50 -05:00
1a01757c63 Merge branch 'development' into feature/validaciones-invoices-transports 2026-04-01 13:42:49 -06:00
e8b4cbd377 checkpoint 2026-04-01 13:40:46 -06:00
a297592d84 Correcion del CRUD 2026-03-31 10:57:51 -05:00
6dea5b4a23 Merge branch 'development' into current branch and resolve modify/delete conflict in items-tab-form.svelte 2026-03-31 10:14:59 -05:00
6e39b5537a Parametros generales agregados 2026-03-31 10:07:22 -05:00
4541629b3f Parametros generales SCAII, con endpint y con la mayoria de pestanias hechas y funcionalaes 2026-03-30 13:05:21 -05:00
7a029307a8 feature/validaciones-invoices-transortes 2026-03-27 12:56:47 -06:00
b477233245 feature/migraciones-id-transportes 2026-03-27 09:32:59 -06:00
dd4eec56f8 Limpieza y correcion de warnings en ultimos cambios 2026-03-27 09:15:58 -05:00
d93c4c6b7b Mecanismo sort para tablas 2026-03-27 08:45:51 -05:00
85247e2713 fix/quitar-dato-empresa 2026-03-25 07:12:22 -06:00
65eec3c4d3 feature/table-celery-tasks-resume 2026-03-24 16:17:13 -06:00
b5b99a5ddb feature/tabla-bitacora-logs-task 2026-03-24 13:07:35 -06:00
5b2962d53b fix/bug-catalog-envoices-select-per-type 2026-03-24 09:32:49 -06:00
58222e9ca9 fix/pedimentos-edit-datos-borrados 2026-03-24 09:16:05 -06:00
0c090c0b1f Merge branch 'development' into feature/csv-pruebas 2026-03-24 08:08:32 -06:00
fbb24f2cd3 Refactor invoice financials to change iva_factor type from string to numeric
- Updated the `iva_factor` field in the `InvoiceFinancials` model to use a numeric type with precision and scale.
- Adjusted related frontend components and API interfaces to reflect the new numeric type for `iva_factor`.
- Enhanced Alembic migration scripts to accommodate the schema changes, ensuring proper index management and data type conversions.

These changes improve data integrity and consistency for financial calculations in invoices.
2026-03-23 09:48:33 -05:00
54c137c156 Refactor invoice processing logic to remove legacy returned quantity fields and enhance data handling
- Updated invoice processing functions to eliminate legacy fields related to returned quantities, now relying on new balance movement and discharge records.
- Adjusted various components and services to reflect changes in quantity handling, including updates to the frontend for displaying used quantities instead of returned ones.
- Improved the logic for invoice total updates and validation processes to ensure consistency with the new data structure.

These changes aim to streamline invoice management and improve data integrity across the application.
2026-03-20 11:42:18 -05:00
9e30dede1c checkpoint 2026-03-20 09:49:46 -06:00
cf56ca3a68 Enhance invoice processing and validation logic
- Updated `InvoiceService` to accurately reflect the number of line items in `party_count` for invoices.
- Modified weight calculations in the create and update validators to ensure consistent handling of weight types, now using lowercase comparison for "KGS".
- Adjusted invoice data structure in the frontend to include `total_items` and refined logistics handling.
- Improved table rendering in the invoice edit component for better sticky header behavior and item visibility.

These changes aim to improve data integrity and user experience in invoice management.
2026-03-19 14:22:21 -05:00
684bc25388 Merge pull request 'feature/partidas-impo-bug-fix' (#227) from feature/partidas-impo-bug-fix into development
Reviewed-on: ADUANASOFT/anexo76#227
2026-03-18 21:07:44 +00:00
cf080834ba Merge pull request 'feature/tablas_nuevas_partes_2' (#226) from feature/tablas_nuevas_partes_2 into development
Reviewed-on: ADUANASOFT/anexo76#226
2026-03-18 21:07:19 +00:00
97bc407531 feature/partidas-impo-bug-fix 2026-03-18 14:44:45 -06:00