[
https://issues.apache.org/jira/browse/FINERACT-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Foo Developer updated FINERACT-2719:
------------------------------------
Component/s: System
> Journal entry submitted date always shows time as 00:00:00
> ----------------------------------------------------------
>
> Key: FINERACT-2719
> URL: https://issues.apache.org/jira/browse/FINERACT-2719
> Project: Apache Fineract
> Issue Type: Bug
> Components: System
> Reporter: Foo Developer
> Assignee: Foo Developer
> Priority: Major
> Labels: java
>
> The Journal Entries API returns {{submittedOnDate}} as a date-only value, so
> any UI that reads it always shows 00:00:00 as the time component, even though
> the entry has an actual creation timestamp stored
> ({{acc_gl_journal_entry.created_on_utc}}).
> This adds a new optional {{submittedOnDateTime}} field (Fineract-style [year,
> month, day, hour, minute, second] array) to the journal entry read response,
> sourced from {{created_on_utc}}, so clients can show the real submission
> time. {{submittedOnDate}} is left unchanged for backward compatibility.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)