ruckus / quickeebooks

ABANDONED !!!! Quickbooks + Ruby using the Quickbooks Online v2 Data Services REST API
MIT License
79 stars 67 forks source link

Support for Estimate service #103

Closed swanandp closed 9 years ago

swanandp commented 11 years ago

Is there any plan to add support for the Estimate service?

ruckus commented 11 years ago

Entity updates are usually done on "as-needed" basis and frankly I have no need for Esimate, so I don't see myself implementing it in the near future.

Feel free to implement it and send a Pull Request. Fortunately adding entities / endpoints is pretty straight-forward. You can generally just copy an existing endpoint and make some slight changes.

On Sep 29, 2013, at 11:47 PM, Swanand Pagnis notifications@github.com wrote:

Is there any plan to add support for the Estimate model?

— Reply to this email directly or view it on GitHub.

swanandp commented 11 years ago

Thanks for the clean code, I got a working code with Estimate entity today. I'll send a PR soon when I add a few more tests. Initial commit for that can be seen here

cwoolum commented 10 years ago

Hey @swanandp , any chance you could get the pull request in? The estimate functionality would be helpful.

swanandp commented 10 years ago

Hi @cwoolum I think I am not fully ready to send a PR yet, but you can check out the changes here: https://github.com/swanandp/quickeebooks/compare/ruckus:master...master

I had to add in some hacks to get QB Desktop get working, the API seemed very quirky to me at that time.

swanandp commented 9 years ago

Closing this.