26 results found
-
Allow the Demo Company to be reset without data - like a trial account
As a developer I have to test against the Demo Company as it has no limits. Unfortunately it has pre-populated data that makes testing more difficult. It would be nice to reset the Demo Company with the default Chart of Accounts but no ledger entries and all account balances as 0 so we can follow changes easily after making API calls.
44 votes -
Simplify Testing - Endpoint to reset all demo account data
In order to build solid, tested systems, we need to run end-to-end tests on our apps.
Proposal - Create a custom endpoint only for "Demo Accounts" that will flush every bit of data.
It's easier to create data in xero than to delete it. This will allow a reset before integration tests are run. We can then seed new data and run tests as expected.
This will also allow projects with multiple developers to get their own test accounts setup and more easily match the rest of the team's.
Please vote this up.
21 votes
Public API PM
responded
-
Publish transition document from XeroAPI.Net to Xero-Net
We have coded our interface to Xero using the XeroAPI wrapper.
I am keen to use the new wrapper but have no idea how many changes I would have to make to switch over. Basically i am happy with XeroAPI but want Paged queries for Invoices.
I'd like a document with some code examples that outlined the differences so that I can decide what effort would be required to switch over.
6 votes -
Document restrictions in the API
Where a restriction is imposed by the API (such as the characters acceptable as an Item Code) ... this should be documented somewhere ... ANYWHERE!
6 votes -
5 votes
-
Webhook or redirect url for when a user disconnects your connected app
Other platforms have webhooks or redirect urls for when a user manually disconnects the app from their (Xero) side.
Currently we will just get an
invalid_granterror without knowing if its due to the user disconnecting, or if something has gone wrong and a token refresh failed - requiring the user to reconnect.This is very useful to determine if the disconnection is intentional, especially when the billing isnt attached to the connection status.
Its also important to know so we can send the correct emails etc
4 votes -
Add the US Payroll Timeoffrequests to the Xero-Net SDK
I would like to have the US Payroll Timeoffrequest added to the Xero-Net SDK like the Australian Model has.
3 votes -
Official Perl Library
Originally I started using the CPAN Net::Xero module but found that while I could get things working that this was difficult to work with.
I have started trying to create a more comprehensive library ( https://github.com/pscott-au/CCP-Xero ) which I would like to evolve to the point of being officially supported. I expect to draw on the DTD specs to create object representations of the Xero objects and continue to refine the implementation to level comparable with that of other platforms.
If I continue to refine this implementation would Xero consider including in their list of SDK's - if so what…3 votes
Public API PM
responded
-
support in XeroAPI.Net for VS 2012 App Store projects
Support in XeroAPI.Net for VS 2012 App Store projects
Even though you can build App Store solutions with this XeroAPI.Net library and they run, they fail certification because the cryptography calls used are not part of the windows store API. A proper additional target platform build is required.
3 votesNo longer relevant
-
Make .Net class to partial classes
Make .Net classes to partial classes so we can take it to the next level like putting MVC validations or making new constractors to help us with the missing enums, etc.
thanks in advance
3 votes -
Support for retrieving files from a specific folder
In the API documentation, under the Files API, it describes the ability to retrieve a list of files from a specified folder, e.g.
GET https://api.xero.com/files.xro/1.0/Folders/414b3040-2829-4385-b458-3ead98fc69ca/Files
This functionality doesn't seem to be currently supported on the Net or NetStandard libraries.
2 votes -
Global Search Ability money idea
Hi Xero, In ten years time, wish new management will delegate a new project for their own benefits: implement "combinatorial search terms like google drive" in your global search function in Xero Practice Manager. Combinatorial search terms are like " Client first name , last name and ITR 2017" to instantly bring up search result showing "income tax returns 2017 for John Doe".
I wish your "Jobs" function in Xero Practice Manager allows attaching "attachments" to each job similar to Gmail for better workflow management.
Please share management to implement for your own benefits.
2 votesThis sounds like a cool idea that a third party developer could build on top of our API.
It’s not something we’d consider building and releasing as a Xero product though
-
Windows executable uploads invoice to xero
I want a windows executable that takes a csv file in a particular format and uploads it to Xero.
I can then simply configure third party software such as excel to simply execute the executable and upload an invoice.
I shouldnt have to goto the trouble of writing a heap of code to achieve this.
2 votesWhile this sounds like a cool thing for someone in our third party community to build, it’s not something we’ll be building as a Xero product.
-
have a SoapUI project with all the API calls INCLUDING the initial authorization.
Would love to have a SoapUI project that has examples of calls of all the APIs. This should include the initial authorization steps. A huge benefit is this shows actual REST calls and is completely language independent. It would be a huge help for those of us getting started. It would also be very easy to update as the underlying API's change.
2 votesWe have no plans to create a SoapUI project but you can easily import our OpenAPI specs to get up and running quickly. https://github.com/XeroAPI/Xero-OpenAPI
Alternatively, we do have collections for Postman and Insomnia:
https://github.com/XeroAPI/xero-postman-oauth2
https://github.com/XeroAPI/Xero-Insomnia -
in the .Net change the string options to enums that would be readable and faster in coding and very easy
you have a lot of string types like:
Account Status Codes 1-ACTIVE 2-ARCHIVED .
it will be very easy and readable and you don't need to remember all the codes if it was an ENUM please consider it. thanks in advance2 votesThis version of the SDK is no longer supported
-
Grails plugin, Yes Please!
Grails is the Rails for Java developers. Making a Xero Plugin for Grails would open up a ton of new SaaS companies for you as customers who want to integrate their SaaS grails application billing right into Xero. Like me! :D
2 votes -
Connection management in Developer Portal
With the upcoming changes to the developer program and connection-based billing, I’ve run into a practical issue: there’s currently no clear way to determine which connections are still active versus legacy or unused.
In most cases, there’s a single connection per Xero tenant. However, edge cases do occur, for example when a tenant wasn’t correctly disconnected, resulting in multiple connections tied to the same tenant across different users. Over time, these can accumulate, and it becomes difficult to identify which ones are actually in use.
Would it be possible to introduce a “Last Used” or “Last Request” field for each…
1 vote -
CIS
CIS annual statements - it would be very helpful if we could bulk email ALL subcontractors at the end of the tax year. Most lose monthly emailed statements so ask for an annual statement so they can do their returns and its time consuming to go in and individually, download statement, print to PDF and then email each person one at a time. Can you make a function like with the monthly CIS returns where you can email ALL subcontractors at once please ! :)
1 vote -
P&L by tracking category as a widget on my dashboard
P&L by Tracking Category as a widget on my dashboard
1 vote -
Add an RSS feed to https://developer.xero.com/changelog
Adding an RSS/Atom feed to https://developer.xero.com/changelog allows for much greater visibility of changes when they happen.
Instead of that one random time we stumble across the changelog page, or having to schedule a time to check it every x days/weeks - we can just subscribe to the feed and get updates as they're posted.
1 vote
- Don't see your idea?