resq/src/Service
2024-07-03 14:01:16 +08:00
..
CustomerHandler Add customer source when creating a new customer. #548 2021-06-17 09:01:44 +00:00
GISManager Use OpenStreetMap for map in incoming form. #270 2019-12-05 07:40:52 +00:00
HubFilter Fix hub filter log location #800 2024-07-03 14:01:16 +08:00
InvoiceGenerator Add price tier checking for battery sales. #782 2024-01-24 02:24:13 -05:00
JobOrderHandler Add placeholder debug logs #800 2024-05-30 16:06:55 +08:00
RiderAPIHandler Add source to invoice criteria. Modify invoice rules to get service fees from database. Modify call to invoice to include source. #758 2023-08-23 07:51:43 +00:00
RiderAssignmentHandler Add inital support for FCM push notifications 2023-06-13 20:33:58 +08:00
APNSClient.php Merge branch '196-new-apn-sender' into 'master' 2019-05-28 09:53:21 +00:00
CreditManager.php Add support for customer credits, add credit manager #730 2023-03-27 04:40:14 +08:00
CustomerHandlerInterface.php Move getCustomerVehicleInfo to the customer handler service. #270 2019-11-13 02:14:46 +00:00
FCMSender.php Handle insurance callbacks, add support for non-JO related FCM notifications #761 2023-10-09 01:15:12 +08:00
FileUploader.php Use getClientOriginalExtension() for the file extensions for file upload. #220 2019-06-04 00:42:58 +00:00
GeneralSearch.php Set a maximum number of results for the query. Fix the issue of the search word not sent to the controller. #182 2019-03-14 07:31:44 -04:00
GeofenceTracker.php Move retrieval of env variable to the geofence service. #271 2019-10-23 05:30:12 +00:00
GISManagerInterface.php Use OpenStreetMap for map in incoming form. #270 2019-12-05 07:40:52 +00:00
HashGenerator.php Add checking in hash service for invalid hashes. Add capi call to verify if hash belongs to customer. #641 2021-11-24 08:23:48 +00:00
HubCounter.php Use redis client provider to connect to redis. #206 2019-05-14 09:16:15 +00:00
HubDistributor.php Rearrange flow logic on hub selector, save inventory counts upon retrieval if enabled #800 2024-05-15 17:59:27 +08:00
HubFilteringGeoChecker.php Add hub filter option in .env. #605 2021-07-29 06:40:07 +00:00
HubFilterKMLFileImporter.php Add service to check if customer is within area for hub filtering. Add command to import KML files for hub filtering area. #575 2021-06-24 03:01:47 +00:00
HubFilterLogger.php Add jo id and customer id to hub filter logging. #594 2021-07-01 02:54:22 +00:00
HubSelector.php Skip hub filtering if hub list is alraedy empty #800 2024-06-26 10:02:04 +08:00
InsuranceConnector.php Refactor insurance, paymongo connector logging logic #783 2024-03-13 07:09:56 +08:00
InventoryManager.php Commented out the debug logs. #668 2022-05-20 06:59:51 +00:00
InvoiceGeneratorInterface.php Add price tier checking for battery sales. #782 2024-01-24 02:24:13 -05:00
InvoiceManager.php Fix issues found during testing. #782 2024-01-25 03:08:00 -05:00
JobOrderCache.php Add command to clear and repopulate the latest job order cache. #535 2021-02-08 09:12:39 +00:00
JobOrderHandlerInterface.php Add inital support for FCM push notifications 2023-06-13 20:33:58 +08:00
JobOrderManager.php Add command to update flag_cust_new for existing job orders. Rename flag for consistency. #773 2023-11-09 18:03:17 +08:00
KMLFileImporter.php Refactor import kml to handle multiple polygons #141 2019-03-10 19:47:33 +08:00
MapTools.php Commented out the debug logs. #668 2022-05-20 06:59:51 +00:00
MotivConnector.php Fix motiv being down for getInventory 2022-07-16 19:22:59 +08:00
MQTTClient.php Update the correct MQTT client with latest changes #783 2024-03-07 23:41:21 +08:00
MQTTClientApiv2.php Update the correct MQTT client with latest changes #783 2024-03-07 23:41:21 +08:00
PayMongoConnector.php Attempt to re-enable paymongo webhook if found disabled #801 2024-06-06 05:50:36 +08:00
PriceTierManager.php Add price tiering for Resq 2 App and TAPI. #782 2024-01-26 04:44:18 -05:00
PromoLogger.php Add one time promo. #570 2021-05-27 04:39:29 +00:00
RedisClientProvider.php Have active job orders loaded from cache in dashboard map #299 2020-01-26 00:58:00 +08:00
RiderAPIHandlerInterface.php Move the rest of the functions to the service. #311 2020-02-05 08:19:10 +00:00
RiderAssignmentHandlerInterface.php Add job order queueing for riders assignments. #270 2019-11-14 05:54:37 +00:00
RiderCache.php Fix bug in rider cache #270 2020-01-28 05:37:41 +08:00
RiderTracker.php Fix dashboard map bug when rider has no assigned hub #270 2019-12-16 20:25:15 +08:00
RisingTideGateway.php Commented out the debug logs. #668 2022-05-20 06:59:51 +00:00
WarrantyAPILogger.php Apply branch 551 changes. #567 2021-05-19 08:10:18 +00:00
WarrantyBulkUploader.php Add sap code to warranty creation when battery exists. #660 2022-05-16 08:38:41 +00:00
WarrantyHandler.php Redo the warranty creation. #690 2022-06-28 13:21:47 +00:00
WarrantyRaffleFilter.php Add criteria to warranty raffle filter. #720 2022-11-22 07:39:45 +00:00
WarrantyRaffleLogger.php Add logging for raffle when doing a serial check, creating and updating a warranty. #717 2022-11-14 06:32:24 +00:00
WarrantySerialLoadLogger.php Modify the load warranty serial command to process one file. Add a command to get the number of pending files. Add bash script to call the load warranty serial command. #708 2022-09-28 09:43:04 +00:00
WarrantySerialUploadLogger.php Fix issue when creating API user that's not a rider. Fix issues when uploading a file. #704 2022-09-15 05:56:43 +00:00