daily commit
Showing
application/controllers/Webservices.php
0 → 100644
application/models/Webservice_model.php
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -3,7 +3,7 @@ |
-- https://www.phpmyadmin.net/ | ||
-- | ||
-- Host: db | ||
-- Generation Time: Dec 21, 2018 at 12:57 PM | ||
-- Generation Time: Dec 28, 2018 at 12:21 PM | ||
-- Server version: 5.6.41 | ||
-- PHP Version: 7.2.8 | ||
... | ... | @@ -74,7 +74,7 @@ CREATE TABLE `customers` ( |
INSERT INTO `customers` (`customer_id`, `first_name`, `last_name`, `phone`, `email`, `address`, `profile_image`, `password`, `date_of_birth`, `status`) VALUES | ||
(1, 'Tobin', 'Thomas', '9995559194', '[email protected]', 'Techware', 'assets/uploads/services/1544417044_sniper.jpg', NULL, '05/05/1994', 1), | ||
(2, 'Tobin', 'Thomas', '99955752194', '[email protected]', 'Techware', 'assets/uploads/services/1545036793_car1.jpg', NULL, '12/20/2018', 1), | ||
(3, 'Tobin', 'Thomas', '9993242394', 'tobin[email protected]', 'Techware', 'assets/uploads/services/1545037023_images.jpg', NULL, '12/11/2018', 1); | ||
(3, 'Tobin', 'Thomas', '9993242394', 'tobin@gmail.com', 'Techware', 'assets/uploads/services/1545037023_images.jpg', 'e10adc3949ba59abbe56e057f20f883e', '12/11/2018', 1); | ||
-- -------------------------------------------------------- | ||
... | ... | @@ -135,7 +135,9 @@ CREATE TABLE `issues` ( |
INSERT INTO `issues` (`issue_id`, `issue`, `issue_image`, `status`) VALUES | ||
(9, 'Wheel Maintenance', 'assets/uploads/services/images8.jpg', 1), | ||
(10, 'AC Maintenance', 'assets/uploads/services/car_ac.jpg', 1); | ||
(10, 'AC Maintenance', 'assets/uploads/services/car_ac.jpg', 1), | ||
(11, 'Oil Change and General Service', 'assets/uploads/services/images9.jpg', 1), | ||
(12, 'General Service', 'assets/uploads/services/Twitch_KingpinSkin_old2_HD1.jpg', 1); | ||
-- -------------------------------------------------------- | ||
... | ... | @@ -158,10 +160,10 @@ CREATE TABLE `issues_category` ( |
-- | ||
INSERT INTO `issues_category` (`issue_cat_id`, `issue_id`, `issue_category`, `issue_cat_image`, `default_service_fee`, `default_description`, `status`) VALUES | ||
(3, 9, 'Wheel Checking', 'assets/uploads/services/images7.jpg', 500, 'Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. Wheel Checking Edit Issue Update Issue Data. ', 1), | ||
(4, 9, 'Wheel Alignment', 'assets/uploads/services/images7.jpg', 1000, 'Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. Wheel Alignment Wheel Checking Edit Issue Update Issue Data. ', 1), | ||
(5, 10, 'AC Checking', 'assets/uploads/services/sniper.jpg', 1500, 'AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. ', 1), | ||
(6, 10, 'AC Cleaning', 'assets/uploads/services/Himalayan.jpg', 2500, 'AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. ', 1); | ||
(7, 11, 'Oil Change', 'assets/uploads/services/Twitch_KingpinSkin_old2_HD.jpg', 1500, 'Oil Change and general service with free water service. Oil Change and general service with free water service. Oil Change and general service with free water service. ', 1), | ||
(8, 11, 'Oil Top Up ', 'assets/uploads/services/Himalayan1.jpg', 500, 'Oil Top Up and general service with free water service. ', 1), | ||
(9, 12, 'General Service L:0', 'assets/uploads/services/park-512.png', 700, 'With out Water Service and Polishing. With out Water Service and Polishing. With out Water Service and Polishing. With out Water Service and Polishing. ', 1), | ||
(10, 12, 'General Service L:1', 'assets/uploads/services/car.jpg', 700, 'Free Water Service and Polishing. Free Water Service and Polishing. Free Water Service and Polishing. Free Water Service and Polishing. ', 1); | ||
-- -------------------------------------------------------- | ||
... | ... | @@ -217,9 +219,13 @@ CREATE TABLE `mechanic_issues` ( |
-- | ||
INSERT INTO `mechanic_issues` (`id`, `issue_id`, `issue_cat_id`, `mechanic_id`, `custom_description`, `custom_service_fee`, `status`) VALUES | ||
(11, 9, NULL, 2, NULL, 0, 1), | ||
(17, 10, 5, 2, '555555 AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. AC Maintenance, AC Checking. ', 1500, 1), | ||
(18, 10, 6, 2, '6666666 AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. AC Maintenance, AC Cleaning. ', 2500, 1); | ||
(20, 9, NULL, 2, NULL, 0, 2), | ||
(21, 11, NULL, 2, NULL, 0, 2), | ||
(22, 11, NULL, 2, NULL, 0, 2), | ||
(23, 10, NULL, 2, NULL, 0, 2), | ||
(24, 11, 7, 2, '!@#$%^ N Oil Change and general service with free water service. Oil Change and general service with free water service. Oil Change and general service with free water service. ', 400, 2), | ||
(25, 11, 8, 2, '!@#$%^ N Oil Top Up and general service with free water service. ', 400, 2), | ||
(26, 11, NULL, 2, NULL, 0, 1); | ||
-- -------------------------------------------------------- | ||
... | ... | @@ -242,7 +248,7 @@ CREATE TABLE `mechanic_shop` ( |
INSERT INTO `mechanic_shop` (`shop_id`, `shop_name`, `address`, `phone`, `email_id`, `status`) VALUES | ||
(1, 'Mechanic Shop', 'Kakkanad', '9995559194', '[email protected]', 1), | ||
(2, 'New Shop 1', 'Techware', '9995559194', '[email protected]', 0); | ||
(2, 'New Shop 1', 'Techware', '9995559194', '[email protected]', 1); | ||
-- -------------------------------------------------------- | ||
... | ... | @@ -357,13 +363,13 @@ ALTER TABLE `customer_vehicle` |
-- AUTO_INCREMENT for table `issues` | ||
-- | ||
ALTER TABLE `issues` | ||
MODIFY `issue_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | ||
MODIFY `issue_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | ||
-- | ||
-- AUTO_INCREMENT for table `issues_category` | ||
-- | ||
ALTER TABLE `issues_category` | ||
MODIFY `issue_cat_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | ||
MODIFY `issue_cat_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | ||
-- | ||
-- AUTO_INCREMENT for table `mechanic` | ||
... | ... | @@ -375,7 +381,7 @@ ALTER TABLE `mechanic` |
-- AUTO_INCREMENT for table `mechanic_issues` | ||
-- | ||
ALTER TABLE `mechanic_issues` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; | ||
-- | ||
-- AUTO_INCREMENT for table `mechanic_shop` | ||
... | ... |
Please
register
or
sign in
to comment