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

A Python library for accessing the Quickbooks API.

Results 27 python-quickbooks issues
Sort by recently updated
recently updated
newest added

Hello, Any plans to implement the functionality representing a `RecurringTransaction`? https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/recurringtransaction

The RecurringTransaction object in the QBO api is quick awkward to work with. I had to extend each support object and then inject the recurring properties into it. The code...

I am using https://pypi.org/project/intuit-oauth/ and https://github.com/ej2/python-quickbook every couple of days I am getting invalid grant and need to go through the online url again to get new refresh and access...

This feature should be present, how can i query a vendor by any other field, because only email is unique property of a vendor right now that i have

Ref https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase From there ... "If a duplicate DocNumber needs to be supplied, add the query parameter name/value pair, include=allowduplicatedocnum to the URI. Sort order is ASC by default." This...

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. Release notes Sourced from oauthlib's releases. 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS CVE-2022-36087 OAuth1.0: #818 : Allow IPv6...

dependencies

It would be great to have an option for all queries to perform multiple queries to quickbooks when the count() > 1000 rather then having to do the multiple queries...

Hi @ej2 Is that an option to contribute CI helpers for github actions including better and automated code quality: - Black - pylint - flake8 For this project?

It seems that https://github.com/ej2/python-quickbooks/blob/master/quickbooks/objects/base.py#L42 will break it. If I use 0 as the default, it works all the time. What would be the best way and accepted way to fix...

Hey, quick feature request. I'd be awesome if the `object.filter` method could accept a double underscored `__gt` or `__lt` suffix on parameters to allow use of > and < without...