-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export calendar / appointments directly via Excel or CSV file? #259
Comments
I have actually never used CodeIgniter before, but I have started to work on a controller function ( The idea is to display a "Download CSV" button under "Settings" as a menu tab, which should be only visible to the administrator and secretaries of the application: Here is
The problem is that this will download only the entries of the appointment table with hashed data and relational IDs etc. I would appreciate some guidance how to actually query the relational data from the other tables in one go (i.e. service provider, service, client details etc.) I am then calling this function on button-click in
The problem I experience here is the view-restriction for users that are not administrators or secretaries. How can you limit access? Would appreciate your feedback. |
Hey, this is a good idea, let me elaborate on this and I will get back to you again :)
|
+1 |
+1 As far as I can see, there's no way to export the appointments in a common format with important fields like date/time, first name, last name, email and notes. This is what our secretaries need for further processing. Copying the list view in the backend results in bad formatted text and missing fields. Workaround for now is an sql-query-result that we submit via .txt or .xlsx to the secretaries. Of course it would be better if secretaries could do that on their own without assistance of an admin. I see this as a must have. :) |
@alextselegidis I've added this for my own purposes in a fork, though submitting as a clean PR is difficult as it's branched after I added some downstream features:
For the exports feature, I added the following under Settings -> Exports:
|
Is there a way to directly export calendar appointments from the backend to an Excel or CSV file?
Otherwise the usability of the system would be really limited when data needs to be integrated with other systems (which applies to most company settings).
The text was updated successfully, but these errors were encountered: