Search found 181 matches

by Eric
01 Feb 2024, 23:40
Forum: Discussion
Topic: Calculation difference between date is not correct
Replies: 2
Views: 217

Re: Calculation difference between date is not correct

Ist leider ein Fehler im System. Weiteres kannst du auch hier nachlesen, aber kurz gesagt, Rukovoditel berücksichtigt Sommer und Winterzeit falsch bzw. nicht, was dann zu solchen Ergebnissen führt wie bei dir. https://forum.rukovoditel.net/viewtopic.php?p=14422&hilit=days#p14422 Etwas näher besc...
by Eric
01 Feb 2024, 03:13
Forum: Discussion
Topic: Email sending rule with a new comment
Replies: 3
Views: 353

Re: Email sending rule with a new comment

What kind of date field are you talking about? How is your date field implemented? It sounds to me like every time the form is saved, the fields are getting updated. Maybe the date field is connected in an automated process? If so, that could be the problem. Could you share a bit more about the cont...
by Eric
01 Feb 2024, 03:04
Forum: Discussion
Topic: [SOLVED] Php Code form php7.3 to 8 doesn't work anymore
Replies: 3
Views: 182

Re: Php Code form php7.3 to 8 doesn't work anymore

I can't test your code, but I see $datecrea = gmdate(\"Ym\", [date_added]);; where ;; is one ; too much.
by Eric
30 Nov 2023, 00:27
Forum: Discussion
Topic: E-Mail rule does not send on changes from entry
Replies: 1
Views: 652

E-Mail rule does not send on changes from entry

I need help with an email rule. Specifically, I need a rule that sends an email when an entry is changed. It doesn't sound too difficult, but I'm running out of ideas. The condition should be the value changed by a radio button through an automated action. The email should be sent when certain value...
by Eric
05 Jun 2023, 22:39
Forum: Bug Report version 3.4.4
Topic: [Solved] Email sending rules problems with comment due automated action
Replies: 2
Views: 166

Re: Email sending rules problems with comment due automated action

The Comment from User who "Denied" ist still missing in the Mail about this entry.

Edit: Comment is existing now, tried with wrong options before...
by Eric
03 Jun 2023, 04:06
Forum: Discussion
Topic: Can we get Dashoboard Info Blocks in other entitys?
Replies: 24
Views: 894

Re: Can we get Dashoboard Info Blocks in other entitys?

We would be pleased to support this!
by Eric
30 May 2023, 01:28
Forum: Bug Report version 3.4.4
Topic: [Solved] Email sending rules problems with comment due automated action
Replies: 2
Views: 166

[Solved] Email sending rules problems with comment due automated action

We have now conducted some further tests and are surprised by the results. We ask that this behavior be examined because, to our understanding, there is an error here, if not several. We have created personal demo and accounts and provided email addresses for testing. What we want to do and the proc...
by Eric
29 May 2023, 17:40
Forum: Discussion
Topic: Format of List of records by MySQL query results
Replies: 1
Views: 86

Format of List of records by MySQL query results

Can the values output in a field of type "List of records by MySQL query" be formatted in the list view?

Image
by Eric
28 May 2023, 23:45
Forum: Discussion
Topic: Automatic action not triggered after insert record
Replies: 8
Views: 247

Re: Automatic action not triggered after insert record

I remember that I had something like that before, after deleting the current automated action and creating a new one, it worked.
by Eric
25 May 2023, 04:03
Forum: Discussion
Topic: How to trigger Ajax Request
Replies: 2
Views: 186

Re: How to trigger Ajax Request

As a workaround, I have implemented a user dropdown field to trigger the Ajax request. However, I will test the suggestion. Thank you for that!