You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to download my invoices so that I can keep records offline.
Backend Tasks:
Create a new API endpoint that handles the request for downloading invoices.
Generate the invoice data in the appropriate format (e.g., PDF) on the server.
Implement proper authentication and authorization to ensure that only authorized users can download invoices.
#Three popular HTML to PDF libraries: Puppeteer, jsPDF, and PDFKit.
Frontend Tasks:
Implement a "Download Invoice" button/link on the frontend, preferably on the order details page.
Connect the frontend to the new backend API endpoint for downloading invoices.
Provide user feedback, such as loading indicators or success messages, to inform users about the download status.
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to download my invoices so that I can keep records offline.
Backend Tasks:
#Three popular HTML to PDF libraries: Puppeteer, jsPDF, and PDFKit.
Frontend Tasks:
The text was updated successfully, but these errors were encountered: