Commit Graph

1977 Commits

Author SHA1 Message Date
alextselegidis@gmail.com a5ef8fb491 * Added "Forgot Password" procedure.
* Started working on the installation page.
* Fixed minor bugs in backend pages.
2013-10-11 15:58:46 +00:00
alextselegidis@gmail.com 538c34ecd4 * Added jScrollPane on some of the admin pages.
* Selected backend menu item is now active.
* The logged in user can see his name on the footer. 
* Completed previleges checks for secretaries.
2013-10-10 16:50:33 +00:00
alextselegidis@gmail.com 8863a6b6ba * A provider user can only see his appointments, not other's.
* Fixed backend/calendar modal form message appearence.
* Fixed backend/calendar modal form provider - service values when editing an existing appointment.
2013-09-27 12:49:29 +00:00
alextselegidis@gmail.com a9f3a5cbdb * The user can now see the reason when a validation fails (during an add() procedure).
* Fixed service - provider connection in backend/calendar appointment modal.
* Backend notification messages on top are now disappearing after a few seconds (excluding cases where there are action items - the user must close the notification)
* The user will be able to select an existing customer from the backend/calendar appointment modal when creating a new appointment record.
* Started work on user privileges and on how the system performs according to that.
2013-09-26 16:06:57 +00:00
alextselegidis@gmail.com 148258385c * Optimized js code for the backend pages. 2013-09-25 15:43:17 +00:00
alextselegidis@gmail.com 3450bd93b1 * Split the backend_users.js into three different files. 2013-09-24 16:05:40 +00:00
alextselegidis@gmail.com 08a50c14be * Added username validation (username must be unique for every record).
* Admins can manage the working plan of a single provider on the backend/users page.
* Before sending a new notification email the system checks whether the provider user has notifications enabled.
* Added salt field in the "ea_user_settings" table.
2013-09-24 13:09:04 +00:00
alextselegidis@gmail.com e596cb768a * Completed login + logout operation.
* Updated the way the system stores passwords in db.
2013-09-23 15:42:36 +00:00
alextselegidis@gmail.com fcc142a11b * Finished with backend/settings page.
* Started user login and privileges management.
2013-09-20 13:58:11 +00:00
alextselegidis@gmail.com 4278e3d334 * Finished ui of business logic tab in the backend/settings page. 2013-09-18 16:36:29 +00:00
alextselegidis@gmail.com 3eccb66192 * Created the backend/settings page.
* Added basic backend_settings.js code structure.
* Added User Model and new functions to settings_model.php
2013-09-14 16:10:59 +00:00
alextselegidis@gmail.com 6082c66d6e * Updated Release Notes.txt file. 2013-09-13 13:38:49 +00:00
alextselegidis@gmail.com f0fd08e444 * Updated database structure and added new sample data.
* Regenerated code docs (js + php).
* Added custom error 404 page.
* Added service price and description in the appointment booking wizard.
* Completed Issue #21 - devide services in categories in the appointment booking wizard.
* Completed the backend user management page.
2013-09-13 13:21:03 +00:00
alextselegidis@gmail.com 71eb23e7c5 * Updated the database structure file. 2013-09-12 08:20:31 +00:00
alextselegidis@gmail.com 500ad49c23 * Completed backend users (admins, providers, secretaries) management. 2013-09-03 18:58:56 +00:00
alextselegidis@gmail.com b5e771339c * Completed admins_model.php and secretaries_model.php
* Completed unit testing for admins_model.php and secretaries_model.php
2013-08-26 11:53:11 +00:00
alextselegidis@gmail.com 6b88842d4f * Include backend/users.php view file to repository. 2013-07-28 08:29:43 +00:00
alextselegidis@gmail.com cc084e002f * Added provider services support to providers_model.php
* Finished unit testing for providers model
* Completed admins_model.php
2013-07-27 22:48:19 +00:00
alextselegidis@gmail.com c56e5ddf07 * Completed the provider's model (need to finish unit tests).
* Setup the backend users page (for providers, sectetaries and adminstrators management)
2013-07-26 21:30:44 +00:00
alextselegidis@gmail.com c581c341ac * Fixed compatibility with PHP 5.3 2013-07-26 06:16:24 +00:00
alextselegidis@gmail.com 2dd4a48631 * Finished with managing service categories (backend services page) 2013-07-19 15:29:59 +00:00
alextselegidis@gmail.com e8577bb6a0 * Completed backend services (service tab) functionality. 2013-07-17 21:10:42 +00:00
alextselegidis@gmail.com 62a667cb9c * Created backend services page view file
* Organized backend_services.js file
2013-07-17 16:29:51 +00:00
alextselegidis@gmail.com f0b8ab45b5 * Added more functions to services_model.php
* Added Unit Testing methods for the services model.
2013-07-16 14:21:33 +00:00
alextselegidis@gmail.com b53add71b6 * Finished backend customers page. 2013-07-15 14:27:19 +00:00
alextselegidis@gmail.com c139df2135 * Finished google synchronization algorithm.
* Prepared trunk for new version.
2013-07-15 07:32:19 +00:00
alextselegidis@gmail.com 8455891262 * Finished with unavailable time periods management (backend).
* Started google sync operation (complete sync).
* Minor changes on js files.
2013-07-10 13:57:24 +00:00
alextselegidis@gmail.com f5250e5581 * Insert custom unavailable time period on a provider's calendar.
* Fixed and refactored existing code.
* Updated database structure (appointment foreign keys need to be null, when the record is a unavailable time period).
2013-07-09 14:46:48 +00:00
alextselegidis@gmail.com 3bda1dc159 Moved backend ajax methods to backend_api.php 2013-07-09 05:43:59 +00:00
alextselegidis@gmail.com f17875edf1 * Changed code style on some php and js scripts.
* Updated existing unit testing classes.
* Removed the use of custom exception classes (since they are not needed).
2013-07-06 00:00:04 +00:00
alextselegidis@gmail.com c4b7dc267e Display working plan on provider's calendar. 2013-07-05 16:20:33 +00:00
alextselegidis@gmail.com 756114685b Created backend customers page. 2013-07-05 08:39:52 +00:00
alextselegidis@gmail.com 4b52ccfd40 Added second category of exceptions (warnings) that are not very important to each operation.
Added appointment cancellation reason field to emails.
2013-07-03 17:27:00 +00:00
alextselegidis@gmail.com 2bd31f54b6 Changed the name of the data folder to rsc (resources) 2013-07-02 17:20:39 +00:00
alextselegidis@gmail.com bd6cab36f0 Added user friendly display of exceptions, raised on php (need to apply this methodology to the rest of the code). 2013-07-02 17:18:19 +00:00
alextselegidis@gmail.com 6050bf75c3 Finish insert appointment from backend. 2013-06-28 21:54:12 +00:00
alextselegidis@gmail.com 71fb87d685 Added loading image on backend ajax requests.
Made some code corrections on the appointments controller. 
Fixed minor problems.
2013-06-28 14:23:17 +00:00
alextselegidis@gmail.com 07e244247d Προσθήκη email validation στον οδηγό κράτησης ραντεβού. 2013-06-27 13:37:45 +00:00
alextselegidis@gmail.com 8a35846416 Συμπλήρωση και των υπόλοιπων περιπτώσεων χρήσης στο θεωριτικό έγγραφο της πτυχιακής.
Διαγραφή φακέλων και αρχείων τεκμηρίωσης τα οποία δεν χρειάζονται πλέον (έχουν συγχωνευθεί στο κύριο έγγραφο).
2013-06-26 14:23:48 +00:00
alextselegidis@gmail.com 3062dbc001 Ολοκλήρωση λειτουργιών για την έκδοση 0.3 2013-06-26 09:31:57 +00:00
alextselegidis@gmail.com 36718c87f9 Προσθήκη δυνατότητας συγχρονισμού μετά από αλλαγή στα στοχεία ενός ραντεβου. 2013-06-24 09:52:23 +00:00
alextselegidis@gmail.com 82d458fe1d Υλοποίηση της μεθοδου διαγραφής ραντεβού από το backend και το Google Calendar. 2013-06-24 06:04:30 +00:00
alextselegidis@gmail.com a481c6747d Διορθώσεις στην διαδικασία κρατήσης ραντεβου. 2013-06-19 21:12:06 +00:00
alextselegidis@gmail.com dc586ecefb Ολοκλήρωση της διαδικασίας OAuth της Google. Συχρονισμός των ραντεβού που προστίθονται από τους πελάτες στο ημερολόγιο του αντίστοιχου πάροχου. 2013-06-19 19:29:00 +00:00
alextselegidis@gmail.com fc53817e81 Ολοκλήρωση του πρώτου μέρους δυνατοτήτων της σελίδας Calendar του backend. Σχεδίαση και προετοιμασία του τρόπου με τον οποίο θα εκτελείται η διαδικασία OAuth, έτσι ώστε να συχρονίζονται τα πλάνα των πάροχων με το Google Calendar. 2013-06-18 16:06:34 +00:00
alextselegidis@gmail.com d2eb0b6400 - Φόρτωση των καταχωρημένων ραντεβού στο ημερολόγιο (backend)
- Προβολή λεπτομερειών ραντεβού
- Δημιουργία διαλόγου επεξεργασίας (δεν ολοκληρώθηκε ακόμα)
- Παραγωγή code docs (js + php)
2013-06-13 16:25:34 +00:00
alextselegidis@gmail.com 6369da0893 - Τροποποιήσεις στα αρχεία και την δομή του κώδικα
- Υλοποίηση της πρώτης σελίδας του backend της εφαρμογής.
2013-06-12 15:31:16 +00:00
alextselegidis@gmail.com fcf58a7cf2 - Αλλαγή του τρόπου προσθήκης ενός νέου ραντεβού στο Google Calendar του πελάτη (χρήση javascript και popup).
- Αλλαγές στο αρχείο google_sync.php
2013-06-10 15:51:23 +00:00
alextselegidis@gmail.com ecca0df535 Μικρές διορθώσεις στην ακύρωση ενός ραντεβού 2013-06-08 15:54:22 +00:00
alextselegidis@gmail.com e8725a9b1d Ολοκλήρωση της διαδικασίας επεξεργασίας και ακύρωσης ενός ραντεβού για τον πελάτη, μέσω του link που έρχεται μαζί με το book success email. 2013-06-08 09:54:45 +00:00