QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/

Results 116 QuickBooks-V3-PHP-SDK issues
Sort by recently updated
recently updated
newest added

I got an error when try to the statement: $dataService->Query("select * from Item WHERE Name='$itemName'"); $itemName' = 'Boot – Wolverine – Legend 6" Safety Toe – W10611 (ANY POSITION)'; It's...

This is my query: SELECT * FROM Customer WHERE DisplayName='Limited Company “FIRST CUSTOMER”` I understand that this problem with this “ I can create customer with this "DisplayName", but i...

in `src/DataService/DataService.php` L793 ``` /** * Creates an entity under the specified realm. The realm must be set in the context. * * @param IPPIntuitEntity $entity Entity to Create. *...

Hello, I am having constant issues when adding TaxAgencies, I got around it the first time by inserting them in Batches but I am at a point where I have...

Hi @hlu2 and team, I wonder if you could let the docs team know that the docs don't include the PrintStatus field? https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder I can see it's on the IPP...

I am trying to use the Query() service to query by id. I know you can load an entity (e.g. a Customer) by Id, but I can't figure out how...

Spelling fixes and remove some trailing spaces.

Using PHP Api 5.4.5, and when I pull a payment using a query like "select * from Payment where Id = '1010'", the Line's LineEx is only populated with an...

I found a bug in php SDK. https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/DataService/DataService.php#L861 The class name is QuickBooksOnline\API\Data\IPPSalesReceipt and CoreConstants::VOID_QUERYPARAMETER_GENERAL is assigned instead of CoreConstants::VOID_QUERYPARAMETER_PAYMENT, that causes error below. If you inspect $uri variable it...

hacktoberfest

Upgrade XSD2PHP package to composer based. Closes https://github.com/intuit/QuickBooks-V3-PHP-SDK/issues/362 Change Overview: - Identified repo for XSD2PHP - Original is gone - https://github.com/elliotchance/XSD2PHP - Identified latest matching version of current embedded version...