582 results found
-
Add assign purchases field to the bottom of sales /invoicing screen - this option is available in purchases but not sales.
Add "Assign purchases" field to the bottom of sales /invoicing screen - this option is available in purchases but not sales.
We assign expenses to customers while invoicing - If we have multiple trades it would make life easier if at the bottom of the sales invoice scsreen i could assign billable expenses here.1 vote -
Posting receipt of payments on Invoices or downloading of receipt pdf of the payment
On XERO online portal, when we add a payment we can send a receipt to customers email. Similar way can we have this feature via api. Either by posting receipt on payment acceptance or download receipt pdf of payment. This is something must have feature.
13 votes -
Manual Journals: Add Customer and Business unit to the API
There is currently no wat to choose Customer or Business Unit on the line item in the Manual Journals, that I can see.
I am using the c# api.
2 votes -
API access to General Ledger report
Please add the GL report to the API Reports list
26 votes -
Add the ability to download PayRoll files (either ABA files or transaction Files)
It would be terrific to be able to download information about PayRoll payments, either in the ABA format or some other form.
It appears all the information is inside Xero somewhere, it is just not exposed.
For example, Company A has two employees Jen and Joe.
Jen earns $12,000 in one payrun with $2,000 going to one bank account and $10,000 going to the second.
Joe earns $7,000 in one payrun going to a single bank account.
The total is $19,000.
It would be good to be able to get this information out of Xero via an API
1 vote -
Be able to filter by items inside a list. e.g. Filter invoices by Line Item's Tracking Category
Be able to filter by fields inside an object which has lists. Such as Invoice's Line Items.
These fields contain important information such as tracking category, amounts, totals which would be a good functionality if one is able to filter using these information so to create more detailed reports6 votes -
Validation Errors: important additional info isn't provided
Can you rewrite logic about ValidationException handling?
For example, if several invoices will be posted to Xero and one cause validation error, no way to understand which invoice caused the error.Xero.Api.Infrastructure.Http.XeroHttpClient -> HandleErrors:
var data = JsonMapper.From<ApiException>(response.Body);
Here error response provides detailed information about who and why caused the errors.
But during deserialization it just takes all validation messages and saves them to array without any other really important information.6 votes -
add line item ids to manual journal lines on GET and POST successful responses
this will make it possible to keep local data linked to manual journal lines up to date and in sync with changes made in xero
9 votes -
TaxNumber type field
Contact entity has a field to store Tax number type (EIN, SSN, ITIN and ATIN). This field is accessible via UI or in exported csv file, but not accessible via API, while "Tax Number" itself can be read using API.
9 votes -
add an option BankSummary to include accounts with zero balances and no transactions
When an account has a zero balance and no transactions for the specified time period in the Bank Summary Report, it is excluded from the returned data.
The request is to provide an optional parameter, 'includeZeroBalances' or the like, that includes these accounts and displays them in the report with zero balances.
3 votes -
GET Organisation: expose 'edition' field
It would be useful for us (and I'm assuming others) if you were able to find out which edition (Starter, Standard etc) of Xero an organisation was configured as
1 vote -
Create API to get information from Inventory reports (sales by item)
I would like an API which tells me the same information as I can see in the Sales by Item report, this would mean I can see how much I sell in a month, or selected dates, of a particular item.
For example I have an item called hourly rate I would like to GET the total invoiced in the month for hourly rate
1 vote -
Reconciliation of Prepayments and Overpayments is not supported
This is the error given to us when we try and send across an Overpayment that is reconciled. Please can it be implemented.
4 votes -
Schedule of Planned Payments
The Schedule of Planned Payments shows a total of the bills in £ Sterling. However we pay some bills in Euros, the total needs to show in Euros for those invoices.
1 vote -
Update Bank Transaction created by Bank Transfer
When you create a bank transfer, two bank transactions are created one on each bank account. There is no way to edit or reconcile the bank transactions that are created via the API. I would like the ability to do that.
5 votes -
supply non .net date format via API
I understand that you are using the Microsoft .NET JSON date format internally but would it be possible for you to return a more agnostic version of the date in a seperate field e.g. UpdatedDateUTCAlt?
1 vote -
Support for Inventory Adjustments
Add support for the inventory adjustments in the API.
Currently you can effectively perform inventory adjustments via the API using invoices. See the tracked inventory guide for more info: http://developer.xero.com/documentation/api-guides/tracked-inventory-in-xero/
This request is to expose the specific inventory functionality in Xero via the API.
14 votes -
Allow XML file types to be uploaded as attachments to invoices
We have electronic invoicing in Costa Rica and a legal requirement involves creating a xml file and sending it to the customer. It would be great if we could upload this xml file as xml rather than a txt to the actual invoice as reference in case the user wants to send the invoice with the xml included to their customer.
1 vote -
Have the Aged Receivables API actually match the report in Xero
Just have the API produce the aging buckets like the report
3 votes -
Allow Custom URL Schemes
Currently the URL elements of various Xero resources appear to reject URLs that do not fit the http or https scheme. It would be very helpful if this barrier was removed.
Both OS X and iOS are seeing an explosion of applications that implement custom URL schemes as a way to hook or callback. https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html
My personal use case is a custom built warehouse management system. Our established application is hosted on premises, with client runtimes on OS X and iOS. We're integrating as a private app to Xero and will be pushing in contacts, payables and sales. All of…
3 votes
- Don't see your idea?