Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransactionDetails data reduction with lag and lead and export to csv #1164

Closed

Conversation

fnkbsi
Copy link
Contributor

@fnkbsi fnkbsi commented May 31, 2023

Adding an export function of the transaction details to provide easy access to the data of the charging process.
The use of data reduction is optional. The reduction algorithm is changed from first/last ever appearance of equal values to first/last appearance of equal values behind each other.
May fix #1004

Tester and others added 5 commits May 31, 2023 16:16
…eduction and firstArrivingMeterValueIfMultiple
changed sql-query, uses now lag and lead sql-functions, added CSV 
export of Transaction-Details
@fnkbsi
Copy link
Contributor Author

fnkbsi commented Apr 3, 2024

The flag firstArrivingMeterValueIfMultiple is removed at the master, so this PR seems obsolete!

@fnkbsi fnkbsi closed this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Question] Why does transaction details show only the first meter value?
1 participant