dolibarr-bff/DoliMiddlewareApi/Dtos/query
JavMB 32028e21e1 feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines
- New command DTOs: CreateClientDto, UpdateClientDto, CreateContactDto,
  UpdateContactDto, UpdateInvoiceLineDto
- New query DTOs: ClientDetailDto, ContactDetailDto, Setup dictionaries
  (PaymentTypeDto, CountryDto, CivilityDto, ContactTypeDto,
  PaymentTermDto, CompanyDto)
- New Dolibarr response types for setup endpoints
- SetupMapper for all dictionary transforms
- Extended ClientResponse and ContactResponse with additional fields
  (address, town, zip, country_code, note_public, note_private, etc.)
- ClientMapper: added MapToClientDetailDto for GET /Clients/{id}
- ContactMapper: added MapToContactDetailDto for GET /Contacts/{id}
2026-05-15 18:58:26 +02:00
..
Setup feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
ClientDetailDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
ClientDto.cs feat: Añado mas campos utiles para los terceros 2026-02-05 14:25:13 +01:00
ContactDetailDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
ContactDto.cs feat : Añado endpoint Get para Clients de dolibar. 2026-01-30 16:34:23 +01:00
InvoiceDetailDto.cs feat: Añadido endpoints para Delete Invoice y sus Lines , tambien corregido orden de Dto de GetById 2026-02-05 14:33:03 +01:00
InvoiceDto.cs feat: Añadido endpoints para Delete Invoice y sus Lines , tambien corregido orden de Dto de GetById 2026-02-05 14:33:03 +01:00
InvoiceLineDto.cs feat: Creo los DTOS para el POST de facturas , tambien organizo un poco en command y query los DTOS 2026-01-02 18:15:41 +01:00
InvoicePaymentDto.cs bug: arreglado de perdida de precision en amount , y ajuste de la fecha devuelta de pagos. 2026-02-06 18:47:39 +01:00