Our Projects

Our development opt in to the projects they genuinely want to work on, committing wholeheartedly to delivering.

(default) 9 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `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` ASC10100
2SELECT `Config`.`key`, `Config`.`value` FROM `softwaresbd_main`.`configs` AS `Config` WHERE 1 = 115150
3BEGIN000
4INSERT INTO `softwaresbd_main`.`logs` (`user_id`, `ip`, `port`, `controller`, `action`, `created`) VALUES (NULL, '98.80.143.34', '38280', 'projects', '/projects/project_view', '2024-10-06 06:57:18')111
5COMMIT000
6SELECT `Quicklink`.`id`, `Quicklink`.`name`, `Quicklink`.`links`, `Quicklink`.`status`, `Quicklink`.`created`, `Quicklink`.`modified` FROM `softwaresbd_main`.`quicklinks` AS `Quicklink` WHERE `status` = '1'440
7SELECT `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'331
8SELECT `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)000
9SELECT `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)000