Safe-and-Fast-Software / PDF-Automator

A Node.js program that creates PDFs from JSON. Can be hosted as an API or GUI. It will be used to automate the creation, and delivery of invoices, contracts, quota's etc.
https://pdf.safs.nl
GNU General Public License v3.0
2 stars 0 forks source link

Add paging #20

Open Tygo-van-den-Hurk opened 3 weeks ago

Tygo-van-den-Hurk commented 3 weeks ago

When going to /customers, or /documents, you'll attempt to load all instances. Which — especially for documents — can take quite a while. It'd be nice if it paged the result to only show the first 30, and then when you reach the end of the page, it will show the next 30, until there are no more.