ruckus / quickbooks-ruby

Quickbooks Online REST API V3 - Ruby
MIT License
374 stars 302 forks source link

SalesItemLineDetail doesn't provide way to add TaxInclusiveAmt #569

Closed vinayakkatkar closed 2 years ago

vinayakkatkar commented 2 years ago

as per the documentation from official quickbooks API https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice TaxInclusiveAmt is available when minorversion=1 is sent in query parameters. Need support for this in quickbooks-ruby gem.

ruckus commented 2 years ago

@vinayakkatkar Thanks for the heads up. I just released version 1.0.19

Addition of TaxInclusiveAmt attribute Line.SalesItemLineDetail, Line.ItemBasedExpenseLineDetail, and Line.AccountBasedExpenseLineDetail line types.

vinayakkatkar commented 2 years ago

@ruckus thanks, appreciate the quick response. Will check and let you know if anything else is required