Search found 235 matches

by karahan
15 Apr 2024, 14:46
Forum: Discussion
Topic: Use of user-defined fields inside automatic actions
Replies: 0
Views: 220

Use of user-defined fields inside automatic actions

Dear Sergey, I need some flexibility in my application. It is about schemas for posting which should work in this way: 1) user defines "field" inside form: Shema1.png 2) use "field" inside automatic action: Shema2.png The idea is to define for example "[2179]" inside fo...
by karahan
01 Mar 2024, 20:32
Forum: Discussion
Topic: Automated actions for more records
Replies: 5
Views: 448

Re: Automated actions for more records

Hi, I have a similar problem with one of my automatic actions. The action is set to generate jasper report. Everything works, but the problem is when multiple records are selected, each report is generated in separate browser tab. This is irritating because mass printing is not possible. Below is my...
by karahan
21 Feb 2024, 23:25
Forum: Discussion
Topic: JS in automatic action form
Replies: 2
Views: 107

Re: JS in automatic action form

Yes, you are right!
I needed to add javascript code in the action itself, not in the entity.
Your guide solved my problem. Thanks a lot!
by karahan
21 Feb 2024, 19:29
Forum: Discussion
Topic: JS in automatic action form
Replies: 2
Views: 107

JS in automatic action form

Hi,

I have two date fields in automatic action form and I want to use javascript to calculate difference in the third numeric field.
Anyone has idea how to perform that?

The "add javascript" in entity configuration seems not to work for modal windows...

Thanks.
by karahan
19 Feb 2024, 15:52
Forum: Discussion
Topic: Automatic action not triggered in subentity
Replies: 0
Views: 95

Automatic action not triggered in subentity

Dear Sergey, I noticed that if delete action is done from main entity, the automatic action in subentity (which is supposed to be triggered before deleting a record) is not triggered at all. Is there a way to include a "check" so the automatic actions will be firstly executed before delete...
by karahan
26 Jan 2024, 16:15
Forum: Discussion
Topic: Error log
Replies: 6
Views: 234

Re: Error log

Hi, I did check the main language file, but no duplicate. Everything seems ok but the log file grows rapidly with almost any action inside application. I solved the problem by excluding "warnings" in error_reporting (line 29 inside /includes/application_core.php). Now I am not getting erro...
by karahan
26 Jan 2024, 12:02
Forum: Discussion
Topic: Error log
Replies: 6
Views: 234

Re: Error log

Hi Sergey, collegues, let me show you the log (first line): error_log.png This is my /ext/languages folder: error_log1.png Now, if you check the translation file (Bosanski.php), constant TEXT_NEW_PLUGIN_EXT_VERSION is showing only once: error_log2.png Pls help because this is very annoying. Thank you.
by karahan
25 Jan 2024, 14:05
Forum: Discussion
Topic: Error log
Replies: 6
Views: 234

Error log

Dear Sergey, collegues... I am having a problem with error log file (within RUKO installation folder). The log contains thousands of warnings like this: [25-Jan-2024 11:00:16 Europe/Sarajevo] PHP Warning: Constant TEXT_EXT_APPLY_ENTITY_ACCESS_RULES already defined in /home/.../plugins/ext/languages/...
by karahan
11 Jan 2024, 13:54
Forum: Discussion
Topic: Translations of Custom Entities
Replies: 21
Views: 5042

Re: Translations of Custom Entities

Hi eddydeniro,

I successfully installed roox plugin and lingua.
Now I can see dropdown with languages.

Anyway, when I click on these arrows:
roox_error1.png
I am getting this error:
roox_error.png
Can you help me trace what is wrong?
Thanks a lot for your work.