quickbooks-ruby icon indicating copy to clipboard operation
quickbooks-ruby copied to clipboard

Quickbooks Online REST API V3 - Ruby

Results 38 quickbooks-ruby issues
Sort by recently updated
recently updated
newest added

I spent a while wondering why the SubscriptionStatus didn't match what QBO showed on: https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000800_manage_your_apps/quickbooks_online_subscription_states Then I found this in https://developer.intuit.com/docs/api/accounting/companyinfo And at that point, little hint "returned in the...

Hi, Thanks for this useful gem! I have tried to query to check if customer is existed in QBO or not. `@customer_service.query("Select id From Customer where DisplayName = '#{display_name}'")` But...

I've noticed that the Quickbooks API chokes on non-ascii characters - I was thinking it would be nice if the `QueryBuilder` either stripped those characters by default or contained some...

The latest version of oauth is 0.5.1. Can we get support for this? Thanks.

### This PR is an improvement to previous PR that was merged but then reverted because of an issue. The previous PR is https://github.com/ruckus/quickbooks-ruby/pull/264 - This PR introduces some methods...

Hi guys, I'm currently at quickbooks-ruby 1.0.1 and everything is working perfectly, But the moment I use 1.0.3 or higher, I get this error message when starting the rails server:...

We have noticed that invoices exported to Quickbooks Online do not follow the default settings to allow online credit card payments. When building invoices, we are not setting these fields,...

- Add "void" functionality to `BillPayment`.

Just a quick correction on the readme file, the name of the gem is 'activemodel' and not 'active_model' as shown on the file there. Thanks!