Okay
  Public Ticket #1998320
Booking Front end - A couple of questions
Closed

Comments

  • Jeremy Gore started the conversation

    Hi,

    Im new to Amelia and just going through working it all out to suit my website. 

    - I have many employees, but I want to assign an employee to an appointment after the appointment has been made. Can i turn off the customer seeing or having to select an employee? Do i just do that by adding an employee as say "Booking Scheduler"? Then modify the appointment and change the employee?

    - On the services catalog, it does't show the picture i have chosen for the service until i click on the service and then it brings up the bookin page with a huge picture. Any way to change that?

    - I am setting up my website as a bookings service, i want the customer to make a booking, where someone will come out and give them a quote. If they then accept the quote, they then make payment. How can i integrate that into the way I can use amelia?

    - Can data be pulled out of the Amelia database to be used for other plugins, eg. invoicing etc. 


    Thanks heaps




  •  472
    Isidora replied

    Hi Jeremy,
    Thank you for your purchase.

    Sorry for late response. 

    We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.

    1) Unfortunately there is no built in solution, but you can hide with some CSS.

    Yes you can use this CSS rule on the page between style tags where you insert our shortcode.

    .am-select-employee-option {
        display: none !important;
    }
    

    Like this will be chosen any employee and then in back-end you can change it.

    2) Yes because it is shown categories that you made, which don't have background image. (they contain more services). You can use shortcode [ameliacatalog service=1] and like this will be shown only service with id 1 and will be shown service image.

    3) Unfortunately that is not possible with built in features of plugin.

    4) Your appointments and customers can be exported as a CSV for reporting. At the top right of the “Appointments” and "Customers" page, next to the search input, tap the “Export” icon button. All other data if you need you will need to write custom SQL code in tool that you are using for database manipulation(phpmyadmin, SequelPro...) that will return data that you need which you can export in CSV file

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables