xero-php
xero-php copied to clipboard
A php library for the Xero API, with a cleaner OAuth interface and ORM-like abstraction.
Getting The nonce value "XXXX" has already been used. I have checked the xero documentation for the same [here](https://developer.xero.com/documentation/auth-and-limits/oauth-issues). Is this issue with the function that is being used to...
In class XeroPHP\Models\Accounting\RepeatingInvoice\LineItem.php when I want to get hold of the LineItemID it always returns blank - just adding the following function resolves it - is this missing or am...
I create a new invoice via the API. If I could create a totally blank invoice I would, since I need to reserve the Invoice Number for a particular job...
Xero API has a feature to send items in bulk "You can create or update a maximum of 500 items per request, although we recommend batches of 50-100 to optimise...
Hi, Are there any plans to create a Model for the Xero BatchPayments API? https://developer.xero.com/documentation/api/batch-payments Thanks,
When I'm trying to add the `Allocation` to `Overpayment` which already has allocations, I got a validation exception on saving overpayment. As far as I understand [Xero API](https://developer.xero.com/documentation/api/overpayments#PUT) waits for...
I want to update (add late payment fee) an invoice which is partially paid. Reading similar posts hinted to remove associated payments first and then update the invoice. What is...
Hi, I try to create new contact person to a contact existing and when there is not any contact person is good the process is adding the new contact person...
Hi I am using `"calcinai/xero-php": "^1.8",` with `"laravel/framework": "5.5.*",`. I am going to create a purchase order in Xero from a partner application. Everything except delivery instruction saved. Is there...
Hi, Your SDK is great, thanks for the effort in putting it together. I am adding attachment to Invoices and it works fine, now I have tried adding an attachment...