-
ERP Solutions
-
Everything is working, except the filters, they are ignored, including pages.
```
$res = $zohoBooks->invoices->getList(['status' => 'unpaid', 'page' => 3, 'per_page' => 200]);
$res = $zohoBooks-…
-
-
**Name of app / service**
Zoho Books
**Link to developer documentation**
https://www.zoho.com/accounts/protocol/oauth.html
**Is lack of support preventing you from building workflows, or do you have…
-
**App Name:** Accounting app - Zoho Books
**Bundle ID:** com.zoho.zbooks
**iTunes ID:** 710446064
**iTunes URL:** https://apps.apple.com/us/app/accounting-app-zoho-books/id710446064?uo=4
**App Ver…
-
Your API is correct. See https://www.zoho.com/books/api/v3/#Credit-Notes_Void_a_Credit_Note - there is no need for a JSONString param.
```
Webleit\ZohoBooksApi\Exceptions\ErrorResponseExceptio…
-
Resource key for Customer Payments should be "customerpayments" for `getList()` method to work when creating the collection.
This is a regression introduced in #37 - the correct fix is detailed in…
bluec updated
4 years ago
-
var_dump($zoho->settings->taxgroups->getList()->toArray());
Zoho returns 'The HTTP method GET is not allowed for the requested resource'
-
```
-
At the moment, you only allow the old 'Zoho-authtoken' which they keep saying is going to be deprecated.
I had a quick hack at making it work by doing a `if (strpos($this->authToken, '1000.') === 0…