2026-07-29 20:40:38 +00:00
|
|
|
# Proformas eliminadas
|
2026-07-29 10:43:54 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
## Endpoint
|
2026-07-29 10:43:54 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- `GET /proformas/deleted`
|
2026-07-29 10:43:54 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
## Semántica
|
2026-07-29 10:43:54 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- Devuelve solo proformas con `deleted_at IS NOT NULL`.
|
|
|
|
|
- Usa `paranoid: false` en persistencia para poder listarlas.
|
|
|
|
|
- La búsqueda `q` se ejecuta dentro del scope eliminado.
|
2026-07-29 10:43:54 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
## Query soportada
|
2026-07-29 10:43:54 +00:00
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- `q`
|
|
|
|
|
- `status`
|
|
|
|
|
- `pageNumber`
|
|
|
|
|
- `pageSize`
|
|
|
|
|
- `orderBy`
|
|
|
|
|
- `order`
|
2026-07-29 10:43:54 +00:00
|
|
|
|
|
|
|
|
## UI
|
|
|
|
|
|
2026-07-29 20:40:38 +00:00
|
|
|
- Ruta frontend: `/proformas/deleted`
|
|
|
|
|
- Vista read-only V1.
|
|
|
|
|
- No implementa restauración, purge ni force delete.
|