Search found 6215 matches

by support
09 May 2024, 06:21
Forum: Discussion
Topic: Common Reports in Dashboard Sections?
Replies: 3
Views: 67

Re: Common Reports in Dashboard Sections?

Ok, I will check.
by support
07 May 2024, 08:52
Forum: Discussion
Topic: Common Reports in Dashboard Sections?
Replies: 3
Views: 67

Re: Common Reports in Dashboard Sections?

see https://docs.rukovoditel.net/index.php?p=131

Note: user have to have access to common report then he can configure it on dashboard.
by support
07 May 2024, 08:51
Forum: Discussion
Topic: User Agreement Text in Public Form
Replies: 1
Views: 39

Re: User Agreement Text in Public Form

Ok, added in plan to next version.
by support
07 May 2024, 08:49
Forum: Discussion
Topic: Help Accessing Data from “list of records by MySQL” from ITEM Page
Replies: 1
Views: 65

Re: Help Accessing Data from “list of records by MySQL” from ITEM Page

The data do not store in filed value. It selected from query. So to use the same data in other source you have to create similar query.
by support
07 May 2024, 08:47
Forum: Discussion
Topic: Print button in Report Designer
Replies: 2
Views: 32

Re: Print button in Report Designer

At the moment there is no configuration for this. Added in plan.
by support
07 May 2024, 08:44
Forum: Discussion
Topic: PHP Output Value Displaying in Incorrect Locations
Replies: 1
Views: 23

Re: PHP Output Value Displaying in Incorrect Locations

See documentation https://docs.rukovoditel.net/index.php?p=104
you have to use

Code: Select all

$output_value = 'My Value';
not echo command
by support
07 May 2024, 08:42
Forum: Bug Report version 3.5.3
Topic: Signature Field Button Hidden by Automate Actions Button Settings
Replies: 1
Views: 71

Re: Signature Field Button Hidden by Automate Actions Button Settings

Please reproduce issue in personal demo https://www.rukovoditel.net/demo.php
and give me link to the demo. I will check.
Please do not upload your database. Use default one.
by support
07 May 2024, 08:41
Forum: Bug Report version 3.3
Topic: Highlighting in a Textarea with WYSIWYG editor IS NOT APPLIED. WHY?
Replies: 7
Views: 122

Re: Highlighting in a Textarea with WYSIWYG editor IS NOT APPLIED. WHY?

The latest version is 3.5.3. But I think it can be issue with your server or browser. Maybe some security plugin cut off some html/css in your case.
by support
06 May 2024, 13:27
Forum: Bug Report version 3.5.3
Topic: Version 3.5.3. load error - URGENT [SOLVED]
Replies: 2
Views: 30

Re: Version 3.5.3. load error - URGENT

Make sure you have updated database for main version and extension. See instruction https://docs.rukovoditel.net/index.php?p=63

Also check php error log on your server.

Note: 3.5 required PHP>=8.0.2
by support
03 May 2024, 18:09
Forum: Bug Report version 3.5.3
Topic: File Field in Report Designer
Replies: 2
Views: 50

Re: File Field in Report Designer

Found issue. File from archive replace to includes\classes\fieldstypes\
Let me know if it works ok now.