7 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
af91f6be5c feat(sales): implement delivery note persistence on issue
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 2m21s
closes #37
2026-03-24 16:34:38 -03:00
9327a1dc2a refactor(sales): align delivery note entities with project mapping strategy closes #35 2026-03-23 18:14:00 -03:00
e0bc38d626 feat(sales): add delivery note issue core method closes #35 2026-03-23 12:08:57 -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
a498c38d84 feat(sales): agregar servicio core de lectura para Delivery Note
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 4m19s
Closes #17
2026-03-19 01:37:43 -03:00