-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 05, 2023 at 11:32 AM -- Server version: 5.5.16 -- PHP Version: 5.3.8 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `burgertree_client` -- -- -------------------------------------------------------- -- -- Table structure for table `svr_alert` -- CREATE TABLE IF NOT EXISTS `svr_alert` ( `id` int(11) NOT NULL AUTO_INCREMENT, `act` varchar(250) DEFAULT NULL, `dayflag` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `svr_alert` -- INSERT INTO `svr_alert` (`id`, `act`, `dayflag`) VALUES (1, 'PpEJDdHrU8DDcxCFHlAJRUlYzTKj23bdQonI2Lz6CRJxsdiWJP+7AjsVNlJCESBv', 0); -- -------------------------------------------------------- -- -- Table structure for table `svr_catering_section` -- CREATE TABLE IF NOT EXISTS `svr_catering_section` ( `sectionid` bigint(20) NOT NULL AUTO_INCREMENT, `sectionname` varchar(50) DEFAULT NULL, `sts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`sectionid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `svr_catering_section` -- INSERT INTO `svr_catering_section` (`sectionid`, `sectionname`, `sts`) VALUES (1, 'DINE IN', 0), (2, 'TAKE AWAY', 0), (3, 'SWIGGY', 0), (4, 'ZOMATO', 0), (5, 'BT APP', 0); -- -------------------------------------------------------- -- -- Table structure for table `svr_counter_categoryparent` -- CREATE TABLE IF NOT EXISTS `svr_counter_categoryparent` ( `id` int(10) NOT NULL AUTO_INCREMENT, `catid` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `svr_counter_itemparent` -- CREATE TABLE IF NOT EXISTS `svr_counter_itemparent` ( `id` int(10) NOT NULL AUTO_INCREMENT, `itemid` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `svr_homedelivery` -- CREATE TABLE IF NOT EXISTS `svr_homedelivery` ( `no` int(11) NOT NULL AUTO_INCREMENT, `status` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(70) DEFAULT NULL, `phoneno` varchar(20) DEFAULT NULL, `address` varchar(200) DEFAULT NULL, `deliverytime` time NOT NULL DEFAULT '00:00:00', `empid` int(11) NOT NULL DEFAULT '0', `vehicalno_id` int(11) NOT NULL DEFAULT '0', `servicecharge` decimal(16,3) NOT NULL DEFAULT '0.000', PRIMARY KEY (`no`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ; -- -- Dumping data for table `svr_homedelivery` -- INSERT INTO `svr_homedelivery` (`no`, `status`, `name`, `phoneno`, `address`, `deliverytime`, `empid`, `vehicalno_id`, `servicecharge`) VALUES (1, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (2, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (3, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (4, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (5, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (6, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (7, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (8, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (9, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (10, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (11, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (12, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (13, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (14, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (15, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (16, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (17, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (18, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (19, 0, '', '', '', '00:00:00', 0, 0, '0.000'), (20, 0, '', '', '', '00:00:00', 0, 0, '0.000'); -- -------------------------------------------------------- -- -- Table structure for table `svr_homedelivery_no_items` -- CREATE TABLE IF NOT EXISTS `svr_homedelivery_no_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `no` int(11) NOT NULL DEFAULT '0', `prd_id` int(20) NOT NULL DEFAULT '0', `prd_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `prd_price` decimal(16,3) NOT NULL DEFAULT '0.000', `messageid` int(20) NOT NULL DEFAULT '0', `custommessage` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ; -- -------------------------------------------------------- -- -- Table structure for table `svr_kitchenparent` -- CREATE TABLE IF NOT EXISTS `svr_kitchenparent` ( `kitchenid` int(11) NOT NULL AUTO_INCREMENT, `kitchencode` varchar(30) DEFAULT NULL, `kitchenname` varchar(50) DEFAULT NULL, `printername` varchar(50) DEFAULT NULL, `printerip` varchar(30) DEFAULT NULL, `k_mode` char(1) NOT NULL DEFAULT 'N', `sync` char(1) NOT NULL DEFAULT 'N', PRIMARY KEY (`kitchenid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `svr_kitchenparent` -- INSERT INTO `svr_kitchenparent` (`kitchenid`, `kitchencode`, `kitchenname`, `printername`, `printerip`, `k_mode`, `sync`) VALUES (1, '0', 'MAIN KITCHEN', 'THERMAL', '192.168.0.90', 'A', 'N'), (2, '0', 'NO KOT', 'NO KOT', '000', 'A', 'N'); -- -------------------------------------------------------- -- -- Table structure for table `svr_pcstatus` -- CREATE TABLE IF NOT EXISTS `svr_pcstatus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `empid` int(11) NOT NULL DEFAULT '0', `counterid` int(11) NOT NULL DEFAULT '0', `openingbalance` decimal(16,3) NOT NULL DEFAULT '0.000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=860 ; -- -- Dumping data for table `svr_pcstatus` -- INSERT INTO `svr_pcstatus` (`id`, `empid`, `counterid`, `openingbalance`) VALUES (859, 1, 1, '3000.000'); -- -------------------------------------------------------- -- -- Table structure for table `svr_quickparcel` -- CREATE TABLE IF NOT EXISTS `svr_quickparcel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `quick_id` int(11) NOT NULL DEFAULT '0', `prd_id` int(11) NOT NULL DEFAULT '0', `prd_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `prd_price` decimal(16,3) NOT NULL DEFAULT '0.000', `custm_msg` varchar(50) DEFAULT NULL, `msg_id` int(10) NOT NULL DEFAULT '0', `k_qty` decimal(16,3) NOT NULL DEFAULT '1.000', `type` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=597 ; -- -- Dumping data for table `svr_quickparcel` -- INSERT INTO `svr_quickparcel` (`id`, `quick_id`, `prd_id`, `prd_qty`, `prd_price`, `custm_msg`, `msg_id`, `k_qty`, `type`) VALUES (552, 3, 30, '1.000', '110.000', '', 20, '1.000', ''), (596, 1, 12, '5.000', '110.000', '', 0, '1.000', ''); -- -------------------------------------------------------- -- -- Table structure for table `svr_quickparcel_data` -- CREATE TABLE IF NOT EXISTS `svr_quickparcel_data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parcel_no` int(11) NOT NULL DEFAULT '0', `name` varchar(50) DEFAULT NULL, `mobile` varchar(50) DEFAULT NULL, `delay` varchar(50) DEFAULT NULL, `cusaddress` varchar(300) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `svr_quickparcel_data` -- INSERT INTO `svr_quickparcel_data` (`id`, `parcel_no`, `name`, `mobile`, `delay`, `cusaddress`) VALUES (1, 1, '', '', '', ''), (2, 2, '', '', '', ''), (3, 3, '', '', '', ''), (4, 4, '', '', '', 'tampuran'); -- -------------------------------------------------------- -- -- Table structure for table `svr_quickparsel_section` -- CREATE TABLE IF NOT EXISTS `svr_quickparsel_section` ( `sectionid` bigint(20) NOT NULL AUTO_INCREMENT, `sectionname` varchar(50) DEFAULT NULL, `sts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`sectionid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `svr_quickparsel_section` -- INSERT INTO `svr_quickparsel_section` (`sectionid`, `sectionname`, `sts`) VALUES (1, 'DINE IN', 0), (2, 'TAKE AWAY', 0), (3, 'SWIGGY', 0), (4, 'ZOMATO', 0), (5, 'BT APP', 0); -- -------------------------------------------------------- -- -- Table structure for table `svr_roomdelivery` -- CREATE TABLE IF NOT EXISTS `svr_roomdelivery` ( `no` int(11) NOT NULL AUTO_INCREMENT, `status` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(60) DEFAULT NULL, `phoneno` varchar(60) DEFAULT NULL, `address` int(11) NOT NULL DEFAULT '0', `deliverytime` time NOT NULL DEFAULT '00:00:00', `empid` int(10) NOT NULL DEFAULT '0', `roomid` int(10) NOT NULL DEFAULT '0', `servicecharge` decimal(16,3) NOT NULL DEFAULT '0.000', PRIMARY KEY (`no`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ; -- -- Dumping data for table `svr_roomdelivery` -- INSERT INTO `svr_roomdelivery` (`no`, `status`, `name`, `phoneno`, `address`, `deliverytime`, `empid`, `roomid`, `servicecharge`) VALUES (1, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (2, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (3, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (4, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (5, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (6, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (7, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (8, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (9, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (10, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (11, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (12, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (13, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (14, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (15, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (16, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (17, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (18, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (19, 0, '', '', 0, '00:00:00', 0, 0, '0.000'), (20, 0, '', '', 0, '00:00:00', 0, 0, '0.000'); -- -------------------------------------------------------- -- -- Table structure for table `svr_roomdelivery_no_items` -- CREATE TABLE IF NOT EXISTS `svr_roomdelivery_no_items` ( `id` int(10) NOT NULL AUTO_INCREMENT, `no` int(10) NOT NULL DEFAULT '0', `prd_id` int(10) NOT NULL DEFAULT '0', `prd_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `prd_price` decimal(16,3) NOT NULL DEFAULT '0.000', `messageid` int(10) NOT NULL DEFAULT '0', `custommessage` varchar(60) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=145 ; -- -- Dumping data for table `svr_roomdelivery_no_items` -- INSERT INTO `svr_roomdelivery_no_items` (`id`, `no`, `prd_id`, `prd_qty`, `prd_price`, `messageid`, `custommessage`) VALUES (111, 0, 85, '1.000', '310.000', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `svr_sectionparent` -- CREATE TABLE IF NOT EXISTS `svr_sectionparent` ( `sectionid` bigint(20) NOT NULL AUTO_INCREMENT, `sectionname` varchar(50) DEFAULT NULL, `defaultbilltypeid` int(20) DEFAULT '0', `sts` tinyint(1) NOT NULL DEFAULT '0', `sync` char(1) NOT NULL DEFAULT 'N', PRIMARY KEY (`sectionid`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `svr_sectionparent` -- INSERT INTO `svr_sectionparent` (`sectionid`, `sectionname`, `defaultbilltypeid`, `sts`, `sync`) VALUES (1, 'DINE IN', 1, 0, 'N'), (2, 'TAKE AWAY', 3, 0, 'N'), (3, 'SWIGGY', 5, 0, 'N'), (4, 'ZOMATO', 5, 0, 'N'), (5, 'BT APP', 1, 0, 'N'); -- -------------------------------------------------------- -- -- Table structure for table `svr_settings` -- CREATE TABLE IF NOT EXISTS `svr_settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT NULL, `sts` varchar(10) DEFAULT NULL, `sub` int(11) NOT NULL DEFAULT '0', `flag` int(11) NOT NULL DEFAULT '0', `ip` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=156 ; -- -- Dumping data for table `svr_settings` -- INSERT INTO `svr_settings` (`id`, `name`, `sts`, `sub`, `flag`, `ip`) VALUES (14, 'log_in', 'off', 0, 0, '0'), (15, 'kot_1', '', 0, 0, '0'), (16, 'kot_2', '', 0, 0, '0'), (17, 'kot_3', '', 0, 0, '0'), (18, 'kot_print', 'yes', 0, 2, '0'), (19, 'multi_kot', '', 0, 0, '192.168.8.75'), (20, 'service_tax', 'on', 0, 1, '0'), (21, '1268', '123', 0, 0, '2222'), (22, 'keyboard', 'off', 0, 0, '0'), (23, 'duebill', '', 0, 0, '192.168.0.90'), (24, 'cons_ip_1', '', 0, 0, '192.168.0.90'), (25, 'cons_ip_2', '', 0, 0, '0'), (26, 'mode', 'pos', 0, 2, '0'), (27, 'kotpop', 'yes', 0, 1, '0'), (28, 'bar_code', 'no', 0, 0, '0'), (29, 'duebill_void', 'yes', 0, 1, '0'), (30, 'counter_report', 'on', 0, 0, '0'), (31, 'service_per', '0', 0, 0, '0'), (32, 'void_setprice_pass', 'on', 0, 0, '0'), (33, 'join', 'off', 0, 1, '0'), (34, 'split', 'on', 0, 0, '0'), (35, 'theme', '', 0, 1, ''), (36, 'advance _settings', '1122', 0, 0, ''), (37, 'cash_drawer', '', 0, 0, ''), (39, 'table_row', '', 0, 2, ''), (40, 'item_row', '', 0, 1, ''), (41, 'bak_sett', '', 0, 1, ''), (42, 'bak_kot', '', 0, 0, ''), (43, 'restaurant_sett', '', 0, 1, ''), (44, 'discount', '', 0, 0, ''), (45, 'ordertaker_login', '', 0, 0, ''), (46, 'printer_type', '', 0, 0, ''), (47, 'pax', '', 0, 0, ''), (48, 'ordertaker', '', 0, 0, ''), (49, 'kitchen_stock_notification', '', 0, 1, ''), (50, 'kot_duebill', '', 0, 1, ''), (51, 'cash', '', 0, 1, ''), (52, 'multi_mode', '', 0, 1, ''), (53, 'home_delv_print1', '', 0, 1, ''), (54, 'duebill_pdf_print', '', 0, 0, ''), (55, 'billformat', '', 0, 0, ''), (56, 'shortname', '0', 0, 1, '0'), (57, 'default_billing', '', 0, 0, ''), (58, 'search_method', '', 0, 1, ''), (60, 'valet_card', '', 0, 0, ''), (62, 'room_delv_print1', '', 0, 1, ''), (63, 'vpos_creator', '', 0, 1, ''), (64, 'item_creator_restaurant', '', 0, 1, ''), (65, 'item_creator_bakery', '', 0, 0, ''), (66, 'item_creator_store', '', 0, 0, ''), (67, 'discount_bill_print', '', 0, 1, ''), (68, 'carryforward', '', 0, 1, ''), (69, 'weighingprint_path', 'yes', 1, 1, ''), (70, 'default_counter', '', 0, 1, ''), (71, 'counter_staff_selection', '', 0, 0, ''), (72, 'kot_kitchen_symbol', '', 0, 0, ''), (73, 'transaction_purchase_order', '', 0, 1, ''), (74, 'transaction_purchase', '', 0, 1, ''), (75, 'transaction_purchase_return', '', 0, 1, ''), (76, 'transaction_sales_return', '', 0, 1, ''), (77, 'transaction_stock_update', '', 0, 1, ''), (78, 'transaction_stock_wastage', '', 0, 1, ''), (79, 'transaction_current_stock', '', 0, 1, ''), (80, 'transaction_edit_log_report', '', 0, 1, ''), (81, 'transaction_item_production', '', 0, 1, ''), (82, 'transaction_kitchen_transfer', '', 0, 1, ''), (83, 'transaction_kitchen_transfer_return', '', 0, 1, ''), (84, 'transaction_kitchen_item_stock', '', 0, 1, ''), (85, 'transaction_kitchen_transfer_cost', '', 0, 1, ''), (86, 'invoice_blocking', '', 0, 0, ''), (87, 'print_width', '', 0, 1, ''), (88, 'digit_in_words', '', 0, 1, ''), (89, 'transaction_suppler_payment', '', 0, 1, ''), (90, 'invoice_offline', '', 0, 0, ''), (91, 'textbox_height', '50', 0, 0, ''), (92, 'quickparcel_print', '', 0, 0, ''), (93, 'dupicatekot_print', '', 0, 0, ''), (94, 'quick_cons_ip_1', '', 0, 0, '0'), (95, 'quick_cons_ip_2', '', 0, 0, '0'), (96, 'vpos_printing_mode', '', 0, 0, ''), (97, 'barcode_scanning', '', 0, 0, ''), (98, 'duebill_authentication', '', 0, 0, ''), (99, 'runningorder_authentication', '', 0, 0, ''), (100, 'default_bank', '', 0, 53, ''), (101, 'default_waiting_time', '2', 0, 0, ''), (102, 'payroll', '', 0, 0, ''), (103, 'vpos_bill_printing_type', '', 0, 0, ''), (104, 'barcode_label_printing_name', 'vpos-barco', 0, 0, ''), (105, 'item_list', '', 0, 0, ''), (106, 'quickparcel_duplicatekot', '', 0, 0, ''), (107, 'transaction_kitchen_wastage', '', 0, 1, ''), (108, 'pos_shortname_mode', '', 0, 1, ''), (109, 'quickparcel_shortname_mode', '', 0, 1, ''), (110, 'homedelivery_shortname_mode', '', 0, 1, ''), (111, 'roomdelivery_shortname_mode', '', 0, 1, ''), (112, 'voidafterduebill', '', 0, 1, ''), (114, 'duebilltax_comment', '', 0, 0, 'GST Total'), (115, 'show_cgst_sgst', '', 0, 1, ''), (116, 'showtax_column', '', 0, 1, ''), (118, 'showgst', '', 0, 1, ''), (120, 'gst_detailed_info', 'yes', 0, 1, ''), (131, 'vpos_price_edit', '', 0, 1, ''), (119, 'gst_percentage_show', '', 0, 1, ''), (122, 'pos_gst_percentage_show', 'yes', 0, 1, ''), (123, 'pos_show_cgst_sgst', 'yes', 0, 1, ''), (124, 'pos_showgst', 'yes', 0, 1, ''), (127, 'ordertaking_images', '', 0, 0, ''), (128, 'posmode_quick_billing', '', 0, 0, ''), (130, 'vpos_autofocus', '', 0, 0, ''), (129, 'duebill_common_comment', '', 0, 0, ' '), (132, 'duebill_bottom_text', '', 0, 0, ' '), (133, 'pos_button_kot', '', 0, 1, ''), (134, 'pos_button_duebill', '', 0, 1, ''), (135, 'pos_button_cash_withprint', '', 0, 1, ''), (136, 'pos_button_cash_withoutprint', '', 0, 1, ''), (137, 'pos_button_multimode', '', 0, 1, ''), (138, 'counter_opening_balance', '', 0, 1, ''), (139, 'transaction_recipie', '', 0, 1, ''), (140, 'carryforward_detailed', '', 0, 1, ''), (142, 'number_pad', 'on', 0, 1, ''), (141, 'transaction_purchase_returnitem', '', 0, 1, ''), (143, 'cons_ip_3', '', 0, 0, '0'), (144, 'cons_ip_4', '', 0, 0, '0'), (145, 'quick_cons_ip_3', '', 0, 0, '0'), (146, 'quick_cons_ip_4', '', 0, 0, '0'), (147, 'voidcons_ip_1', '', 0, 0, '0'), (148, 'voidcons_ip_2', '', 0, 0, '0'), (149, 'voidcons_ip_3', '', 0, 0, '0'), (150, 'voidcons_ip_4', '', 0, 0, '0'), (151, 'label_printing', '', 0, 0, 'C:\\Users\\yuhjio\\Documents\\NetBeansProjects\\Labelprint\\src\\Reports'), (152, 'labelprint_viewer', '', 0, 1, ''), (154, 'res_namesearch', '', 0, 1, ''), (155, 'catering_bill_settings', '0', 0, 1, ''); -- -------------------------------------------------------- -- -- Table structure for table `svr_shopdetailsparent` -- CREATE TABLE IF NOT EXISTS `svr_shopdetailsparent` ( `shopid` int(10) unsigned NOT NULL AUTO_INCREMENT, `shopname` varchar(45) DEFAULT NULL, `shopaddress` varchar(45) DEFAULT NULL, `shopmobile` varchar(45) DEFAULT NULL, `shopemail` varchar(45) DEFAULT NULL, PRIMARY KEY (`shopid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `svr_shopdetailsparent` -- INSERT INTO `svr_shopdetailsparent` (`shopid`, `shopname`, `shopaddress`, `shopmobile`, `shopemail`) VALUES (1, '1', '1', '1', '1'); -- -------------------------------------------------------- -- -- Table structure for table `tb_demo_child` -- CREATE TABLE IF NOT EXISTS `tb_demo_child` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pr_id` int(20) NOT NULL DEFAULT '0', `quantity` decimal(16,2) NOT NULL DEFAULT '0.00', `type` varchar(30) DEFAULT NULL, `custm_msg` varchar(300) DEFAULT NULL, `msg_id` int(20) NOT NULL DEFAULT '0', `k_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `price` decimal(16,3) NOT NULL DEFAULT '0.000', PRIMARY KEY (`id`), KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `temp_barcode_print_items` -- CREATE TABLE IF NOT EXISTS `temp_barcode_print_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `barcode` varchar(60) DEFAULT NULL, `itemid` int(11) NOT NULL DEFAULT '0', `itemtype` char(1) NOT NULL DEFAULT 'N', `noofprints` int(11) NOT NULL DEFAULT '0', `normalprice` decimal(16,3) NOT NULL DEFAULT '0.000', `mrp` decimal(16,3) NOT NULL DEFAULT '0.000', `weight` varchar(11) DEFAULT NULL, `unit` varchar(30) DEFAULT NULL, `mfg_d` date NOT NULL DEFAULT '0000-00-00', `exp_d` date NOT NULL DEFAULT '0000-00-00', `batchno` varchar(180) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -------------------------------------------------------- -- -- Table structure for table `temp_btob_duebill_info` -- CREATE TABLE IF NOT EXISTS `temp_btob_duebill_info` ( `id` int(11) NOT NULL AUTO_INCREMENT, `transid` int(11) NOT NULL DEFAULT '0', `cus_name` varchar(60) DEFAULT NULL, `cus_gstno` varchar(60) DEFAULT NULL, `path` char(1) NOT NULL DEFAULT 'N', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ; -- -- Dumping data for table `temp_btob_duebill_info` -- INSERT INTO `temp_btob_duebill_info` (`id`, `transid`, `cus_name`, `cus_gstno`, `path`) VALUES (3, 1, 'DH JINEES', '', 'H'); -- -------------------------------------------------------- -- -- Table structure for table `temp_catering` -- CREATE TABLE IF NOT EXISTS `temp_catering` ( `id` int(11) NOT NULL AUTO_INCREMENT, `product_id` int(20) NOT NULL DEFAULT '0', `quantity` decimal(16,3) NOT NULL DEFAULT '0.000', `price` decimal(16,3) NOT NULL DEFAULT '0.000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `temp_homedelivery` -- CREATE TABLE IF NOT EXISTS `temp_homedelivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `prd_id` int(20) NOT NULL DEFAULT '0', `prd_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `prd_price` decimal(16,3) NOT NULL DEFAULT '0.000', `custm_msg` varchar(50) DEFAULT NULL, `msg_id` int(11) NOT NULL DEFAULT '0', `k_qty` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `temp_join` -- CREATE TABLE IF NOT EXISTS `temp_join` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tableno` int(20) NOT NULL DEFAULT '0', `transactionid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `temp_purchase` -- CREATE TABLE IF NOT EXISTS `temp_purchase` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` int(10) NOT NULL DEFAULT '0', `itemname` varchar(50) DEFAULT NULL, `qty` decimal(16,3) NOT NULL DEFAULT '0.000', `qty_type` varchar(30) DEFAULT NULL, `qty_id` int(10) NOT NULL DEFAULT '0', `unitprice` decimal(16,3) NOT NULL DEFAULT '0.000', `baseunitid` int(11) NOT NULL DEFAULT '0', `type` char(1) NOT NULL DEFAULT 'N', `doneid` int(10) NOT NULL DEFAULT '0', `exp_date` date NOT NULL DEFAULT '0000-00-00', `taxvalue_unit` decimal(16,3) NOT NULL DEFAULT '0.000', `vatid` int(11) NOT NULL DEFAULT '0', `taxtype` varchar(1) DEFAULT NULL, `sale_rate` decimal(16,3) NOT NULL DEFAULT '0.000', `mrp` decimal(16,3) NOT NULL DEFAULT '0.000', `batchno` varchar(60) DEFAULT NULL, `foc` decimal(16,3) NOT NULL DEFAULT '0.000', `discount` decimal(16,3) NOT NULL DEFAULT '0.000', `discount_type` tinyint(1) NOT NULL DEFAULT '0', `orderid` int(11) NOT NULL DEFAULT '0', `ses_id` int(11) NOT NULL DEFAULT '0', `ses_value` decimal(16,3) NOT NULL DEFAULT '0.000', `cess_type` char(1) NOT NULL DEFAULT 'N', `kf_cessid` int(11) NOT NULL DEFAULT '0', `kf_cess_type` char(1) NOT NULL DEFAULT 'N', `kf_cess_value` decimal(16,3) NOT NULL DEFAULT '0.000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; -- -- Dumping data for table `temp_purchase` -- INSERT INTO `temp_purchase` (`id`, `itemid`, `itemname`, `qty`, `qty_type`, `qty_id`, `unitprice`, `baseunitid`, `type`, `doneid`, `exp_date`, `taxvalue_unit`, `vatid`, `taxtype`, `sale_rate`, `mrp`, `batchno`, `foc`, `discount`, `discount_type`, `orderid`, `ses_id`, `ses_value`, `cess_type`, `kf_cessid`, `kf_cess_type`, `kf_cess_value`) VALUES (6, 48, '', '10.000', '', 0, '900.000', 2, 'K', 0, '0000-00-00', '2520.000', 5, 'I', '1000.000', '1000.000', 'BTH-UPDATED', '0.000', '0.000', 0, 0, 3, '1080.000', 'I', 2, 'I', '0.000'); -- -------------------------------------------------------- -- -- Table structure for table `temp_quickparcel` -- CREATE TABLE IF NOT EXISTS `temp_quickparcel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `counter` int(11) NOT NULL DEFAULT '0', `prd_id` int(11) NOT NULL DEFAULT '0', `prd_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `prd_price` decimal(16,3) NOT NULL DEFAULT '0.000', `unit` int(11) NOT NULL DEFAULT '0', `vatid` int(11) NOT NULL DEFAULT '0', `taxtype` varchar(1) DEFAULT NULL, `taxvalue_unit` decimal(16,3) NOT NULL DEFAULT '0.000', `custm_msg` varchar(30) DEFAULT NULL, `type` tinyint(1) NOT NULL DEFAULT '0', `batch` varchar(60) DEFAULT NULL, `mrp` decimal(16,3) NOT NULL DEFAULT '0.000', `exp_date` date NOT NULL DEFAULT '0000-00-00', `parentid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `temp_quickparcel` -- INSERT INTO `temp_quickparcel` (`id`, `counter`, `prd_id`, `prd_qty`, `prd_price`, `unit`, `vatid`, `taxtype`, `taxvalue_unit`, `custm_msg`, `type`, `batch`, `mrp`, `exp_date`, `parentid`) VALUES (1, 1, 239, '1.000', '140.000', 0, 0, '', '0.000', '', 0, '', '0.000', '0000-00-00', 0); -- -------------------------------------------------------- -- -- Table structure for table `temp_quickparcel_details` -- CREATE TABLE IF NOT EXISTS `temp_quickparcel_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `counter` int(10) NOT NULL DEFAULT '0', `customer_id` int(11) NOT NULL DEFAULT '0', `employee_id` int(11) NOT NULL DEFAULT '0', `billtype` varchar(50) DEFAULT NULL, `tax_type` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `temp_quickparcel_details` -- INSERT INTO `temp_quickparcel_details` (`id`, `counter`, `customer_id`, `employee_id`, `billtype`, `tax_type`) VALUES (1, 1, 0, 0, 'normalprice', 0), (2, 2, 0, 0, 'normalprice', 0), (3, 3, 10742, 0, 'normalprice', 0), (4, 4, 0, 0, 'normalprice', 0), (5, 5, 0, 0, 'normalprice', 0); -- -------------------------------------------------------- -- -- Table structure for table `temp_roomdelivery` -- CREATE TABLE IF NOT EXISTS `temp_roomdelivery` ( `id` int(10) NOT NULL AUTO_INCREMENT, `prd_id` int(10) NOT NULL DEFAULT '0', `prd_qty` decimal(16,3) NOT NULL DEFAULT '0.000', `prd_price` decimal(16,3) NOT NULL DEFAULT '0.000', `custm_msg` varchar(80) DEFAULT NULL, `msg_id` int(10) NOT NULL DEFAULT '0', `k_qty` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `temp_split` -- CREATE TABLE IF NOT EXISTS `temp_split` ( `id` int(11) NOT NULL AUTO_INCREMENT, `item` varchar(50) DEFAULT NULL, `quantity` int(20) NOT NULL DEFAULT '0', `unitprice` decimal(16,3) NOT NULL DEFAULT '0.000', `billno` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=64 ; -- -- Dumping data for table `temp_split` -- INSERT INTO `temp_split` (`id`, `item`, `quantity`, `unitprice`, `billno`) VALUES (1, '1', 9, '11.000', 0), (2, '', 0, '0.000', 1), (3, '', 0, '0.000', 2), (4, '159', 1, '210.000', 0), (5, '402', 1, '160.000', 0), (6, '77', 1, '170.000', 0), (7, '', 0, '0.000', 1), (8, '', 0, '0.000', 2), (9, '159', 1, '210.000', 0), (10, '402', 1, '160.000', 0), (11, '77', 1, '170.000', 0), (12, '', 0, '0.000', 1), (13, '', 0, '0.000', 2), (14, '129', 0, '0.000', 0), (15, '261', 2, '20.000', 0), (16, '129', 1, '240.000', 0), (17, '77', 1, '170.000', 0), (18, '', 0, '0.000', 1), (19, '', 0, '0.000', 2), (20, '731', 1, '280.000', 0), (21, '830', 1, '130.000', 0), (22, '258', 1, '120.000', 0), (23, '606', 1, '60.000', 0), (24, '', 0, '0.000', 1), (25, '', 0, '0.000', 2), (26, '323', 1, '145.000', 0), (27, '324', 1, '90.000', 0), (28, '407', 1, '90.000', 0), (29, '330', 1, '180.000', 0), (30, '', 0, '0.000', 1), (31, '', 0, '0.000', 2), (32, '350', 1, '170.000', 0), (33, '351', 1, '200.000', 0), (34, '', 0, '0.000', 1), (35, '350', 1, '170.000', 0), (36, '351', 1, '200.000', 0), (37, '438', 1, '70.000', 0), (38, '457', 1, '70.000', 0), (39, '447', 1, '80.000', 0), (40, '', 0, '0.000', 1), (41, '', 0, '0.000', 2), (42, '281', 1, '100.000', 0), (43, '852', 1, '50.000', 0), (44, '91', 1, '250.000', 0), (45, '', 0, '0.000', 1), (46, '', 0, '0.000', 2), (47, '343', 1, '15.000', 0), (48, '344', 1, '20.000', 0), (49, '355', 1, '10.000', 0), (50, '404', 1, '15.000', 0), (51, '', 0, '0.000', 1), (52, '', 0, '0.000', 2), (53, '343', 1, '15.000', 0), (54, '344', 1, '20.000', 0), (55, '355', 1, '10.000', 0), (56, '404', 1, '15.000', 0), (57, '', 0, '0.000', 1), (58, '', 0, '0.000', 2), (59, '26', 1, '380.000', 0), (60, '27', 1, '450.000', 0), (61, '5', 1, '10.000', 0), (62, '', 0, '0.000', 1), (63, '', 0, '0.000', 2); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;