Home View

The menus used for UI.

FieldTypeDescriptionSince
colorStringThe html color of the menu.
hiddenInteger
node_keyStringThe name in the url.
font_awesomeInteger
iconString
nameStringThe name of the menu.
rankInteger
home_app_keyString
home_app_hashString
uuidString
lettersStringThe letter icon of the menu.
instructionsString31The instructions to show on the homepage instead of charts.1.7.0
configString31The extra configuration items and dashboard layout.1.7.0

Child entity of menu_node.

FieldTypeDescription
iconString
nameStringThe name of the menu item.
rankInteger
node_item_keyStringThe source of the menu item.
uuidString

ui_home

Until 1.7.1

The ui_home and ui_home_item entities are used to store the configuration for each home tab. This configuration is managed (read and written) by the user through the built-in functions of ONE ERP UI.

FieldType or Relationship nameDescription
nodeStringThe name node to witch the this home depends.

ui_home_item

Until 1.7.1

FieldType or Relationship nameDescription
chart_typeStringThe chart type.
column_indexIntegerThe column on witch the chart widget is displayed.
row_indexIntegerThe row on witch the chart widget is displayed.
widthIntegerThe width of the chart widget.
heightIntegerThe height of the chart widget.
id_ui_homeui_home_ui_home_itemThe home on witch the item is displayed.
id_ui_home_catalogui_home_catalog_ui_home_itemThe home catalog that has the data source for this chart widget.
config_versionIntegerThe version of the configuration string format. Default 1.
config_providerStringThe configuration provider for the configuration string. Default “json”.
configString31The configuration string. The structure of the string is unique for each config_provider or config_version.

ui_home_catalog

Until 1.7.1

The ui_home_catalog and ui_home_catalog_column are read by the build-in functions of ONE ERP UI but are written through the edit views in the Development module by the developer.

FieldType or Relationship nameDescription
fetchString31The fetch.
titleStringThe tiltle (as seen by the user).
uuidStringThe UUID.
id_ui_moduleThe module.

ui_home_catalog_column

Until 1.7.1

FieldType or Relationship nameDescription
display_nameStringThe title of the column displayed to the user.
rankIntegerThe rank (order) of the column.
widthIntegerThe width, in pixels.
column_nameIntegerThe name of the column as defined in fetch.
uuidStringThe UUID.
id_ui_home_catalogc:p → ui_home_catalog_ui_home_catalog_columnThe parent home catalog.