Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
Unsorted Data Export | GoodFirstPicks

Unsorted Data Export

frappe/frappe 1 comments 7d ago
View on GitHub
lowopenScope: clearSkill match: maybeTest focusedFrappe / ERPNextPython

Why this is a good first issue

Export sorting issue with more than 20 records.

AI Summary

The issue involves incorrect sorting during data export when more than 20 records are selected. The expected behavior is to maintain the selected sorting method, but it defaults to descending creation date. This likely involves fixing the export logic or pagination handling.

Issue Description

Description of the issue

  • By default, up to 20 records are imported in the selected sequence without issues
  • When importing more than 20 records, the sequence is not maintained correctly.
  • They are exported in descending order based on creation date instead of the selected sequence

Context information (for bug reports)

Output of bench version

- Frappe Framework: v15.87.0
- ERPNext: v15.85.0 

Steps to reproduce the issue

  1. Go any doctype which has more than 20 records
  2. Sort by any other field except creation
  3. Select no of records more than 20
  4. Export it as Excel

Observed result

  1. Data will be exported in descending order based on creation date

Expected result

  1. It should be exported as same as selected sorting method

Screen Recording

https://github.com/user-attachments/assets/4dba15b2-7080-4774-9071-a9ee383822ea

Stacktrace / full error message

(paste here)

Additional information

OS version / distribution, Frappe install method, etc.

GitHub Labels

bug

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!

Risk Flags

  • potential pagination logic
Loading labels...

Details

Points10 pts
Difficultylow
Scopeclear
Skill Matchmaybe
Test Focusedyes
AssigneeShrihariMahabal