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.
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.
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.