As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi,
I would like to know if tehre is way to have daily sales report sent automatically from Amelia.
I was wondering if there is way to have a report, csv or excell file or just a simple email that would daily send out the bookings of events.
Thanks for your reply in advance.
Kr,
Barbara
Hi Barbara,
thank you for reaching out to us
Exports of appointment data in csv format can be done in Amelia; however it needs to be done manually.
You can try automatizing this process by using these JS hooks that are triggered depending on the view, and use them to connect this information to an external exporting plugin:
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.