| .. |
|
.gitignore
|
Initial commit
|
2018-01-06 21:26:46 +08:00 |
|
Battery.php
|
Add date_create and date_update fields in Battery entity #522
|
2020-10-20 07:01:01 +08:00 |
|
BatteryManufacturer.php
|
Initial commit for customer crud forms
|
2018-01-16 02:25:40 +08:00 |
|
BatteryModel.php
|
Finish command to compute expiration date for existing warranties. #280
|
2019-12-11 08:43:15 +00:00 |
|
BatterySize.php
|
Add Trade-in Lazada field for battery size. #546
|
2021-03-18 23:13:42 +08:00 |
|
Customer.php
|
Add Marketing Research checkbox under Marketing Promo for Customer. #546
|
2021-03-18 23:13:42 +08:00 |
|
CustomerVehicle.php
|
Merge branch '270-final-cmb-fixes' of gitlab.com:jankstudio/resq into 307-cmb-fix-customer-hard-coded-country-code
|
2020-01-22 04:54:01 +00:00 |
|
CVWarrantyHistory.php
|
Enable logging of changes to customer vehicle warranty code #525
|
2020-10-26 17:27:06 +08:00 |
|
Hub.php
|
Filter hubs in hubs dropdown to those with flag_hub_view set to true. Add flag_hub_view to Hub entity. Filter JOs whose status are not cancelled or fulfilled. #411
|
2020-05-20 05:22:08 +00:00 |
|
Invoice.php
|
Fix discount computation. #343
|
2020-02-17 01:02:41 +00:00 |
|
InvoiceItem.php
|
Add invoice display, prevent editing on anything other than incoming tier
|
2018-02-05 13:14:55 +08:00 |
|
JobOrder.php
|
Change the wiling to wait checkbox into a dropdown. Add text field for not willing to wait. #479
|
2020-08-27 08:28:39 +00:00 |
|
JOEvent.php
|
Have rider api cancel job order requeue the job order for reassignment instead #162
|
2018-08-09 02:06:33 +08:00 |
|
JORejection.php
|
Fix associations for JORejection to JobOrder #183
|
2019-02-12 00:12:58 +08:00 |
|
LegacyJobOrder.php
|
Add the legacy job order row details to the details page. #207
|
2019-05-01 09:34:00 +00:00 |
|
LegacyJobOrderRow.php
|
Fix wiring and missing fields for legacy_job_order_row. #207
|
2019-05-01 09:55:47 +00:00 |
|
MobileNumber.php
|
Remove date_confirmed from mobile number + fix index bug on deletion of existing customer vehicle
|
2018-02-04 16:46:23 +08:00 |
|
MobileSession.php
|
Add Partner, Service, and Review entities. Add association for Partner and User. Add association for MobileSession and Review. #228
|
2019-07-04 09:00:26 +00:00 |
|
Outlet.php
|
Add branch field to hub and outlet, create location trait
|
2018-01-31 23:55:51 +08:00 |
|
Partner.php
|
Add CRUD functionalities to Partners. #228
|
2019-07-05 07:26:16 +00:00 |
|
PlateNumber.php
|
Add warranty migration for legacy data #168
|
2019-01-03 05:51:33 +08:00 |
|
PrivacyPolicy.php
|
Added Assert\Not Blank() for the name of policy. #260
|
2019-08-30 03:12:58 +00:00 |
|
Promo.php
|
Add crud for promos, discountapply name value collection
|
2018-02-01 15:07:43 +08:00 |
|
Review.php
|
Add partner review api call #231
|
2019-07-20 15:15:47 +08:00 |
|
Rider.php
|
Make sure rider's active jo is in an open status #362
|
2020-03-05 09:20:16 +08:00 |
|
RiderRating.php
|
Add rider rating comment feature #120
|
2018-05-21 01:23:59 +08:00 |
|
RiderSchedule.php
|
Add riderschedule entity #8
|
2018-02-18 16:34:09 +08:00 |
|
RiderSession.php
|
Make rider session auto active #131
|
2018-05-24 16:24:11 +08:00 |
|
Role.php
|
Fix issues and optimize auth voter and entities #194
|
2019-06-05 16:37:37 +08:00 |
|
SAPBattery.php
|
Add inventory flag to SAP battery. #546
|
2021-03-18 23:13:42 +08:00 |
|
SAPBatteryBrand.php
|
Add SAP battery entities #172
|
2019-01-20 15:35:30 +08:00 |
|
SAPBatteryContainerSize.php
|
Add SAPBatteryContainerSize entity. #527
|
2020-12-07 05:48:48 +00:00 |
|
SAPBatterySize.php
|
Add SAP battery entities #172
|
2019-01-20 15:35:30 +08:00 |
|
Service.php
|
Add CRUD functionalities to Partners. #228
|
2019-07-05 07:26:16 +00:00 |
|
ServiceCharge.php
|
Add create, update, list, and delete for service charges. #348
|
2020-02-19 03:16:27 +00:00 |
|
SMSMessage.php
|
Add index for date_create. #397
|
2020-05-04 08:46:38 +00:00 |
|
StaticContent.php
|
Add Static Content feature. #298
|
2020-01-17 07:55:35 +00:00 |
|
SupportedArea.php
|
Create command that takes a kml file as an argument. Fix errors with the SupportedArea entity file and the KMLImporter service.
|
2019-03-06 19:52:05 -05:00 |
|
Ticket.php
|
Add schedule and adjust schedule date to display date and time always #67
|
2018-04-03 21:38:45 +08:00 |
|
User.php
|
Add Partner, Service, and Review entities. Add association for Partner and User. Add association for MobileSession and Review. #228
|
2019-07-04 09:00:26 +00:00 |
|
Vehicle.php
|
Add vehicle:merge command to clear duplicate vehicles #144
|
2018-06-16 11:51:28 +08:00 |
|
VehicleManufacturer.php
|
Add flag_mobile fields in vehicle and vehicle manufacturer #134
|
2018-06-04 04:16:40 +08:00 |
|
Warranty.php
|
Add odometer and date purchase (customer) to entity and api calls #540
|
2021-03-14 20:06:07 +08:00 |
|
WarrantySerial.php
|
Add API calls for warranty check and register #540
|
2021-03-05 15:02:14 +08:00 |