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.
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.