Commit Graph

27 Commits

Author SHA1 Message Date
alext 44cd035448 Merged pull request #260 - Add 'Location' option to Services [Not a required field] 2019-06-08 17:03:32 +02:00
alext dfd55d9472 Added location field in the appointments API parser. 2019-06-08 16:55:44 +02:00
alext cc7399c23f Merge branch 'Caine85-patch-2' into hotfix 2018-04-13 14:56:23 +02:00
Caine85 8c16a52d2c
Update Appointments.php
Bug fix: Appointments Parser crashes when a provider break is added to the schedule
2018-04-09 12:06:48 +02:00
alext 4d6b452dd6 Updated copyright year in file headers. 2018-03-27 09:23:09 +02:00
alext e013943fde Reformatted code files. 2018-01-23 10:08:37 +01:00
alext c3642a10e3 Added support for aggregations in appointments REST API. 2017-12-01 09:12:09 +01:00
alext fcb4b9d5cf Autoformatted php files based on CodeIgniter style guide. 2017-09-15 13:36:37 +02:00
alext 2dad4dfc34 Updated copyright year. 2017-01-31 07:35:34 +01:00
alext 3c7c95b0b1 Performed corrections to various codebase issues. 2016-11-09 20:10:27 +01:00
alext ed7e40720e Renamed firstname and lastname to firstName and lastName, also made some other corrections. 2016-11-06 18:30:03 +01:00
Alex Tselegidis 6d081ad471 Added 'attendants_number' setting to REST API (#109). 2016-07-21 21:00:38 +02:00
Alex Tselegidis 4d5b3ecad2 Added 'availabilitiesType' to REST API (#185). 2016-07-20 21:24:00 +02:00
Alex Tselegidis cb425e4221 Integrated 'calendar_view' setting in the API (#182). 2016-07-18 23:51:15 +02:00
Alex Tselegidis a9b43ea18d Implemented settings API resource controller and parser. 2016-07-10 16:56:43 +02:00
Alex Tselegidis b583f444e5 Implemented unavailabilities API resource controller and parser. 2016-07-10 16:26:02 +02:00
Alex Tselegidis e2817957be Implemented categories API resource controller and parser. 2016-07-10 16:13:12 +02:00
Alex Tselegidis 623eb32d67 Implemented secretaries API resource controller and parser. 2016-07-10 16:01:49 +02:00
Alex Tselegidis 655c400750 Implemented admins API resource controller and parser. 2016-07-10 15:53:22 +02:00
Alex Tselegidis 00203789bc Replaced empty function with comparison to null because 'false' values are counted as empty. 2016-07-10 15:53:04 +02:00
Alex Tselegidis 0bd1da56e1 Implemented providers API resource controller and parser. 2016-07-10 14:17:29 +02:00
Alex Tselegidis d8c5eae39f Implemented the services API resource controller. 2016-07-10 13:23:04 +02:00
Alex Tselegidis 5f142b0c74 Created customers parser class. 2016-07-10 12:52:21 +02:00
Alex Tselegidis 6ebe484abd Added dockblock comments to new classes. 2016-07-10 10:59:39 +02:00
Alex Tselegidis 94d805f68a The Appointments parser must cast the ID values into integers. 2016-07-10 10:37:30 +02:00
Alex Tselegidis 4c1ec9ea2f Implemented the PUT method of appointments resource. 2016-07-09 22:01:03 +02:00
Alex Tselegidis a40bb1ae4c Implemented the POST method of the appointments resource. 2016-07-09 21:53:28 +02:00