invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
58 stars 49 forks source link

Add bulk download button to Reports #2177

Open rephlex opened 1 week ago

rephlex commented 1 week ago

A bulk download button in the Reports tab could for example enable the user to quickly download all invoices written within a given month. This is particularly useful when working with external accountants / tax consultants.

I know it's possible to bulk download from within the "Invoices" tab already. This is OK for a handful of invoices, but in my case the invoices are spread over 3 pages and you have to check/unckeck quite a few boxes manually.

The flutter app already has this implemented quite nicely (see screenshot). Bildschirmfoto vom 2024-11-10 10-42-01

turbo124 commented 1 week ago

@rephlex we can add this as a feature request, just to note, you can filter the invoice list by date, so unless you have > 100 PDF's to download, the current UI should support what you are asking for.

image

image