mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
Reports with date parameters don't paginate #5179
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#5179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MaxSantolo on GitHub (Mar 19, 2024).
After the creation of a report with date parameters (like from - to) and using "value" as parameter so that the user can enter a specific date, and after adding a main grouping of the report based on a "feedback field": if one of the groups has more than 20 items clicking the paging results in empty group.
Expected Behavior
Pagination should show the next 20 group results.
Actual Behavior
Pagination shows empty list and disables pagination buttons.
Steps to Reproduce
Context
I need a report of leads grouped by feedback in a period of parametric dates (from - to)
Your Environment
@serhiisamko091184 commented on GitHub (Mar 20, 2024):
Hello @MaxSantolo,
thanks for raising the issue,
I'm afraid I'm unable to replicate that behavior,
would you please be more specific about the report setting and add some screenshots if possible (particularly fields used and conditions applied)?
I'd like to clarify as well about modules - is it only the case for the Leads module or several modules?
Thanks in advance!
Regards,
Serhii
@MaxSantolo commented on GitHub (Mar 21, 2024):
@serhiisamko091184
Modules Impacted are leads and contacts.
Search

After Next Page click

@serhiisamko091184 commented on GitHub (Mar 22, 2024):
Hello @MaxSantolo,
thank you for your quick response,
the issue has been moved to the SuiteCRM repo as present in v.7 as well.
I was not able to achieve the same behavior from the very first time, because having this set of local settings works fine for me:

One more time thanks for bringing this up to our attention!
Regards,
Serhii
@MaxSantolo commented on GitHub (Mar 22, 2024):
Hello @serhiisamko091184,
I can confirm It's a problem of date format. With mm/dd/yyyy works perfectly. Probably something in the js.
Let me know if I can help in any way.
Regards,
Max