Print invoice from frontend #27

Open
opened 2026-05-21 20:06:21 +00:00 by jmiller · 0 comments
Owner

Summary

Allow customers to download/print their invoice PDF from order history.

Requirements

  • Download invoice PDF button on order detail
  • Fetch PDF from Dolibarr GET /documents with modulepart=invoice
  • Stream PDF to browser (no local storage)
  • Only accessible to order owner

Acceptance Criteria

  • Download Invoice button on order detail
  • PDF fetched from Dolibarr and streamed
  • Only order owner can access
  • Works across browsers
## Summary Allow customers to download/print their invoice PDF from order history. ## Requirements - Download invoice PDF button on order detail - Fetch PDF from Dolibarr `GET /documents` with modulepart=invoice - Stream PDF to browser (no local storage) - Only accessible to order owner ## Acceptance Criteria - [ ] Download Invoice button on order detail - [ ] PDF fetched from Dolibarr and streamed - [ ] Only order owner can access - [ ] Works across browsers
jmiller added the priority/lowtype/featurearea/frontendarea/dolibarr-api labels 2026-05-21 20:06:22 +00:00
jmiller added the status/pending-testing label 2026-05-22 02:05:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#27