resq/src/Command
2019-11-21 09:18:31 +08:00
..
AdjustLongLatCommand.php Add command for populating long / lat fields in job order #186 2019-02-21 15:39:24 +08:00
CreateCustomerFromWarrantyCommand.php Return the customer and customer vehicle saving #274 2019-11-21 09:18:31 +08:00
FulfillOldJobOrderCommand.php Create new command for fulfilling pending job orders #160 2018-07-26 21:25:56 +08:00
FulfillPendingJobOrderCommand.php Create new command for fulfilling pending job orders #160 2018-07-26 21:25:56 +08:00
GenerateBatteryCompatibilityCommand.php Fix bug in battery:generate_compatibility_json command #212 2019-05-27 09:57:20 +08:00
GenerateWarrantyFromJobOrderCommand.php Fix memory issue for warranty generation #213 2019-05-28 01:20:09 +08:00
ImportBatteryPriceCommand.php Update import commands to new format #70 2018-04-05 01:53:45 +08:00
ImportCustomerCommand.php Fix customer import bug #75 2018-04-06 13:40:15 +08:00
ImportKMLFileCommand.php Add GeofenceTracker service and test command #141 2019-03-10 22:33:35 +08:00
ImportLegacyJobOrderCommand.php Add the customer name, mobile, and sap battery fields to the warranty csv file. #202 2019-04-09 09:23:38 +00:00
ImportOutletsCommand.php Add command to import csv for outlets and hubs 2018-02-01 04:18:11 +08:00
ImportPartnersCommand.php Remove the Assert\NotBlank from branch in Location. Add command to import partners given a csv file. #242 2019-08-05 04:14:35 +00:00
ImportSAPBatteryCommand.php Make command sap_battery:import repeatable #178 2019-02-01 18:41:22 +08:00
ImportVehicleBatteryCommand.php Update import commands to new format #70 2018-04-05 01:53:45 +08:00
ImportVehicleCompatibilityCommand.php Update import commands to new format #70 2018-04-05 01:53:45 +08:00
MergeDuplicateVehiclesCommand.php Add vehicle:merge command to clear duplicate vehicles #144 2018-06-16 11:51:28 +08:00
ReportRiderTime.php Fix bug in rider report command #162 2018-09-28 10:31:07 +08:00
SetCustomerPrivacyPolicyCommand.php Use the env vars for the policy in the command. Improve the queries for privacy policy. #235 2019-07-25 03:19:20 +00:00
TestGeneralSearchCommand.php Add getters and setters for LegacyJobOrder. Create service that searches for plate number, name, and phone numbers in the legacy job orders, current job orders, and warranty. Create test command to test the search service. #182 2019-03-12 05:30:10 -04:00
TestGeofenceCommand.php Add GeofenceTracker service and test command #141 2019-03-10 22:33:35 +08:00
TestHubCounterCommand.php Add service to connect to redis. Add command to test service with the HubCounter service. #206 2019-05-02 07:21:49 +00:00
TestJobOrderManagerCommand.php Rename the service to JobOrderManager. #204 2019-04-22 06:04:22 +00:00
TestRegAPNSCommand.php Replace apns sender with new one #196 2019-03-28 11:22:28 +08:00
TestRiderTrackerCommand.php Create rider tracker service. Create a test command to test rider tracker service. #180 2019-04-23 11:02:40 +00:00
UpdateCustomerVehicleBatteryCommand.php Create command to update the battery of the customer vehicle to the battery last purchased. #204 2019-04-15 08:58:30 +00:00
UploadCleanupCommand.php Add image file to battery, update cleanup task for orphaned images 2018-02-04 23:10:32 +08:00
UserCreateCommand.php Initial commit 2018-01-06 21:26:46 +08:00