Home / Product Details

Restaurants Management System

No Image

Product Overview

Notice (8): Undefined index: overview [APP/View/Products/product_details.ctp, line 19]



Key Feature

Sales Report: You will get day, month & year wise sales report with stock, vat and profit information. Categories Report: You can check how much product are in your stock in category wise. Customers Report: You can check which customers take how much product with price by date wise. Suppliers Report: You can see the supplier list & their products here. Items Report: You can see the stock report and sales report here date wise. Employees Report: You can check which employee sale how much & deal with which customers. Taxes Report: You can see all tax report here. Discounts Report: You can see how much discount you provide to your clients and total summery report. Payments Report: You can see all payment details date wise. Low Inventory Report: If your product is in a re-order level then this option show you the current status. Inventory Summary Report: Full inventory report is here date wise.

Demo Link: http://pharmacy.softwaresbd.com

Price: 45000


(default) 9 queries took 1 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, '18.222.35.77', '40216', 'products', '/products/product_details/2', '2024-04-26 00:50:09')110
5COMMIT000
6SELECT `Quicklink`.`id`, `Quicklink`.`name`, `Quicklink`.`links`, `Quicklink`.`status`, `Quicklink`.`created`, `Quicklink`.`modified` FROM `softwaresbd_main`.`quicklinks` AS `Quicklink` WHERE `status` = '1'441
7SELECT COUNT(*) AS `count` FROM `softwaresbd_main`.`products` AS `Product` WHERE `Product`.`id` = 2110
8SELECT `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`.`id` = 2 LIMIT 1110
9SELECT `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` = (2)000