dolibarr-bff/DoliMiddlewareApi
JavMB fbbbce3574 feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers
- ContactsController: full CRUD (list, get, get by email, create, update, delete)
- SetupController: dictionary endpoints (payment-types, countries, civilities,
  contact-types, payment-terms, company)
- ClientsController: added GET/{id}, POST, PUT/{id}, DELETE/{id}
- InvoicesController: added PUT/{id}/lines/{lineId}, GET /templates
- DocumentController: added GET /list and GET /download endpoints
- ClientService: added GetClientAsync, CreateClientAsync, UpdateClientAsync,
  DeleteClientAsync
- InvoiceService: added UpdateInvoiceLineAsync, GetInvoiceTemplatesAsync
- DocumentService: added GetDocumentsAsync, DownloadDocumentAsync (using
  new GetAsyncRaw on IDolibarrApiClient)
- ContactService: new service with CRUD operations
- SetupService: new service for Dolibarr dictionary data
- IDolibarrApiClient: added GetAsyncRaw method for raw string responses
- DolibarrApiClient: implemented GetAsyncRaw
- JwtTokenProvider: extended token expiry from 30 min to 8 hours
- AuthApplicationService: extended Dolibarr token cache from 30 min to 8 hours
2026-05-15 18:58:35 +02:00
..
Controllers feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
Dtos feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
Exceptions feat: añadir excepciones personalizadas para la API 2025-12-29 16:37:46 +01:00
Mappers feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
Properties feat: configurar API base con Program.cs y settings 2025-12-29 16:37:45 +01:00
Services feat: add Contacts & Setup controllers, extend Clients/Invoices/Document controllers 2026-05-15 18:58:35 +02:00
AGENTS.md Implementar autenticación JWT con caché de tokens de Dolibarr por sesión 2026-01-03 19:55:04 +01:00
Dockerfile chore: añadir configuración de Docker 2025-12-29 16:37:45 +01:00
DoliMiddlewareApi.csproj feat : Añado endpoint Get para Clients de dolibar. 2026-01-30 16:34:23 +01:00
Program.cs Modifico el endpoint de descargas de pdf , convirtiendo el base64 a binario 2026-04-16 09:41:46 +02:00
appsettings.Development.json enchanche: ajusto para que no me salgan en desarollo los logs duplicados del ExceptionHandler 2025-12-30 13:28:13 +01:00
appsettings.json quito la api key LOCAL , que puse para debuggear 2026-04-16 19:06:42 +02:00