[IMP] pms_api_rest: change input_param to receive only one date and add services for operatives in dashboard_service, add createHour field in folio datamodel

This commit is contained in:
Sara Lago
2023-09-20 17:30:59 +02:00
committed by Darío Lodeiros
parent 65864ace52
commit 4a4f77bb3f
4 changed files with 172 additions and 11 deletions

View File

@@ -272,6 +272,7 @@ class PmsFolioService(Component):
else None,
firstCheckin=str(folio.first_checkin),
lastCheckout=str(folio.last_checkout),
createHour=folio.create_date.strftime("%H:%M"),
)
)
return result_folios