6 Commits

Author SHA1 Message Date
8f81614922 feat(deliverynote): add excel export with clinical snapshot parsing
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 6m55s
- Implement exportfiltered endpoint
- Generate Excel using XLSXExportBase (EPPlus)
- Map Delivery Note summary fields
- Parse ExtraInfoJson into business columns (Professional, Institution, Patient, SurgeryDate)
- Format dates for Excel
- Keep export at header level (no items)

Closes #46
2026-03-27 16:03:40 -03:00
cb1f159ac4 feat(sales): preparar DeliveryNoteDto y consulta para impresión closes #43 2026-03-25 18:33:01 -03:00
ec990897cb feat(sales): persist delivery note issue in repository closes #35 2026-03-24 02:59:07 -03:00
63915aa980 feat(sales): agregar búsqueda paginada de Delivery Note (search endpoint + DTO resumen) closes #27
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 7m49s
2026-03-20 23:03:46 -03:00
33fe012b09 feat(sales): incorporar DTO de lectura para Delivery Note #23
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 18m57s
- Se agregan DeliveryNoteDto y DeliveryNoteItemDto
- Se implementa proyección a DTO en PhSDeliveryNoteRepository
- Se extiende IPhSDeliveryNoteRepository con métodos DTO
- Se ajusta DeliveryNoteService para trabajar con DTO
- Se actualiza DeliveryNoteController para devolver DTO
- Se elimina exposición directa de EDeliveryNote en la API

Closes #23
2026-03-19 17:41:49 -03:00
c55581f546 feat(sales): agregar repositorio base delivery note
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 16m32s
Closes #15
2026-03-17 10:08:51 -03:00