Search found 655 matches

by enishemed
04 Oct 2023, 10:34
Forum: Suggestions
Topic: Global Lists as filter in Report Designer
Replies: 3
Views: 1097

Global Lists as filter in Report Designer

Dear Sergey,

Is it possible to hide the "inactive" choices in filter options when using global list as filter in report designer.

I don't want to show the "inactive" choices.

Thanks.
by enishemed
24 Sep 2023, 10:35
Forum: Suggestions
Topic: Monthly numbering automatic
Replies: 7
Views: 581

Re: Monthly numbering automatic

php code field
as100 wrote: 24 Sep 2023, 01:05 It doesn't work, what type of field should I use for calculations?
by enishemed
22 Sep 2023, 15:12
Forum: Bug Report version 3.4.4
Topic: Booelan Field can not be used in Email Sending Rules and SMS rules.
Replies: 1
Views: 951

Booelan Field can not be used in Email Sending Rules and SMS rules.

Dear Sergewy,

Boolean field can not be used in "Notify when field value change" option in Email Sending Rules and SMS rules.
by enishemed
22 Sep 2023, 15:10
Forum: Suggestions
Topic: Monthly numbering automatic
Replies: 7
Views: 581

Re: Monthly numbering automatic

This code assigns it.

Code: Select all

$output_value = $new_item_num;
as100 wrote: 22 Sep 2023, 14:09 How to assign a calculated value from the given code to a numeric field?
by enishemed
21 Sep 2023, 10:29
Forum: Suggestions
Topic: Suggest adding approval fields that support workflow engines
Replies: 1
Views: 180

Re: Suggest adding approval fields that support workflow engines

You can configure that using automate actions processes in extension.
by enishemed
19 Sep 2023, 19:39
Forum: Discussion
Topic: Photo Field in Report Designer
Replies: 3
Views: 232

Photo Field in Report Designer

Hi Sergey,

I have two questions about user photo in users entity.

1- Is it possible to change the size of user photo in Report Designer using Field type?
Adsız.png

2- Is it possible to change the size of user photo in user entity item page?
by enishemed
19 Sep 2023, 12:08
Forum: Bug Report version 3.4.4
Topic: Sort Values in Report Designer
Replies: 3
Views: 1573

Re: Sort Values in Report Designer

It works, thanks.
by enishemed
18 Sep 2023, 11:10
Forum: Bug Report version 3.4.4
Topic: Auto focus search in dropdown of Report Designer Filters
Replies: 2
Views: 1028

Re: Auto focus search in dropdown of Report Designer Filters

I am using 3.4.3.

I tried CTRL + 5 to reset js cache.

In Microsoft Edge,
Auto focus does NOT work for search area,

In Chrome
When clicking on dropdown, the dropdown menu does NOT OPEN.
by enishemed
15 Sep 2023, 23:56
Forum: Suggestions
Topic: Monthly numbering automatic
Replies: 7
Views: 581

Re: Monthly numbering automatic

The following code should work. Create a numeric field. [1112] Create a date field. [1111] $item_month = date('Y-m', [1111]); //change Unix time to Y-m format $info_query = db_query("select field_1112 as num, from_unixtime(field_1111, '%Y-%m') as month from app_entity_28 order by id desc limit ...
by enishemed
13 Sep 2023, 13:55
Forum: Bug Report version 3.4.4
Topic: Auto focus search in dropdown of Report Designer Filters
Replies: 2
Views: 1028

Auto focus search in dropdown of Report Designer Filters

Dear Sergey, In my opinion, when we click on the filters in report designer reports, the pointer should be automatically focus on search area. But it does not, after click on filter, we have to click on the search the second time. Instead of search area, it focuses to the first option. You can see f...