resq/src/Entity
2018-01-31 03:03:28 +08:00
..
.gitignore Initial commit 2018-01-06 21:26:46 +08:00
Battery.php Initial commit for customer crud, add asserts/get/setters to entities 2018-01-12 08:38:12 +08:00
BatteryManufacturer.php Initial commit for customer crud forms 2018-01-16 02:25:40 +08:00
BatteryModel.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
BatterySize.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
Customer.php Add ticket entity and associations 2018-01-31 03:03:28 +08:00
CustomerVehicle.php Set customer vehicle name as optional, fix customer form to work with new gas and status values 2018-01-30 12:52:39 +08:00
Hub.php Fix sort by hub issue for rider list + add hub selection to outlets 2018-01-30 16:08:04 +08:00
Invoice.php Add invoice entity 2018-01-16 03:16:28 +08:00
JobOrder.php Record assigning user and datetime for job orders 2018-01-31 02:46:00 +08:00
MobileNumber.php Fix blank warranty bug for customer form and add typehinting for date/time fields 2018-01-17 15:09:26 +08:00
MobileSession.php Rename mobile session setDateConfirm to setDateConfirmed 2018-01-28 13:51:57 +08:00
Outlet.php Fix sort by hub issue for rider list + add hub selection to outlets 2018-01-30 16:08:04 +08:00
Rider.php Fix variable names for first and last name setters 2018-01-31 03:03:17 +08:00
Role.php Add assert constraints to role entity 2018-01-10 04:41:50 +08:00
Ticket.php Add ticket entity and associations 2018-01-31 03:03:28 +08:00
User.php Add ticket entity and associations 2018-01-31 03:03:28 +08:00
Vehicle.php Add more API calls 2018-01-30 00:02:59 +08:00
VehicleManufacturer.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00