Search found 179 matches

by empmdk
10 Apr 2022, 02:33
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1953

Re: Gantt Chart Error

The report is working now with no errors :D . Thank you, Sergey!
by empmdk
07 Apr 2022, 22:09
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1953

Re: Gantt Chart Error

Ok, I've recreated everything on the demo and Reports > Time to Complete Gantt report is giving me a similar error on the side of the page.
by empmdk
07 Apr 2022, 16:58
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1953

Re: Gantt Chart Error

No field #814 found. I checked all query fields in both entities and 814 is not included in them or in Extension>Tools>Functions. I added another "Date with calendar and time picker" field and added a date into one of the records. Changed the Gantt report to use this new field as the start...
by empmdk
06 Apr 2022, 20:20
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1953

Gantt Chart Error

Version: 3.0.1 My Gantt chart is using a sub-entity, with Start Date set to the reserved Date Added field and End Date set to a "Date with calendar and time picker" field. With this, it is giving me an error on the side of the page. gantt-error.png The "parent.field_814" it menti...
by empmdk
13 Mar 2022, 21:35
Forum: Discussion
Topic: Sub Entity Prevent Add Using Parent Status?
Replies: 6
Views: 616

Re: Sub Entity Prevent Add Using Parent Status?

In version 2.8 I will add extra function allows you run automate action by cron. At the moment you can use Automatic status https://docs.rukovoditel.net/index.php?p=16 So you have to create function that will count open sub items https://docs.rukovoditel.net/index.php?p=48 and then add filter for a...
by empmdk
09 Mar 2022, 23:48
Forum: Discussion
Topic: Add Field Type For Automate Actions?
Replies: 2
Views: 255

Re: Add Field Type For Automate Actions?

Thank you, Sergey. This works perfectly :D
by empmdk
28 Feb 2022, 19:27
Forum: Discussion
Topic: Add Field Type For Automate Actions?
Replies: 2
Views: 255

Add Field Type For Automate Actions?

Code: Select all

case 'fieldtype_input_vpic': 
I've added the above code to the "/plugins/ext/modules/processes/actions/fields.php" file in the $use_fields_types = ''; section, but it is not showing up as an option for the button. Is there something else I need to add?
by empmdk
08 Feb 2022, 19:14
Forum: Discussion
Topic: Primary Entity Question
Replies: 1
Views: 225

Re: Primary Entity Question

You can create a new field with "Static text by pattern" and in the pattern field, put [current_user_name]
by empmdk
05 Jan 2022, 23:11
Forum: Discussion
Topic: Nested Entity Form Action Rules?
Replies: 2
Views: 350

Re: Nested Entity Form Action Rules?

I'm trying to use javascript to show/hide the nested entity element on the form. Using the containing text of one field to trigger showing or hiding another field. The nested entity ID is form-group-919 . The nested entity should only show up on record creation, not when editing. This is what I have...