python-quickbooks
python-quickbooks copied to clipboard
A Python library for accessing the Quickbooks API.
I faced an unexpected behavior: `Invoice.Line[0..n].SalesItemLineDetail.ServiceDate` obtains weird value `"9999-12-31" ` I'm using version 0.9.7 When I create an invoice using this library I don't specify any value in ServiceDate...
In the testing on my project the jsonEncoder in newer versions of python calls default for both keys and values. This means that you get an exception if you pass...
direct invocation of setup.py is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). Build and publish a wheel. setuptools is not a runtime requirement.
Steps to Reproduce: 1. Set SKU property on any `Products and Services` object 2. Execute Item.all() 3. SKU property is None for all returned objects in Item list
Apologies if this is an inappropriate avenue to make this request. The Quickbooks API documentation appears to indicate that the TimeActivity object has an optional variable "CostRate" which is readable...
Running this code from the documentation works perfectly in the sandbox, but throws an AuthorizationException when running in production workspace (I have verified that the client is authenticated properly) :...
Would be great if the Attachment entity could be changed to allow bytes alongside file paths. ```python # Create the Attachable object attachable = Attachable() attachable.FileName = "thumbnail.jpg" attachable.ContentType =...
Initially it's successfully getting the tokens, but if I try again instantly getting this error there's some cool down of 3 hours or something to get tokens again succesfully how...
`intuit_id` is a response header in QuickBooks accounting API how can we access it? From the docs: https://developer.intuit.com/app/developer/qbo/docs/learn/rest-api-features > `intuit_tid` - Indicates errors or issues. Tip: If you see this...
This is to support `&include=enhancedAllCustomFields` for usecases where all custom fields on an object need to be enumerated.