diff --git a/framework/data/MoquiSetupData.xml b/framework/data/MoquiSetupData.xml
index 3aba25af1..7be275f14 100644
--- a/framework/data/MoquiSetupData.xml
+++ b/framework/data/MoquiSetupData.xml
@@ -120,6 +120,9 @@ along with this software (see the LICENSE.md file). If not, see
+
+
+
diff --git a/framework/entity/OlapEntities.xml b/framework/entity/OlapEntities.xml
index 033080b72..5096ad8b4 100644
--- a/framework/entity/OlapEntities.xml
+++ b/framework/entity/OlapEntities.xml
@@ -30,6 +30,25 @@ along with this software (see the LICENSE.md file). If not, see
Format: YYYY-MM
+
+ Time of Day Dimension. The natural key is [timeValue]
+
+
+
+ Time of the day in the format: hh:mm:ss
+ Hour of the day (0 - 11). Hour on a 12-hour clock.
+ Military hour of the day (0 - 23). Hour on a 24-hour clock.
+ Extraction of the quarter hours.
+ Minute of the hour (0 - 59).
+ Second of the minute (0 - 59).
+ Minute of the day (0 - 1439).
+ Second of the day (0 - 86399).
+ AM/PM indicator.
+ Indicator of day or night.
+ Abbreviated indicator of day or night.
+ Names of day periods.
+ Abbreviated names of day periods.
+
Currency Dimension. The natural key is [currencyId]
diff --git a/framework/entity/ScreenEntities.xml b/framework/entity/ScreenEntities.xml
index cc296a3e1..abf476f14 100644
--- a/framework/entity/ScreenEntities.xml
+++ b/framework/entity/ScreenEntities.xml
@@ -523,4 +523,27 @@ along with this software (see the LICENSE.md file). If not, see
-->
+
+
+
+
+
+
+ Metadata for dashboards and external reports to be included in Moqui screens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/service/org/moqui/impl/EntityServices.xml b/framework/service/org/moqui/impl/EntityServices.xml
index 8e6bb3341..de8513a52 100644
--- a/framework/service/org/moqui/impl/EntityServices.xml
+++ b/framework/service/org/moqui/impl/EntityServices.xml
@@ -415,4 +415,5 @@ along with this software (see the LICENSE.md file). If not, see
}
]]>
+