2026-07-29 20:40:38 +00:00
|
|
|
# Proformas activas
|
2026-07-29 20:24:53 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
## Endpoint
|
2026-07-29 20:24:53 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- `GET /proformas`
|
2026-07-29 20:24:53 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
## Semántica
|
2026-07-29 20:24:53 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- Devuelve solo proformas con `archived_at IS NULL`.
|
|
|
|
|
- Devuelve solo proformas con `deleted_at IS NULL`.
|
|
|
|
|
- No admite filtros frontend sobre `archived_at` ni `deleted_at`.
|
|
|
|
|
|
|
|
|
|
## Query soportada
|
2026-07-29 20:24:53 +00:00
|
|
|
|
|
|
|
|
- `q`
|
2026-07-29 20:40:38 +00:00
|
|
|
- `status`
|
2026-07-29 20:24:53 +00:00
|
|
|
- `pageNumber`
|
|
|
|
|
- `pageSize`
|
|
|
|
|
- `orderBy`
|
|
|
|
|
- `order`
|
|
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
## UI
|
2026-07-29 20:24:53 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- Ruta frontend: `/proformas`
|
|
|
|
|
- Mantiene búsqueda, paginación, orden y selector de estado.
|
|
|
|
|
- No muestra selector visual de archivadas/todas.
|
2026-07-30 10:45:33 +00:00
|
|
|
- Muestra la acción de fila `Duplicar`.
|