Commit Graph

240 Commits

Author SHA1 Message Date
hreyes
91c3f7105b feature/csv-envoices-integration 2026-02-16 17:17:07 -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
1135b6b1b3 Refactor mixed export field handling in invoice forms to use boolean values 2026-02-11 18:40:50 -06: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
beb42e1f34 Merge pull request 'fix/doda' (#129) from fix/doda into development
Reviewed-on: ADUANASOFT/anexo76#129
2026-02-11 23:28:35 +00:00
cf8796795f Merge pull request 'fix/focus-nav-bug' (#126) from fix/focus-nav-bug into development
Reviewed-on: ADUANASOFT/anexo76#126
2026-02-11 23:27:00 +00:00
e10fd24588 Merge branch 'feature/tables-generation' into development 2026-02-11 17:26:09 -06:00
0c1c888822 Add invoiceType prop to general-tab-form component 2026-02-11 17:12:11 -06:00
68b3c5fd82 Merge branch 'feature/exportacion_importacion' into development 2026-02-11 17:12:00 -06:00
hreyes
bbb4e46d58 feature/search-select-search-in-trigger 2026-02-11 16:58:59 -06:00
hreyes
cfdbd7771e feature/search-select 2026-02-11 16:55:32 -06:00
Galindo97
85ca22e574 feat: Implement dynamic backend URL configuration and streamline logout process by centralizing audit logging. 2026-02-11 16:22:03 -06:00
6e276cd8a9 DODA mejorado 2026-02-11 13:45:20 -06:00
hreyes
1307760dbb fix/focus-nav-bug 2026-02-11 12:04:03 -06:00
7182e73396 Corrcion cambio de regimen 2026-02-11 10:47:03 -06:00
ac47a99f1a Formularios para cada uno de los tipos de importacion 2026-02-11 10:27:32 -06:00
hreyes
11867196b5 feature/presets-invoices-and-teplates-partidas 2026-02-11 10:18:18 -06:00
Galindo97
4b7a3a8f4a feat: implement new audit logs page with filtering and infinite scroll, replacing the old 'Bitácora' page and updating sidebar navigation. 2026-02-10 14:21:00 -06:00
Galindo97
f90e20469a feat: Implement a comprehensive audit log system with a dedicated dashboard page and backend API. 2026-02-10 14:07:20 -06:00
ae66879120 Fomrulario de factrua de exportacion implementada 2026-02-10 10:59:11 -06:00
573dd00056 Merge fix/invoices_tipo_cambio - resolved conflicts 2026-02-10 09:16:06 -06:00
ed3a28af6b Merge pull request 'feature/invoice-labels' (#122) from feature/invoice-labels into development
Reviewed-on: ADUANASOFT/anexo76#122
2026-02-10 14:13:10 +00:00
0f50ae3d61 Cambio parcial en el formulario de invoices 2026-02-09 17:39:24 -06:00
hreyes
8fe7f28713 feature/invoice-labels 2026-02-09 16:39:36 -06:00
hreyes
adc5ab5cae fix/visual-bugs-laptop 2026-02-09 16:04:28 -06:00
hreyes
efdbb404a6 feature/delete-with-validation 2026-02-09 14:22:24 -06:00
hreyes
45edc56820 feature/limit-characters-customs-brockers 2026-02-09 14:01:52 -06:00
99d81e66b9 Tipo de cambio actualizado 2026-02-09 13:39:03 -06:00
d116d5905c Merge pull request 'fix/logo-bad-location' (#119) from feature/logo-nav into development
Reviewed-on: ADUANASOFT/anexo76#119
2026-02-09 19:00:17 +00:00
hreyes
3f91ea9d66 fix/logo-bad-location 2026-02-09 12:39:26 -06:00
5a854fcbf5 Merge pull request 'feature/logo-nav' (#118) from feature/logo-nav into development
Reviewed-on: ADUANASOFT/anexo76#118
2026-02-09 18:03:59 +00:00
4daa66aa9d Refactor data-table component to use let for options and table variables 2026-02-09 12:00:47 -06:00
hreyes
6394a831df feature/logo-nav 2026-02-09 11:51:28 -06:00
a35ead5021 Merge: Resolver conflictos en client-selector-dialog.svelte 2026-02-09 11:39:21 -06:00
b76bd71265 Modulo de tipo de cambio inteligente 2026-02-09 11:30:08 -06:00
0711b2ac14 Merge pull request 'feature/nav-tab-client-provider' (#114) from feature/nav-tab-client-provider into development
Reviewed-on: ADUANASOFT/anexo76#114
2026-02-09 17:27:38 +00:00
4dd8cf16fb Merge branch 'feature/descargo_peps' into development
Integración de funcionalidad de Descargo PEPS con reportes de Packing List y Aviso Consolidado:

- Frontend: Agregados imports de dischargeReportsApi y ClipboardList
- Frontend: Agregada función handleDownloadDescargo con cálculo PEPS
- Frontend: Agregado botón condicional de Descargo PEPS (solo exportaciones)
- Frontend: Integradas funciones de Aviso Consolidado y Packing List
- Backend: Agregados routers y tasks de descargo y otros reportes
- Backend: Configurado Celery con todas las tareas de reportes
- Backend: Corregido ForeignKey en line_quantities.package_id
- Resueltos conflictos manteniendo funcionalidades de ambas ramas
2026-02-09 11:20:44 -06:00
hreyes
81fe5f03d9 feature/dropdown 2026-02-09 10:30:51 -06:00
1d3fe21450 Ajustes visuales y arreglo de bugs 2026-02-09 10:10:44 -06:00
86d70bd9dd Se arreglo el bug visual de los tab con las columnas 2026-02-09 09:19:04 -06:00
48e171def6 Se puso la tabla de tripulacion en el tab cont 2026-02-09 09:12:07 -06:00
92300038a8 Modulo de manifestacion 2026-02-09 08:42:02 -06:00
f2005e33a0 Se integro el modulo de manifestacion base 2026-02-06 16:22:04 -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
hreyes
4cc613d1df checkpoint/backup-fail-server 2026-02-05 12:35:03 -06:00