resq/src/Entity
2018-01-16 03:16: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 Add crud and validation for battery entity 2018-01-12 06:47:32 +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 Fix associations to job order 2018-01-16 02:24:31 +08:00
CustomerVehicle.php Fix associations to job order 2018-01-16 02:24:31 +08:00
Hub.php Add hub crud screens and functionality 2018-01-14 23:33:20 +08:00
Invoice.php Add invoice entity 2018-01-16 03:16:28 +08:00
JobOrder.php Add invoice entity 2018-01-16 03:16:28 +08:00
MobileNumber.php Fix missing UniqueEntity class on MobileNumber 2018-01-12 13:38:41 +08:00
MobileSession.php Add initial entities for battery, customer and vehicle 2018-01-08 23:59:13 +08:00
Outlet.php Fix associations to job order 2018-01-16 02:24:31 +08:00
Rider.php Fix associations to job order 2018-01-16 02:24:31 +08:00
Role.php Add assert constraints to role entity 2018-01-10 04:41:50 +08:00
User.php Fix associations to job order 2018-01-16 02:24:31 +08:00
Vehicle.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
VehicleManufacturer.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00