Settings and activity
2 results found
-
47 votes
An error occurred while saving the comment
Gregory Gage
supported this idea
·
-
293 votes
Hi everyone, the demo company provides the ability to test and trial Xero features without impacting data in your live organisation. It's especially useful when you're getting started with the product or want to see how a feature works that you haven't used before.
That said, we understand not all our customers want or need access to the demo company. We appreciate your feedback on being able to hide or remove this here, and our product team are aware of the interest and feedback surrounding this - Both from this direct thread and the previous commentary and votes from the older forum where this originated.
While we don't have immediate plans, this is an area our team are looking to review. We will update you if there is any planned changes to this, through this idea.
Gregory Gage
supported this idea
·
The API currently makes it impractical to reproduce the Account Transactions report that exists in the Xero UI.
There is no supported way to query account transactions by transaction date. Developers must page through all journals using offsets and then filter client-side, which does not scale. Rate limiting further complicates what should be a basic accounting query.
Xero documentation appears to acknowledge this limitation by warning about modified-since filtering while offering no date-based alternative.
Please consider supporting this feature. At minimum, server-side filtering by JournalDate would materially improve the API. Ideally, the API would expose an Account Transactions endpoint equivalent to the UI report.