OCPP.Core icon indicating copy to clipboard operation
OCPP.Core copied to clipboard

Basic charge report

Open JeremyMahieu opened this issue 1 year ago • 2 comments

This is a work in progress!!

Just wanted some opinions, I have a working charge report. I did change the models a bit so the start and stop tags are objects instead of IDs, however it doesn't change the database. I didn't test it though, so maybe it gives some runtime exceptions.

This is related to issue #56

Still needs to be done:

  • [x] CSV and XLSX exports
  • [ ] detail view when clicking a tagname.
  • [ ] One datetime picker that selects a range instead of two datetime pickers
  • [ ] Have sensible date fromatting (not MM-DD-YYYY) perferably system default
  • [ ] Localization

image

JeremyMahieu avatar May 22 '24 08:05 JeremyMahieu

I'm on vacation this week and will check next week.

dallmann-consulting avatar May 22 '24 19:05 dallmann-consulting

Did some more work image

JeremyMahieu avatar May 24 '24 10:05 JeremyMahieu