[Payment due @truph01] Docs updates for E/A#96947 add Download receipts option to reports - #97740
[Payment due @truph01] Docs updates for E/A#96947 add Download receipts option to reports#97740MelvinBot wants to merge 1 commit into
Conversation
Co-authored-by: truph01 <truph01@users.noreply.github.com>
|
@MelvinBot Mark this PR as ready |
|
✅ Marked this PR as ready for review. This is a docs-only change (a single HelpDot markdown file), so there's nothing to test in the app — no app-side verification was run. |
HelpDot Documentation ReviewOverall Assessment Scores Summary
Key Findings
Recommendations
Files Reviewed
Note: Detailed line-by-line feedback has been provided as inline comments. |
|
🎯 @truph01, thanks for reviewing and testing this PR! 🎉 A payment issue will be created for your review once this PR is deployed to production. If payment is not needed (e.g., regression PR review fix etc), react with 👎 to this comment to prevent the payment issue from being created. |
Explanation of Change
#96947 adds a Download receipts option to the More menu on an expense report. It downloads all of the receipts attached to that report as a single zip file, with a status window that prepares the file and downloads it automatically (with a Download file fallback button).
This updates the help site to document the new option.
What changed
How-to-Export-Reports.md— Added a new section, How to download the receipts on a report, alongside the existing single-report Export (CSV) and Download as PDF flows, since Download receipts lives in the same report More menu.description,keywords, andinternalScopefrontmatter to include receipts.Notes / verification
Download receipts(common.downloadReceipts).reportTransactions.some(hasReceipt)inReportSecondaryActionUtils.ts, so it only appears when a report has at least one receipt.exportReceiptsToZipcalls theExportReceiptsToZipcommand and produces a zip download; the status modal handles preparing → ready (auto-download) → partial/no-receipts/failed states.Fixed Issues
Related to #96947
@truph01, please review the files changed and confirm they reflect the current behavior. Then post a new comment saying
@MelvinBot mark this PR as ready for review.