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

https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customerbalance

Installing oauth2 gem 1.4.x now throws the following: You have installed oauth2 version 1.4.10, which is EOL. No further support is anticipated for the 1.4.x series. OAuth2 version 2 is...

This is probably user error but I think worth mentioning as an issue for posterity. I am building an invoice in Canadian Quickbooks and assigning the TransactionTaxDetail like this... ```ruby...

Removes the explicit dependency on Faraday < 2.0. This removes the custom gzip middleware in favor of a gem which seems to [have approval](https://github.com/lostisland/faraday/discussions/1395?sort=top) from the Faraday maintainers, and also...

We just switched to Puma/Sidekiq and we get this error often as well when using `quickbooks-ruby` gem. Here's a short backtrace: https://cl.ly/ly83 Is this a bug with `quickbooks-ruby`?

…Line.SalesItemLineDetail, Line.ItemBasedExpenseLineDetail, and Line.AccountBasedExpenseLineDetail line types. This adds support for additional attributes used outside of the US that allow prices to be displayed as tax inclusive amounts.

Hi. How can I get or create an recurring invoice? Is that possible?

Once the invoice record created in Quick books, then i have sent the email to customer from my web application. Cleint asked me regarding the pay link url. but currently...