Commit Graph

490 Commits

Author SHA1 Message Date
79ab809496 Merge pull request 'fix/convertion-icon-clear-data' (#280) from fix/convertion-icon-clear-data into development
Reviewed-on: ADUANASOFT/anexo76#280
2026-04-16 17:02:23 +00:00
cd04841adc Resolviendo conflictos 2026-04-16 12:00:52 -05:00
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
e83be520bb feature/atajos-nav-invoices 2026-04-16 08:53:13 -06:00
991dd924ee feature/doble-clic-invoices 2026-04-16 08:36:41 -06:00
cf7d5c31cf fix/convertion-icon-clear-data 2026-04-16 08:06:51 -06:00
c90776ec4f feature/fecha-pago-visible 2026-04-16 07:29:59 -06:00
1130306fc7 feature/bug-no-scroll-input-classes 2026-04-15 15:58:52 -06:00
0e7ad7a0c9 feature/checkbox-bug-doble-tab 2026-04-15 14:34:18 -06:00
ce18d81612 feature/tabs-partidas-jerarquia-alt-n 2026-04-15 13:59:50 -06:00
5e1ff8bbdf feature/correccion-de-atajos-tranportes 2026-04-15 12:11:12 -06:00
927b5850b5 Merge branch 'development' into feature/tabs-navegation 2026-04-15 10:24:20 -06:00
2774262c90 feature/tab-buscador-vistas 2026-04-15 10:23:21 -06:00
07f5553fd9 feature/correccion-tabs-funciones-nuevas-nav 2026-04-15 09:56:15 -06:00
a5bf53ce04 Merge pull request 'feature/clases-formulario-faltante' (#276) from feature/table-classes-lost-columns into development
Reviewed-on: ADUANASOFT/anexo76#276
2026-04-15 15:44:15 +00:00
f3a79a0a56 feature/correccion-file-picker 2026-04-15 07:53:35 -06:00
7d38ac2720 feature/tabs-navegation 2026-04-14 13:03:07 -06:00
41d5511323 feature/clases-formulario-faltante 2026-04-14 10:20:07 -06: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
e5fa5f0326 TODOS de configuracion general lista 2026-04-13 18:02:39 -05: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
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
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
df4024436b checkpoint 2026-04-07 08:15:02 -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
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
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
65eec3c4d3 feature/table-celery-tasks-resume 2026-03-24 16:17:13 -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