Search found 121 matches

by antevasin
28 Mar 2024, 03:34
Forum: Bug Report version 3.5.3
Topic: if - endif condition on one line with empty value outputs if condition
Replies: 1
Views: 53

if - endif condition on one line with empty value outputs if condition

replicated in this demo by going to https://rukovoditel.cloud/demo/3.5/index.php?module=items/info&path=25-1&demo_id=3141 Print>>Print Sticker is fine and outputs as expected as there is value for field 215 (Project) However going to this record https://rukovoditel.cloud/demo/3.5/index.php?m...
by antevasin
06 Mar 2024, 19:56
Forum: Discussion
Topic: Parent Field Data from Automated Actions PHP Script
Replies: 2
Views: 109

Re: Parent Field Data from Automated Actions PHP Script

You are going to need to use the [parent_item_id] value in an SQL query to the parent entity to get a value from the parent entity. Something like this. My auto action is on the Tasks entity... $parent_item_id = [parent_item_id]; $sql = "SELECT * FROM app_entity_21 WHERE id={$parent_item_id}&qu...
by antevasin
28 Feb 2024, 01:32
Forum: Discussion
Topic: Grouped headers in listing
Replies: 1
Views: 79

Re: Grouped headers in listing

You can't do that 'out of the box', no
by antevasin
21 Feb 2024, 22:51
Forum: Discussion
Topic: JS in automatic action form
Replies: 2
Views: 70

Re: JS in automatic action form

You need to add the javascript on the auto action JS not the entity. Why are you wanting the difference in dates in a numeric field? How should the difference be displayed? As minutes or hours etc...
by antevasin
07 Feb 2024, 21:57
Forum: Discussion
Topic: I have lost the gear icon beside the filter while I am an administrator account
Replies: 4
Views: 275

Re: I have lost the gear icon beside the filter while I am an administrator account

Check what User Groups you have set in the View Configuration >> Filter Panels >> Listing Configuration for your etnity 34. If you don't have user groups in there but not Administrators in there then you have removed it for yourself. index.php?module=filters_panels/panels&entities_id=34
by antevasin
06 Feb 2024, 18:55
Forum: Discussion
Topic: I have lost the gear icon beside the filter while I am an administrator account
Replies: 4
Views: 275

Re: I have lost the gear icon beside the filter while I am an administrator account

What page are you on in your instance/system? You will only see the gear icon on certain pages.
Post the browser window url snippet here. e.g.
index.php?module=reports/view&reports_id=1330
index.php?module=items/items&path=66-2/39-102/34-6992/122
by antevasin
25 Jan 2024, 12:45
Forum: Bug Report version 3.4.4
Topic: Missing items in listing - unexpected behaviour?
Replies: 3
Views: 397

Re: Missing items in listing - unexpected behaviour?

That snippet you posted generates an error in the demo Database Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'as min_value) as field_217 from app_entity_21 e where e.id>0 limit 0, 10' at line 1 Que...
by antevasin
24 Jan 2024, 18:39
Forum: Bug Report version 3.4.4
Topic: Missing items in listing - unexpected behaviour?
Replies: 3
Views: 397

Missing items in listing - unexpected behaviour?

In this demo there are 7 projects created but only the first is showing. It is showing there are 7 at the bottom of the report Displaying 1 to 7 (of 7 items) when in table and list view https://pdemo.rukovoditel.pro/3.4/index.php?module=reports/view&reports_id=81&demo_id=2809 This seems to b...
by antevasin
24 Jan 2024, 17:03
Forum: Bug Report version 3.5.3
Topic: Syntax error in printing of template
Replies: 3
Views: 170

Re: Syntax error in printing of template

Adding the strlen and double quotation works in the demo but isn't working in our instance so I will look in to that further.
Any reason why we can't also allow for checking and str_replace in the core code?
by antevasin
24 Jan 2024, 16:48
Forum: Bug Report version 3.5.3
Topic: Syntax error in printing of template
Replies: 3
Views: 170

Re: Syntax error in printing of template

Thanks It might be worth updating the documentation to avoid any confusion https://docs.rukovoditel.net/index.php?p=55 Output by condition New feature for version 3.0 Sometimes there is a situation when the content in the template needs to be displayed according to a condition, for example, to displ...