resq/src/Command
2023-02-08 07:42:51 +08:00
..
AdjustLongLatCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ComputeWarrantyExpiryDateCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
CountTotalPendingWarrantySerialFilesCommand.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
CreateCustomerFromWarrantyCommand.php Fix typo. Remove not needed packages. #548 2021-06-17 09:04:57 +00:00
CreateRiderAPIUserCommand.php Fix base api user usage, fix customer user registration logic on number confirm #730 2023-02-08 07:42:51 +08:00
FulfillOldJobOrderCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
FulfillOpenJobOrderCommand.php Set flag_activated to false. #654 2022-05-19 05:44:23 +00:00
FulfillPendingJobOrderCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
GenerateBatteryCompatibilityCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
GenerateCustomerSourceReportCommand.php Remove the unused date code. #539 2021-03-02 02:37:17 +00:00
GenerateWarrantyFromJobOrderCommand.php Add warranty source to Warranty and when creating warranty. #579 2021-06-10 04:11:27 +00:00
ImportBatteryPriceCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportCarClubCustomerDataCommand.php Update command with new template. #583 2021-06-11 06:45:09 +00:00
ImportCarClubCustomerHubCommand.php Fix import command for the file. Fix association between carclubcustomerhub and hub. #609 2021-08-04 09:00:58 +00:00
ImportCMBBatteryDataCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportCMBBatteryTradeInPriceCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportCMBVehicleCompatibilityCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportCustomerCommand.php Add customer source when creating a new customer. #548 2021-06-17 09:01:44 +00:00
ImportHubFilterKMLFileCommand.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
ImportKMLFileCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportLegacyJobOrderCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportOutletsCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportPartnersCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportSAPBatteryCommand.php Modify the message for clarity. #390 2020-04-29 08:24:07 +00:00
ImportSAPDeltaCommand.php Add checking for empty row and empty columns. #523 2020-10-20 03:55:40 +00:00
ImportSAPMasterCommand.php Create command to import SAP information. #504 2020-09-25 09:58:07 +00:00
ImportVehicleBatteryCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportVehicleCompatibilityCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ImportYokohamaVehicleBatteryCompatibilityCommand.php Modify script to create vehicle if vehicle does not exist. Modify length of make in Vehicle. #655 2022-04-11 03:04:43 +00:00
LoadWarrantySerialCommand.php Comment debug logs. #708 2022-09-30 04:57:54 +00:00
MergeDuplicateVehiclesCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
RefreshJobOrderCacheCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
RefreshLatestActiveJobOrderCacheCommand.php Add checking if date schedule is more than 24 hours before adding to cache. Add advance orders to cache when refreshing. #535 2021-02-10 07:59:32 +00:00
ReportRiderTime.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
ResetHubJoCountCommand.php Add hub filtering code. #575 2021-06-02 10:00:35 +00:00
SeedRiderSessionsCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
SetCustomerPrivacyPolicyCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
SetWarrantyBranchCodeCommand.php Remove optimizations and fix dealer query. #597 2021-07-23 04:06:48 +00:00
TestClosestOpenHubsCommand.php Add hub output with distance. #652 2022-03-24 08:19:44 +00:00
TestGeneralSearchCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
TestGeofenceCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
TestHashGeneratorCommand.php Add the hash generator and command to test hash generator. #640 2021-11-23 02:10:31 +00:00
TestHubCounterCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
TestJobOrderManagerCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
TestRegAPNSCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
TestRiderTrackerCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
TestSMSCommand.php Change hardcoded messages into entries in messages file. #649 2022-03-15 07:51:58 +00:00
TestWarrantyUploadCommand.php Move the bulk warranty upload to its own service. #660 2022-05-10 06:28:28 +00:00
UpdateCustomerVehicleBatteryCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
UpdateCustomerVehicleWarrantyCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
UpdateUnacceptedJobOrdersCommand.php Comment out debug log. #630 2021-11-08 07:45:31 +00:00
UpdateWarrantyDealerInfoCommand.php Add command to update dealer information for warranties. #631 2021-10-21 03:21:09 +00:00
UploadCleanupCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
UserCreateCommand.php Merge branch 'master' of gitlab.com:jankstudio/resq into 329-transition-branch-for-cmb-and-resq-merging 2020-04-03 02:32:07 +00:00
WarrantySMSCommand.php Change time of warranty sms notification from one month to 45 days. #715 2022-10-25 02:55:38 +00:00