Posted: July 14, 2020 at 5:03 am
Hi All We have just started using Event Espresso, after selling event tickets I will need to export the data to our accounts program Quickbooks online. What’s the best way via a report?, i’m having trouble finding the best way. Thanks for your help. Regards Mark |
|
Hi there, The only export fucntions we have within Event Espresso is the registration CSV. To get an export of a single event’s registrations you go to: Event Espresso -> Events -> {hover over event} -> Registrations. You’ll now have a list of all registrations for that event, at the bottom of the list is an ‘All Registration CSV Report’ button. Click that and you’ll download the CSV of registrations. Is that what you are looking for? |
|
Hi Tony Thanks for coming back. I need a way to move the financial data over to an accounts program. Will this export include financial data with tax and a transaction number, then I can probably link up form there. Do you know how other clients account for transactions in other accounting programs? Regards Mark |
|
The report includes the EE transaction number, the Gateway payment transaction number, total amount due and amount paid by default although it is filtered so you can add additional columns with custom code if needed?
Sorry, but no I do not. |
|
Cracking, ok that’s perfect, when I get working smoothly Ill post to try and help others. Cheers buddy. |
|
You’re most welcome. Whilst I can’t really help on the Quickbooks side if you do find you need additional details in the registration report we may have a snippet available to do so. |
|
Hi Tony, right I think I’m there. Zapier pulling from a spreadsheet is doing the trick. I could do with two extra fields in the report if it’s possible. Thanks so much for your help here. Regards Mark |
|
Hi All, I’m looking for three extra fields in the registration CSV report if it’s possible. I’m looking for Thanks so much for your help |
|
Hi Mark, How comfortable with PHP are you? We have a snippet that will add the Total Tax value (Vat Amount) to the CSV but it would only do so for the primary registrant, meaning the full transaction. So in the registration report, I assume you would need SubTotal and Vat Amount shown on the primary registration but I’m guessing Tax would need to be shown for each individual registration in a group as you may have tickets that are taxable and others that are not? |
|
Side note – I’ve merged your additional thread for this into one so it is easier to follow. |
|
Hi Tony Thanks for this. Pretty much beginner on PHP but I’ve inserted quite a few snippets in php files and php inserter plugins. I actually think more than likely each group of tickets would either be with VAT or without, depending on which country we are in. So thinking about it if we do have a Column that has the VAT total I can use Zapier to figure the rest out I think. e.g. total – vat = subtotal I think that wil work with the extra column. If you can point me in the right direction of what and where to add, I would love to have a go. Regards Mark |
|
This snippet: https://gist.github.com/Pebblo/fa50e1f659b0d2e8ccbb9c7d09bd8e38 Adds 3 columns. ‘SubTotal’ (subtotal for all items) It is also possible to pull the tax rate used if needed. You can add that to a custom functions plugin on your site, we have some documentation on creating one here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ |
|
The support post ‘Exporting Date to import to QuickBooks Online’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.