MDHMatt Posted July 14, 2017 Report Posted July 14, 2017 Hi all, Im wondering which accountancy software people use with blesta and if there is a plugin available to integrate with it? Also do you have any handy scripts to export your data? Quote
0 Michael Posted July 15, 2017 Report Posted July 15, 2017 You can do a CSV export via the Billing > Reports but no accountancy software yet, I do want to get a Xero plugin done for when I go Ltd though if you are interested we could work something out and you can have a copy. MDHMatt 1 Quote
0 MDHMatt Posted July 15, 2017 Author Report Posted July 15, 2017 22 hours ago, Licensecart said: You can do a CSV export via the Billing > Reports but no accountancy software yet, I do want to get a Xero plugin done for when I go Ltd though if you are interested we could work something out and you can have a copy. interesting. isnt there a thread about a xerox plugin somewhere?? you had any quotes? also side note ive pm'd you Quote
0 Michael Posted July 15, 2017 Report Posted July 15, 2017 16 minutes ago, ginner159 said: interesting. isnt there a thread about a xerox plugin somewhere?? you had any quotes? also side note ive pm'd you Yeah mate: Quote
0 activa Posted July 16, 2017 Report Posted July 16, 2017 I Noticied from blesta addons mailer emails they have xero plugin in thier todo list. Not sur about ETA. It nice to see xero plugin . Michael 1 Quote
0 Paul Posted July 19, 2017 Report Posted July 19, 2017 What would Xero integration look like? It's something we would consider implementing with more details. Do you just want all your transactions to be sync'd with Xero? Or is it more involved than that? Quote
0 Michael Posted July 20, 2017 Report Posted July 20, 2017 16 hours ago, Paul said: What would Xero integration look like? It's something we would consider implementing with more details. Do you just want all your transactions to be sync'd with Xero? Or is it more involved than that? Records all customers, invoices and transactions I believe mate https://developer.xero.com/documentation/api/api-overview Quote
0 limitstudios Posted July 20, 2017 Report Posted July 20, 2017 I have integrated Xero on our internal system (non blesta) and the flow is normally like this: Choose your API application type (private, public, partner). The partner application type is normally best to use for integration as you can swap expired OAUTH tokens for new ones; public does not allow this so access is limited to 30 minutes then you have to re-auth When creating an invoice (you can pass the Blesta Invoice Number into Xero to keep the Invoice Number's in sycn), first check if client email exists as a contact on Xero, if it does not create a new contact in Xero and store the Xero Contact GUID, else get the Xero Contact GUID if exists Pass the stored Xero Contact GUID when creating the invoice and store the Xero Invoice GUID When recording a transaction you will need to create an Xero Payment record and Xero Invoice GUID, the Xero Account ID (the bank account ID or the account code) and the payment date and amount Calls are GET, PUT, POST when connecting to the Xero XPI If you have any questions just get in touch via private message or here Michael 1 Quote
0 MDHMatt Posted July 20, 2017 Author Report Posted July 20, 2017 If you wouldn't mind posting your api scripts obvs remove your private stuff then it gives this community a spring in the right direction Quote
0 limitstudios Posted July 20, 2017 Report Posted July 20, 2017 My scripts are currently .NET but I would be more than happy to work with anyone that would like to get a PHP implementation started, wouldn't be that difficult using CURL and passing the correct variables, etc... Also re-reading the Xero docs as Blesta isn't a hosted solution the integration would need to be a "Private Application" type and pass the generated certificate in the authenticator request when accessing each Xero API Quote
0 MDHMatt Posted July 20, 2017 Author Report Posted July 20, 2017 What you mean by not a hosted solution? sorry not had chance to look at the api Quote
0 limitstudios Posted July 20, 2017 Report Posted July 20, 2017 As in Blesta is not a "Software as a Service" product, as you host the blesta files, etc... on your own server Quote
0 MDHMatt Posted July 20, 2017 Author Report Posted July 20, 2017 there's a business idea there Quote
Question
MDHMatt
Hi all,
Im wondering which accountancy software people use with blesta and if there is a plugin available to integrate with it?
Also do you have any handy scripts to export your data?
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.