Foo Developer created FINERACT-2719:
---------------------------------------
Summary: 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
Reporter: Foo Developer
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)