Appointments Archives - Easy!Appointments https://easyappointments.org/blog/tag/appointments/ Online Appointment Scheduler Fri, 19 Jan 2024 15:29:54 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 https://easyappointments.org/wp-content/uploads/2020/11/cropped-easyappointments-logo-512-32x32.png Appointments Archives - Easy!Appointments https://easyappointments.org/blog/tag/appointments/ 32 32 New Finnish translation available https://easyappointments.org/2015/06/22/new-easyappointments-translation-added-in-finnish/ Mon, 22 Jun 2015 19:33:15 +0000 https://easyappointments.wordpress.com/?p=223 Thanks to Joona Kannisto Easy!Appointments is now translated into Finnish. Grab translation files from the GitHub...

The post New Finnish translation available appeared first on Easy!Appointments.

]]>
Thanks to Joona Kannisto Easy!Appointments is now translated into Finnish. Grab translation files from the GitHub repository of the project.

https://github.com/alextselegidis/easyappointments/wiki/Manage-Translations

EasyAppointments translated into Finnish

The post New Finnish translation available appeared first on Easy!Appointments.

]]>
Modifying the user interface https://easyappointments.org/2015/03/16/easyhints-modifying-the-user-interface/ Mon, 16 Mar 2015 21:54:28 +0000 https://easyappointments.wordpress.com/?p=167 This article provides hints on application view editing. It is development-oriented but will be very...

The post Modifying the user interface appeared first on Easy!Appointments.

]]>
This article provides hints on application view editing. It is development-oriented but will be very helpful to people that want to modify the user interface in order to suit their needs.

By the term “view” one mean the part of MVC applications that handles the application display screens. It is very often that one might need to alter the initial design or add/extract fields from a form etc. View files of Easy!Appointments reside in the “/application/views” directory and they are plain PHP files that contain HTML markup. When a particular page is requested from the client the responsible controller method is executed and the necessary view file is selected with a bunch of PHP variables so that frontend pages gain access to information they need. If the requested page needs database information then Model classes are also used for fetching those data.

Being said developers that need to modify view files need to have a clear understanding of how MVC (Model-View-Controller) applications work. More specifically, Easy!Appointments uses the CodeIgniter framework and so the code applies to the framework’s codebase.

Finally developers must take into concern that a big part of the project is implemented in JavaScript so that frontend pages are user-friendlier. By editing existing JavaScript files or placing new ones it is quite easy to introduce new functionality to frontend pages.

 

Easy!Hints - Modifying the User Interface

The post Modifying the user interface appeared first on Easy!Appointments.

]]>
Update on the future release plan https://easyappointments.org/2015/01/21/easyappointments-future-release-plan/ https://easyappointments.org/2015/01/21/easyappointments-future-release-plan/#comments Tue, 20 Jan 2015 22:03:04 +0000 http://easyappointments.wordpress.com/?p=11 Since version 1.0 more than 7000 people have download Easy!Appointments and completed the installation on...

The post Update on the future release plan appeared first on Easy!Appointments.

]]>
Since version 1.0 more than 7000 people have download Easy!Appointments and completed the installation on their servers. This is really amazing and I would like to thank you all for using E!A for your business bookings and for contributing into the project with custom translations and community support. I really appreciate it!

Some months ago I started thinking about the next step, how could Easy!Appointments v1.1 look like? What about new features or improvements? For four months users submitted their recommendations and ideas about the new version and I have now successfully created a list with the most popular features on demand.  Thank you all for your submissions!

Future releases will include gradually the following features:

  • Customize Application UI Colors
  • Responsive Design
  • Enhanced Notification System (eg Appointments Email reminder, Editable email templates)
  • Enhanced Google Calendar Sync (Cron Job, recurring events)
  • Multiple Customers in a Single Appointment Slot
  • Multiple Service for a Single Appointment
  • Global System Appointments Display in Backend Calendar
  • Import & Export CSV Functionality for Customer & Appointment Data
  • New E!A UI Theme (Flat-wise)
  • Printable Appointment Details
  • Security Enhancements
  • RESTful API
  • SMS Gateway Support
  • Google Analytics Support for Frontent
  • External Script and Resource Updates
  • Fix Major Installation Issues
  • Fix Ajax Problems on frontend
  • Other minor enhancements

 

Release Plan

Unfortunately, due to lack of time and other obligations of mine I cannot implement all these features and bundle them in a new version at once. It wouldn’t be the best thing to do at the moment because I will also like to spend some time supporting users and growing the knowlegde base of Easy!Appointments. The development procedure will be conducted gradually and new versions will be published as soon as a new feature is ready, so there won’t be a single v1.1 release but rather a casual version scheme where new features will point to new releases and revisions will point to corrections. Before each release there will be a small period of testing for tracking possible issues.

Don’t forget to follow Easy!Appointments on Facebook, or Google+ in order to get the latest updates of the development progress. You may also consider joining the Google+ community to get in touch with other users and also take a look at the support group, for finding technical answers to your questions. Of course you can still submit new ideas and recommendations on the submision page and they will be reviewed and hopefully included in a future release.

Thank you once again for using Easy!Appointments,

Happy Bookin’!

The post Update on the future release plan appeared first on Easy!Appointments.

]]>
https://easyappointments.org/2015/01/21/easyappointments-future-release-plan/feed/ 1