minimul / qbo_api

Ruby JSON-only client for QuickBooks Online API v3. Built on top of the Faraday gem.
MIT License
85 stars 46 forks source link

Recurring invoices #99

Closed itaisoudry closed 5 years ago

itaisoudry commented 5 years ago

I had a thought about recurring invoices (invoice every month). Since there is no recurring invoice in the API, I was thinking about implementing a function (using qbo API) that gets a list of customers, extract the last sent invoice, and if month has passed, send a new one.

What do you think? I'm thinking about implementing it my self.

I'm not an experienced Ruby developer, but I would like to try.

minimul commented 5 years ago

@itaisoudry Thanks for the suggestion.

I would consider recurring invoice support out of scope for qbo_api but I think the idea would be perfect for a stand-alone gem.