Search found 166 matches

by p.dimitrov
11 Apr 2024, 15:33
Forum: Bug Report version 3.5.3
Topic: Strange issue with date filter
Replies: 1
Views: 86

Re: Strange issue with date filter

Ok looks like it has something to do with time zones and maybe the summer time change:

Assuming that this timestamp is in seconds:
GMT: Sunday, March 31, 2024 9:00:00 PM
Your time zone: Monday, April 1, 2024 12:00:00 AM GMT+03:00 DST

It's correctly set in rukovoditel, server and php I think.
by p.dimitrov
11 Apr 2024, 13:21
Forum: Bug Report version 3.5.3
Topic: Strange issue with date filter
Replies: 1
Views: 86

Strange issue with date filter

Today we noticed something very strange:
when date field filter set to 31.03.2024(sunday) it shows results for 01.04.2024(monday) for some reason. Other dates I tried seem to be working fine, like other sundays or other 31 end of month dates.
date_filter.png
by p.dimitrov
10 Apr 2024, 15:08
Forum: Discussion
Topic: Automatic "Add in" Selection?
Replies: 2
Views: 90

Re: Automatic "Add in" Selection?

If Dealerships are user accounts and they are creating the orders then "Service Orders" could be a moved as a Main Entity and not a child of Dealerships. Then when dealership adds new order, automatically assign [current_user_id] of that dealership to a "User" or "Entity&quo...
by p.dimitrov
09 Apr 2024, 10:41
Forum: Bug Report version 3.4.4
Topic: Related entity - add record action can't add multiple related records
Replies: 1
Views: 108

Related entity - add record action can't add multiple related records

I have an order entity with an entity field "Protokol". I want to select multiple orders and run action "Add related record" for each selected order, and add one new "Protokol" for each selected record. If only one orders is selected its ok, but with multiple selected o...
by p.dimitrov
04 Apr 2024, 13:16
Forum: Discussion
Topic: Automated actions for more records
Replies: 5
Views: 393

Re: Automated actions for more records

I'm also interested in this, if it means what it think it is. For example for multiple selected records, an action in performed for each selected record: -selected record -----> 1 action is run for this record -selected record -----> 1 action is run for this record -selected record -----> 1 action i...
by p.dimitrov
25 Jan 2024, 11:45
Forum: Bug Report version 3.4.4
Topic: Report designer montly filter
Replies: 6
Views: 195

Re: Report designer montly filter

Figured it out I think:

It should be '[filter_by_date]' in query otherwise with only [filter_by_date] won't work.
Storing it in php var $date = '[filter_by_date]' and using $date for filter also doesn't work, only '[filter_by_date]'.
by p.dimitrov
25 Jan 2024, 10:19
Forum: Bug Report version 3.4.4
Topic: Common reports filter panels bugs
Replies: 6
Views: 821

Re: Common reports filter panels bugs

This is what I mean:
filter.png
In record listing the filter correctly excludes orders that are not in the current list.
In common report about the same listing it shows all values, not only for the current list.
Its the same filter for the same listing but its behaving differently.
by p.dimitrov
25 Jan 2024, 09:49
Forum: Bug Report version 3.4.4
Topic: Report designer montly filter
Replies: 6
Views: 195

Re: Report designer montly filter

Ok, that shows correct value in php but as far as I see still not filtering right though: -I have inserted 2 records in 01.2024 and 1 in 12.2023 -the counter is showing 0 records when the correct month is chosen in dropdown -when I select 2025-01 (equals 2024) it's showing 2 records -when I select 2...
by p.dimitrov
24 Jan 2024, 17:17
Forum: Bug Report version 3.4.4
Topic: Common reports filter panels bugs
Replies: 6
Views: 821

Re: Common reports filter panels bugs

Hi, the fields are showing now, but still not excluding values not in listing and showing all results for the entity.