xero
xero copied to clipboard
Xero Library for Private Applications in Node
Thanks so much for this fantastic module. I made a minor change so that a user can now also perform GET, POST and PUT commands to the Payroll API on...
The library is creating an incorrect CreditNotes root element for the XML request body when PUT'ing to /CreditNotes/{id}/Allocations. The root element in this case should be Allocations. There is a...
Does not seem to support accessing a single employee ie. xero.call('GET', '/Employees/81axxxxe-5c76-46f7-b136-f01xxxx019e3', null, function(err, json) { List of all Employees is all OK, but when an id is passed, it...
* Added override for easyXml * Upgraded docs to include this parameter * Added table of parameters * Added object-assign to the dependencies rather than use Object.assign so this can...
According to the XERO Developer SDK Regarding [TrackingCategory](https://developer.xero.com/documentation/api/tracking-categories) and thier support team. You should be able to submit up to Two Tracking Categories per Line Item in an Invoice. However,...
Hey I am trying your code to generate and download PDF of particular invoice ID, but I am facing some problem. My Code like this:- var xero = new Xero(CONSUMER_KEY,...
Same than #27 but with correct indentation and backward compatibility.
If you try to send a document to xero , the file gets uploaded successfully but size is different and It doesn't display the content but end up with an...
C:\Users\HP\Downloads\MVC\xero-master>node server fs.js:640 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open 'C:\Users\HP\Downloads\MVC\xero-m aster\undefined\.ssh\id_rsa' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.readFileSync (fs.js:508:33) at Object. (C:\Users\HP\Downloads\MVC\xero-master\server.js:9:26)...
Hi, I've had issues with issuing POST requests for sending new Earnings Rates to Xero. When creating the JSON for sending with the POST request. ``` var newEarnings = {...