You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

In the SIMPLE system navigation is based on this entities:

  • Categories (they are physically stored in the sys_menu_category table);
  • Category items (that are child for the categories, they are physically stored in the sys_menu_items table).

To create a new category, please follow this steps:

  1. Navigate to the System Definition -> Menu Categories;
  2. Click New, fill in the form and then click Save.

To create a new category item, please follow this steps:

  1. Navigate to the System Definition -> Menu Items;
  2. Click New, fill in the form and then click Save.

Let's take SDLC category as an example. 

navigation1.png

Here we can find edit button that is shown with a pencil icon.

This functionality lets to modify the properties of the category or category item. After clicking it the property editing form will be displayed. The fields description:

fielddescription
TitleDisplayed category title.
ActiveIf TRUE then category is active
OrderCategory numerical order in the interface. The less is it, the higher position of the category on the page is.
HintText hint.
DescriptionBrief category description,
User rolesUser roles that should have access to the category can be specified here. If the list will be left blank, then the category will be available to all users.

If you are editing a category item, you will see another set of fields.

Category Item


fielddescription
TitleDisplayed category title.
Category_idThe sys_id of the record in the sys_menu_category table, which the item belongs to. Here you can move item from one category to another, For this, click "dictionary" icon and choose new category from the list appeared.
HintText hint.
User rolesUser roles that should have access to the category can be specified here. If the list will left blank, then the category will be available to all users.
Visibility tab
ActiveIf TRUE then this element is active,
OrderCategory numerical order in the interface. The less is it, the higher position of the category on the page is.
Link type tab
Table_idThe sys_id of the record in the sys_db_table table, the table category item refers to.
Link typeThe Choice field. Available options: List of Records or Record.
Filter

The Conditions field. It represents a filter widget. It lets to tune up a filter that will be applied to a list view.

Notes:

The filter lets to specify several conditions;

it is possible to create AND/OR constructions;

it is possible to add sorting.



Избранное

Edit

Функциональность "Избранного" предоставляет возможность быстрого доступа к часто используемым категориям, элементам категорий, а также фильтрам. Список избранного находится во вкладке со звездочкой. Физически элементы избранного хранятся в таблице sys_menu_favorite.

Для добавления категории либо элемента категории в избранное необходимо кликнуть на иконку звёздочку рядом с ним (star it). Также в избранное может быть добавлен любой ранее составленный фильтр листового представления. Для этого его необходимо перетащить (drag & drop) во вкладку навигации "Избранное".

Delete Favourite

Для удаления категории, элемента категории или фильтра из избранного есть два способа:

(применим для категорий, элементов категорий и фильтров)

  • во вкладке "Избранное" напротив пункта, который требуется удалить из "Избранного", нажать иконку удаления;

(применим для категорий и элементов категорий)

  • во вкладке "Категории" напротив пункта, который требуется удалить из "Избранного", снять отметку с иконки звёздочки (unstar it).

Примечание: для обновления информации об элементах в избранном требуется refresh страницы.

  • No labels