Custom field "Time" for redmine - ruby

To implement the tracker, the "Time" field is required, I use the "Datetime Custom Field plugin", but unfortunately it is not displayed on the Gantt chart.
Is there a plugin that displays custom fields on the gantt chart or a plugin that allows you to create a "Time" field in the task description

Related

How we can create Material UI Switch Group component with yup and formik

There is no support for SwitchGroup as there is for RadioGroup from Material UI, I am trying to create SwitchGroup to show an error in formik form through yup. But how can we achieve that?
from what I get to understand from this article switch group can be created but how can we add validation to it from yup/ formik?
code sandbox link from the form:
https://codesandbox.io/s/blissful-haze-qiymy?from-embed

Laravel Nova - Show/Hide form fields based on a parent Select field

I need to Show/Hide form fields based on a parent Select field.
For example, I need to show Pen name text field when pen is selected and show Pencil name text field when pencil is selected.
Any ideas?
Got a Nova package for this feature:
https://novapackages.com/packages/epartment/nova-dependency-container

how to filter on compound column in kendo grid

Is it possible to custom filter on compound column in Kendo Grid?
This is my Dojo [http://dojo.telerik.com/AZUra/4]
Here at the Status column,which is a compound column by the template, I want to have custom filter for both fields: the 'art' and 'date time' field ( currently I am giving only the 'art' field to filter). How could I achieve to have custom filtering. That is either of the field the user will input as a filter. I've edited my question and added more details too. Thanks
reference for compound column:

Creating a composite Field in Dynamics CRM

I want to create a custom composite field in Dynamics CRM that takes two single line text fields and displays them in a flyout menu just like contact full name which takes first and last name through flyout and displays them in the full name field.
The only way of doing that is create html/js/css webresource and embed it to entity form.

Kendo UI Scheduler - Solution to show all days in line such as timeline

We are using the grouping property of Scheduler. It is really useful. We show our all technic employees in vertical grouping.
We want to show all days of month in a line like timeline view.
Is it possible?
This can be achieved by creating custom view that extends the desired build-in one and overriding the methods responsible for calculating the visible date range. Such demo can be found in Kendo UI CodeLibraries:
Scheduler: Custom view with custom date range and swipe support

Resources