Written off invoices

Hi guys,

I’m having problems with the invoicing API where it doesn’t appear to
return written off invoices with the OPEN_RECENT_OR_OVERDUE call.

I would expect that setting an invoice as written off would update it’s
“updated” date to today and therefore it should be picked up as a “recent”
invoice.

Is this a bug? If so it would be great to fix it.

Happy new year!

Graham

Hi Graham,

You’re right, writing off an invoice will change the updated_at timestamp
of that record.

I’m afraid that the “recent” filter uses the date of the invoice itself,
rather than the the created_at or updated_at timestamps.
In other words, “recent” doesn’t mean “recently changed”, it means “dated
within the past 3 months”.

I hope this helps to clear things up and apologies for the confusion!

Wishing you all the best for 2015, when it arrives!

Kind regards,
Dave JOn Wednesday, 31 December 2014 10:53:27 UTC, Graham Murt wrote:

Hi guys,

I’m having problems with the invoicing API where it doesn’t appear to
return written off invoices with the OPEN_RECENT_OR_OVERDUE call.

I would expect that setting an invoice as written off would update it’s
“updated” date to today and therefore it should be picked up as a “recent”
invoice.

Is this a bug? If so it would be great to fix it.

Happy new year!

Graham