Search found 121 matches

by Eddy
21 Jun 2021, 12:44
Forum: Bug Report version 2.9
Topic: Dynamic Date field not updating
Replies: 7
Views: 477

Dynamic Date field not updating

Good morning, I have an entity with several Dynamic Date Fields (red in fig1) and the data for these fields come from a query formula. It works well the first time the record is created or when a record is open and saved again. Fig 2 shows what happens with record JobID 693 after opening it for edit...
by Eddy
09 Jun 2021, 16:12
Forum: Discussion
Topic: Help with dropdown Ajax field type
Replies: 5
Views: 489

Re: Help with dropdown Ajax field type

Great thanks,

As a benefit for future users, I managed to make it work by using:

e.parent_item_id = [312]

where:
312 is the field "suppliers" in the current form.

Had to use e.parent_item_id because the Supplier Contact field is a child of the Supplier entity
by Eddy
09 Jun 2021, 14:02
Forum: Discussion
Topic: Help with dropdown Ajax field type
Replies: 5
Views: 489

Re: Help with dropdown Ajax field type

Hi Enishemed, thanks for your reply.

I am doing as you suggested but I'm getting stock when it comes to adding the filter in the "Condition Tab"

will it be something like: e.item_parent_id = ??? or ???=???

An example will be very much appreciated.
by Eddy
08 Jun 2021, 18:00
Forum: Discussion
Topic: Help with dropdown Ajax field type
Replies: 5
Views: 489

Help with dropdown Ajax field type

Hi all, I am trying to use a dropdown ajax field so that I can filter the options presented to the user depending on the value of another field entered by the user. As a form of explanation of what I am trying to do, here is the flowchart showing a basic database structure. figure1.png The entity Co...
by Eddy
07 Jun 2021, 17:07
Forum: Discussion
Topic: Prefix not working for Input URL Field
Replies: 4
Views: 453

Re: Prefix not working for Input URL Field

Quick update... Noticed that above one line code was overwriting values already entered when trying to edit the record. I managed to solve this by adding an IF statement, as shown here: if ($('#fields_496').val()==''){ $('#fields_496').val('https://') } This way the system will add the initial value...
by Eddy
14 May 2021, 22:36
Forum: Discussion
Topic: Prefix not working for Input URL Field
Replies: 4
Views: 453

Re: Prefix not working for Input URL Field

Hi Empmdk, when the "Validate" option is selected Ruko is expecting a compliant URL. I mean something like https://www.rukovoditel.net/. If the user tries something like www.rukovoditel.net they will get a validation error. In my case, the user didn't know anything about URLs and couldn't ...
by Eddy
14 May 2021, 16:18
Forum: Discussion
Topic: Prefix not working for Input URL Field
Replies: 4
Views: 453

Prefix not working for Input URL Field

Added "https://" as a prefix to the Input URL Field as the user was getting validation errors because she kept forgetting to add it. I was asked if it could be automatically added by the system and I thought could do it as a prefix. As shown in the pictures the prefix is not added to the r...
by Eddy
20 Apr 2021, 15:52
Forum: Suggestions
Topic: Filter date field using a "range" in addition to current & list
Replies: 2
Views: 382

Filter date field using a "range" in addition to current & list

At the moment, when filtering data using a date field the user has to create a list of number separated by "&". For example, if the data needs to be filtered to show current and the next 3 month the user will need to enter in the Filter by Month field: 0&1&2&3. My suggestio...
by Eddy
20 Apr 2021, 15:36
Forum: Discussion
Topic: Extension Template Export missing parent_item_id
Replies: 12
Views: 3404

Re: Extension Template Export missing parent_item_id

Hi Sergey, I am bringing up this old post again because we lost this functionality in 2.8. To be more specific the parent_id field is available to create the template but when the report is generated the actual ID is shown, instead of the name (heading) as it used to work in 2.16 & 2.17. Hope yo...
by Eddy
22 Jul 2020, 13:03
Forum: Bug Report version 2.7
Topic: e-mail notifications not being sent after update
Replies: 3
Views: 614

Re: e-mail notifications not being sent after update

It seems to be working for me since I reactivating the "Send Via Cron" option in Ruko's Configuration-> email options. I am not sure but I think a Linux Ubuntu update messed up my Crontab list and had to add all the Cron related php scripts that Ruko needs to send e-mails, backups, report ...