Help us improve

Get Paginated Invoices/Receipts By Date Range

Right now there is no consistent method for retrieving invoices/receipts efficiently from within a specific period of time. My suggestion is to combine the GetReceiptsWithPaging with the GetInvoicesByDateRange method in order to extend the functionality of the GetWithPaging method so you can select a date range. You could then apply filters on top of that.

For example this would allow you to run a query like "Get all invoices from September 01 to October 01 that are overdue".

This could be done by adding two optional parameters to the 'GetReceiptsWithPaging' method for a StartDate and an EndDate, then that could be used as a basis for a 'GetInvoicesWithPaging' method.
  • Guest
  • Jan 10 2017
  • Released
  • Jun 20, 2023

    Admin response

    Hi, This has been now been Released in the new Invoices screens.

    1.Please enable the 'New Design' from your Dashboard.

    2. Then go to Invoices and in the 'Time period' select one of the filters (for example . this year).

    3. You can then select the appropriate 'Start date' and 'End date' to provide you what you are looking for in addition to using the 'All Statuses' filter (example Overdue)


  • Attach files
  • Guest commented
    January 10, 2017 09:14

    Where can this be found? Is it part of the REST API?

  • Guest commented
    January 10, 2017 09:14

    Hi Steven,

    Yes, that's correct. We are actively developing the REST API at the moment and all new functionality will be contained there.

    Thanks,

    Tom

  • +43