Restaurants Management System
It is a portal where consumer gets all facility with comparison in dif
read moreIf you are looking for the best brains and the best technology in the industry, we have them all. Customer satisfaction is always our main priority that’s why we utilize the finest professionals and technology to work for you.
It is a portal where consumer gets all facility with comparison in dif
read moreSoftware End School Management System provides user-friendly dashboar
read moreSoftware End Point of Sale and Inventory Management System are profe
read moreOur development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Software End School Management System provides user-friendly dashboards with login access for teachers, non-teaching staff, students, parents and management personnel of your inst
Web Based E-commerce
Web Based E-commerce
Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering. Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering. Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Designer have to make sure the prototype looks finished by inserting text or photo.make sure the prototype looks finished by.
Designer have to make sure the prototype looks finished by inserting text or photo.make sure the prototype looks finished by.
Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `Menu`.`id`, `Menu`.`parent_id`, `Menu`.`name`, `Menu`.`slug`, `Menu`.`url`, `Menu`.`type` FROM `softwaresbd_main`.`menus` AS `Menu` WHERE `Menu`.`status` = '1' ORDER BY `Menu`.`order` ASC | 10 | 10 | 0 | |
2 | SELECT `Config`.`key`, `Config`.`value` FROM `softwaresbd_main`.`configs` AS `Config` WHERE 1 = 1 | 15 | 15 | 0 | |
3 | BEGIN | 0 | 0 | 0 | |
4 | INSERT INTO `softwaresbd_main`.`logs` (`user_id`, `ip`, `port`, `controller`, `action`, `created`) VALUES (NULL, '98.80.143.34', '33524', 'pages', '/', '2024-10-06 07:19:34') | 1 | 1 | 0 | |
5 | COMMIT | 0 | 0 | 0 | |
6 | SELECT `Quicklink`.`id`, `Quicklink`.`name`, `Quicklink`.`links`, `Quicklink`.`status`, `Quicklink`.`created`, `Quicklink`.`modified` FROM `softwaresbd_main`.`quicklinks` AS `Quicklink` WHERE `status` = '1' | 4 | 4 | 0 | |
7 | SELECT `Product`.`id`, `Product`.`name`, `Product`.`category_id`, `Product`.`description`, `Product`.`feature`, `Product`.`demo`, `Product`.`credential`, `Product`.`price`, `Product`.`seq`, `Product`.`is_public`, `Product`.`status`, `Product`.`created`, `Product`.`modified`, `Category`.`id`, `Category`.`type`, `Category`.`name`, `Category`.`description`, `Category`.`seq`, `Category`.`status`, `Category`.`created`, `Category`.`modified` FROM `softwaresbd_main`.`products` AS `Product` LEFT JOIN `softwaresbd_main`.`categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) WHERE `Product`.`status` = '1' AND `Product`.`is_public` = '1' | 4 | 4 | 0 | |
8 | SELECT `Project`.`id`, `Project`.`product_id`, `Project`.`client_id`, `Project`.`employee_id`, `Project`.`contractor_id`, `Project`.`name`, `Project`.`extra`, `Project`.`requirement`, `Project`.`web`, `Project`.`price`, `Project`.`advance`, `Project`.`paid`, `Project`.`contractor_percentage`, `Project`.`seq`, `Project`.`start_date`, `Project`.`end_date`, `Project`.`status`, `Project`.`created`, `Project`.`modified` FROM `softwaresbd_main`.`projects` AS `Project` WHERE `Project`.`product_id` IN (2, 3, 4, 5) | 3 | 3 | 0 | |
9 | SELECT `Project`.`id`, `Project`.`product_id`, `Project`.`client_id`, `Project`.`employee_id`, `Project`.`contractor_id`, `Project`.`name`, `Project`.`extra`, `Project`.`requirement`, `Project`.`web`, `Project`.`price`, `Project`.`advance`, `Project`.`paid`, `Project`.`contractor_percentage`, `Project`.`seq`, `Project`.`start_date`, `Project`.`end_date`, `Project`.`status`, `Project`.`created`, `Project`.`modified`, `Product`.`id`, `Product`.`name`, `Product`.`category_id`, `Product`.`description`, `Product`.`feature`, `Product`.`demo`, `Product`.`credential`, `Product`.`price`, `Product`.`seq`, `Product`.`is_public`, `Product`.`status`, `Product`.`created`, `Product`.`modified`, `Client`.`id`, `Client`.`name`, `Client`.`description`, `Client`.`address`, `Client`.`phone`, `Client`.`mobile`, `Client`.`email`, `Client`.`web`, `Client`.`contact_person`, `Client`.`contact_phone`, `Client`.`status`, `Client`.`created`, `Client`.`modified`, `Employee`.`id`, `Employee`.`name`, `Employee`.`designation`, `Employee`.`birthdate`, `Employee`.`gender`, `Employee`.`religion`, `Employee`.`blood_group`, `Employee`.`present_address`, `Employee`.`permanent_address`, `Employee`.`phone`, `Employee`.`email`, `Employee`.`join_date`, `Employee`.`leave_date`, `Employee`.`leav_type`, `Employee`.`education`, `Employee`.`marital_status`, `Employee`.`balance`, `Employee`.`salary`, `Employee`.`bonus`, `Employee`.`paid`, `Employee`.`gain`, `Employee`.`status`, `Employee`.`created`, `Employee`.`modified`, `Contractor`.`id`, `Contractor`.`name`, `Contractor`.`description`, `Contractor`.`address`, `Contractor`.`phone`, `Contractor`.`mobile`, `Contractor`.`email`, `Contractor`.`web`, `Contractor`.`status`, `Contractor`.`created`, `Contractor`.`modified` FROM `softwaresbd_main`.`projects` AS `Project` LEFT JOIN `softwaresbd_main`.`products` AS `Product` ON (`Project`.`product_id` = `Product`.`id`) LEFT JOIN `softwaresbd_main`.`clients` AS `Client` ON (`Project`.`client_id` = `Client`.`id`) LEFT JOIN `softwaresbd_main`.`employees` AS `Employee` ON (`Project`.`employee_id` = `Employee`.`id`) LEFT JOIN `softwaresbd_main`.`contractors` AS `Contractor` ON (`Project`.`contractor_id` = `Contractor`.`id`) WHERE `Project`.`status` = '1' AND `Product`.`is_public` = '1' | 3 | 3 | 1 | |
10 | SELECT `ProjectModification`.`id`, `ProjectModification`.`project_id`, `ProjectModification`.`employee_id`, `ProjectModification`.`modification`, `ProjectModification`.`price`, `ProjectModification`.`start_date`, `ProjectModification`.`end_date`, `ProjectModification`.`approve_date`, `ProjectModification`.`status`, `ProjectModification`.`created`, `ProjectModification`.`modified` FROM `softwaresbd_main`.`project_modifications` AS `ProjectModification` WHERE `ProjectModification`.`project_id` IN (3, 1, 6) | 0 | 0 | 0 | |
11 | SELECT `Receipt`.`id`, `Receipt`.`project_id`, `Receipt`.`payment_type`, `Receipt`.`amount`, `Receipt`.`balance`, `Receipt`.`pdate`, `Receipt`.`comments`, `Receipt`.`created` FROM `softwaresbd_main`.`receipts` AS `Receipt` WHERE `Receipt`.`project_id` IN (3, 1, 6) | 0 | 0 | 0 | |
12 | SELECT `Client`.`id`, `Client`.`name`, `Client`.`description`, `Client`.`address`, `Client`.`phone`, `Client`.`mobile`, `Client`.`email`, `Client`.`web`, `Client`.`contact_person`, `Client`.`contact_phone`, `Client`.`status`, `Client`.`created`, `Client`.`modified` FROM `softwaresbd_main`.`clients` AS `Client` WHERE `Client`.`status` = '1' | 7 | 7 | 0 | |
13 | SELECT `Slider`.`id`, `Slider`.`title`, `Slider`.`content`, `Slider`.`seq`, `Slider`.`status`, `Slider`.`created`, `Slider`.`modified` FROM `softwaresbd_main`.`sliders` AS `Slider` WHERE `Slider`.`status` = '1' | 2 | 2 | 0 | |
14 | SELECT `Testimonial`.`id`, `Testimonial`.`title`, `Testimonial`.`content`, `Testimonial`.`creator`, `Testimonial`.`designation`, `Testimonial`.`org`, `Testimonial`.`status`, `Testimonial`.`created`, `Testimonial`.`modified` FROM `softwaresbd_main`.`testimonials` AS `Testimonial` WHERE `Testimonial`.`status` = '1' | 4 | 4 | 0 | |
15 | SELECT `Service`.`id`, `Service`.`name`, `Service`.`description`, `Service`.`status`, `Service`.`created`, `Service`.`modified` FROM `softwaresbd_main`.`services` AS `Service` WHERE `Service`.`status` = '1' | 0 | 0 | 0 |