- or
584 results found
-
Allow Calculating leaves in days and not hours
Please allow calculating leaves in days and not hours. Some Xero users prefer calculating leaves in days.
1 vote -
automatically insert a Pay Now button when an invoice is emailed to a customer via the API POST function
Currently the Xero API allows us to trigger the emailing of a Xero invoice to the customer via a POST command.
If a Payment Service is already set up in Xero, the emailed invoice should automatically include the Pay Now button.
1 vote -
Allow 20 characters in Phone Number field in New Zealand and UK
Problem:
The Xero phone number field only supports 13 characters in New Zealand and the UK. We have build an integration between Xero and BambooHR that is used by mutual companies in Australia, New Zealand and the United Kingdom. It has become a global necessity to keep mobile phone numbers with a country prefix. 13 characters, your current Xero limit, is not long enough and needs to be lengthened.
Solution:
We propose that Xero allows 20 characters in this field as BambooHR and many other companies now do.
Benefit:
Happy mutual customers who can data entry effectively important communication numbers. Enhances the user experience when using Xero and BambooHR.
Problem:
The Xero phone number field only supports 13 characters in New Zealand and the UK. We have build an integration between Xero and BambooHR that is used by mutual companies in Australia, New Zealand and the United Kingdom. It has become a global necessity to keep mobile phone numbers with a country prefix. 13 characters, your current Xero limit, is not long enough and needs to be lengthened.
Solution:
We propose that Xero allows 20 characters in this field as BambooHR and many other companies now do.
Benefit:
Happy mutual customers who can data entry effectively important communication numbers.…
1 vote -
Practice Manager API returns the Last Modified Since value which you can search for
The Practice Manager API allows you to restrict the list to anything that has been modified since a particular date. The issue is that the value isn't returned on the response.
We would like that field to be returned so we have visibility on the exact last modified time.
https://developer.xero.com/documentation/api/practice-manager/clients#get-list
modifiedsince=yyyy-MM-ddTHHss
Thank you
1 vote -
On Attachment of supplier invoice against PO, update the POs UpdatedDateUTC
Upon Uploading a file to a Purchase Order in Xero the UpdatedDateUTC value does not update.
We are looking to pull all files linked to POs into our system and currently need to send a list of POs to check for attachments against, instead of easily knowing which PO has an attachment added since the last time we completed an API call.
1 vote -
allow control for the default email when sending invoices
When sending an invoice through Xero.com the format includes a "Pay Now" button. I wanted this when sending an invoice through the API.
1 vote -
Add If-Modified-Since optional parameter to Xero Projects APIs
We are trying to sync customer's Tasks across Xero Projects, currently we have to poll for all Tasks on each Project. Some customers are using 200+ 'active' (state= INPROGRESS) projects, however they are only adding 5-10 Tasks a day spread across these projects.
If we were able to query the /projects endpoint with a 'If-Modified-Since' parameter (or header) and the result only contained projects either updated direct or those that had associated Tasks added/edited, then we would only need to call /projects/:id/tasks for those ProjectId's, likewise if this endpoint also could be queried with
If-Modified-Sincethen only those new Tasks will be returned.This would greatly reduce the number of API calls made each polling event (and keep within our current rate limits)
Alternatively, could support /tasks to be returned across all Projects (with projectId as a field) still with the 'If-Modified-Since' support
We are trying to sync customer's Tasks across Xero Projects, currently we have to poll for all Tasks on each Project. Some customers are using 200+ 'active' (state= INPROGRESS) projects, however they are only adding 5-10 Tasks a day spread across these projects.
If we were able to query the /projects endpoint with a 'If-Modified-Since' parameter (or header) and the result only contained projects either updated direct or those that had associated Tasks added/edited, then we would only need to call /projects/:id/tasks for those ProjectId's, likewise if this endpoint also could be queried with
If-Modified-Sincethen only those new Tasks…1 vote -
Long lived tokens for testing purposes
Our challenge is with our test and verification setup: we have 4 stages of pre-production environments and every environment runs CI (Jenkins) with full tests each night and relevant tests with each code push. With this setup it is very challenging to share and update shared refresh tokens.
We would like long lived tokens (access and/or refresh) for testing purposes only.
Other services we work with have been able to change settings on app/client id level.1 vote -
i want to initgrate one other payment gateway system like paypal and all
i want to intigrate another payment system in xero platform like paytm and Paypal
1 vote -
Short-term cash flow - include draft invoices
I love the new cash flow feature, but I would love the option (a tick box that you could turn on and off) to include draft invoices.
When I set up a client we sent 3 invoices. I usually send the first, and make the next two as drafts. But this means these are not included in the cash flow projection.
I would love to be able to see these included or at least an option to choose to see them included.
1 vote -
Change of bank account - checkbox and/or prompt to verify that you have verbally confirmed the account details are correct for Suppliers
Change of bank account - checkbox and prompt to verify that you have verbally confirmed the account details are correct for Suppliers. Date functionality of when you confirmed would also be beneficial.
1 vote -
add the platform 'Clockify' as an integration option
Hi, it would be great to be able to automatically import time logs from Clockify per client and create weekly invoices.
1 vote -
update repeating invoices when an inventory item price is updated
Currently when an inventory item's price has been updated, the updated pricing does not automatically apply to repeating invoices. Would love for an option to update be available.
1 vote -
Get mapping of companies with all embedded integrations
Suppose, I have more than 500 companies to manage and each one uses different integrations eg: routable, adp, toast, square etc. How can I see which company is associated with how many integrations. I want to have a report or api that can provide me that information.
Otherwise, there might be a possibility that for example: "Company A" in Xero might accidently or by human error be connected to "Company C" in routable instead of "Company A". Having some kind of metric can help in auditing/correcting such things else it could be a recipe for disaster.
1 vote -
Get the percentage of income in the Profit & Loss API
The profit & loss api requires a % of income exported into their json it'll help report devs like me working on the custom reports to avoid complicated calculations on the reports and bring flexibility of data in the API
1 vote -
Get-BalanceSheet API for reporting should spit out data as of the input date parameter
I've been working with GetBalanceSheet reporting api, I realized while fetching data for all dates and found out that it is returning data pointing to the last date of the month in the input date.
Example:
Get-Balancesheet API
date: 10/24/2021 (mm/dd/yyyy)API returns data as of 10/31/2021 instead of 10/24/2021
Get-IncomeStatement does not have this issue.
1 vote -
create new endpoint for "Copy to Bill"
there's an article for "Creating Bills from Purchase Orders" (https://central.xero.com/s/article/Creating-bills-from-purchase-orders), however I can't find endpoint for this action in accounting API (https://xeroapi.github.io/xero-node/accounting/index.html#api-Accounting).
Update the status using updatePurchaseOrder (https://xeroapi.github.io/xero-node/accounting/index.html#api-Accounting-updatePurchaseOrder) won't let user create a bill in xero by default.
Fyi, this is my case detail : (https://central.xero.com/s/case?caseId=5003m00001DLY6B)
Thanks
1 vote -
I really like Xero - but get frustrated that I have to type each invoice number in the payments schedule -
It would be great if the reference populated into one of the payment fields - ref or Code so the Supplier knows exactly what we have paid for - and allocates our payment as we intended.
The Accredo package did it - all part of package.1 vote -
API Connectivity
Hello - Who can I speak with regarding help for API connection to a payment processor?
1 vote -
GST F5 API
Ability to retrieve the Box1-13 information on GST F5 for Singapore audience.
1 vote
- Don't see your idea?