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