How to fetch list of invoices by date range? For example, invoice_date> = 2019-01-01 and invoice_date <= 2019-02-01.
How to fetch list of invoices by date range? For example, invoice_date> = 2019-01-01 and invoice_date <= 2019-02-01.