Skip to content

feat(ledger): add DateAndTime field to LedgerDetailReportRow#927

Merged
abuzuhri merged 4 commits into
abuzuhri:mainfrom
ProNotion:feature/ledger-date-and-time
Apr 25, 2026
Merged

feat(ledger): add DateAndTime field to LedgerDetailReportRow#927
abuzuhri merged 4 commits into
abuzuhri:mainfrom
ProNotion:feature/ledger-date-and-time

Conversation

@ProNotion

Copy link
Copy Markdown
Collaborator

Summary

  • Adds a DateAndTime property to LedgerDetailReportRow that parses the Date and Time column from the GET_LEDGER_DETAIL_VIEW_DATA report
  • Uses the existing DATETIME_K_FORMAT (yyyy-MM-ddTHH:mm:ssK) consistent with other report row types in the codebase
  • The existing Date field is unchanged; DateAndTime gives callers full timestamp precision where needed

Test plan

  • Verify DateAndTime is populated correctly when consuming the ledger detail report
  • Verify Date continues to populate as before
  • Verify no regression on rows where the Date and Time column is absent or empty (returns null)

ProNotion and others added 4 commits December 4, 2024 07:04
Parses the "Date and Time" column from the GET_LEDGER_DETAIL_VIEW_DATA
report into a new DateAndTime property, giving callers full timestamp
precision alongside the existing date-only Date field.
@sonarqubecloud

Copy link
Copy Markdown

@abuzuhri abuzuhri merged commit 0087bbf into abuzuhri:main Apr 25, 2026
3 checks passed
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.

2 participants