Commit Graph

23 Commits

Author SHA1 Message Date
a5b378ccff refactor: centralize access token handling in cookies and improve related functions
- Introduced utility functions for managing access tokens in cookies, including setting, getting, and clearing tokens.
- Updated various components and server routes to utilize the new access token functions for better consistency and maintainability.
- Removed redundant cookie handling code across the application, streamlining the authentication process.
2026-05-01 21:30:52 -05:00
ce18d81612 feature/tabs-partidas-jerarquia-alt-n 2026-04-15 13:59:50 -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
7d38ac2720 feature/tabs-navegation 2026-04-14 13:03:07 -06:00
AlexeerCT
6fa461991f Implement invoice revert functionality and enhance progress tracking
- Added a new route for reverting invoices in the A76 module.
- Updated the pre_validators to provide clearer error messages when processing invoices.
- Enhanced the PDF progress dialog to support step-by-step progress tracking for both invoice processing and reverting.
- Introduced a confirmation dialog for reverting invoices in the dashboard.
- Updated frontend components to handle the new revert functionality and display appropriate progress messages.
2026-03-15 22:34:11 -06:00
98a60a7a2e Merge branch 'development' into hotfix/duplicate-role 2026-03-05 11:57:18 -06:00
hreyes
e44ac15b55 hotfix/modal-roles 2026-03-05 10:53:50 -07:00
dbf2a7a2ad Merge branch 'development' into fix/modulo-pedimento 2026-03-05 11:53:08 -06:00
375df79da5 Merge branch 'development' into feature/data-entry 2026-03-05 09:36:03 -06:00
311d1c7259 feat: Implement auto-fill descriptions for key fields and enhance form layout in the fixed asset class form. 2026-03-04 10:42:11 -07:00
a0e231196e refactor: update Svelte components to use runes, snippets, and improved reactivity patterns. 2026-03-03 16:52:17 -07:00
hreyes
ae23a080ba feature/alerta-no-registros-agentes-clientes 2026-03-03 12:58:33 -07:00
Galindo97
7b704e0744 feat: fix R1 pedimento duplication and improve invoice report exports
- Fix bidirectional R1 resolution in all report query builders (Temporary,
  Definitive, Repair, Export, ExportRepair): use JOIN on
  pedimento_rectification_origin in both directions so the rectified
  pedimento number is resolved correctly and not duplicated.
- Restore original CSV export format (ValorComercialMN, ValorMPTemp,
  ValorAgre as separate columns); compute them from item_line_financials
  SUM instead of invoice-level header totals which were always 0.
- Rename CSV column "PEDIMENTO RECTIFICACION" to "PEDIMENTO R1" in both
  backend csv_utils.py and frontend manual download.
- Harden temporary invoice update validator to safely handle null
  compliance_mx / logistics objects without crashing.
- Add R1 rectification fields (es_rectificacion, pedimento_original, etc.)
  to the pedimento other-data form and initialize their default state.
- Remove default companyId parameter from pedimentosApi methods to avoid
  hardcoded company ID 1.
- Minor: whitespace cleanup, error handler adjustments, keyboard manager
  fix.
2026-02-20 10:00:22 -06:00
hreyes
1307760dbb fix/focus-nav-bug 2026-02-11 12:04:03 -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
hreyes
8e53293e62 feature/nav-tab-fix-routes 2026-02-04 16:52:23 -06:00
hreyes
cbc3542ead feature/nav-tab-items-nav-tables 2026-02-04 11:40:12 -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
hreyes
78adde9737 Feature/Integracion de nasvegacion free mouse para goods 2026-02-03 12:03:41 -06:00