Commit graph

281 commits

Author SHA1 Message Date
alext
b8d7c1b839 Styling corrections in the working plan input fields. 2017-10-31 12:16:45 +01:00
alext
7fbc350488 Corrected event resize and drag & drop behavior of the calendar component. 2017-10-31 11:34:06 +01:00
alext
5741fca71d Corrections in the event popovers of the calendar page. 2017-10-31 11:13:53 +01:00
alext
6ba3d7ce70 Corrected event sourcing for new fullcalendar version. 2017-10-31 10:37:00 +01:00
alext
3ec8c25452 Corrections in Bootstrap's grid classes. 2017-10-03 12:27:02 +02:00
alext
f166feb32f Avoid translation conflicts by setting the interal text value of message dialog butons. 2017-09-23 03:49:46 +02:00
alext
de23443559 User interface enhancements (template refactoring). 2017-09-23 03:42:14 +02:00
alext
17fd69cce6 Styling improvements for the backend customers page. 2017-09-23 01:27:07 +02:00
alext
861f49c259 Integrated bootstrap tabs into the backend services page. 2017-09-22 14:53:41 +02:00
alext
80c6b61686 Integrated bootstrap tabs into the backend users page. 2017-09-22 14:52:59 +02:00
alext
355ddaeda4 Integrated tab component to settings page. 2017-09-21 14:49:13 +02:00
alext
4a0ee51122 Corrected displayed string. 2017-09-14 15:18:36 +02:00
alext
980ab7786a Refactored use of global EALang object. 2017-09-11 16:09:15 +02:00
alext
1212cd51f3 Corrected post filtering row selection for categories. 2017-07-25 08:33:21 +02:00
alext
dcda4b9982 Correct post-filtering selection for services (revised). 2017-07-01 20:13:30 +02:00
alext
54897e8a3f Correct post-filtering selection for services. 2017-06-25 20:43:17 +02:00
alext
fe5341a0af Changed message buttons in order to avoid issues with invalid translations. 2017-06-16 08:51:05 +02:00
alext
32d4cf8bf2 Corrected column class. 2017-06-14 09:07:41 +02:00
alext
2777be03da Dedicated service or provider selections must not be disabled. 2017-06-11 21:10:53 +02:00
alext
a13c339167 Make a JS redirection and not a history replace after successful booking. 2017-03-10 09:25:07 +01:00
alext
1fab63a08b Changed code style 2017-03-10 09:24:27 +01:00
alext
34a7277a1e Added try-catch block when activating google cal sync 2017-03-10 09:23:31 +01:00
alext
2dad4dfc34 Updated copyright year. 2017-01-31 07:35:34 +01:00
alext
c2dff6cdcd Removed unnecessary semicolons. 2017-01-21 20:02:38 +01:00
alext
60c46cc16d Merge branch 'binou06-patch-1' into develop 2016-12-01 19:45:50 +01:00
binou06
ec532474f5 issue that that prevents the removal of secretary 2016-11-29 20:02:11 +01:00
alext
5a022bb23d Corrected backend secretaries "cancel" button event typo. 2016-11-20 18:56:35 +02:00
alext
d6c3968ba5 Corrected breaks selector for working plan reset. 2016-11-06 12:57:43 +01:00
alext
fad8d3630c Added first name initial of customer in table calendar view. 2016-11-06 12:30:38 +01:00
alext
54ef4e34c2 Corrected rendering issue when table calendar and 3-days view are selected (patched previous fix). 2016-11-06 12:24:21 +01:00
alext
ff796d60f1 Corrected rendering issue when table calendar and 3-days view are selected. 2016-11-06 12:18:02 +01:00
alext
4d01b2c871 The date navigation buttons need to be disabled while the table is rendering. 2016-11-06 11:44:32 +01:00
alextselegidis
8332eecee2 Reversed "getDate" methods for unavailabilities modal. 2016-10-24 00:06:06 +02:00
alextselegidis
e6015c253d Updated timepicker addon extension which fixes timezone issues (fixes #220). 2016-10-23 23:12:19 +02:00
alextselegidis
8a9a3b2192 Corrected working plan event handling that was failing due to invalid relative selectors (fixes #218). 2016-10-23 21:52:36 +02:00
alextselegidis
2a775bcfb6 Merge branch 'develop' of https://github.com/p0zi/easyappointments into p0zi-develop 2016-10-23 21:44:57 +02:00
alextselegidis
b7fab97b92 Replaced "getDate" method call with Date.parse (fixes #220). 2016-10-23 21:40:32 +02:00
p0zi
c6c66536bc Merge remote-tracking branch 'upstream/develop' into develop 2016-10-21 02:04:59 +02:00
p0zi
5534ebd1f7 218 - Unable to edit providers breaks in Google Chrome [https://github.com/alextselegidis/easyappointments/issues/218]
Small fix to previous commit
2016-10-21 01:54:54 +02:00
p0zi
4163a40a5e 218 - Unable to edit providers breaks in Google Chrome [https://github.com/alextselegidis/easyappointments/issues/218] 2016-10-21 01:41:17 +02:00
alextselegidis
81b3eb9bd3 Do not use the "getDate" method of the datepicker as it changes the timezone for dates between the 30nth of October and the 25th of March. 2016-10-20 23:39:25 +02:00
alextselegidis
ecce8fb1c3 Spelling corrections 2016-10-10 18:29:48 +02:00
alextselegidis
9b5428a91d Added dedicated link in backend services page. 2016-10-10 17:20:23 +02:00
alextselegidis
ea55bc54f5 Corrected but with mutiple months navigation in booking wizard. 2016-10-10 16:45:19 +02:00
alextselegidis
f3c201854a Corrected dedicated icon selector. 2016-10-06 21:10:56 +02:00
alextselegidis
ece2374328 Corrected display of working plan in settings page. 2016-10-06 20:40:20 +02:00
Alex Tselegidis
3348175b91 The sticky table header fix must be applied on single dates as well cause the calendar view width might be larger as well. 2016-08-17 22:40:17 +02:00
Alex Tselegidis
d4360bef80 Added fix for the sticky table headers when horizontally scrolling the calendar view. 2016-08-15 21:59:43 +02:00
Alex Tselegidis
5bb56b8653 Reload only the events markup on table calendar view. 2016-08-15 21:32:31 +02:00
Alex Tselegidis
eef6966798 Show the appointment duration only if its different than the standard value. 2016-08-11 22:56:54 +02:00