-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 27, 2025 at 04:38 PM
-- Server version: 10.6.21-MariaDB
-- PHP Version: 8.3.15

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
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 utf8mb4 */;

--
-- Database: `e5b2d55_star2020`
--

-- --------------------------------------------------------

--
-- Table structure for table `y2017_model_details`
--

CREATE TABLE `y2017_model_details` (
  `model_id` bigint(20) UNSIGNED NOT NULL COMMENT 'The id for this record. This is NOT the old model_id.',
  `mach_make` varchar(40) DEFAULT NULL,
  `model` varchar(30) DEFAULT NULL COMMENT 'Model name, example: Laser Jet 9000',
  `machine_types_id` int(11) DEFAULT NULL COMMENT 'Was model_type in old table. FK to the machine_types table',
  `features` varchar(200) DEFAULT NULL COMMENT 'Features of this machine',
  `machine_image` varchar(50) DEFAULT NULL COMMENT 'The file name of the image for this machine',
  `intro` date DEFAULT NULL,
  `life` int(11) DEFAULT NULL COMMENT 'Amount of copies machine is expected to print.????',
  `min_speed` int(11) DEFAULT NULL COMMENT 'The minimum amt of copies per minute that this printer can print.',
  `max_speed` int(11) DEFAULT NULL COMMENT 'The maximum amt of copies per minute that this printer can print.',
  `meter_read_dir` text DEFAULT NULL COMMENT 'Instructions for reading the meter on this machine.',
  `is_color` char(1) DEFAULT NULL COMMENT 'Was 0 or 1 before. Is this a color machine? Y=yes, N=no',
  `auto_created` char(1) DEFAULT NULL COMMENT 'Was this record auto-generated? Y=yes, N=no',
  `created_date` timestamp NOT NULL DEFAULT current_timestamp(),
  `created_by` int(11) NOT NULL,
  `modified_date` timestamp NOT NULL DEFAULT current_timestamp(),
  `modified_by` int(11) NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y2017_model_details`
--

INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(11, 'HP', 'Laser Jet 4350dtn', 10, NULL, 'Hp 4350DTN.jpg', '2004-10-01', 3000000, 0, 55, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(12, 'HP', 'Laser Jet 2430dtn', 10, NULL, 'HP 2430DTN.jpg', '2004-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(13, 'HP', 'Laser Jet 4350a', 10, NULL, 'HP 4350A.jpg', '2004-10-01', 3000000, 0, 55, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(14, 'HP', 'Laser Jet 4350x', 10, NULL, 'HP 4350X.jpg', '2004-10-01', 3000000, 0, 55, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(15, 'HP', 'Laser Jet 4300dtn', 10, NULL, '4300DTN.jpg', '2002-11-01', 1000000, 0, 45, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(16, 'HP', 'Laser Jet 2430n', 10, NULL, 'HP 2430N.jpg', '2004-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(17, 'HP', 'Laser Jet 9000', 10, NULL, 'HP 9000.jpg', '2009-11-01', 2000000, 0, 50, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(18, 'HP', 'Laser Jet 4250dtn', 10, NULL, 'HP 4250DTN.jpg', '2004-10-01', 1000000, 0, 45, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(19, 'HP', 'P3005X', 10, NULL, 'HP 3005x.jpg', '2006-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(20, 'HP', 'Laser Jet 3005N', 10, NULL, 'HP Laser Jet P3005.png', '2006-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(21, 'Lexmark', 'T520', 10, NULL, 'Lexmark T520.jpg', '2001-06-01', 500000, 0, 20, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(23, 'Lexmark', 'T632', 10, NULL, 'Lexmark t632.jpg', '2003-04-01', 1000000, 0, 40, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(24, 'HP', 'Laser Jet 4300tn', 10, NULL, 'HP 4300TN.jpg', '2002-11-01', 1000000, 0, 45, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(25, 'HP', 'P3005', 10, NULL, 'hp p3005.jpg', '2006-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(26, 'Lexmark', 'T650dn', 10, NULL, 'Lexmark T650dn.png', '2008-10-01', 1000000, 0, 45, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(27, 'HP', 'Laser Jet 4350n', 10, NULL, 'HP 4350.jpg', '2004-10-01', 3000000, 0, 55, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(28, 'HP', 'Laser Jet 2200dt', 10, NULL, 'hp 2200.png', '2000-08-01', 200000, 0, 19, 'Simultaneously press and release the GO and JOB CANCEL buttons', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(29, 'HP', 'Laser Jet 4100', 10, NULL, 'hp 4100.jpg', '2001-03-01', 500000, 0, 25, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(30, 'HP', 'Laser Jet 3200', 10, NULL, 'HP 3200.jpg', '2000-10-01', 150000, 0, 9, 'Press ENTER/MENU button; Use < or > to scroll to display REPORTS, then select ENTER/MENU; then arrow over to CONFIGURATION REPORT, press ENTER/MENU.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(31, 'Lexmark', 'T614', 10, NULL, 'Lexmark t614.jpg', '2000-05-01', 500000, 0, 25, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(32, 'HP', 'Laser Jet 4300', 10, '', 'HP LaserJet 4300.jpg', '2002-11-01', 1000000, 0, 45, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(33, 'Konica Minolta', 'BH40P', 10, NULL, 'Konica Minolta BH40P.png', '2008-03-01', 1000000, 0, 45, 'Press and hold power button until pages print out. Read Page Count from Page 3 of DEVICE STATISTICS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(36, 'HP', 'Laser Jet 1320tn', 10, NULL, 'c02920298.png', '2004-10-01', 500000, 0, 22, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(37, 'HP', 'Laser Jet 4050', 10, NULL, '4862.png', '1999-05-01', 200000, 0, 17, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(39, 'HP', 'Laser Jet 4350', 10, '', 'HP 4350.jpg', '2004-10-01', 3000000, 0, 55, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(40, 'HP', 'Laser Jet 5000', 10, NULL, 'hp laserjet 5000n.jpg', '1998-03-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(41, 'HP', 'Laser Jet 4015X', 10, NULL, 'HP 4015X.jpg', '2008-05-01', 3000000, 0, 52, 'Press MENU; scroll down to INFORMATION; press OK; scroll to PRINT USAGE PAGE and press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(42, 'Konica Minolta', 'BH20P', 10, '', 'Konica Minolta BH20P.jpg', '2010-08-01', 750000, 0, 32, 'Press the GO button three times in a row. PRINTER SETTINGS will print out; Page Count is on 2nd page, halfway down on the left.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(43, 'Lexmark', 'XS652de MFP', 10, NULL, 'Lexmark XS652de MFP.jpg', '2008-10-01', 2000000, 0, 50, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(44, 'HP', 'Color Laser Jet 3800DN', 11, NULL, 'HP 3800DN.jpg', '2005-01-01', 500000, 0, 22, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(45, 'HP', 'Color Laser Jet 3800', 11, NULL, 'HP Color Laser Jet 3800.png', '2005-01-01', 500000, 0, 22, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(46, 'HP', 'Color Laser Jet 4600', 11, NULL, 'Hp Color Laserjet 4600.jpg', '2001-06-01', 200000, 0, 17, 'Press the checkmark button (Select) on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT CONFIGURATION. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(47, 'Lexmark', 'CS736DN', 11, NULL, 'CS736dn.png', '2009-05-01', 750000, 0, 35, 'Select MENU, then scroll to REPORTS, then press the check button, scroll to DEVICE STATISTICS, and press the  check button again.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(50, 'HP', 'Color Laser Jet 4730', 11, NULL, 'c02765397.png', '2005-11-01', 750000, 0, 30, 'Select MENU, then select INFORMATION, scroll to PRINT USAGE PAGE. Record BLACK Total and COLOR Total.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(51, 'Kyocera', '5300DN', 6, '', 'kyrocera 5300DN.jpg', '2009-01-01', 500000, 0, 25, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(52, 'HP', 'Color Laser Jet 4500', 11, NULL, 'hp Color LaserJet 4500.jpg', '1998-10-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(53, 'HP', 'Color Laser Jet 3600c', 11, NULL, 'HP Color Laser Jet 3600c.png', '2005-11-01', 200000, 0, 17, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(54, 'HP', 'Color Laser Jet 4610N', 11, NULL, 'hp Color LaserJet 4610N.jpg', '2006-03-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(55, 'HP', 'Color Laser Jet 4650', 11, '', 'hp Color Laserjet 4650.jpg', '2004-06-01', 500000, 0, 22, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(56, 'Konica Minolta', 'C31P', 11, NULL, 'konica minolta c31p.jpg', '2008-10-01', 750000, 0, 37, 'Press MENU, then select PRINT MENU, then select STATUS PAGES. Meter read is on printout.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(57, 'Kyocera', 'FS-C5350DN', 11, NULL, 'FS-C5350DN.png', '2009-08-01', 750000, 0, 32, 'Press MENU, then select REPORT PRINT; select PRINT STATUS PAGE; report Black and Color total counts.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(58, 'Kyocera', 'FS-3920DN', 10, NULL, '5thG_39-4020_Left_Basis_cC-300dpi.png', '2009-04-01', 1000000, 0, 42, 'Press the MENU button on front panel, scroll down to COUNTER and select the right arrow button to display..', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(59, 'Kyocera', 'FS-3820DN', 10, NULL, 'Kyocera FS-3820DN.jpg', '2004-04-01', 1000000, 0, 42, 'Press the MENU button on front panel, scroll down to COUNTER and select the right arrow button to display.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(60, 'HP', 'Color Laser Jet 3700DTN', 11, NULL, 'hp Color LaserJet 3700DTN.jpg', '2004-01-01', 200000, 0, 16, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(70, 'Ricoh', '3045', 1, NULL, 'list_2_20120301_1637431690.png', '2005-01-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(71, 'Xerox', '420', 1, NULL, 'Xerox 420.jpg', '2000-04-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(74, 'Imagistics', 'cm2020', 6, NULL, 'IM cm2020.jpg', '2004-03-01', 500000, 0, 20, 'Press the Utility/Meter Count button on the Control Panel. Please provide TOTAL COUNT.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(75, 'Konica Minolta', 'di152', 1, NULL, 'KONICA DI152.jpg', '2001-11-01', 200000, 0, 15, 'Meter Count (2 sets of 3 numbers; put together in order)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(76, 'Toshiba', 'E-520T', 1, NULL, 'Toshiba E-5200T.jpg', '2006-10-01', 3000000, 0, 52, 'Select COUNTER from front panel, then select TOTAL COUNTER or select PRINT OUT COUNTER, then select CLOSE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(80, 'Sharp', 'AR-164', 1, NULL, 'Sharp AR-164.jpg', '2002-03-01', 200000, 0, 16, 'Press/hold 0 key 5 sec (read all numbers)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(82, 'Konica Minolta', '500', 1, NULL, 'Konica Minolta 500.png', '2006-03-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(83, 'Savin', '816', 1, NULL, 'Savin 816.jpg', '2007-02-01', 250000, 0, 16, 'Select USER TOOLS/COUNTER from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(85, 'Sharp', 'AR-M162', 1, NULL, 'Sharp AR-162.jpg', '2004-11-01', 200000, 0, 16, 'Special Functions, Main Menu, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(87, 'Konica Minolta', 'di351', 1, NULL, 'Konica-Minolta-Di351.jpg', '2001-05-01', 750000, 0, 35, 'Utility, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(88, 'Toshiba', 'E-720', 1, NULL, 'Toshiba E Studio 720.png', '2008-01-01', 4000000, 0, 72, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(90, 'Ricoh', '220', 1, NULL, 'ricoh_220.jpg', '2000-01-01', 500000, 0, 20, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(91, 'Royal Copystar', 'RI4230', 1, NULL, 'Royal Copystar RI4230.jpg', '2000-04-01', 1000000, 0, 42, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(92, 'Sharp', 'AR-M350N', 1, NULL, 'Sharp AR-M350N.jpg', '2001-07-01', 750000, 0, 35, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(93, 'Toshiba', 'E-850', 1, NULL, 'Toshiba E-850.png', '2008-01-01', 4000000, 0, 85, 'Select User Functions from the Control Panel, then select Total Counter, then select Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(94, 'Sharp', 'AR-M450N', 1, NULL, 'Sharp AR-M450N.jpg', '2001-07-01', 1000000, 0, 45, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(95, 'Canon', 'PC850', 1, NULL, 'canon pc 850.jpg', '2002-09-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(96, 'Toshiba', 'E-20', 1, NULL, 'ToshibaE-20.jpg', '2005-06-01', 500000, 0, 20, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(97, 'Sharp', 'MX-M450N', 1, NULL, 'SHARP MX450.jpg', '2007-04-01', 1000000, 0, 45, 'Custom Settings, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(98, 'Sharp', 'AR-M455U', 1, NULL, 'sharp-ar-m455u.jpg', '2005-02-01', 1000000, 0, 45, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(99, 'Toshiba', 'E-600', 1, NULL, 'Toshiba E-600.png', '2008-06-01', 3000000, 0, 60, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(100, 'Toshiba', 'E-520', 1, NULL, 'Toshiba E-520.png', '2005-06-01', 3000000, 0, 52, 'Select COUNTER from front panel, then select TOTAL COUNTER or select PRINT OUT COUNTER, then select CLOSE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(102, 'Savin', '9955', 1, NULL, 'Savin 9955.jpg', '1999-01-01', 3000000, 0, 55, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(103, 'Toshiba', 'E-720T', 1, NULL, 'Toshibae720T.jpg', '2005-06-01', 4000000, 0, 72, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(104, 'Copystar', 'CS-6030', 1, NULL, 'Copystar 6030.jpg', '2005-04-01', 3000000, 0, 60, 'Default Setting; Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(105, 'Oce', 'im4511', 1, NULL, 'Oce im4511.png', '2005-05-01', 1000000, 0, 45, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(106, 'Canon', 'IR 6570', 1, NULL, 'canon ir 6570.jpg', '2005-04-01', 3000000, 0, 65, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(107, 'Konica Minolta', '7025', 1, NULL, 'placeholder.jpg', '2000-12-01', 500000, 0, 20, '*(Counter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(109, 'Konica', '7085', 1, NULL, 'konica minolta 7085.jpg', '2002-03-01', 4000000, 0, 85, 'Inside front door, upper left corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(112, 'Copystar', 'CS-5035', 1, NULL, 'copystar cs5035.jpg', '2003-09-01', 2000000, 0, 50, 'Default Setting; Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(114, 'Copystar', 'CS-4035', 1, NULL, 'copystar-cs4035.jpg', '2003-09-01', 1000000, 0, 40, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(115, 'Konica Minolta', '7415', 1, NULL, 'Konica-7415.jpg', '2000-10-01', 200000, 0, 15, 'Press & Hold Clear/Stop key 3 seconds; read 3 sets of numbers in order', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(119, 'Sharp', 'AR-650', 1, NULL, 'Sharp AR650.jpg', '2001-03-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(120, 'Toshiba', 'E-162D', 1, NULL, 'toshiba estudio162.jpg', '2005-03-01', 200000, 0, 16, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(122, 'Savin', '8065', 1, NULL, 'Savin8065.jpg', '2006-07-01', 3000000, 0, 65, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(123, 'Savin', '8055', 1, NULL, 'Savin 8055.gif', '2006-07-01', 3000000, 0, 55, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(125, 'Savin', '8045', 1, NULL, 'Savin 8045.png', '2007-10-01', 1000000, 0, 45, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(126, 'Savin', '8075', 1, NULL, 'Savin8065.jpg', '2006-07-01', 4000000, 0, 75, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(131, 'Konica Minolta', '180', 1, NULL, 'konica-minolta-bizhub-180.jpg', '2005-09-01', 200000, 0, 18, 'Status/Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(133, 'Konica Minolta', '160', 1, NULL, 'Konica Minolta 160.png', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(134, 'Oce', 'DL550', 1, NULL, 'placeholder.jpg', '2001-01-01', 2000000, 0, 50, 'Outside right side of machine', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(135, 'Toshiba', 'E-280', 1, NULL, 'ToshibaE280.jpg', '2007-07-01', 500000, 0, 28, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(138, 'Oce', 'im3511', 1, '', 'Oce im3511.jpg', '2005-05-01', 750000, 0, 35, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(141, 'Kyocera', 'FS-4020DN', 10, NULL, 'Konica Minolta BH4020.png', '2009-04-01', 1000000, 0, 47, 'Select MENU from Control Panel; scroll to COUNTER; press Right >; Read Printed Pages.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(142, 'Konica Minolta', '161f', 1, NULL, 'Konica Minolta 161f.png', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(143, 'Kyocera', '5530', 1, NULL, 'Kyocera 5530.jpg', '2002-01-01', 3000000, 0, 55, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(145, 'Kyocera', 'KM-1510', 1, NULL, 'Kyocera KM-1510.jpg', '2001-03-01', 200000, 0, 15, 'Outside right of machine', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(146, 'Xerox', '3040', 10, NULL, 'Xerox3040.jpg', '2007-02-01', 150000, 0, 6, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(147, 'Canon', 'IC D320', 20, NULL, 'canon ICD320.jpg', '2003-04-01', 150000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(150, 'Toshiba', 'E-28', 1, NULL, 'placeholder.jpg', '2001-11-01', 500000, 0, 28, 'Job Status, Status/Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(152, 'Oce', 'im7230', 1, NULL, 'Oce im7230.jpg', '2006-07-01', 4000000, 0, 72, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(154, 'Oce', 'im5520', 1, NULL, 'Oce im5530.jpg', '2006-11-01', 3000000, 0, 55, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(160, 'Oce', 'im6030', 1, NULL, 'jkhylod.png', '2006-07-01', 3000000, 0, 60, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(162, 'Toshiba', 'E-162', 1, NULL, 'Toshiba e-STUDIO162.jpg', '2005-03-01', 200000, 0, 16, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(163, 'Oce', 'im8530', 1, NULL, 'Oce im8530.jpg', '2006-07-01', 4000000, 0, 85, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(167, 'Oce', 'im2520', 1, NULL, 'ir-2520-b1.png', '2004-03-01', 500000, 0, 25, 'Utility/Counter, Total: Black', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(168, 'Savin', '8035', 1, NULL, 'savin1543.gif', '2007-01-01', 750000, 0, 35, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(169, 'Oce', 'DL650', 1, NULL, 'CW650_Este_TC4_06.jpg', '2001-02-01', 3000000, 0, 65, 'Inside front door, upper left', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(170, 'Konica Minolta', 'di450', 1, NULL, 'Konica-DI450.jpg', '2000-10-01', 1000000, 0, 45, 'Outside right of copier', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(171, 'Oce', 'sx2100', 1, NULL, 'imagistics-pitney-bowes-sx2100.jpg', '2005-03-01', 500000, 0, 21, 'Menu, 8, 2, highlight \"Total,\" OK, Record BLACK & COLOR meters', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(172, 'Canon', 'IR 7095', 1, NULL, 'canon ir7095.jpg', '2006-05-01', 5000000, 0, 95, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(173, 'Oce', 'DL270', 1, NULL, 'ricoh-aficio-270.jpg', '2001-11-01', 500000, 0, 25, 'Outside right of unit below Control Panel', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(175, 'Ricoh', 'MP4500', 1, NULL, 'Ricoh MP4500.png', '2007-01-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(177, 'Toshiba', 'E-600T', 1, NULL, 'Toshiba e-STUDIO600T.jpg', '2006-10-01', 3000000, 0, 60, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(182, 'Savin', '2545', 1, NULL, 'Savin-2545.jpg', '2001-05-01', 1000000, 0, 45, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(185, 'Ricoh', '1018', 1, NULL, 'm5_i3811_ricoh_aficio_1018_01.jpg', '2001-04-01', 200000, 0, 18, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(186, 'Savin', '2518', 1, NULL, 'Savin 2518.jpg', '2001-07-01', 200000, 0, 18, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(187, 'Sharp', 'AR-287', 1, NULL, 'Sharp-AR407rg.jpg', '2000-06-01', 500000, 0, 28, 'Custom Settings, Key Op Programs, 00000, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(189, 'Savin', '9922', 1, NULL, 'Savin-9922dp.jpg', '2000-01-01', 500000, 0, 22, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(190, 'Konica Minolta', '7155', 1, NULL, 'placeholder.jpg', '2002-01-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(191, 'Ricoh', '1035', 1, NULL, 'Ricoh Aficio 1035.jpg', '2001-05-01', 750000, 0, 35, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(192, 'Canon', 'IR 3300', 1, NULL, 'canon ir 3300.jpg', '2001-06-01', 750000, 0, 33, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(195, 'Konica Minolta', '7030', 1, NULL, 'placeholder.jpg', '2000-05-01', 750000, 0, 30, '*(Counter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(196, 'Ricoh', '3813', 1, NULL, 'ri_ft-3813.jpg', '2000-03-01', 150000, 0, 13, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(197, 'Toshiba', 'E-16', 1, NULL, 'e-studio16.jpg', '2000-12-01', 200000, 0, 16, 'Program Key, arrow down to Print Cover Panel', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(198, 'Toshiba', 'E-65', 1, NULL, '1314670.jpg', '2001-04-01', 3000000, 0, 65, 'Job Status, Status/Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(199, 'Konica Minolta', '7045', 1, NULL, 'placeholder.jpg', '2000-11-01', 1000000, 0, 45, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(201, 'Ricoh', '1045', 1, NULL, 'Ricoh Aficio 1045.jpg', '2001-05-01', 1000000, 0, 45, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(203, 'Savin', '4060', 1, NULL, 'savin-4060.jpg', '2004-11-01', 3000000, 0, 60, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(204, 'Canon', 'IR 1600', 1, NULL, 'Canon ir1600.jpg', '2002-05-01', 200000, 0, 16, 'Additional Functions, Screen 6, Counter Check, Set', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(206, 'Ricoh', '150', 1, NULL, 'i.jpg', '2000-01-01', 200000, 0, 15, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(209, 'Toshiba', 'E-25', 1, NULL, '706879.jpg', '2001-03-01', 500000, 0, 25, 'Program Key arrow down to #6, Set', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(211, 'Canon', '210S', 1, NULL, 'canon ir 210s.jpg', '2000-09-01', 500000, 0, 21, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(212, 'Sharp', 'AR-507', 1, NULL, 'AR507_large.jpg', '2000-06-01', 2000000, 0, 50, 'Custom Settings, Key Op Programs, 00000, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(213, 'Xerox', 'DC432ST', 11, NULL, '4437.Document Centre DC432ST.jpg', '2000-06-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(215, 'Canon', '6000', 1, NULL, 'Canon imageRUNNER 6000.jpg', '2001-08-01', 3000000, 0, 60, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(218, 'Xerox', '432DC', 1, NULL, 'DC432.jpg', '2000-06-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(219, 'Konica Minolta', '7165', 1, NULL, 'placeholder.jpg', '2002-01-01', 3000000, 0, 65, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(220, 'Toshiba', 'E-35', 1, NULL, '1079287.jpg', '2001-01-01', 750000, 0, 35, 'Job Status, Status/Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(223, 'Ricoh', '551', 1, NULL, 'ri_aficio 551.jpg', '2000-05-01', 3000000, 0, 55, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(227, 'Canon', '7130', 1, NULL, 'canon 1730.jpg', '1999-09-01', 150000, 0, 13, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(232, 'Konica Minolta', '7075', 1, NULL, 'placeholder.jpg', '2000-05-01', 4000000, 0, 75, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(234, 'Canon', 'NP 6221', 1, NULL, 'canon NP6221.jpg', '1997-07-01', 500000, 0, 21, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(235, 'Canon', 'NP 6050', 1, NULL, 'canon-np-6050.jpg', '1995-04-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(237, 'Canon', 'NP 600', 1, NULL, 'placeholder.jpg', '1999-03-01', 3000000, 0, 60, 'Inside front door; highest #', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(238, 'Canon', 'NP 550', 1, NULL, 'canon np 550.jpg', '1999-08-01', 3000000, 0, 55, 'Inside front door; highest #', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(239, 'Canon', 'IR 400', 1, NULL, 'Canon-IR-400.jpg', '1999-03-01', 1000000, 0, 40, 'Inside front door; highest #', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(240, 'Canon', 'NP 330', 1, NULL, 'placeholder.jpg', '1998-06-01', 750000, 0, 33, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(243, 'Toshiba', 'E-45', 1, NULL, 'toshiba-e-studio-45', '2001-01-01', 1000000, 0, 45, 'Job Status, Status/Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(244, 'Toshiba', 'E-55', 1, NULL, '20090616002223343.jpg', '2001-04-01', 3000000, 0, 55, 'Job Status, Status/Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(246, 'Konica Minolta', '7055', 1, NULL, 'placeholder.jpg', '2000-07-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(248, 'RICOH', '350', NULL, NULL, '1365973350.jpg', NULL, NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(254, 'Toshiba', 'E- Studio5540', 1, NULL, 'e-STUDIO 5540c.png', '2011-03-01', 3000000, 0, 55, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(258, 'Sharp', 'AR-405', 1, NULL, 'Sharp AR405.jpg', '2004-11-01', 1000000, 0, 40, 'Custom Settings, Key Op Programs, 00000, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(259, 'Savin', '2013', 1, NULL, 'Savin 2013.jpg', '2000-03-01', 150000, 0, 13, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(260, 'Konica Minolta', '7150', 1, NULL, 'placeholder.jpg', '1998-04-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(268, 'Copystar', 'CS-3035', 1, NULL, 'copystar cs-3035.jpg', '2003-09-01', 750000, 0, 30, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(270, 'Sharp', 'AR-275', 1, NULL, 'Sharp AR-275.jpg', '2001-04-01', 500000, 0, 27, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(273, 'Canon', '6020', 1, NULL, 'canon 6020.jpg', '2003-06-01', 3000000, 0, 60, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(274, 'Canon', '1630', 1, NULL, 'canon ir1630.jpg', '2004-07-01', 200000, 0, 16, 'Additional Functions, Screen 6, Counter Check, Set', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(275, 'Canon', '8500', 1, NULL, 'canon 8500.jpg', '2001-05-01', 4000000, 0, 85, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(281, 'Kyocera', '4530', 1, NULL, 'Kyocera 4530.jpg', '2002-01-01', 1000000, 0, 45, 'Outside right of machine', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(283, 'Xerox', '470DC', 1, NULL, 'xerox470.jpg', '2000-06-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(285, 'Savin', '4075', 1, NULL, 'savin4075.jpg', '2004-11-01', 4000000, 0, 75, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(287, 'Savin', '4051', 1, NULL, 'savin4051.jpg', '2004-11-01', 3000000, 0, 51, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(288, 'Kyocera', '3530', 1, NULL, 'kyocera3530.jpg', '2007-03-01', 750000, 0, 35, 'Outside right of machine', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(289, 'Kyocera', 'KM-2530', 1, NULL, 'kyocera2530.jpg', '2001-09-01', 500000, 0, 25, 'Outside right of machine', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(290, 'Xerox', 'DC460', 11, NULL, 'xerox460.jpg', '2000-06-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(293, 'Oce', 'DL370', 1, NULL, 'placeholder.jpg', '2001-10-01', 750000, 0, 35, 'Outside right of unit below Control Panel', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(294, 'Oce', 'DL460', 1, NULL, 'placeholder.jpg', '2001-01-01', 1000000, 0, 45, 'Outside right of unit below Control Panel', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(298, 'Toshiba', 'E-80', 1, NULL, 'placeholder.jpg', '2001-04-01', 4000000, 0, 80, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(299, 'Ricoh', '2075', 1, NULL, 'Ricoh-2075.jpg', '2004-11-01', 4000000, 0, 75, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(300, 'Ricoh', '2060', 1, NULL, 'RICOH af2060.jpg', '2004-11-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(301, 'Kyocera', 'KM-2030', 1, NULL, 'kyocerakm2030.jpg', '2001-01-01', 500000, 0, 20, 'Outside right of machine', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(302, 'Ricoh', '450E', 1, NULL, 'RICOH AFICIO450E.jpg', '2000-05-01', 1000000, 0, 45, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(304, 'Xerox', '265ST', 1, NULL, 'xerox265ST.jpg', '2005-05-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(306, 'Canon', 'IR2200', 1, NULL, 'canon ir 2200.gif', '2001-06-01', 500000, 0, 22, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(307, 'Konica Minolta', '7035', 1, NULL, 'placeholder.jpg', '2001-03-01', 750000, 0, 35, '*(Counter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(308, 'Konica Minolta', '7020', 1, NULL, 'konica minolta 7020.jpg', '2000-03-01', 500000, 0, 20, '*(Counter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(309, 'Ricoh', '1027', 1, NULL, 'ricoh 1027.jpg', '2001-11-01', 500000, 0, 27, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(311, 'Ricoh', '1015', 1, NULL, 'Ricoh 1015.jpg', '2001-07-01', 200000, 0, 15, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(314, 'Ricoh', '2045', 1, NULL, 'Ricoh 2045.png', '2003-05-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(315, 'Savin', '2515', 1, NULL, 'savin 2515.jpg', '2001-07-01', 200000, 0, 15, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(316, 'Ricoh', '1013', 1, NULL, 'ricoh1013.jpeg', '2001-11-01', 150000, 0, 13, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(317, 'Toshiba', 'DP8070', 1, NULL, 'toshibadp8070.jpg', '2000-05-01', 4000000, 0, 80, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(321, 'Ricoh', '2035', 1, NULL, 'ricoh af-2035.jpg', '2001-05-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(322, 'Sharp', 'AR-337', 1, NULL, 'sharpar337.jpg', '2000-06-01', 750000, 0, 33, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(323, 'Ricoh', '2015', 1, NULL, 'Ricoh Aficio 2015.jpg', '2001-07-01', 200000, 0, 15, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(325, 'Oce', 'im3520', 1, '', 'Oce Imagisticsim3520.jpg', '2004-03-01', 750000, 0, 35, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(327, 'Savin', '2535', 1, NULL, 'savin 2535.jpeg', '2001-05-01', 750000, 0, 35, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(329, 'Gestetner', '2713', 1, NULL, 'gestetner 2713.jpg', '1997-04-01', 150000, 0, 13, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(335, 'Oce', 'im3510', 1, NULL, 'placeholder.jpg', '2004-10-01', 750000, 0, 35, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(338, 'Gestetner', '3502', 1, NULL, 'gestetner 4502.jpg', '2001-05-01', 750000, 0, 35, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(339, 'Gestetner', '4502', 1, NULL, 'gestetner 4502.jpg', '2001-05-01', 1000000, 0, 45, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(342, 'Konica Minolta', 'BH1050', 1, NULL, 'Konica-Minolta-BizHub-PRO1050e.jpg', '2004-11-01', 5000000, 0, 105, 'Inside right front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(343, 'Konica Minolta', '7085', 1, NULL, 'placeholder.jpg', '2002-03-01', 4000000, 0, 85, 'Inside front door, upper left corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(345, 'Konica Minolta', 'BH751', 1, NULL, 'bizhub_751_FALLBACK.png', '2008-12-01', 4000000, 0, 75, 'Utility/Counter, Meter Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(346, 'Oce', 'VL4222', 1, NULL, 'oce vl4222.jpg', '2008-12-01', 1000000, 0, 42, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(347, 'Konica Minolta', 'BH601', 1, NULL, 'Konica Minolta BH601.png', '2008-12-01', 3000000, 0, 60, 'Select the UTILITY COUNTER button on the Control Panel, then select TOTAL COUNT in the LCD screen. OR Inside left front door below power switch.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(348, 'Konica Minolta', 'BH501', 1, NULL, 'Konica Minolta BH501.png', '2008-06-01', 2000000, 0, 50, 'Inside left front door.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(349, 'Ricoh', 'MP171', 1, NULL, 'Ricoh MP171.png', '2009-04-01', 200000, 0, 17, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(350, 'Savin', '8060', 1, NULL, 'Savin8060.jpg', '2008-04-01', 3000000, 0, 60, 'Select USER TOOLS/COUNTER from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(351, 'Ricoh', 'MP161', 1, NULL, 'ricoh-aficio-mp171.jpg', '2009-04-01', 200000, 0, 17, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(352, 'Konica Minolta', 'BH361', 1, NULL, 'konica_minolta_bizhub_361.jpg', '2008-09-01', 750000, 0, 36, 'Inside right front door, below power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(353, 'Konica Minolta', 'BH950', 1, NULL, 'Konica Minolta BH950.png', '2009-03-01', 5000000, 0, 95, 'Select UTILITY from Control Panel. Total Count is in bottom of screen. OR open left front door to read meter.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(355, 'Gestetner', '1502', 1, NULL, 'gestetner 1502.jpg', '2001-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(356, 'Ricoh', 'MP6001', 1, NULL, 'c2525.png', '2009-06-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(357, 'Oce', '4530', 1, NULL, 'iufgwepiefb.png', '2006-11-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter. Record BLACK & COLOR totals', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(358, 'Konica Minolta', 'BH362', 1, NULL, 'konica bizhub362.jpg', '2009-02-01', 750000, 0, 36, 'Inside right front door, to right of toner bottle', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(359, 'Toshiba', 'E-723', 1, NULL, 'Toshiba E-723.png', '2008-01-01', 4000000, 0, 72, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(360, 'Oce', 'VL 6022', 1, NULL, 'Oce VL6022.jpg', '2009-06-01', 3000000, 0, 60, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(361, 'Oce', 'VL9522', 1, NULL, 'Oce VL9522.jpg', '2009-07-01', 5000000, 0, 95, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(363, 'Oce', 'VL3622', 1, NULL, 'Ocevl3622.jpg', '2008-12-01', 750000, 0, 36, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(364, 'Ricoh', 'MP8001', 1, NULL, 'ricoh mp 8001.jpg', '2009-06-01', 4000000, 0, 80, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(365, 'Oce', 'VL7522', 1, NULL, 'oce vl7522.jpg', '2009-06-01', 4000000, 0, 75, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(369, 'Konica Minolta', 'BH161f', 20, NULL, 'Konica Minolta BH161f.png', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(372, 'Konica Minolta', 'BH160', 1, NULL, 'konica biz160.jpg', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(373, 'Konica Minolta', 'BH180', 1, NULL, 'Konica-180.jpg', '2005-09-01', 200000, 0, 18, 'Status/Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(374, 'Konica Minolta', 'BH250', 1, NULL, 'Konica Minolta BH250.png', '2005-06-01', 500000, 0, 25, 'Inside right front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(377, 'Konica Minolta', 'BH181', 1, NULL, 'konica bh181.jpg', '2007-10-01', 200000, 0, 18, 'Select Meter Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(378, 'Toshiba', 'e-Studio 901', 1, NULL, 'ToshibaES901.jpg', '2006-10-01', 5000000, 0, 90, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(383, 'Ricoh', 'MP2000', 1, NULL, 'Ricoh MP2000.jpg', '2007-02-01', 500000, 0, 21, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(386, 'Kyocera', '6030', 1, NULL, 'Kyocera6030.jpg', '2005-04-01', 3000000, 0, 60, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(390, 'Ricoh', 'MP2500', 1, NULL, 'Ricoh MP2500.png', '2007-09-01', 500000, 0, 25, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(391, 'Toshiba', 'E-203L', 1, NULL, 'E-203L.png', '2008-01-01', 500000, 0, 23, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(394, 'Toshiba', 'E-853', 1, NULL, 'E-853.png', '2008-01-01', 4000000, 0, 85, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(395, 'Ricoh', 'MP5000B', 1, NULL, 'AficioMP5000.png', '2008-02-01', 2000000, 0, 50, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(396, 'Ricoh', 'MP8000', 1, NULL, 'Ricoh MP8000.jpg', '2008-04-01', 4000000, 0, 80, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(397, 'Ricoh', 'MP7000', 1, NULL, 'ricoh-mp6000-mp7000 (1).png', '2006-04-01', 4000000, 0, 70, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(401, 'Toshiba', 'e-Studio 555SE', 1, NULL, '5185-e-STUDIO205SE.png', '2011-02-01', 3000000, 0, 55, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(402, 'Ricoh', '1018D', 1, NULL, 'RICOH 1018D.jpg', '2001-12-01', 200000, 0, 18, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(403, 'Ricoh', 'MP4000', 1, NULL, 'Ricoh MP4000B.png', '2008-02-01', 1000000, 0, 40, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(404, 'Konica Minolta', 'BH20', 20, NULL, 'km_bh20.jpg', '2010-08-01', 750000, 0, 32, 'Press MENU on control panel, then press #8 Machine Info, then press #2 Page Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(405, 'Oce', 'im3512', 1, NULL, 'Oce im3511.jpg', '2007-12-01', 750000, 0, 35, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(406, 'Ricoh', 'MP9001', 1, NULL, 'ricoh MP9001.jpg', '2009-06-01', 5000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(407, 'Ricoh', 'MP201', 20, '', 'aficiomp201spf_0.png', '2011-02-01', 500000, 0, 21, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(408, 'Ricoh', 'MP5001', 1, NULL, 'ricoh-mp-5001.jpg', '2010-01-01', 2000000, 0, 50, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(409, 'Oce', 'im4512', 1, NULL, 'unnamed.png', '2007-12-01', 1000000, 0, 45, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(412, 'Canon', 'IR8085', 1, NULL, 'canon-imagerunner-advance_8085_8095_8105_thumb.png', '2010-06-01', 4000000, 0, 85, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(413, 'Xerox', 'Workcentre 5775', 10, NULL, 'XeroxWC5775.jpg', '2010-05-01', 4000000, 0, 75, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(414, 'Ricoh', 'MP2550', 1, NULL, 'Ricoh MP2550.png', '2008-02-01', 500000, 0, 25, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(415, 'Toshiba', 'e-Studio 455SE', 1, NULL, 'kufjgjfuylfou.png', '2010-12-01', 1000000, 0, 45, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(416, 'Konica Minolta', 'BH223', 1, '', 'Konica Minolta BH223.png', '2010-06-01', 500000, 0, 22, 'Select UTILITY from the Control Panel, then select METER, then select DETAILS. Total Counter is in upper left.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(417, 'Canon', 'IR2545', 1, NULL, 'ir-2545-b1.png', '2010-04-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(418, 'Canon', 'IR2535i', 1, NULL, 'canon ir255i.jpg', '2010-04-01', 750000, 0, 35, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(419, 'Canon', 'IR2525', 1, NULL, 'canon ir2525.jpg', '2010-04-01', 500000, 0, 25, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(420, 'Ricoh', 'Pro907EX', 6, NULL, 'RICOH Pro1107EX.jpg', '2009-07-01', 5000000, 0, 90, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(421, 'Konica Minolta', 'BH423', 1, NULL, 'Konica Minolta BH423.png', '2010-06-01', 1000000, 0, 42, 'A) Inside toner supply access door, below power switch OR B) Select UTILITY from Control Panel, then select METER DETAILS; read Total Count in upper left of screen', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(422, 'Savin', '9040', 1, NULL, 'savin 9040.jpg', '2008-02-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(423, 'Canon', 'IR1025 MFP', 20, NULL, '1025ifbasic_186x279.gif', '2008-12-01', 500000, 0, 25, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(424, 'Canon', 'IR3235i', 1, NULL, 'Canon IR3235i.png', '2008-07-01', 750000, 0, 35, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(426, 'Ricoh', 'MP3352', 1, NULL, 'Ricoh MP3352.png', '2011-12-01', 750000, 0, 33, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(427, 'Ricoh', '4500', 1, NULL, 'Ricoh MP4500.png', '2007-02-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(428, 'Konica Minolta', 'BH951', 1, NULL, 'BH951.png', '2012-06-01', 5000000, 0, 95, 'Select UTILITY from Control Panel. Total Count is in bottom of screen. OR open left front door to read meter.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(429, 'Toshiba', 'e-Studio 655SE', 1, '', '5185-e-STUDIO205SE.png', '2011-02-01', 3000000, 0, 65, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(430, 'Canon', 'IR5065', 1, NULL, 'Canon IR 5065N.jpg', '2007-02-01', 3000000, 0, 65, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(434, 'Xerox', '5225', 10, NULL, 'sligdg.jpg', '2008-05-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(436, 'Ricoh', 'MP7001', 1, NULL, 'Ricoh MP7001.png', '2009-06-01', 5000000, 0, 70, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(437, 'Samsung', 'SCX-5935', 10, NULL, 'samsung scx-5935.jpg', '2009-03-01', 750000, 0, 35, 'Select MACHINE SETUP, then select MACHINE STATUS; select 2nd tab MACHINE INFO, PRINT/REPORT, CONFIGURATION REPORT, Print. Add Print Counts and Copy Counts to get TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(438, 'Toshiba', 'e-Studio 655', 1, NULL, 'e-Studio55445.png', '2009-06-01', 3000000, 0, 65, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(439, 'Toshiba', 'e-Studio 755', 1, '', 'Charles.png', '2009-06-01', 4000000, 0, 75, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(440, 'Toshiba', 'e-Studio 455', 1, NULL, 'Toshiba e-Studio 455.png', '2009-06-01', 1000000, 0, 45, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(441, 'Oce', 'im2830', 1, NULL, 'im2830-3644.jpg', '2006-05-01', 500000, 0, 28, 'Utility/Counter, Total: Black', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(444, 'Savin', '917SPF', 1, NULL, 'Savin 917SPF.gif', '2009-04-01', 200000, 0, 17, 'Select USER TOOLS/COUNTER, then select COUNTER from list. Select [Print] and the Start button to print report.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(445, 'Ricoh', 'MP3500', 1, NULL, 'RICOH-35001.jpg', '2006-12-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(446, 'Canon', 'IR8095', 1, NULL, 'Canon iR ADV 8095.png', '2010-06-01', 5000000, 0, 95, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(447, 'Canon', 'IR5075', 1, NULL, 'canon ir 5075.jpg', '2007-02-01', 4000000, 0, 75, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(448, 'Savin', '9250', 1, NULL, 'Savin 9250.png', '2010-01-01', 2000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(449, 'Ricoh', 'MP3350', 1, '', 'images.jpg', '2008-02-01', 750000, 0, 33, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(450, 'Canon', 'IR6065', 1, NULL, 'iR_ADV_C6000_SRS_279x186.gif', '2010-06-01', 3000000, 0, 65, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(451, 'Canon', 'IR6075', 1, NULL, 'gefiweuei.png', '2010-06-01', 4000000, 0, 75, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL 2', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(452, 'Ricoh', 'MP3351', 1, NULL, 'aficiomp4000b.png', '2009-12-01', 750000, 0, 33, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(453, 'Konica Minolta', 'BH222', 1, NULL, 'Konica Minolta BH222.png', '2009-02-01', 500000, 0, 22, 'Open right front door; meter is to the rightof the toner bottle. OR select UTILITY/COUNTER from Control Panel, then select TOTAL COUNTER.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(454, 'Konica Minolta', 'BH421', 1, NULL, 'Konica Minolta bizhub 421.jpg', '2008-06-01', 1000000, 0, 45, 'Inside right front door, below power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(455, 'Oce', 'VL3200x', 20, NULL, 'HP565656.png', '2010-08-01', 750000, 0, 32, 'Counter on back side of machine; OR select Menu, then select 8 and then select 2 for Page Counters. Read TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(456, 'Canon', 'IR6055', 1, NULL, '432353.png', '2010-06-01', 3000000, 0, 55, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(457, 'Canon', 'IR3245i', 1, NULL, 'Canon_imageRUNNER_iR3235_image1.png', '2008-07-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(459, 'Toshiba', 'e-Studio 555', 1, NULL, 'e-Studio 555.png', '2009-06-01', 3000000, 0, 55, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(460, 'Canon', '1023iF', 1, NULL, 'canon ir1023if.jpg', '2006-04-01', 500000, 0, 23, 'Press the COUNTER button on the Control Panel', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(461, 'Ricoh', 'MP 3500', 1, NULL, 'ricoh-aficio-mpc3500.jpg', '2007-01-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(462, 'Ricoh', 'MP6000', 1, NULL, 'Ricoh MP6000.png', '2008-04-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(463, 'Toshiba', 'E-901', 1, NULL, 'toshiba-e-studio-901.jpg', '2006-10-01', 5000000, 0, 90, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(464, 'Konica Minolta', '181', 1, NULL, 'Konica Minolta 181.png', '2007-10-01', 200000, 0, 18, 'Select Meter Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(465, 'Canon', '5020i', 1, NULL, 'Canon 5020i.jpg', '2003-06-01', 2000000, 0, 50, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(466, 'Toshiba', 'E-233', 1, NULL, 'toshiba-e-studio-233.jpg', '2008-01-01', 500000, 0, 23, 'User Functions, Counter, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(468, 'Ricoh', 'MP3045', 1, NULL, 'list_2_20120301_1637431690.png', '2005-10-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(471, 'Ricoh', 'MP7500', 1, NULL, 'ricoh-aficio-mp-7500.jpg', '2006-07-01', 4000000, 0, 75, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(472, 'Sharp', 'MX-M550N', 1, NULL, 'sharp-mx-m550.jpg', '2007-01-01', 3000000, 0, 55, 'Custom Settings, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(473, 'Oce', 'VL5022', 1, NULL, 'Oce VL5022.jpg', '2008-12-01', 2000000, 0, 50, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(474, 'Sharp', 'MX-M550U', 1, NULL, 'sharp-mx-m550u.jpg', '2007-01-01', 3000000, 0, 55, 'Custom Settings, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(476, 'Savin', '8045 ESP', 1, NULL, 'Savin 8045.jpg', '2007-01-01', 1000000, 0, 45, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(478, 'Oce', 'im5530', 1, NULL, 'Oce im5530.jpg', '2006-07-01', 3000000, 0, 55, 'User Functions, Total Counter, Print Counter, Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(479, 'Sharp', 'MX-M350', 1, NULL, '1365995995.jpg', '2007-04-01', 750000, 0, 35, 'Special Functions, Main Menu, Total Count', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(480, 'Toshiba', 'E-523T', 1, NULL, 'e-Studio55445.png', '2008-01-01', 3000000, 0, 52, 'User Functions, Total Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(481, 'Toshiba', 'E-453', 1, NULL, 'e-STUDIO4540C.png', '2008-01-01', 1000000, 0, 45, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(482, 'Ricoh', 'MP4000B', 1, '', 'Ricoh MP4000B.png', '2008-02-01', 1000000, 0, 40, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(484, 'Oce', 'im2330', 1, NULL, 'Oce im2330.jpg', '2006-05-01', 500000, 0, 23, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(485, 'Toshiba', 'E-353', 1, NULL, 'E353_full.jpg', '2008-01-01', 750000, 0, 35, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(487, 'Oce', 'fx3000', 20, NULL, 'fx300png.png', '2006-09-01', 750000, 0, 30, 'Press Menu, then press the number 1 on the key pad; Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(488, 'Oce', 'im4530', 1, NULL, 'iufgwepiefb.png', '2006-11-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(490, 'Xerox', '4595', 10, NULL, 'dggdh.jpg', '2007-04-01', 5000000, 0, 95, 'Select Machine Status button on Control Panel; Select Billing Meter/Print Report. Select Billing Meter. Read TOTAL IMPRESSIONS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(493, 'Toshiba', 'E-603T', 1, NULL, 'e603T-big.jpg', '2008-01-01', 3000000, 0, 60, 'User Functions, Total Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(495, 'Canon', 'IR 5055', 1, NULL, 'caon ir5055.jpg', '2007-02-01', 3000000, 0, 55, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(496, 'Xerox', 'Phaser 8560DN', 11, NULL, 'XeroxPhaser8560DN.jpg', '2007-03-01', 750000, 0, 30, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(497, 'Konica Minolta', 'BH420', 1, NULL, 'Konica Minolta BH420.png', '2006-03-01', 1000000, 0, 42, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(499, 'Ricoh', 'MP3010', 1, NULL, 'ricoh-aficio-mp3010.jpg', '2012-06-01', 750000, 0, 30, 'Press the USER TOOLS/COUNTER key. Select COUNTER. To print the counter list select \"Print Counter List\" and then press the start key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(500, 'Konica Minolta', 'BH600', 1, NULL, 'Konica Minolta BH600.png', '2005-11-01', 3000000, 0, 60, 'Open left front door; meter is above power switch.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(501, 'Konica Minolta', 'BH920', 1, NULL, 'KM BH920.jpg', '2005-09-01', 5000000, 0, 92, 'Open left front door; meter is below operation panel.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(502, 'Konica Minolta', 'BH500', 1, NULL, 'Konica Minolta BH500.png', '2006-10-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(507, 'Canon', 'PC940', 1, NULL, 'canon-pc940.jpg', '2001-08-01', 150000, 0, 13, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(509, 'Panasonic', '150', 10, '', '', '2000-05-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(511, 'Ricoh', 'MP6500', 1, NULL, 'Ricoh MP6500.jpg', '2006-07-01', 3000000, 0, 65, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(513, 'Ricoh', 'MP 3350', 1, NULL, 'images.jpg', '2008-02-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(515, 'Konica Minolta', 'BH350', 1, NULL, 'Konica Minolta BH350.png', '2005-10-01', 750000, 0, 35, 'Open right front door; meter is on the right.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(527, 'Savin', '3260', 1, NULL, 'Savin 3260.jpg', '2002-02-01', 3000000, 0, 60, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(531, 'Risograph', '2000', 6, NULL, 'Risograph 2000.jpg', '2001-02-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(536, 'Gestetner', '5309L', 1, NULL, 'gestener 5309l.jpg', '2003-03-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(538, 'Gestetner', '5306', 1, NULL, 'gestetner 5306.jpg', '1998-09-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(540, 'Gestetner', '5308L', 1, NULL, 'gestetner 5308L.jpg', '2000-09-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(543, 'Duplo', '330L', 15, NULL, 'duplo 330L.jpg', '2002-07-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(546, 'Risograph', '2030', 6, NULL, 'risograph2030.jpg', '2000-09-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(547, 'Ricoh', 'JP1230', 1, NULL, 'placeholder.jpg', '2000-09-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(548, 'Ricoh', 'JP3000', 1, NULL, 'ricoh jp3000.jpg', '2002-01-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(549, 'Risograph', 'RN2000', 6, NULL, 'risograph2000.jpg', '2001-02-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(550, 'Gestetner', '5308', 1, NULL, 'gestetner 5308L.jpg', '2000-09-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(551, 'Toshiba', 'e-Studio 3500c', 6, NULL, 'Toshiba e-Studio 3500c.png', '2006-05-01', 750000, 0, 35, 'Press User Functions button; select Total Counter; select Print Counter. Read Full Color and Black.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(552, 'Konica Minolta', 'BHC452', 6, NULL, 'Konica Minolta BHC452.png', '2009-09-01', 1000000, 0, 45, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(553, 'Xerox', 'ColorQube 9201', 6, NULL, 'xeroxCQ9201.jpg', '2009-05-01', 2000000, 0, 50, '1) Select the MACHINE STATUS button at the lower left side of the LCD screen. 2) Select the INFORMATION PAGES button from the MACHINE INFORMATION tab on the screen. 3) Select the CONFIGURATION REPORT on the screen. 4) Look for the following: TOTAL IMPRESSIONS, BLACK IMPRESSIONS and COLOR IMPRESSIONS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(554, 'Ricoh', 'MPC2050', 6, NULL, 'Ricoh MPC2050.png', '2008-12-01', 500000, 0, 20, 'Select COUNTER from front panel, then select PRINT COUNTER LIST, then select START; Record TOTAL BLACK & COLOR separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(555, 'Ricoh', 'MPC4000', 6, NULL, 'Ricoh MP4000B.png', '2008-11-01', 1000000, 0, 40, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(556, 'Ricoh', 'MPC6501', 6, NULL, 'Ricoh-MPC6501.jpg', '2010-03-01', 3000000, 0, 65, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(557, 'Savin', 'C6045', 6, NULL, 'savinC6045.jpg', '2005-07-01', 3000000, 0, 60, 'User Tools, Counter, TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(558, 'Toshiba', 'E-451C', 6, NULL, 'toshibae451c.jpg', '2005-08-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(559, 'Canon', 'IRC5035', 6, NULL, 'iR_ADV_C5035_C5030_186x279.gif', '2009-10-01', 750000, 0, 35, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1 and 108 Total (Black 1); subtract the two to get Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(560, 'Xerox', 'DC240', 11, NULL, 'Xerox 240.jpg', '2005-07-01', 3000000, 0, 55, 'Machine Status, Billing Meters/print Report, Billing Meters (Read: Meter 1 (color), Meter 2 (black), Meter 4 (total)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(562, 'Oce', 'VL3622C', 6, NULL, 'OCEVL3622C.jpg', '2009-10-01', 750000, 0, 36, 'Utility/Counter, Meter Count, Total Counter; Record Black Total and COLOR Total.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(563, 'Ricoh', 'MPC3001', 6, NULL, 'MPC300.png', '2010-11-01', 750000, 0, 30, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(564, 'Ricoh', 'MPC400', 6, NULL, 'RICOH MPC400.jpg', '2011-01-01', 1000000, 0, 42, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(565, 'Konica Minolta', 'BHc364', 6, NULL, 'Bizhub-C454-1.png', '2012-06-01', 750000, 0, 36, 'Select COUNTER from the control panel, the screen should show METER COUNT, Read BLACK & COLOR totals from left side of screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(566, 'Xerox', '7775', 11, NULL, 'xerox7775.jpg', '2010-03-01', 4000000, 0, 75, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(567, 'Xerox', '8560MFP', 6, NULL, '8560MFP_AN-small.png', '2007-02-01', 750000, 0, 30, 'Press System button, Enter, Scroll to Billing Meters. Please include BOTH Black and Color Impressions.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(570, 'Toshiba', 'e-Studio 3040c', 6, NULL, 'toshiba-e-studio-4540c.png', '2011-05-01', 750000, 0, 30, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(571, 'Toshiba', 'e-Studio 4540c', 6, NULL, 'toshiba-e-studio-4540c.png', '2011-05-01', 1000000, 0, 45, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read BLACK TOTAL and COLOR TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(572, 'Toshiba', 'e-Studio 5540c', 6, NULL, 'e-studio5540c.png', '2011-05-01', 3000000, 0, 55, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(573, 'Canon', 'CLC900', 6, NULL, 'canon clc900.jpg', '1998-03-01', 500000, 0, 28, 'Inside front door; both numbers', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(574, 'Toshiba', 'e-Studio 281c', 6, NULL, 'toshibae281C.jpg', '2005-08-01', 500000, 0, 28, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER. Record FULL COLOR Total, BLACK Total and Total from top section under PRINT COUNTER/TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(575, 'Oce', 'VL4522c', 6, NULL, 'Oce VL4522C.jpg', '2009-10-01', 1000000, 0, 45, 'Select Utility/Counter, then select Meter Count, Total Counter; Record Black Total and COLOR Total.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(576, 'Ricoh', 'MPC5501', 6, NULL, 'Ricoh MPC5501.png', '2010-11-01', 3000000, 0, 55, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(577, 'Canon', 'IC C2100', 11, NULL, 'canon icc2100.jpg', '1999-05-01', 500000, 0, 24, 'Additional Functions, Billing Meters; TOTAL BLACK; to get color, subtract Total Black from Total 1', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(578, 'Konica Minolta', 'BHc552', 6, NULL, 'Konica Minolta BHc552.png', '2009-02-01', 3000000, 0, 55, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(579, 'Konica Minolta', 'MC 1690MF', 11, NULL, 'KMBS MC1690MF.jpg', '2009-01-01', 500000, 0, 20, 'Select Report/Status in LCD screen; press Select; scroll to Total Print. Record Total Color (copy & print) and Total Black (copy & print); do NOT include fax or scan totals', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(580, 'Konica Minolta', 'BHc35', 6, '', '9996.png', '2010-07-01', 750000, 0, 31, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(581, 'Savin', 'C4540', 6, NULL, 'savin4540.jpg', '2006-09-01', 1000000, 0, 45, 'User Tools, Counter, TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(582, 'Canon', 'IRC5045', 6, NULL, 'iR_ADV_C5051_C5045_186x279.gif', '2009-10-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL and 109 Total (Black); subtract the two to get Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(583, 'Ricoh', 'MPC2500', 6, NULL, 'Ricoh MP2500.png', '2006-06-01', 500000, 0, 25, 'Select COUNTER from front panel, then select PRINT COUNTER LIST, then select START; Record TOTAL BLACK & COLOR separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(584, 'Ricoh', 'MPC4501', 6, NULL, '1084699.png', '2010-11-01', 1000000, 0, 45, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(585, 'Canon', 'IR C5180', 6, '', 'HP C5180.jpg', '2006-08-01', 3000000, 0, 51, 'Select COUNTER from the Control Panel; READ Total (Black 2) and Total (4 color + single color 2)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(586, 'Xerox', 'DC252', 16, '', 'XeroxDC252.jpg', '2007-04-01', 3000000, 0, 65, 'Machine Status, Billing Meters/print Report, Billing Meters (Read: Meter 1 (COLOR), Meter 2 (BLACK), Meter 4 (total)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(587, 'Konica Minolta', 'BHC360', 6, NULL, 'KONICA bhc360.jpg', '2009-09-01', 750000, 0, 36, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(589, 'Ricoh', 'MPC300', 6, NULL, 'MPC300.png', '2011-11-01', 750000, 0, 32, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(590, 'Toshiba', 'E-351C', 6, NULL, 'Toshiba E-351c.jpg', '2005-08-01', 750000, 0, 35, 'Select USER FUNCTIONS on Control Panel, then select COUNTER, then press TOTAL COUNTER. Report the FULL COLOR TOTAL AND THE BLACK TOTAL separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(591, 'Toshiba', 'E-2830c', 6, NULL, 'e-Studio2330c.png', '2008-05-01', 750000, 0, 35, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(592, 'Savin', 'C4535', 6, NULL, 'Savin C4535.jpg', '2005-06-01', 750000, 0, 35, 'User Tools, Counter, TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(593, 'Canon', 'IRC5051', 6, NULL, 'cdb0eef3-7b1a-43d0-948c-7b895db95ce8.png', '2009-10-01', 3000000, 0, 51, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL 2 and 109 Total (Black 2); subtract the two to get Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(594, 'Ricoh', 'MPC3300', 6, NULL, 'Ricoh MPC3300.png', '2008-10-01', 750000, 0, 33, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(595, 'Ricoh', 'MPC3000', 6, NULL, 'MPC300.png', '2007-02-01', 750000, 0, 30, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(596, 'Canon', 'IR C3480', 6, NULL, 'canon c3480.jpg', '2008-04-01', 750000, 0, 34, 'Select ADDITIONAL FUNCTIONS from the Control Panel, then select BILLING METERS; #109: TOTAL BLACK and #124: TOTAL COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(597, 'Ricoh', 'MPC5000', 6, NULL, 'ricoh-aficio-mp-c5000.jpg', '2008-10-01', 2000000, 0, 50, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(598, 'HP', 'Color Laser Jet CM4730f MFP', 21, NULL, 'c02116517.png', '2007-04-01', 750000, 0, 31, 'Select MENU, then select INFORMATION, scroll to PRINT USAGE PAGE. Record BLACK Total and COLOR Total.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(599, 'Kyocera', 'C2525E', 11, NULL, 'Kyocera C2525E.jpg', '2007-07-01', 500000, 0, 25, 'Outside right of machine', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(601, 'Konica Minolta', 'BHC353', 6, NULL, 'Konica Minolta C353.png', '2007-12-01', 750000, 0, 35, 'Select UTILITY/COUNTER from Control Panel, then select METER, then CHECK Dutility/Meter/Check Details. BLACK & COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(602, 'Konica Minolta', 'C650', 6, NULL, 'KM C650.jpg', '2007-07-01', 3000000, 0, 65, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(603, 'Canon', 'IR C5045', 6, NULL, 'Canon IR C5045.png', '2009-10-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL and 109 Total (Black); subtract the two to get Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(604, 'Oce', 'cm3520', 6, NULL, 'Oce3520.jpg', '2004-10-01', 750000, 0, 35, 'User Functions, Total Counter, Print Counter, Total Black & Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(608, 'Sharp', 'MX3100', 6, NULL, 'Sharp 3100.jpg', '2008-08-01', 750000, 0, 31, 'Hold Copy Key 5 sec. Read BOTH NUMBER SETS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(609, 'Konica Minolta', 'BHC300', 6, NULL, 'konica Bizhub C300.jpg', '2006-06-01', 750000, 0, 30, 'P (Counter), Full Color & Monochrome, Counter List Output, Start; TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(610, 'Konica Minolta', 'c550', 6, NULL, 'konica minolta bizhub c550.jpg', '2007-09-01', 3000000, 0, 55, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(612, 'Konica Minolta', 'C451', 6, NULL, 'konica bizhub_C451.jpg', '2007-06-01', 1000000, 0, 45, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(615, 'Oce', 'cm3522', 6, '', 'Oce cm3522.png', '2008-06-01', 750000, 0, 35, 'Press Utility/Counter; select Meter Count; Record Total, Black, and Color meter reads.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(616, 'Canon', '3200C', 6, NULL, 'placeholder.jpg', '2003-04-01', 750000, 0, 32, 'Press the COUNTER CHECK button on the Control Panel (B/W Ctr 108; COLOR Ctr 105)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(618, 'Oce', 'cm2520', 6, NULL, 'Oce 2510.jpg', '2006-05-01', 500000, 0, 25, 'User Functions, Total Counter, Print Counter, Total Black & Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(619, 'Xerox', '8860MFP', 21, NULL, 'jgjklflk.png', '2007-09-01', 750000, 0, 30, 'Press System, scroll to Billing Meters. Read Total/Color/Black Impressions.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(621, 'Oce', 'cm3521', 6, NULL, 'oce-cm3521.png', '2007-02-01', 750000, 0, 35, 'Utility/Counter: Subtract Black from Total to get Color. Provide BLACK & COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(622, 'Oce', 'cm4520', 6, NULL, 'oce 4520.jpg', '2005-08-01', 1000000, 0, 45, 'Utility/Counters. You can also read Upper & Lower Counters on outside right of machine: Top=TOTAL, Bottom=Black.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(623, 'Toshiba', 'E-4520c', 6, NULL, 'toshiba254.png', '2008-05-01', 1000000, 0, 45, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Please NOTE: you must add the Black Printer and Black Copier totals together and the Full Color Printer and Full Color Copier totals together. Please provide both total figures (Black & Color).', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(624, 'Konica Minolta', 'BHC5501', 16, NULL, 'Konica Minolta BH501.png', '2008-10-01', 3000000, 0, 55, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(625, 'Oce', 'CM4530', 6, NULL, 'iufgwepiefb.png', '2006-11-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter, TOTAL BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(626, 'Oce', 'cm2510', 6, '', 'Oce 2510.jpg', '2007-04-01', 500000, 0, 25, 'System Settings, Total Count, Job Count: BLACK & COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(628, 'Toshiba', 'E-5520c', 6, NULL, 'e-Studio5520c.png', '2008-10-01', 3000000, 0, 55, 'Select COUNTER from Control Panel, then select TOTAL COUNTER, and then select PRINT COUNTER. Record  Total Black & Total Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(630, 'Konica Minolta', 'BHC6501', 16, NULL, 'konicaminolta C6501.jpg', '2008-10-01', 3000000, 0, 65, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(631, 'Savin', 'SDC326', 11, NULL, 'Savin SDC326.jpg', '2001-01-01', 500000, 0, 25, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(632, 'Tektronix', 'DP860', 11, NULL, 'placeholder.jpg', '2001-06-01', 200000, 0, 16, 'Printable Pages Menu, Print Configuration Page', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(633, 'Tektronix', 'DX860', 11, NULL, 'placeholder.jpg', '2001-06-01', 200000, 0, 16, 'Printable Pages Menu, Print Configuration Page', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(635, 'Xerox', '8550DT', 11, NULL, 'Xerox Phaser 8550DT.jpg', '2005-06-01', 750000, 0, 30, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(641, 'Ricoh', 'SPC320DN', 11, NULL, 'spc320dn.png', '2011-02-01', 500000, 0, 26, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(643, 'Canon', 'LBP5975', 11, NULL, 'Canon LBP5975.png', '2008-04-01', 750000, 0, 31, 'Press UTILITY; scroll down to COUNTER REPORT, press OK. Report BLACK & COLOR separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(644, 'Savin', 'CLP26DN', 6, NULL, 'SavinCLP26DN.jpg', '2005-02-01', 500000, 0, 26, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(645, 'Savin', 'CLP18', 6, NULL, 'Savin CLP18.jpg', '2004-06-01', 500000, 0, 22, 'Menu, scroll to List/Test Print, Enter, Config Page, Enter. Read Pages Printed: Total (Color/Black). INCLUDE ALL', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(646, 'Canon', 'LBP 5460', 11, NULL, 'CiR_LBP54_4_186x279.gif', '2009-08-01', 750000, 0, 31, 'Press UTILITY; scroll down to COUNTER REPORT, press OK. Report BLACK & COLOR separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(647, 'Ricoh', 'SPC232DN', 11, NULL, 'ricohhfjsk.png', '2009-05-01', 500000, 0, 21, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(648, 'Konica Minolta', 'MC 7450II Grafx', 11, NULL, 'magicolor-7450.png', '2009-01-01', 500000, 0, 24, 'Press MENU SELECT button on control panel, then select SPECIAL PAGES, then select CONFIG PAGE, PRINT. Please be sure to provide the Total BLACK prints and the Total COLOR prints separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(649, 'Xerox', '8560DP', 11, NULL, 'Xerox 8560XDP.jpg', '2007-02-01', 750000, 0, 30, 'Press System button, Enter, Scroll to Billing Meters. Please include BOTH Black and Color Impressions.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(650, 'Xerox', '8560DT', 11, NULL, 'Xerox 8560DT.png', '2007-02-01', 750000, 0, 30, 'Select Information, OK, Scroll to Billing Meters, OK BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(652, 'Xerox', '6180DN', 11, NULL, 'Xerox Phaser 6180DN.jpg', '2007-02-01', 500000, 0, 26, 'Select Menu, scroll down to Billing Meter, select OK. Read Total Impressions, Color Impressions, and Black Impressions.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(656, 'Tektronix', '8500N', 11, NULL, 'placeholder.jpg', '2005-06-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(657, 'Tektronix', '8560N', 11, NULL, 'placeholder.jpg', '2007-02-01', 750000, 0, 30, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(658, 'Ricoh', 'CL5000C', 11, NULL, 'RICOH CL5000C.jpg', '2003-04-01', 750000, 0, 36, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(659, 'Ricoh', 'CL2000', 11, NULL, 'ricohaficiocl2000.jpg', '2004-06-01', 200000, 0, 16, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(661, 'Xerox', '8500DN', 11, NULL, 'Xerox 8500DN.jpg', '2005-06-01', 500000, 0, 24, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(663, 'Ricoh', '3800CMF', 6, NULL, 'ricoh-afficio-ap-3800-cmf.jpg', '2001-09-01', 750000, 0, 38, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(664, 'Ricoh', 'SPC420', 11, NULL, 'Ricoh_SPC420.jpg', '2008-06-01', 750000, 0, 31, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(665, 'Konica Minolta', 'MC 4750DN', 11, NULL, 'KM4750.png', '2010-09-01', 750000, 0, 31, 'Select Print Menu/Statistics Page/Print. Record BLACK & COLOR meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(666, 'Ricoh', 'GXe5550n', 12, NULL, 'Ricoh_Aficio_GX_e5550N.jpg', '2010-12-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(669, 'Xerox', '8560N', 11, NULL, 'Xerox Phaser 8560DN.jpg', '2007-02-01', 750000, 0, 30, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(671, 'Xerox', '7760DN', 11, NULL, 'Xerox 7750.jpg', '2006-05-01', 1000000, 0, 45, 'Select Information, OK; scroll to Billing Meters, OK. Read BLACK and COLOR meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(672, 'Xerox', 'ColorQube 8570DN', 11, NULL, 'Xerox ColorQube 8570N.jpg', '2010-10-01', 1000000, 0, 20, '1) Select the MACHINE STATUS button at the lower left side of the LCD screen. 2) Select the INFORMATION PAGES button from the MACHINE INFORMATION tab on the screen. 3) Select the USAGE PROFILE on the screen. 4) Look for the following: TOTAL IMPRESSIONS, BLACK IMPRESSIONS and COLOR IMPRESSIONS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(673, 'Xerox', '8550DP', 11, NULL, 'Xerox Phaser 8550DP.jpg', '2005-06-01', 500000, 0, 24, 'Information, OK. Scroll to Billing Meters, OK; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(675, 'Xerox', '6300', 11, NULL, 'Xerox 6300.jpg', '2005-06-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(677, 'Ricoh', 'SPC430DN', 11, NULL, 'sp_c320dn_Front1.png', '2010-07-01', 750000, 0, 37, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(678, 'Savin', 'SLP38C', 11, NULL, 'Savin SLP38C.jpg', '2001-09-01', 750000, 0, 38, 'Menu, scroll to List/Test Print, Enter, Config Page, Enter. Read Pages Printed: Total (Color/Black). INCLUDE ALL', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(679, 'Ricoh', 'CL7200', 11, NULL, 'Ricoh CL7200.png', '2005-07-01', 750000, 0, 32, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(680, 'Tektronix', '860N', 11, NULL, 'placeholder.jpg', '2001-06-01', 200000, 0, 16, 'Printable Pages Menu, Print Configuration Page', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(681, 'Xerox', '8560DN', 11, NULL, 'Xerox 8560DN.png', '2007-02-01', 750000, 0, 30, 'Select Information, OK. Scroll to Billing Meters, OK. BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(682, 'Xerox', '8400N', 11, NULL, 'xerox 8400n.jpg', '2004-01-01', 500000, 0, 24, 'Information, OK; Information Pages, OK; Usage Profile, OK; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(683, 'Savin', 'CLP31DN', 11, NULL, 'Savin CLP31DN.jpg', '2006-05-01', 750000, 0, 31, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)?OR?Select MENU from the Control Panel, then press ENTER. Scroll to COUNTER/SHOW COUNTER, press ENTER. Read BLACK & COLOR METERS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(684, 'Xerox', 'C2424DN', 11, NULL, 'Xerox C2424DP.png', '2005-03-01', 500000, 0, 24, 'Press SYSTEM SETUP button on Control Panel, then press ENTER, scroll to BILLING METERS, then press ENTER. Record BLACK IMPRESSIONS & COLOR IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(685, 'Xerox', 'C2424DP', 6, NULL, 'Xerox C2424DP.png', '2005-03-01', 500000, 0, 24, 'System Setup, Enter; Billing Meters, Enter. BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(686, 'Xerox', '8860DN', 11, NULL, 'Xerox 8860DN.png', '2007-09-01', 750000, 0, 30, 'Scroll to highlight Information, press OK. Scroll down to Billing Meters, press OK. Read BLACK and COLOR impressions.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(687, 'Savin', 'MLP145', 10, NULL, 'Savin mlp 145.jpg', '2006-09-01', 1000000, 0, 45, 'Highlight Menu, press Enter; scroll to List/Test Print,  press Enter; scroll to Config. Page, press Enter. Read Pages Printed: Total (Color/Black).', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(688, 'Ricoh', '3200', 10, NULL, 'Brothermfc8480dn.jpg', '2002-03-01', 750000, 0, 32, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(689, 'Konica Minolta', 'PP5650', 10, NULL, 'Konica Minolta PP5650.png', '2007-12-01', 1000000, 0, 46, 'Press MENU, then scroll to PRINT MENU, then scroll to select STATISTICS PAGE, then select PRINT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(690, 'Savin', 'MLP45', 10, NULL, 'Savin mlp45.jpg', '2002-01-01', 1000000, 0, 45, 'Highlight Menu, press Enter; scroll to List/Test Print,  press Enter; scroll to Config. Page, press Enter. Read Pages Printed: Total (Color/Black).', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(691, 'Savin', 'SLP32', 10, NULL, 'Savin slp32.jpg', '2002-02-01', 750000, 0, 32, 'Highlight Menu, press Enter; scroll to List/Test Print,  press Enter; scroll to Config. Page, press Enter. Read Pages Printed: Total (Color/Black).', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(692, 'Ricoh', '4100N', 10, NULL, 'Ricoh 4100N.jpg', '2008-09-01', 750000, 0, 31, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(693, 'Ricoh', '8100DN', 10, NULL, 'Ricoh SP8100DN.png', '2006-09-01', 1000000, 0, 45, 'Select Menu screen. Select \"Configuration\" and print the configuration page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(695, 'Savin', 'MLP31N', 10, NULL, 'savin mlp31n.jpg', '2007-04-01', 750000, 0, 31, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(696, 'Ricoh', 'AP410N', 10, '', 'Ricoh AP410N.jpg', '2005-03-01', 500000, 0, 28, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(697, 'Ricoh', 'SP5100', 10, NULL, '1088655.png', '2007-05-01', 1000000, 0, 45, 'Menu, Configuration, Print', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(698, 'Ricoh', '4210N', 10, NULL, 'Ricoh 4210N.png', '2009-04-01', 750000, 0, 37, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(699, 'Savin', 'MLP35n', 10, NULL, 'savin MLP35n.jpg', '2005-03-01', 750000, 0, 35, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(700, 'Canon', 'LBP3560', 10, NULL, 'CiR_LBP5460_3_4_186x279.gif', '2010-10-01', 1000000, 0, 42, 'Press UTILITY; scroll down to COUNTER REPORT, press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(701, 'Ricoh', 'AP400', 10, NULL, 'Ricoh AP410.png', '2003-09-01', 500000, 0, 26, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(702, 'Ricoh', 'AP610', 10, NULL, 'ricoh ap610.jpg', '2005-03-01', 750000, 0, 35, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(703, 'Ricoh', '4510', 10, NULL, 'Ricoh 4510.png', '2002-01-01', 1000000, 0, 45, 'Menu, scroll to List/Test Print, Enter, Config Page, Enter. Read Pages Printed', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(704, 'Ricoh', 'SP3410DN', 10, NULL, '1087944.png', '2010-03-01', 750000, 0, 30, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(705, 'Ricoh', 'SP8200', 10, NULL, 'Ricoh 8200DN.jpg', '2008-06-01', 2000000, 0, 50, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(706, 'Canon', 'Pixma ip 6700D', 12, NULL, 'canon pixma ip6700D.jpg', '2006-07-01', 0, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(707, 'HP', 'DesignJet 4020', 12, 'Wide Format', 'hp-designjet-4020.jpg', '2009-05-01', 0, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(708, 'HP', 'DesignJet 4020 CP', 12, 'Wide Format', 'hp-designjet-4020.jpg', '2009-05-01', 0, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(713, 'HP', 'Laser Jet 4250', 10, NULL, 'c02890385.png', '2004-01-01', 1000000, 0, 45, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(714, 'HP', 'Laser Jet 4240', 10, NULL, 'HP Laser Jet 4240.png', '2005-03-01', 1000000, 0, 40, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(715, 'HP', 'Business Inkjet 1200dn', 12, NULL, 'c055920499.png', '2004-01-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(717, 'HP', 'Laser Jet 2100', 10, NULL, 'HP LaserJet 2100.jpg', '2007-04-01', 150000, 0, 10, 'Simultaneously press and release the GO and JOB CANCEL buttons on the control panel to print a Configuration Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(719, 'HP', 'Laser Jet 2015', 10, NULL, 'HP Laser Jet 2015DN.png', '2006-12-01', 500000, 0, 27, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(720, 'Savin', '2055DP', 1, NULL, 'Savin 2055DP.jpg', '2000-05-01', 3000000, 0, 55, 'Select USER TOOLS/COUNTER from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(721, 'HP', 'Laser Jet P2055d', 10, NULL, '2588c02573335.png', '2008-10-01', 750000, 0, 35, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(722, 'HP', 'Laser Jet 4000', 10, NULL, 'HP 4000.gif', '1997-11-01', 200000, 0, 17, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(723, 'HP', 'Laser Jet 4200', 10, NULL, 'c02890846.png', '2002-11-01', 750000, 0, 35, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(726, 'HP', 'Laser Jet 1022N', 10, NULL, 'c02920259.png', '2005-05-01', 200000, 0, 19, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(727, 'Xerox', 'Phaser 8560MFP', 11, NULL, 'Xerox Phaser 8560MFP.jpg', '2007-02-01', 750000, 0, 30, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(728, 'Toshiba', 'e-Studio 855', 1, NULL, 'e-Studiofoiufhr.png', '2009-06-01', 4000000, 0, 85, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(730, 'HP', 'Laser Jet 1300', 10, NULL, 'HP LaserJet 1300.jpg', '2003-04-01', 500000, 0, 20, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(731, 'HP', 'LaserJet Pro P1606dn', 10, NULL, 'c02966418.png', '2010-04-01', 500000, 0, 26, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(732, 'HP', 'Color Laser Jet 2600', 11, NULL, 'HP Color LaserJet 2600n.jpg', '2001-10-01', 200000, 0, 15, 'Press the checkmark button (green) on front panel; MAIN MENU REPORTS should appear. Press the checkmark button again; DEMO PAGE should appear; right arrow down to CONFIGURATION OR CONFIG REPORT. Press the checkmark button again.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(733, 'HP', 'Laser Jet P2035', 10, NULL, 'c02944333.png', '2008-11-01', 750000, 0, 30, 'Press and hold GO button until green light flashes and motor starts. Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(736, 'Canon', 'IR ADV C7065', 6, NULL, 'iR_ADV_C7065_HO_186x279.gif', '2009-10-01', 3000000, 0, 65, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1 and 108 Total (Black 1); subtract the two to get Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(738, 'HP', 'Laser Jet 1012', 10, '0', 'c02920349.png', '2003-09-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(739, 'HP', 'Laser Jet 2200', 10, NULL, 'hp 2200.png', '2000-08-01', 200000, 0, 15, 'Simultaneously press and release the GO and JOB CANCEL buttons', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(740, 'Brother', 'IntelliFAX 1270e', 10, 'Fax', 'Brother IntelliFAX 1270e.jpg', '2002-08-01', 100000, 0, 2, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(741, 'Canon', 'IR400S', 1, '0', 'Canon imageRUNNER 400S.jpg', '2002-05-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(742, 'Canon', 'IC 2300', 1, NULL, 'Canon imageCLASS 2300.jpg', '2003-05-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(744, 'Konica Minolta', 'MC 3730', 11, NULL, '9868.png', '2010-11-01', 500000, 0, 25, 'Press MENU SELECT button on control panel, then select SPECIAL PAGES, then select CONFIG PAGE, PRINT. Please be sure to provide the Total BLACK prints and the Total COLOR prints separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(745, 'Konica Minolta', '552', 1, NULL, 'Konica Minolta 552.png', '2009-02-01', 3000000, 0, 55, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(746, 'HP', 'Laser Jet 5m', 10, NULL, 'hp lj 5m.jpeg', '2004-01-01', 100000, 0, 5, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(747, 'HP', 'Deskjet D2660', 12, NULL, 'HP Deskjet D 2660.jpg', '2009-03-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(748, 'Toshiba', 'e-Studio 656', 1, NULL, 'Toshiba e-Studio 656.png', '2012-02-01', 3000000, 0, 65, 'Job Status, Status', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(749, 'Toshiba', 'e-Studio 756', 1, NULL, 'Toshiba-e-STUDIO756-Arizona-Copiers.png', '2012-02-01', 4000000, 0, 75, 'Select COUNTER from the front panel, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(750, 'HP', 'Laser Jet 1100', 10, '', 'hp laserjet 1100.jpg', '1998-10-01', 500000, 0, 8, 'With the READY light on, press and release the GO button to print the Self-Test page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(751, 'HP', 'Laser Jet Pro P1102w', 10, NULL, 'HP Laser Jet Pro P1102w.png', '2010-04-01', 200000, 0, 19, 'Press & hold the X (cancel) button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(752, 'Brother', 'HL-1470N series', 10, NULL, 'Brother HL-1470N series.png', '2001-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(753, 'Brother', 'HL-5370DW', 10, NULL, 'Brother HL-5370DW.jpg', '2009-04-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(754, 'Brother', 'HL-2070N', 10, NULL, 'Brother HL-2070N series.png', '2005-01-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(756, 'Toshiba', 'e-Studio 856', 1, NULL, 'Toshiba_e_STUDIO856_Arizona_Copiers.png', '2012-02-01', 4000000, 0, 85, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(757, 'Toshiba', 'e-Studio 456', 1, NULL, 'e-studio456.png', '2012-02-01', 1000000, 0, 45, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(758, 'Xerox', 'ColorQube 8900', 6, '0', 'slide1.png', '2012-04-01', 200000, 0, 19, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(759, 'HP', 'Color Laser Jet CP2025', 11, '0', 'c02573597.png', '2008-09-01', 500000, 0, 21, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(760, 'HP', 'Color Laser Jet CP3525', 11, '0', 'HP Color Laser Jet 3525.png', '2008-10-01', 750000, 0, 30, 'Select MENU, scroll to and select INFORMATION, then scroll to and select PRINT USAGE PAGE. Read Total Monochrome and Total Color.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(761, 'HP', 'Laser Jet 2300', 10, '0', 'c02920618.png', '2003-04-01', 500000, 0, 26, 'Press SELECT, then scroll to INFORMATION, then scroll to PRINT CONFIGURATION, then press ENTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(763, 'HP', 'Laser Jet 8150', 10, '0', '90r50.png', '2000-11-01', 750000, 0, 32, 'Press MENU until INFORMATION MENU appears in screen, then press the ITEM button until PRINT CONFIGURATION appears in screen, then press SELECT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(764, 'HP', 'Laser Jet P1505', 10, '0', 'c0289045583.png', '2007-11-01', 500000, 0, 24, 'Press and hold GO button; when GO light flashes release, then press GO again to print CONFIGURATION PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(765, 'HP', 'Color Laser Jet M551N', 11, NULL, 'HP Color Laser Jet M551N.png', '2011-10-01', 750000, 0, 33, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(766, 'HP', 'Laser Jet P3015 MICR', 10, NULL, '3015.png', '2008-07-01', 200000, 0, 42, 'Press MENU/ENTER; right scroll to REPORTS; press MENU/ENTER; right scroll to USAGE PAGE; press MENU/ENTER.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(767, 'HP', 'LaserJet P4014', 10, NULL, 'HP LaserJet P4014.png', '2008-05-01', 1000000, 0, 45, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(768, 'HP', 'Color Laser Jet 1600', 11, NULL, 'HP LaserJet 1600.gif', '2006-04-01', 150000, 0, 8, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(769, 'HP', 'Color Laser Jet 4525', 11, NULL, 'HP Color LaserJet CP4525.jpg', '2009-11-01', 1000000, 0, 42, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(770, 'Brother', 'MFC 9120CN', 11, NULL, 'Brother MFC 9120CN.jpg', '2009-10-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(771, 'HP', 'Color Laser Jet CP4025N', 11, NULL, 'HP Color Laser Jet CP4025N.png', '2009-11-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(772, 'Lexmark', 'e260d', 10, NULL, 'Lexmark E260dn.png', '2008-10-01', 750000, 0, 35, 'Press the Right arrow button.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(773, 'Toshiba', 'e-Studio 256', 1, NULL, 'Toshiba e-Studio 256.png', '2012-02-01', 500000, 0, 25, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(774, 'Toshiba', 'e-Studio 356', 1, '0', 'toshiba-e-studio-356.png', '2012-02-01', 750000, 0, 35, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(775, 'HP', 'Deskjet 9100C', 12, NULL, 'HP 9100C.jpg', '2001-07-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(776, 'Additional', 'Device', 1, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(780, 'HP', 'Officejet Pro K8600', 22, NULL, 'HP K8600.jpg', '2008-01-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(782, 'Lexmark', 'C540', 11, NULL, 'Lexmark C540.jpg', '2008-10-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(783, 'HP', 'Laser Jet CP1525nw', 11, NULL, 'c02934793.png', '2010-11-01', 150000, 0, 12, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(784, 'HP', 'Color Laser Jet CP4005N', 11, NULL, 'HP Color LaserJet CP4005.jpg', '2006-11-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(785, 'HP', 'Designjet 500', 12, 'Wide Format', 'hp Designjet 500.jpg', '2014-06-01', NULL, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(786, 'HP', 'Color Laser Jet 3500', 11, NULL, 'hp 3500.jpg', '2004-06-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(788, 'HP', 'Deskjet 6988', 12, NULL, 'HP Deskjet 6988.jpg', '2007-09-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(790, 'Close Out', NULL, NULL, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(794, 'Brother', 'NC170h', 12, NULL, 'Brother NC170h.jpg', '2004-08-01', 500000, 0, 23, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(795, 'Konica Minolta', 'BH454', 1, NULL, 'Konica Minolta BH454.png', '2012-07-01', 1000000, 0, 45, 'Select COUNTER  from control panel, then select METER COUNT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(796, 'Konica Minolta', 'BH552', 1, NULL, 'Konica Minolta BH552.png', '2011-02-01', 3000000, 0, 55, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(799, 'Oki', 'C6150DN', 6, NULL, 'Oki C6150.jpg', '2008-05-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(800, 'HP', 'Color Laser Jet 2840', 11, NULL, 'HP Color LaserJet 2840.jpg', '2005-05-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(801, 'HP', 'DeskJet 840c', 12, NULL, 'HP DeskJet 840c.jpg', '2007-09-01', 150000, 0, 8, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(802, 'HP', 'DeskJet 952C', 12, NULL, 'HP DeskJet 952C.jpg', '2000-02-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(804, 'Ricoh', 'MP5500', 1, NULL, '5500.png', '2006-07-01', 3000000, 0, 55, 'Select COUNTER, then select TOTAL COUNTER LIST, then press START', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(805, 'Konica Minolta', 'BH652', 1, NULL, 'Konica Minolta BH652.png', '2011-02-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(813, 'Konica Minolta', 'MF 1690 MFP', 11, NULL, 'KMBS MC1690MF.jpg', '2009-01-01', 500000, 0, 20, 'Select Report/Status in LCD screen; press Select; scroll to Total Print. Record Total Color (copy & print) and Total Black (copy & print); do NOT include fax or scan totals', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(814, 'In House Printing', 'IHP', 3, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(815, 'Brother', 'HL-2040', 10, NULL, 'Brother HL-2040.jpg', '2005-01-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(816, 'Dell', 'Laser Printer 1700', 10, '', 'dell 1710.jpg', '2004-06-01', 500000, 0, 25, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(817, 'Brother', 'HL-5140', 10, NULL, 'Brother HL-5140.jpg', '2004-01-01', 500000, 0, 21, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(818, 'HP', 'Laser Jet 1200', 10, NULL, 'c055920499.png', '2001-04-01', 200000, 0, 15, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(819, 'Brother', 'HL-2170W', 10, NULL, 'Brother HL-2170W.jpg', '2007-12-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(820, 'Brother', 'HL-1440', 10, NULL, 'Brother HL-1440.jpg', '2001-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(821, 'Dell', 'Laser Printer 2330N', 10, NULL, 'Dell Laser Printer 2330N.jpg', '2008-11-01', 750000, 0, 35, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(823, 'Dell', 'Laser Printer 1720', 10, NULL, 'Dell Laser Printer 1720.jpg', '2004-06-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(827, 'HP', 'Color Laser Jet 5550', 12, '', 'HP Color Laserjet 5550.jpg', '2004-10-01', 500000, 0, 27, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(828, 'HP', 'Laser Jet 2420', 10, NULL, 'HP Laserjet 2420.jpg', '2004-10-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(830, 'Dell', '4920', 10, NULL, 'dell printer 4920.jpg', '2008-02-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(831, 'Dell', 'Laser 5100CN', 11, NULL, 'Dell Laser 5100CN.jpg', '2004-09-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(832, 'Dell', 'Photo 924', 11, NULL, 'Dell Photo 924.jpg', '2005-09-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(833, 'Epson', 'C88', 11, NULL, 'epson stylus c88.jpg', '2005-08-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(835, 'Xerox', '8550DN', 11, NULL, 'Xerox 8550DN.jpg', '2005-06-01', 750000, 0, 30, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(836, 'HP', 'OfficeJet 6500', 22, NULL, 'HP Officejet 6500.jpg', '2009-03-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(837, 'HP', 'Laser Jet 1160', 10, NULL, 'hp laserjet 1160.jpg', '2004-10-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(838, 'HP', 'Officejet 8000', 12, NULL, 'HP OfficeJet 8000.jpg', '1998-05-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(839, 'HP', 'Color Laser Jet 2605', 11, 'CIF-Print', 'HP Color Laserjet 2605.jpg', '2006-04-01', 150000, 0, 12, 'Select MENU from Control Panel; scroll to INFORMATION, then select PRINT USAGE; press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(840, 'HP', 'Laser Jet Enterprise600 M601DN', 10, NULL, 'hp 601dn.png', '2011-11-01', 1000000, 0, 45, 'Select the Home button, then select ADMINISTRATION, and then REPORTS, scroll to select USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(842, 'Oce', 'fx4021', 1, NULL, 'placeholder.jpg', '2006-10-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(843, 'Brother', 'HL-4070CDW', 11, NULL, 'Brother HL-4070CDW.jpg', '2007-06-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(844, 'Dell', 'Color Laser Printer 1320C', 11, NULL, 'Dell Color Laser Printer 1320C.jpg', '2008-11-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(846, 'Epson', 'Stylus Photo 2200', 11, NULL, 'Epson Stylus Photo 2200.jpg', '2002-07-01', 50000, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(848, 'Brother', 'HL-4040CN', 11, NULL, 'Brother HL-4040.jpg', '2007-04-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(849, 'HP', 'Color Laser Jet Pro CM1415 MFP', 21, NULL, 'HP Color Laserjet Pro CM1415 MFP.jpg', '2010-09-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(850, 'HP', 'Photo Smart C4680', 12, NULL, 'HP C4180.jpg', '2012-01-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(851, 'HP', 'Color Laser Jet 2550L', 11, NULL, 'HP Color LaserJet 2550.jpg', '2004-06-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(852, 'HP', 'Deskjet 932C', 12, NULL, 'HP Deskjet 932C.jpg', '2000-02-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(853, 'HP', 'Laser Jet 1006', 10, NULL, 'c02889813.png', '2006-11-01', 200000, 0, 17, 'In connected computer, select the printer, right click and select Printer Preferences, then select Services tab, and select Print Information Pages from the drop-down.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(854, 'HP', 'Laser Jet 1018', 10, NULL, 'HP Laser Jet 1018.png', '2006-04-01', 150000, 0, 12, 'On the connected computer, go to START, then select PRINTERS/FAXES, then right click on your printer. Select PRINTING PREFERENCES, BASICS, ABOUT. It will display the Page Count.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(855, 'HP', 'Laser Jet M1522NF MFP', 20, NULL, 'HP Laser Jet M1522NF MFP.png', '2008-04-01', 500000, 0, 24, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(856, 'Brother', 'DCP-7020', 20, NULL, 'Brother DCP-7020.jpg', '2005-02-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(857, 'Brother', 'HL 5150D', 10, NULL, 'Brother HL 5150D.jpg', '2004-01-01', 500000, 0, 21, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(858, 'Brother', 'HL3070CW', 11, NULL, 'Brother HL3070CW.jpg', '2009-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(859, 'Canon', 'IR C5250', 6, NULL, 'ir-adv-c5250-b1.png', '2012-10-01', 3000000, 0, 50, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(860, 'Brother', 'MFC 7220', 10, NULL, 'Brother MFC 7220.jpg', '2005-03-01', 500000, 0, 20, 'Press the MENU/SET button from the Control Panel, then select option 4, then option 1. Scroll to select TOTAL. Press STOP/EXIT when done.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(862, 'Canon', 'MF4370DN', 10, NULL, 'Canon MF4370DN.jpg', '2008-09-01', 500000, 0, 23, 'Press > ADDITIONAL FUNCTIONS > then # key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(864, 'Canon', 'MX410', 12, NULL, 'Canon MX410.jpg', '1995-08-01', 150000, 0, 6, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(866, 'Canon', 'Pixma iP1500', 12, NULL, 'Canon Pixma 1P1500.jpg', '2004-09-01', 200000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(867, 'Canon', 'Pixma iP4200', 12, NULL, 'Canon Pixma iP4200.jpg', '2005-08-01', 500000, 0, 29, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(868, 'Canon', 'Pixma MG6220', 12, NULL, 'Canon Pixma MG6220.jpg', '2005-08-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(869, 'Canon', 'Pixma MP  830', 12, NULL, 'Canon S830D.jpg', '2002-07-01', 100000, 0, 1, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(870, 'Dell', 'Laser Printer 3330DN', 10, NULL, 'Dell  Laser Printer 3330DN.jpg', '2006-09-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(871, 'Dell', 'Color Laser Printer 3130CN', 11, NULL, 'Dell3130cn.jpg', '2008-08-01', 750000, 0, 31, 'Press the MENU button on front panel, scroll down to REPORTS/LIST and select PRINTER SETTINGS REPORT, select REPORTS, then select PRINT METER.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(874, 'Epson', 'Stylus C66', 11, NULL, 'Epson Stylus C66.jpg', '2004-07-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(880, 'Samsung', 'CLP315W', 11, NULL, 'Samsung CLP315W.jpg', '2008-05-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(881, 'Samsung', 'CLP-325W', 11, NULL, 'Samsung CLP-325W.jpg', '2011-01-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(882, 'Samsung', 'CLP-610ND', 11, NULL, 'Samsung CLP-610ND.jpg', '2007-09-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(883, 'Samsung', 'SCX-4623FW', 20, NULL, 'Samsung SCX-4623FW.png', '2010-06-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(884, 'HP', 'Laser Jet Pro 1536DNF', 20, 'RADF CIF-Print Fax Scan', 'HP LaserJet Pro 1536DNF.jpg', '2010-09-01', 500000, 0, 26, 'Press the SETUP (wrench) button on the Control Panel; Press OK to select REPORTS; Press OK to select CONFIGURAITON REPORT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(886, 'Konica Minolta', 'MC 4650DN', 11, NULL, 'KM Magicolor 4650DN.jpg', '2007-12-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(888, 'Lexmark', 'C552', 6, NULL, 'Lexmark C522.jpg', '2010-12-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(891, 'HP', 'Color Laser Jet CP1025nw', 11, NULL, 'c02934798.png', '2004-10-01', 500000, 0, 22, 'Press and hold the RESUME button for 2-3 seconds; printer will print out a Configuration Page and a Supplies Status Page. Pages Printed will be on the Supplies Status Page.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(892, 'HP', ' Color Laser Jet 3550', 11, NULL, 'HP Color Laserjet 3550.jpg', '2004-01-01', 150000, 0, 14, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(893, 'HP', 'Color Laser Jet 1312N', 11, NULL, 'c02592166.png', '2008-06-01', 500000, 0, 20, 'Press SETUP to access menus; press side arrows to REPORTS menu; select OK; use side arrows to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(894, 'HP', 'Color Laser Jet  CM1312nfi MFP', 21, NULL, 'c02592166.png', '2008-06-01', 150000, 0, 12, 'Press SETUP to access menus; press side arrows to REPORTS menu; select OK; use side arrows to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(895, 'HP', 'DeskJet 1000', 12, NULL, 'HP DeskJet 1000.jpg', '2005-05-01', 500000, 0, 23, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(897, 'HP', 'Color Laser Jet CP1518NI', 11, NULL, 'HP Color Laser Jet CP1518NI.png', '2008-04-01', 150000, 0, 12, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(899, 'HP', 'Laser Jet P2055dn', 10, NULL, '2588c02573335.png', '2008-10-01', 750000, 0, 35, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(900, 'HP', 'Laser Jet P4015N', 10, NULL, 'c02149730.png', '2008-05-01', 3000000, 0, 52, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(901, 'Xerox', '8500DP', 11, NULL, 'Xerox 8500DP.jpg', '2005-06-01', 500000, 0, 24, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(906, 'HP', 'DeskJet 940C', 12, NULL, 'HP DeskJet 940C.jpg', '2001-08-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(910, 'HP', 'Laser Jet 1300n', 10, NULL, 'hp_laser_1300.jpg', '2003-04-01', 500000, 0, 20, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(915, 'HP', 'Laser Jet P3005', 10, NULL, 'HP Laser Jet P3005.png', '2006-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(916, 'Kodak', '3250 All-In-One', 11, NULL, 'kodak 3250.jpg', '2009-09-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(917, 'Kodak', 'ESP 5250 All In One', 11, NULL, 'KODAK ESP 5250 All In One.jpg', '2012-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(919, 'Sharp', 'MX-5110N', 6, NULL, 'MX-5111N_overview.png', '2011-08-01', 3000000, 0, 51, 'Press SYSTEM SETTINGS button; on display press TOTAL COUNT, then press JOB COUNT. Press PRINT on the display for a printout. Black & Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(920, 'Sharp', 'MX-4110N', 6, NULL, 'MX-5111N_overview.png', '2011-08-01', 1000000, 0, 41, 'Press SYSTEM SETTINGS button; on display press TOTAL COUNT, then press JOB COUNT. Press PRINT on the display for a printout. Black & Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(922, 'Konica Minolta', 'C35P', 11, '', 'Konica Minolta C35.jpg', '2010-07-01', 750000, 0, 31, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(925, 'HP', 'Photosmart 7850', 12, NULL, 'HP Photosmart 7850.jpg', '2005-07-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(927, 'HP', 'DeskJet 935C', 12, NULL, 'HP Deskjet 935c.jpg', '2005-01-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(928, 'HP', 'DeskJet 3930', 12, NULL, 'HP deskjet 3930.jpg', '2005-07-11', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(933, 'HP', 'DeskJet 3320', 12, NULL, 'HP Deskjet 3320.jpg', '2002-03-01', 150000, 0, 6, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(936, 'HP', 'Photosmart B210A All-in-One', 12, NULL, 'HP Photosmart B210A.jpg', '2010-11-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(938, 'HP', 'Photosmart C3180', 12, NULL, 'HP Photosmart C3180.jpg', '2007-06-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(941, 'Xerox', 'Phaser 3250', 10, '', 'XeroxPhaser3250.jpg', '2008-01-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(944, 'HP', 'DeskJet F4580 All-in-One', 12, NULL, 'DeskJet F4580 All-in-One.JPG', '2010-11-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(947, 'HP', 'DeskJet 845C', 12, NULL, 'HP Deskjet 845c.jpg', '2001-08-01', 150000, 0, 8, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(948, 'HP', 'Laser Jet 1320', 10, NULL, 'c02920298.png', '2004-01-01', 500000, 0, 22, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(949, 'HP', 'Color Laser Jet CP5520', 11, NULL, 'HP Color Laser Jet CP5520.png', '2012-04-01', 750000, 0, 30, 'Press the \"Home\" button, scroll to Administration, select. Then scroll to Reports, select. Then scroll to Configuration/Status and select. Scroll to Usage Page and select. Provide BLACK & COLOR counts.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(951, 'Oki', 'C9560', 6, NULL, 'okidata c9560.jpg', '2012-10-01', 1000000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(952, 'HP', 'Laser Jet Pro P1606', 10, NULL, 'HP LaserJet Professional  P1606dn.jpg', '2010-04-01', 500000, 0, 26, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(953, 'HP', 'Laser Jet 200 colorMFP M275nw', 11, NULL, 'HP Laser Jet M275.png', '2012-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(954, 'HP', 'OfficeJet 6000', 22, NULL, 'hp Officejet 6000.jpg', '2009-06-01', 150000, 0, 7, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(956, 'HP', 'OfficeJet K8600', 22, NULL, 'HP-OfficeJet-Pro-K8600.jpg', '2008-10-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(957, 'HP', 'OfficeJet 6700', 22, NULL, 'HP OfficeJet 6700.jpg', '2012-03-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(958, 'HP', 'Photosmart D110A', 22, NULL, 'HP Photosmart D110A.jpg', '2010-05-01', 500000, 0, 29, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(959, 'HP', 'Laser Jet M1212nf MFP', 20, NULL, 'HP Laser Jet M1212nf MFP.png', '2010-05-01', 200000, 0, 19, 'Select the Setup button (the wrench); scroll to REPORTS, then scroll to SUPPLIES STATUS; press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(960, 'HP', 'Color Laser Jet CP1215', 11, NULL, 'hp laserjet cp1215.jpg', '2008-04-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(962, 'HP', 'DeskJet 2460', 12, NULL, 'HP Deskjet D2430.jpg', '2005-11-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(963, 'HP', 'DeskJet 842C', 12, NULL, 'HP Deskjet 842c.jpg', '2005-05-01', 150000, 0, 8, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(964, 'HP', 'Color Laser Jet CM2320nf', 21, NULL, 'HP Color Laser Jet CM2320nf.png', '2008-09-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(965, 'HP', 'LaserJet 1020', 10, NULL, 'hp laserjet 1020.jpg', '2005-05-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(966, 'HP', 'DeskJet D1420', 12, NULL, 'hp deskjet d1420.jpg', '2007-08-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(968, 'Lexmark', 'C532', 11, NULL, 'LEXMARK C532.jpg', '2006-10-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(969, 'HP', 'Laser Jet M2727nf', 20, NULL, 'HP Laser Jet M2727nf.png', '2008-04-01', 500000, 0, 27, 'On Control Panel, press the SETUP button, then scroll to INFORMATION, select OK, USAGE PAGE, OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(970, 'HP', 'OfficeJet 7000', 22, NULL, 'HP OfficeJet 7000.jpg', '2013-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(971, 'HP', 'DeskJet 2512', 12, NULL, 'HP Deskjet 2512.jpg', '2012-08-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(973, 'HP', 'OfficeJet 6600 All-in-One', 22, NULL, 'hp-officejet-6600.jpg', '2012-03-01', 150000, 0, 14, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(974, 'Konica Minolta', 'MC 5650', 11, NULL, 'Konica Minolta PP5650.png', '2007-12-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(975, 'HP', 'Color Laser Jet 500 M551', 11, NULL, 'HP Laser Jet 500 Color M551.png', '2011-10-01', 750000, 0, 33, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(976, 'Ricoh', 'GelSprinter GX e3300', 12, NULL, 'RICOH GXE3300N.jpg', '2009-06-01', 500000, 0, 29, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(979, 'HP', 'Color Laser Jet 4700', 11, NULL, 'HP Color Laserjet 4700.jpg', '2005-10-01', 750000, 0, 30, 'Press the checkmark button (Select) on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT CONFIGURATION. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(980, 'HP', 'Color Laser Jet CP1520', 11, NULL, 'c029347ee93.png', '2010-09-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(981, 'HP', 'Color Laser Jet CP4520', 11, NULL, 'c02959872.png', '2010-04-01', 1000000, 0, 42, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(982, 'HP', 'Laser Jet P1500', 10, NULL, 'hp laserjet p1500.jpg', '2003-05-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(983, 'HP', 'Laser Jet P2035n', 10, NULL, 'c02944333.png', '2008-11-01', 750000, 0, 30, 'Press and hold GO button until green light flashes and motor starts. Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(985, 'HP', 'Laser Jet P2055', 10, NULL, '2588c02573335.png', '2008-10-01', 750000, 0, 33, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(986, 'Konica Minolta', 'MC 5670', 11, NULL, 'Konica Minolta MC 5670.png', '2008-07-01', 750000, 0, 37, 'Press MENU SELECT button on control panel, then select SPECIAL PAGES, then select CONFIG PAGE, PRINT. Please be sure to provide the Total BLACK prints and the Total COLOR prints separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(987, 'Sharp', 'MX-M620N', 1, '', 'Sharp mx-620n.jpg', '2010-04-01', 3000000, 0, 62, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(988, 'Xerox', '5330P', 10, NULL, 'Xerox 5330.jpg', '2011-08-01', 750000, 0, 30, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(990, 'Sharp', 'MX-M363N', 1, '', 'Sharp mx-m363n.jpg', '2006-04-01', 750000, 0, 36, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(992, 'Oki', 'C6150n', 6, NULL, 'Oki C6150n.jpg', '2008-05-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(993, 'Ricoh', 'AP410', 10, NULL, 'Ricoh AP410.png', '2003-03-01', 500000, 0, 28, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(996, 'Dell', 'Laser Printer 2330dn', 10, NULL, 'dell-2330d.jpg', '2008-11-01', 750000, 0, 35, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(997, 'HP', 'Color Laser Jet 2600N', 11, NULL, 'c02890205.png', '2005-05-01', 150000, 0, 8, 'Press the checkmark button (green) on front panel; MAIN MENU REPORTS should appear. Press the checkmark button again; DEMO PAGE should appear; right arrow down to CONFIGURATION OR CONFIG REPORT. Press the checkmark button again.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(998, 'HP', 'Color LaserJet 2605dn', 11, 'CIF-Print', 'HP Color Laserjet 2605.jpg', '2006-04-01', 150000, 0, 12, 'Select MENU from Control Panel; scroll to INFORMATION, then select PRINT USAGE; press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(999, 'HP', 'Color Laser Jet CP3525DN', 11, NULL, 'HP Color LaserJet CP3525dn.jpg', '2008-10-01', 750000, 0, 30, 'Select MENU, scroll to and select INFORMATION, then scroll to and select PRINT USAGE PAGE. Read Total Monochrome and Total Color.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1000, 'HP', 'Color Laser Jet 4550', 11, '', 'HP Color Laserjet 4550.jpg', '2000-11-01', 200000, 0, 16, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1001, 'HP', 'Deskjet 4260', 12, NULL, 'hp deskjet 4260.jpg', '2007-08-01', 500000, 0, 26, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1005, 'HP', 'Deskjet 672', 12, NULL, 'HP Deskjet 672.jpg', '2007-03-01', 100000, 0, 4, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1006, 'HP', 'Deskjet 882C', 12, NULL, 'hp deskjet 882c.gif', '1999-01-01', 150000, 0, 8, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1007, 'HP', 'Deskjet 895CXI', 12, NULL, 'Hp-deskjet-895cxi.jpg', '1998-10-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1008, 'HP', 'Deskjet 940CVR', 12, NULL, 'HP deskjet 940cvr.jpg', '2001-08-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(1009, 'HP', 'Laser Jet 1022', 10, NULL, 'HP LaserJet 1022.jpg', '2005-05-01', 200000, 0, 19, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1010, 'HP', 'Laser Jet Pro P1606dn', 10, NULL, 'c02966418.png', '2010-04-01', 500000, 0, 26, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1011, 'HP', 'Laser Jet 2015dn', 10, NULL, 'HP Laser Jet 2015DN.png', '2006-12-01', 500000, 0, 27, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1012, 'HP', 'Laser Jet 2015n', 10, NULL, 'HP Laser Jet 2015DN.png', '2006-12-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1013, 'HP', 'Laser Jet 3005', 10, NULL, 'HP Laser Jet P3005.png', '2006-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1016, 'Ricoh', '1022', 1, NULL, 'Ricoh 1022.jpg', '2001-11-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1017, 'Lexmark', 'T640', 10, NULL, 'lexmark 640T.jpg', '2005-06-01', 750000, 0, 35, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1019, 'Oce', 'VL6022', 1, NULL, 'VLOCE.png', '2009-06-01', 3000000, 0, 60, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1021, 'Xerox', '8570N', 11, NULL, '8570n.png', '2010-10-01', 500000, 0, 20, '1) Select the MACHINE STATUS button at the lower left side of the LCD screen. 2) Select the INFORMATION PAGES button from the MACHINE INFORMATION tab on the screen. 3) Select the CONFIGURATION REPORT on the screen. 4) Look for the following: TOTAL IMPRESSIONS, BLACK IMPRESSIONS and COLOR IMPRESSIONS', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1022, 'HP', 'Laser Jet 8100', 10, NULL, 'HP Laser Jet 8100.png', '1998-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1028, 'HP', 'LaserJet P2015', 10, NULL, 'c04407927.png', '2006-11-01', 500000, 0, 20, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1030, 'HP', 'CP4025N', 11, NULL, 'HP Color Laser Jet CP4025N.png', '2008-09-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1032, 'HP', 'Color Laser Jet 2550N', 11, NULL, 'HP 2550.jpg', '2004-06-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1046, 'HP', 'Laser Jet 5', 10, NULL, 'hp lj 5.jpg', '1996-03-01', 150000, 0, 10, 'Press MENU button until TEST MENU appears, then select ITEMS, then select CONFIGURATO PAGE. Press SELECT*.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1055, 'Konica Minolta', 'BHC454', 6, NULL, 'BH454E.png', '2012-07-01', 1000000, 0, 45, 'Select COUNTER  from control panel, then select METER COUNT. Read TOTAL, BLACK, and COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1056, 'Konica Minolta', 'BHC25', 6, NULL, 'Konica Minolta BH C25.jpg', '2011-04-01', 500000, 0, 25, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS. Read BLACK & COLOR totals', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1057, 'Konica Minolta', 'BHC554', 6, NULL, 'BH454E.png', '2012-08-01', 3000000, 0, 55, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1058, 'Kyocera', 'FS-2100DN', 10, NULL, 'FS-2100DN.png', '2012-10-01', 1000000, 0, 42, 'Select MENU from the Control Panel, scroll to STATUS PAGE, select OK, select [YES} to print the Status Page. Counter is halfway down on the right side of printout.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1060, 'Toshiba', 'E-306', 1, NULL, 'Toshiba E-306.png', '2012-02-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1061, 'Toshiba', 'e-Studio 556', 1, NULL, 'e-STUDIO556_1.png', '2012-02-01', 3000000, 0, 55, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1062, 'HP', '2140 Fax', 11, '', 'HP 2140 Fax.jpg', '2013-01-01', 150000, 0, 14, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1063, 'HP', 'Color LJ 100 MFP M175nw', 21, NULL, 'HP Colo lj 100 MFP M175nw.jpg', '2011-07-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1065, 'HP', 'DeskJet 9800', 12, NULL, 'hp-deskjet-9800.jpg', '2005-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1066, 'HP', 'DeskJet 990cse', 12, NULL, 'hpdeskjet 990cse.jpg', '2000-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1067, 'HP', 'Laser Jet 1150n', 10, NULL, 'hp laserjet 1150.jpg', '2003-09-01', 200000, 0, 18, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1068, 'HP', 'Laser Jet 2430', 10, NULL, 'HP Laser Jet 2430.png', '2004-10-01', 750000, 0, 35, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1070, 'HP', 'LaserJet 8000', 10, NULL, 'hp Laserjet 8000.jpg', '1998-05-01', 500000, 0, 24, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1071, 'HP', 'Laser Jet P1005', 10, NULL, 'c01082568.gif', '2007-11-01', 200000, 0, 15, 'In connected computer, select the printer, right click and select Printer Preferences, then select Services tab, and select Print Information Pages from the drop-down. On the Self Test/Configuration page that prints out, read Total Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1072, 'HP', 'Laser Jet P1102w', 10, NULL, 'HP Laser Jet Pro P1102w.png', '2010-04-01', 200000, 0, 19, 'Press & hold the X (cancel) button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1073, 'HP', 'Laser Jet P1505n', 10, NULL, 'c02890483.png', '2007-11-01', 500000, 0, 24, 'Press and hold GO button; when GO light flashes release, then press GO again to print CONFIGURATION PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1082, 'HP', 'OfficeJet 6500A All-In-One', 22, NULL, 'HP OfficeJet 6500A.jpg', '2010-09-01', 150000, 0, 10, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1083, 'HP', 'OfficeJet 7000 Wide Format', 12, NULL, 'HP OfficeJet 7000.jpg', '2013-10-01', 150000, 0, 8, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1084, 'HP', 'OfficeJet 7210 All-in-One', 12, NULL, 'HP OfficeJet 7210.jpg', '2004-11-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1085, 'HP', 'OfficeJet 7310 All-In-One', 12, NULL, 'HP OfficeJet 7310.jpg', '2004-11-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1086, 'HP', 'OfficeJet Pro 8500 All-in-One', 12, NULL, 'HP OfficeJet Pro 8500 All-in-One.jpg', '2013-11-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1089, 'HP', 'Photosmart C3310 All-in-One', 12, NULL, 'HP Photosmart C3310.jpg', '2005-07-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1091, 'Oce Imagistics', 'DL650', 1, NULL, 'oce imagistics DL650.jpg', '2007-03-01', 3000000, 0, 65, 'Inside front door, upper left', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1092, 'HP', 'Laser Jet 1150', 10, NULL, 'hp laserjet 1150.jpg', '2003-09-01', 200000, 0, 18, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1093, 'Sharp', 'AL-1655CS', 10, NULL, 'Sharp al-1655cs.jpg', '2005-01-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1095, 'Sharp', 'MX-4501N', 6, '', 'Sharp_MX4501.jpg', '2006-01-01', 1000000, 0, 45, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1096, 'Sharp', 'MX-453N', 1, NULL, 'samsung MX-453n.jpg', '2009-05-01', 1000000, 0, 45, 'Press and hold COPY key to display Total Count.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1097, 'Lexmark', 'E260dn', 10, NULL, 'Lexmark E260dn.png', '2008-10-01', 750000, 0, 35, 'Press the Right arrow button.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1099, 'Panasonic', 'KX-FM210 Fax', 10, NULL, 'panasonic kx-fm210 fax.jpg', '2009-03-01', 500000, 0, 21, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1100, 'HP', 'Photosmart B8550', 12, NULL, 'HP Photosmart B8550.jpg', '2008-06-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1101, 'HP', 'DesignJet 750c', 12, 'Wide Format', 'HP Designjet 750c.jpg', '2013-11-01', 500000, 0, 0, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1102, 'HP', 'Photosmart C7280 All-In-One', 12, NULL, 'HP Photosmart C7280.jpg', '2007-06-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1103, 'HP', 'Deskjet 920c', 12, NULL, 'HP Deskjet 920c.jpg', '2002-01-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1104, 'HP', '920C', 12, NULL, 'HP 920c.jpg', '2002-01-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1105, 'HP', 'Laser Jet 1000', 10, NULL, 'HP Laser Jet 1000.jpg', '2001-10-01', 150000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1106, 'HP', 'Laser Jet 1505', 10, NULL, 'HP-LaserJet-P1505.jpg', '2006-11-01', 500000, 0, 24, 'Press and hold GO button; when GO light flashes release, then press GO again to print CONFIGURATION PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1107, 'HP', 'Laser Jet 200 color MFP M276nw', 11, NULL, 'HP Laser Jet 200 color MFP M276nw.png', '2012-09-01', 150000, 0, 14, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1110, 'HP', 'Laser jet 8000', 10, NULL, 'hp Laserjet 8000.jpg', '1998-05-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1111, 'HP', 'Laser Jet M2727nf MFP', 20, '', 'HP Laser Jet M2727nf.png', '2007-11-01', 500000, 0, 27, 'On Control Panel, press the SETUP button, then scroll to INFORMATION, select OK, USAGE PAGE, OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1112, 'HP', 'Laser Jet M275', 11, NULL, 'HP Laser Jet M275.png', '2011-11-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1118, 'HP', 'Laser Jet P1606dn', 10, NULL, 'c02966418.png', '2010-04-01', 500000, 0, 26, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1120, 'HP', 'OfficeJet 4500 All-in-One', 22, NULL, 'HP Officejet 4500 All-in-One.jpg', '2010-03-01', 150000, 0, 6, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1127, 'Lexmark', 'E 260dn', 10, NULL, 'Lexmark E260dn.jpg', '2008-10-01', 750000, 0, 35, 'Press the Right arrow button.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1128, 'OKI', 'C9650', 11, NULL, 'oki c9650.jpg', '2007-11-01', 1000000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1129, 'HP', 'DeskJet D2360', 12, NULL, 'HP Deskjet D2360.jpg', '2006-06-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1130, 'HP', 'DeskJet D2430', 12, NULL, 'HP Laser Jet 2430.png', '2007-09-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1131, 'HP', 'Photosmart C310 All-in-One', 12, NULL, 'HP Photosmart C310.jpg', '2011-04-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1132, 'HP', 'PSC 750', 12, NULL, 'HP PSC 750.jpg', '2013-11-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1133, 'Lexmark', 'Z1420', 10, NULL, 'Lexmark Z1420.jpg', '2006-10-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1134, 'Workbooks', 'WB', 4, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1135, 'Outside Printing', 'OP', 4, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1137, 'HP', 'Laser Jet 2055dn', 10, NULL, 'c03137125.png', '2008-10-01', 750000, 0, 35, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1143, 'Sharp', 'MX-2610N', 6, NULL, 'Sharp MX-2610N.jpg', '2011-03-01', 500000, 0, 26, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1144, 'Sharp', 'MX-3130N', 6, NULL, 'placeholder.jpg', '2010-04-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1145, 'HP', 'Laser Jet 1102', 10, NULL, 'HP Laser Jet Pro P1102w.png', '2010-10-01', 200000, 0, 19, 'Press & hold the X (cancel) button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1147, 'HP', 'Laser Jet 5100', 10, NULL, 'HP Laser Jet 5100.png', '2003-04-01', 500000, 0, 21, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1148, 'HP', 'Laser Jet 9050', 1, '', 'hp laserjet 9050.jpg', '2008-04-01', 2000000, 0, 50, 'Select MENU on Control Panel; scroll and select INFORMATION, then select PRINT CONFIGURATION. press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1150, 'Oki Data', 'c6100', 11, NULL, 'Oki data C6100.jpg', '2004-01-01', 750000, 0, 32, 'Select MENU from Control Panel, then scroll to select USAGE MENU; scroll to select MONO PAGE COUNT and COLOR PAGE COUNT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1152, 'Xerox', 'Phaser 6125', 11, NULL, 'xerox phaser 6125.jpg', '2007-04-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1154, 'HP', 'Deskjet 960c', 10, '', 'HP Deskjet 960.jpg', '2001-02-01', 200000, 0, 15, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1156, 'HP', 'Envy D410A AIO', 12, NULL, 'hp envy d410a aio.jpg', '2010-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1157, 'Xerox', 'Workcentre 3220', 6, NULL, 'xerox-workcentre-3220.jpg', '2009-06-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1158, 'HP', 'Envy D411c AIO', 12, NULL, 'hp envy d411c aio.jpg', '2011-09-01', 150000, 0, 7, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1159, 'Konica Minolta', 'BH5650', 1, NULL, 'Konica Minolta PP5650.png', '2007-12-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1160, 'HP', 'Deskjet 2550', 10, NULL, 'HP Deskjet 2550.jpg', '2004-06-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1161, 'HP', 'Color Laser Jet 3525', 11, NULL, 'HP Color Laser Jet 3525.png', '2008-10-01', 750000, 0, 30, 'Select MENU, scroll to and select INFORMATION, then scroll to and select PRINT USAGE PAGE. Read Total Monochrome and Total Color.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1163, 'HP', 'DeskJet 2035', 10, NULL, 'hp_laserjet_p2035.jpg', '2008-11-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1167, 'Brother', 'HL-2140t', 10, NULL, '9162.png', '2007-12-01', 500000, 0, 23, 'Press GO button 3 times in a row. Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1169, 'Canon', 'IR 2200', 1, NULL, 'canon ir 2200.gif', '2001-06-01', 500000, 0, 22, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1170, 'Epson', 'Stylus C88', 12, NULL, 'epson stylus c88.jpg', '2005-08-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1171, 'HP', 'Color Laser Jet 3550', 11, NULL, 'HP Color Laserjet 3550.jpg', '2004-01-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1173, 'HP', 'Deskjet 4160', 10, NULL, 'hp deskjet 4160.jpg', '2006-06-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1174, 'HP', 'Laser Jet 5000n', 10, NULL, 'hp laserjet 5000n.jpg', '1998-03-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1176, 'HP', 'Laser Jet P1100', 10, NULL, 'HP-laserjet-pro-1100.jpg', '1998-10-01', 150000, 0, 8, 'With the READY light on, press and release the GO button to print the Self-Test page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1177, 'HP', 'Laser Jet P3015', 10, NULL, '3015.png', '2008-07-01', 200000, 0, 42, 'Press MENU/ENTER; right scroll to REPORTS; press MENU/ENTER; right scroll to USAGE PAGE; press MENU/ENTER.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1178, 'Lexmark', 'E240n', 10, NULL, 'Lexmark989876543344.png', '2005-10-01', 500000, 0, 27, ' Turn off printer; open front cover. Press and hold the Continue button (blue square w/slash) as you turn printer back on. Close cover. Home menu is displayed in screen. Press and hold Continue button until the lights cycle and Printer Settings Configuration Sheet prints out. Turn off printer to exit menu.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1179, 'Ricoh', 'SP8100DN', 10, NULL, 'Ricoh SP8100DN.png', '2006-09-01', 1000000, 0, 45, 'Select Menu screen. Select \"Configuration\" and print the configuration page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1181, 'Konica Minolta', 'BH654', 1, NULL, 'BH454E.png', '2013-02-01', 3000000, 0, 65, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1182, 'HP', 'Deskjet 5800', 12, '', 'HP Deskjet 5800.jpg', '2004-11-01', 500000, 0, 21, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1183, 'Ricoh', 'Afico AP600N', 10, NULL, 'ricoh afico ap600n.jpg', '2003-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1184, 'Ricoh', 'AP600N', 10, NULL, 'ricoh ap600n.jpg', '2003-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1185, 'HP', 'OfficeJet 6500 E710n-z', 22, NULL, 'HP OfficeJet 6500A.jpg', '2010-09-01', 150000, 0, 10, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1186, 'HP', 'DeskJet 6800', 12, NULL, 'HP 6800.jpg', '2014-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1191, 'HP', '6800', 10, '', 'HP 6800.jpg', '2014-05-01', 200000, 0, 17, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1192, 'Brother', 'MFC 8480DN', 10, NULL, 'Brother MFC 8480DN.jpg', '2009-04-01', 750000, 0, 32, 'Select MENU from Control Panel, then select 82. Scroll to view TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1193, 'Canon', 'IC MF4150', 10, NULL, 'canon mf4150.jpg', '2006-09-01', 500000, 0, 21, 'Press > ADDITIONAL FUNCTIONS > then # key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1194, 'Copystar', 'CS 255', 1, NULL, 'CopystarCBAW.png', '2011-01-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1195, 'Dell', '3130CN', 11, NULL, 'Dell 3130CN.png', '2008-08-01', 750000, 0, 31, 'Press the MENU button on front panel, scroll down to REPORTS/LIST and select PRINTER SETTINGS REPORT, select REPORTS, then select PRINT METER.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1196, 'Xerox', 'Phaser 8500N', 11, NULL, 'Xerox 8500DP.jpg', '2005-06-01', 500000, 0, 24, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1197, 'Konica Minolta', 'BH754', 1, NULL, 'Konica Minolta BH754E.png', '2013-03-01', 4000000, 0, 75, 'Select MENU from the Control Panel, then select COUNTER from the upper left of the screen.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1198, 'Canon', 'IR ADV 4025', 1, '', 'canon-imagerunner-advance-4025.jpg', '2012-05-01', 500000, 0, 25, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1199, 'New', 'New', 3, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1201, 'TBD 20-29 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 500000, 20, 29, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1202, 'TBD 20-29 CPM Color', NULL, 6, NULL, 'placeholder.jpg', NULL, 500000, 20, 29, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1203, 'TBD 30-39 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 750000, 30, 39, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1204, 'TBD 30-39 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 750000, 30, 39, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1205, 'TBD 40-49 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 1000000, 40, 49, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1206, 'TBD 40-49 CPM Color', NULL, 6, NULL, 'placeholder.jpg', NULL, 1000000, 40, 49, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1207, 'TBD 50-59 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 3000000, 50, 59, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1208, 'TBD 50-59 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 3000000, 50, 59, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1209, 'TBD 60-69 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 3000000, 60, 69, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1211, 'TBD 70-79 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 4000000, 70, 79, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1212, 'TBD 80-89 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 4000000, 80, 89, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1213, 'TBD 90-99 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 5000000, 90, 99, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1214, 'TBD 20-29 PPM Color', NULL, 11, NULL, 'placeholder.jpg', NULL, 500000, 20, 29, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1215, 'TBD 30-39 PPM Color', NULL, 11, NULL, 'placeholder.jpg', NULL, 750000, 30, 39, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1216, 'TBD 30-39 PPM Black', NULL, 10, NULL, 'placeholder.jpg', NULL, 750000, 30, 39, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1217, 'TBD 40-49 PPM Black', NULL, 10, NULL, 'placeholder.jpg', NULL, 1000000, 40, 49, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1218, 'TBD 60-69 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 3000000, 60, 69, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1219, 'TBD 70-79 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 4000000, 70, 79, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1220, 'TBD 80-89 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 4000000, 80, 89, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1221, 'TBD 90-99 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 5000000, 90, 99, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1222, 'Brother', 'MFC-8840D', 10, NULL, 'brother mfc-8840d.jpg', '2004-05-01', 500000, 0, 21, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1224, 'Brother', 'MFC-490CW', 12, NULL, 'brother mfc-490cw.jpg', '2009-04-01', 750000, 0, 33, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1225, 'Konica Minolta', 'BH360', 1, NULL, 'KM BH 360.jpg', '2007-03-01', 750000, 0, 36, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1226, 'Ricoh', 'SPC431DN', 11, NULL, 'Ricoh SPC431DN.png', '2010-07-01', 1000000, 0, 42, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)…OR…Select MENU from the Control Panel, then press ENTER. Scroll to COUNTER/SHOW COUNTER, press ENTER. Read BLACK & COLOR METERS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1228, 'Samsung', 'ML 1740', 10, NULL, 'SAMSUNG ML 1740.jpg', '2001-07-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1229, 'Epson', 'WF3450', 11, NULL, 'epson wf 3450.jpg', '2012-10-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1230, 'Canon', 'DR-C130', 1, NULL, 'canon dr-c130.jpg', '2012-06-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1231, 'HP', 'Color Laser Jet M451dn', 11, NULL, 'c03024418.png', '2012-02-01', 500000, 0, 21, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1232, 'Konica Minolta', '2020', 1, NULL, 'Konica Minolta 2020.png', '2009-09-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1233, 'HP', 'C3180MFP', 12, NULL, 'HP C3180MFP.jpg', '2008-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1235, 'Dell', 'Laser 5210n', 10, NULL, 'dell Laser 5210n.jpg', '2006-05-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1236, 'Dell', 'V305', 10, NULL, 'Dell-V305.jpg', '2008-06-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1240, 'Dell', 'B2360DN', 10, NULL, 'Dell Laser Printer B2360DN.jpg', '2012-11-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1242, 'Epson', 'WF 2540', 11, NULL, 'epson wf 2540.jpg', '2012-10-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1243, 'HP', 'C3180', 12, NULL, 'hp_photosmart_c3180.jpg', '2008-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1244, 'TBD 15-19 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 200000, 15, 19, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1245, 'TBD 15-19 CPM Color', NULL, 6, NULL, 'placeholder.jpg', NULL, 200000, 15, 19, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1246, 'Ricoh', 'MP301SPF', 20, NULL, 'MP301SPF.png', '2012-06-01', 750000, 0, 31, 'Press the USER TOOLS/COUNTER key. Select COUNTER. To print the counter list select \"Print Counter List\" and then press the start key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1247, 'HP', 'Laser Jet 3390', 10, NULL, 'hp Laserjet 3390.jpg', '2006-04-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1249, 'HP', 'Laser Jet P3010', 10, NULL, 'c02943993.png', '2008-09-01', 1000000, 0, 40, 'Select MENU, then select INFORMATION, and PRINT USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1251, 'HP', 'Laser Jet 3055', 10, 'CIF-Print', 'HP Laser Jet 3055 CIF-Print.png', '2006-04-01', 200000, 0, 19, 'Press MENU from Control Panel, then scroll < or > to REPORTS then press the checkmark button; scroll < or > to USAGE PAGE, then press the checkmark button.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1252, 'HP', 'Laser Jet Pro M1212nf MFP', 20, NULL, 'HP Laser Jet M1212nf MFP.png', '2010-04-01', 200000, 0, 19, 'Select the Setup button (the wrench); scroll to REPORTS, then scroll to SUPPLIES STATUS; press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1253, 'Kyocera', 'FS-4100DN', 10, NULL, 'KYOCERA_FS-4100DN_04.png', '2012-10-01', 1000000, 0, 45, 'Select MENU from the Control Panel, scroll to STATUS PAGE, select OK, select [YES] to print the Status Page. Counter is halfway down on the right side of printout.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1254, 'Kyocera', 'FS-4300DN', 10, NULL, 'Kyocera FS-4300DN.png', '2012-10-01', 3000000, 0, 62, 'Select MENU from Control Panel; scroll to COUNTER; press Right >; Read Printed Pages.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1255, 'Xerox', 'Phaser 3300MFP', 10, NULL, 'Xerox 3300MFP.jpg', '2008-09-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1256, 'Xerox', 'Phaser 4510', 10, NULL, 'Xerox 4510.jpg', '2007-04-01', 1000000, 0, 45, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1257, 'Xerox', 'Phaser 6280', 10, NULL, 'Xerox 6280.jpg', '2009-02-01', 750000, 0, 31, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1259, 'HP', 'C5180', 12, NULL, 'hp c 5180.jpg', '2008-05-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1260, 'Xerox', 'WC XD100', 1, NULL, 'Xerox WC XD 100.jpg', '2002-01-01', 100000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1261, 'HP', 'Laser Jet M1319f', 10, NULL, 'hp_laserjet_m1319f_mfp.jpg', '2008-06-01', 200000, 0, 19, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1263, 'Canon', 'D1120', 10, '', 'Canon d1120.jpg', '2009-04-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1264, 'HP', 'Photo smart Plus', 12, NULL, 'PhotoSmartPremiumer.jpg', '2009-07-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1265, 'HP', 'Photo smart C4780', 12, NULL, 'HP Photosmart C4780.jpg', '2009-07-01', 500000, 0, 29, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1266, 'HP', 'Photosmart 5514', 12, NULL, 'hp 5514.jpg', '2011-07-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1267, 'Brother', 'HL 5070N', 10, NULL, 'Brother-HL-5070.jpg', '2003-02-01', 200000, 0, 17, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1268, 'HP', 'C4680', 12, NULL, 'HP_C4680.jpg', '2008-06-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1270, 'HP', 'C4480', 12, NULL, 'hp photosmart c4480.jpg', '2008-06-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1271, 'HP', 'D5460', 12, NULL, 'hp 5460.jpg', '2006-10-01', 750000, 0, 33, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1272, 'Samsung', 'ML-1710', 10, NULL, 'samsung ML 1710.jpg', '2011-07-01', 200000, 0, 17, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1273, 'Epson', 'WP-4530', 12, NULL, 'epson workforce wp 4530.jpg', '2011-09-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1277, 'HP', 'Laser Jet 1020', 10, NULL, 'hp laserjet 1020.jpg', '2005-05-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1278, 'HP', 'Deskjet 6500', 11, NULL, 'hp Deskjet 6500.jpg', '2009-03-01', 100000, 0, 10, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1279, 'Brother', 'HL-30CN', 10, NULL, 'placeholder.jpg', '2012-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1280, 'Epson', 'WP-4540', 11, NULL, 'epson stylus wp 4540.jpg', '2011-09-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1281, 'HP', 'CM1312NFI MFP', 12, NULL, 'c02592166.png', '2008-06-01', 150000, 0, 12, 'Press SETUP to access menus; press side arrows to REPORTS menu; select OK; use side arrows to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1282, 'HP', 'Photosmart C5580 MFP', 12, NULL, 'hp Photosmart C5580 MFP.jpg', '2008-08-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1284, 'Epson', 'Stylus WP-4540', 11, NULL, 'epson stylus wp 4540.jpg', '2011-09-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1285, 'Canon', 'IR 3200C', 6, NULL, 'Canon_IR_3200C.jpg', '2003-04-01', 750000, 0, 32, 'Press the COUNTER CHECK button on the Control Panel (B/W Ctr 108; COLOR Ctr 105)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1286, 'Xerox', 'WorkCentre 3635', 1, NULL, 'Xerox WorkCentre 3635.png', '2008-05-01', 750000, 0, 35, 'Select MACHINE STATUS from Control Panel; then select MACHINE INFORMATION; then select USAGE COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1288, 'Xerox', 'W7845PT', 6, NULL, 'Xerox WC 7845.png', '2013-02-01', 1000000, 0, 45, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1289, 'Xerox', '9301 Cube', 6, NULL, 'Xerox 9301 Cube.png', '2011-05-01', 2000000, 0, 50, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1290, 'HP', 'Color Laser Jet 2500', 11, NULL, 'ColorLaserJet 2500.jpg', '1998-10-01', 200000, 0, 16, 'Simultaneously press and release the GO and CANCEL JOB buttons on the control panel to print a Configuraton Page and Supplies Status Page. Subtract TOTAL COLOR PAGE COUNT from the TOTAL PAGE COUNT to get the black meter read.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1291, 'HP', 'Color Laser Jet CP1525nw', 11, NULL, 'c02934793.png', '2010-11-01', 150000, 0, 12, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1293, 'Brother', 'HL-2240', 10, NULL, 'brother_hl_2240.jpg', '2010-10-01', 500000, 0, 24, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1295, 'Ricoh', 'SP1210', 10, NULL, '10866.png', '2011-08-01', 500000, 0, 23, 'Press the MENU key, then scroll to LIST/TEST PRINT, then press OK. Scroll to CONFIG PAGE and then press OK. The counter will be on the printed Configuration Page under TOTAL COUNTER.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1296, 'Lexmark', 'Platnum Pro 905', 7, NULL, 'lexmark platinum Pro905.jpg', '2009-09-01', 200000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1297, 'Lexmark', 'C543', 11, NULL, 'lexmark_c543dn.jpg', '2009-01-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1298, 'Lexmark', 'E462dnt', 10, NULL, 'placeholder.jpg', '2008-08-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1299, 'Lexmark', 'C544', 11, NULL, 'Lexmark C544.jpg', '2008-10-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1300, 'Ricoh', 'Aficio MP 2510', 1, NULL, 'Ricoh-Aficio-MP-2510.jpg', '2006-11-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1301, 'HP', 'Photosmart 3200', 7, 'Wide Format', 'hp Photosmart 3200.jpg', '2008-09-01', NULL, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1302, 'HP', 'Officejet Pro 8100', 11, NULL, 'HP Laser Jet 8100.png', '2012-01-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1303, 'Lexmark', 'es460dn', 10, NULL, '9050.png', '2011-07-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1304, 'Kyocera', 'FS-2000D', 10, '', 'kyocera FS-2000D.jpg', '2006-03-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1305, 'Kyocera', 'FS-1350DN', 10, NULL, 'kyocera fs-1350DN.jpg', '2009-01-01', 750000, 0, 32, 'Select MENU from Control Panel; scroll to COUNTER; press Right >; Read Printed Pages.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1306, 'Kyocera', 'FS-2020D', 10, NULL, 'kyocera fs-2020d.jpg', '2009-03-01', 750000, 0, 37, 'Select MENU from Control Panel; scroll to COUNTER; press Right >; Read Printed Pages.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1307, 'Kyocera', 'FS-1300D', 10, NULL, 'Kyocera FS1300D.jpg', '2008-03-01', 750000, 0, 30, 'With printer in READY mode, press and hold the green GO button for 5-10 seconds, then release. Status Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1308, 'Kyocera', 'FS-1370DN', 10, NULL, 'hghgjgkgl.png', '2010-07-01', 750000, 0, 37, 'Select MENU from Control Panel; scroll to COUNTER; press Right >; Read Printed Pages.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1309, 'Xerox', 'WC C2424', 6, NULL, 'Xerox C2424DP.png', '2007-10-01', 500000, 0, 24, 'Press SYSTEM SETUP button on Control Panel, then press ENTER, scroll to BILLING METERS, then press ENTER. Record BLACK IMPRESSIONS & COLOR IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1310, 'Lexmark', 'T630', 10, NULL, 'lexmark t630.jpg', '2014-04-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1311, 'Konica Minolta', 'C452', 6, NULL, 'Konica Minolta BHC452.png', '2009-09-01', 1000000, 0, 45, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1312, 'Brother', 'HL-5170DN', 10, NULL, 'brother-hl-5170dn.jpg', '2004-01-01', 500000, 0, 24, 'Press GO button 3 times in a row. Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1313, 'HP', 'Color Laser Jet CM1312nfi', 11, '', 'hp CM1312NFI MFP.jpg', '2008-06-01', 150000, 0, 12, 'Press SETUP to access menus; press side arrows to REPORTS menu; select OK; use side arrows to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1314, 'Konica Minolta', 'BH4000P', 10, NULL, 'BH3300.png', '2013-04-01', 1000000, 0, 42, 'Press MENU SELECT, then select REPORTS, then select MENU SETTINGS PAGE or DEVICE STATISTICS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1315, 'Oki', 'B4600', 10, NULL, 'Okidata-B4600.jpg', '2007-02-01', 500000, 0, 26, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1316, 'Kyocera', 'FS-3820N', 10, '', 'kyocera fs-3820n.jpg', '2014-04-01', 500000, 0, 24, 'Press the MENU button on front panel, scroll down to COUNTER and select the right arrow button to display.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1317, 'Kyocera', '1300D', 10, NULL, 'Kyocera FS1300D.jpg', '2008-08-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1318, 'Kyocera', 'FS-1900', 10, NULL, 'kyocera FS-1900.jpg', '2002-01-01', 200000, 0, 19, 'Select MENU from Control Panel, then scroll to PRINT STATUS PAGE, press ENTER twice.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1319, 'Konica Minolta', 'MC 8650', 11, NULL, 'konica minolta magicolor8650.jpg', '2008-01-01', 750000, 0, 33, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1321, 'HP', 'Deskjet 950 C', 11, '', 'hp deskjet 950c.jpg', '2001-09-01', 150000, 0, 11, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1322, 'HP', 'Officejet J 3680', 11, '', 'HP-J3680.jpg', '2013-01-01', 500000, 0, 20, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1326, 'HP', '990 CXI', 11, '', 'hp 990cxi.jpg', '2000-09-01', 200000, 0, 17, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1327, 'HP', 'Deskjet F4480', 11, '', 'hp-F4480.jpg', '2013-02-01', 500000, 0, 28, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1328, 'HP', 'Laser Jet 6300', 11, NULL, 'Placeholder.jpg', '2013-06-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1329, 'HP', 'Laser Jet M3035', 10, '', 'hp M3035 mfp.jpg', '2006-11-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1330, 'Lanier', 'LD625C', 11, '', 'lanier ld625c.jpg', '2011-02-01', 500000, 0, 25, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1331, 'Oce', '35C-3', 10, '', 'placeholder.jpg', '2013-09-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1332, 'Xerox', 'WorkCentre 7830', 6, '', 'Xerox WorkCentre 7830.png', '2013-02-01', 750000, 0, 30, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1333, 'Xerox', 'WorkCentre 7855c', 6, '', 'slide3.png', '2013-02-01', 3000000, 0, 55, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1334, 'Xerox', 'Workcentre 6605DN', 21, '', 'Xerox Workcentre 6605DN.png', '2012-09-01', 750000, 0, 36, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1335, 'Xerox', 'Workcentre 5335PT', 1, NULL, 'Xerox w5335pt.jpg', '2011-08-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1336, 'Xerox', 'Workcentre 3315dn', 20, '', 'Xerox WC3315dn.jpg', '2012-06-01', 750000, 0, 33, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1337, 'Canon', 'IR3560', 10, '', 'canon ir3560.jpg', '2010-10-01', 1000000, 0, 42, 'Press UTILITY; scroll down to COUNTER REPORT, press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1338, 'Oce', 'im3622', 1, '', 'Oce im3622.jpg', '2013-12-01', 750000, 0, 36, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1342, 'HP', 'MFP1125', 10, '', 'dell_mono_laser_mfp_1125.jpg', '2009-11-12', 500000, 0, 21, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1343, 'Kyocera', 'FS-C5250', 11, NULL, '53d49bfa93306.jpg', '2010-12-01', 500000, 0, 28, 'Press MENU then scroll down to COUNTER, then press RIGHT and scroll to COLOUR; then scroll down to MONOCHROME. Report both figures. Press MENU to return to Ready.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1344, 'Dell', 'Color Laser 5110cn', 11, '', 'Dell Color Laser 5110cn.jpg', '2006-05-01', 1000000, 0, 40, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1345, 'HP', 'Laser Jet M3035 MFP', 10, '', 'HP Laserjet M3035MFP.jpg', '2006-11-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1346, 'Savin', 'MP301SPF', 20, '', '10800.png', '2012-06-01', 750000, 0, 31, 'Press the USER TOOLS/COUNTER key. Select COUNTER. To print the counter list select \"Print Counter List\" and then press the start key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1347, 'Toshiba', 'e-Studio 6540C', 6, '', 'e-STUDIO6540C.png', '2011-05-01', 3000000, 0, 65, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1350, 'HP', 'Ink Jet 2600', 12, NULL, 'Hp Inkjet 2600.jpg', '2005-05-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1351, 'Canon', 'IRC 5030', 6, NULL, 'Canon IRC 5030.png', '2009-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1352, 'HP', 'MFP CB821A', 12, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1353, 'UNKNOWN', 'Unknown', 3, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1354, 'HP', 'MFP CB 821A', 12, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1355, 'HP', 'Laser Jet 3600', 11, '', 'HP Color Laser Jet 3600c.png', '2005-11-01', 200000, 0, 17, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1356, 'HP', 'Laser Jet Pro P1112', 1, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1357, 'Lexmark', 'E250', 10, '', 'Lexmark E250.jpg', '2006-10-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1358, 'Lexmark', 'X560n', 11, '', 'Lexmark 560n.jpg', '2008-05-01', 750000, 0, 35, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1359, 'Lexmark', 'X264dn', 20, NULL, '+image_standard.png', '2009-03-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1360, 'HP', 'Officejet H470', 12, NULL, 'HP H470.jpg', '2008-04-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(1361, 'Lexmark', 'X544', 11, '', 'Lexmark x544.jpg', '2009-01-01', 500000, 0, 21, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1362, 'Epson', 'c40ux', 11, '', 'Epson c40ux.jpg', '2001-09-01', 150000, 0, 8, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1364, 'Epson', 'Stylus C82', 11, '', 'Epson Stylus c82.jpg', '2002-08-01', 200000, 0, 15, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1365, 'Canon', 'i960', 6, NULL, 'Canon i960.jpg', '2003-09-01', 100000, 0, 2, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1367, 'Konica Minolta', 'BH3300P', 10, NULL, 'BH3300.png', '2013-04-01', 750000, 0, 35, 'Press and hold power button until pages print out. Read Page Count from Page 3 of DEVICE STATISTICS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1370, 'Panasonic', 'DP-150FX', 10, '', 'placeholder.jpg', '2000-05-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1372, 'TBD 50-59 PPM Black', NULL, 10, NULL, 'placeholder.jpg', NULL, 3000000, 50, 59, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1374, 'ZEBRA', 'ZTC TLP2844-Z-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1375, 'ZEBRA', 'ZTC 140XiIIIPlus-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1376, 'ZEBRA', 'ZTC T402-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1377, 'ZEBRA', 'ZTC 140XiIII-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1378, 'DIGITAL', 'LA30N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1379, 'HP', 'Designjet T2300 PostScript', 0, '', 'MissingDeviceImage.png', '2010-12-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1380, 'GENICOM', 'Matrix Printer LA36N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1381, 'HP', 'CENTRONICS JetDirect Printer S', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1382, 'HP', 'Laser Jet 4 PLUS', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU button until TEST MENU appears; press ITEM until SELF TEST appears. Press ENTER.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1383, 'HP', 'PRO 8500 A910', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1385, 'RFG', 'SP1210N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1386, 'KONICA-MINOLTA', 'BIZHUB C35', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'N', 'y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1387, 'KONICA-MINOLTA', 'BIZHUB 601', 3, '', 'Konica Minolta BH601.png', NULL, NULL, 0, NULL, 'Select the UTILITY COUNTER button on the Control Panel, then select TOTAL COUNT in the LCD screen. OR Inside left front door below power switch.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1388, 'HP', 'Laser Jet 4000 SERIES', NULL, NULL, 'HP 4000.gif', NULL, NULL, 0, 0, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1389, 'RICOH', 'Aficio AP410N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1390, 'HP', 'Laser Jet 2100 SERIES', 0, '', 'MissingDeviceImage.png', '2007-04-01', NULL, 0, 0, 'Simultaneously press and release the GO and JOB CANCEL buttons on the control panel to print a Configuraton Page.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1391, 'RFG', 'SP 5100N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1392, 'KONICA-MINOLTA', 'BIZHUB 501', 3, NULL, 'Konica Minolta BH501.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1393, 'HP', 'Laser Jet 1160 SERIES', 0, '', 'MissingDeviceImage.png', '2004-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1394, 'EFI', 'KMBS-C650', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1396, 'HP', 'Laser Jet CM1415FNW', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1397, 'RICOH', 'Aficio 2060', 0, '', 'MissingDeviceImage.png', '2004-11-01', NULL, 0, 0, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1398, 'KONICA-MINOLTA', 'BIZHUB 552', 3, NULL, 'konica-minolta-bizhub-c552.jpg', NULL, NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1399, 'KONICA-MINOLTA', 'BIZHUB 654', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1400, 'KONICA-MINOLTA', 'BIZHUB 754', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1401, 'Konica Minolta', 'BIZHUB 20', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU on control panel, then press #8 Machine Info, then press #2 Page Counter', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1402, 'KONICA-MINOLTA', 'MAGICOLOR 4750', 3, NULL, 'KM MC4750DN.jpg', '2010-09-01', 750000, 0, 31, 'Select Print Menu/Statistics Page/Print. Record BLACK & COLOR meters.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1403, 'KONICA-MINOLTA', 'BIZHUB 751', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Utility/Counter, Meter Count', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1404, 'KONICA-MINOLTA', 'BIZHUB C454', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS. Read BLACK & COLOR totals', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1405, 'KONICA-MINOLTA', 'BIZHUB C554E', 3, '', 'BH454E.png', NULL, NULL, 0, 0, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1407, 'Xerox', 'Phaser 6130N', 11, NULL, '152689-xerox-phaser-6180n.jpg', '2007-10-01', 250000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1410, 'HP', '7200 SERIES', 0, '', 'MissingDeviceImage.png', '2014-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1411, 'SHARP', 'MX-M453N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press and hold COPY key to display Total Count.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1412, 'OCE', '60BW-1', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1413, 'OCE', '35C-1', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1414, 'OKI DATA', 'ML320/1TURBO', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1415, 'CANON', 'iPF765', 3, '', 'MissingDeviceImage.png', NULL, 500000, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1417, 'HP', 'Laser Jet Pro M401dn', 10, '', 'c03210708.png', '2012-06-01', 750000, 0, 35, 'Press OK to open menu, scroll to REPORTS, select OK, then scroll to USAGE PAGE, and  press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1418, 'HP', 'Laser Jet P3010 SERIES', NULL, NULL, '31K7fdOeBZL.jpg', '2008-09-01', 1000000, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1419, 'CANON', 'MF4360-4390', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1420, 'HP', 'Laser Jet 4100 SERIES', 0, '', 'hp 4100.jpg', NULL, NULL, 0, 0, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1421, 'HP', 'Laser Jet 4050 SERIES', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1422, 'HP', 'Laser Jet P2015', 10, '', 'c04407927.png', '2006-12-01', 500000, 0, 27, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1423, 'HP', 'Laser Jet 2300 series', 0, '', 'MissingDeviceImage.png', '2003-04-01', NULL, 0, 0, 'Press SELECT, then scroll to INFORMATION, then scroll to PRINT CONFIGURATION, then press ENTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1426, 'KONICA-MINOLTA', '250', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1427, 'KONICA-MINOLTA', 'BIZHUB PRO 950', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select UTILITY from Control Panel. Total Count is in bottom of screen. OR open left front door to read meter.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1428, 'KONICA-MINOLTA', 'BIZHUB 750', 3, NULL, 'konica-minolta-bizhub-750.jpg', NULL, NULL, 0, NULL, 'Inside left front door above power switch', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1429, 'KONICA-MINOLTA', 'BIZHUB 600', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Open left front door; meter is above power switch.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1432, 'HP', 'Laser Jet 8150 SERIES', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1433, 'KONICA-MINOLTA', 'BIZHUB C452', 3, NULL, 'Konica Minolta BHC452.png', NULL, NULL, 0, NULL, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1434, 'HP', 'Laser Jet 2300L', 0, '', 'MissingDeviceImage.png', '2003-04-01', NULL, 0, 0, 'Press SELECT, then scroll to INFORMATION, then scroll to PRINT CONFIGURATION, then press ENTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1435, 'RICOH', 'Aficio BP20N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1436, 'CANON', 'iR-ADV 8095', 1, NULL, 'Canon IR-ADV 8095.jpg', '2010-06-01', 5000000, 0, 95, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1438, 'RICOH', 'Aficio AP400N', 10, NULL, 'RICOH Aficio AP400N.gif', '2003-09-01', 500000, 0, 26, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1439, 'DELL', 'Laser Printer M5200', 10, '', 'MissingDeviceImage.png', '2003-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1440, 'SAMSUNG', 'ML 2250', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1442, 'HP', 'Color Laser Jet CP2025dn', 11, NULL, 'c02573597.png', '2008-09-01', 500000, 0, 21, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1443, 'Canon', 'iR3245', 1, NULL, 'Canon_imageRUNNER_iR3235_image1.png', '2008-07-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1446, 'DELL', 'Laser Printer 5210n', 10, '', 'MissingDeviceImage.png', '2006-05-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1448, 'Konica Minolta', 'BIZHUB 223', 3, NULL, 'bizhub_223_350.png', NULL, NULL, 0, NULL, 'Select UTILITY from the Control Panel, then select METER, then select DETAILS. Total Counter is in upper left.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1449, 'HP', 'Color Laser Jet CP2025n', 11, NULL, 'c02573597.png', '2008-09-01', 500000, 0, 21, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1450, 'XEROX', 'Phaser 8550DT', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1451, 'Canon', 'iR-ADV 6055', 1, NULL, 'Canon-iR-ADV-6055.png', '2010-06-01', 3000000, 0, 55, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1452, 'EPSON', 'Artisan 830', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1453, 'HP', 'COLOR Laser Jet CM1312nfi MFP', 0, '', 'MissingDeviceImage.png', '2008-06-01', NULL, 0, 0, 'Press SETUP to access menus; press side arrows to REPORTS menu; select OK; use side arrows to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1454, 'SAMSUNG', 'ML 2570 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1455, 'HP', 'Laser Jet 4240N', 0, '', 'HP Laser Jet 4240.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1456, 'Toshiba', 'e-STUDIO520', 3, NULL, 'toshiba-e-studio-520.jpg', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER or select PRINT OUT COUNTER, then select CLOSE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1457, 'Toshiba', 'e-STUDIO850', 3, NULL, 'toshiba-e-studio-850.jpg', NULL, NULL, 0, NULL, 'Select User Functions from the Control Panel, then select Total Counter, then select Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1458, 'HP', 'Laser Jet 400 M401n', 10, NULL, 'hp-laserjet-pro-400-m401n.jpg', '2013-01-01', 750000, 0, 35, 'Press OK to open menu, scroll to REPORTS, select OK, then scroll to CONFIGURATION PAGE, and  press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1459, 'KONICA-MINOLTA', 'PAGEPRO 5650', 3, '', 'Konica Minolta PP5650.png', '2007-12-01', NULL, 0, 0, 'Press MENU, then scroll to PRINT MENU, then scroll to select STATISTICS PAGE, then select PRINT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1460, 'XEROX', 'Phaser 8550DP', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1461, 'HP', 'COLOR Laser Jet 300 MFP M375nw', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1462, 'DELL', 'Color Laser 3110cn', NULL, NULL, '32331449-2-440-overview-1.jpg', '2006-07-01', NULL, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1465, 'HP', 'LaserJet Pro P1102w', 10, NULL, 'HP Laser Jet Pro P1102w.png', '2010-04-01', 250000, 0, 19, 'Press & hold the X (cancel) button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1466, 'HP', 'Officejet Pro K5400', 22, NULL, '32331449-2-440-overview-1.jpg', '2007-03-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1467, 'DELL', '3330dn Laser Printer', 0, '', 'MissingDeviceImage.png', '2009-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1469, 'EPSON', 'Stylus NX420', 11, '', 'MissingDeviceImage.png', '2005-08-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1470, 'HP', 'COLOR Laser Jet 100 MFP M175nw', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1471, 'Ricoh', 'Aficio AP4510', 3, NULL, 'ricoh-aficio-ap4510.jpg', '2002-01-01', NULL, 0, NULL, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1472, 'LEXMARK', 'E250dn', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1473, 'HP', '6510 SERIES', 10, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1474, 'Epson', 'WorkForce 545', 11, '', 'wf545_fca-cos-cn.jpg', '2011-10-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1476, 'OCE', '60BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1477, 'CANON', 'iR-ADV 8085', NULL, NULL, 'canon ir8085.jpg', '2010-06-01', 4000000, 0, 85, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1479, 'OCE', '50BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1480, 'EPSON', 'Artisan 810', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1481, 'XEROX', 'Phaser 8560', 6, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1482, 'HP', 'Laser Jet 9050 MFP', 0, '', 'MissingDeviceImage.png', '2008-04-01', NULL, 0, 0, 'Select MENU on Control Panel; scroll and select INFORMATION, then select PRINT CONFIGURATION. press OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1483, 'HP', '6940 SERIES', 0, '', 'MissingDeviceImage.png', '2006-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1484, 'EPSON', 'FX-2190', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1485, 'OCE', '75BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1487, 'RICOH', 'Aficio AP600N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1488, 'RICOH', 'Aficio AP610N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1489, 'MINOLTA', '20ppm', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1490, 'HP', 'Plus B209a-m', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1491, 'BROTHER', 'HL-5250DN series', 10, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1493, 'HP', 'PRO 8500 A909a', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1494, 'Epson', 'WP-4540 Series', 11, '', 'epson stylus wp 4540.jpg', '2011-09-01', 200000, 0, 16, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1495, 'Epson', 'WP-4530 Series', 12, '', 'epson workforce wp 4530.jpg', '2011-09-01', 200000, 0, 16, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1496, 'DELL', 'B2360d-dn Laser Printer', 0, '', 'MissingDeviceImage.png', '2012-11-01', NULL, 0, 0, '', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1497, 'KONICA-MINOLTA', 'MAGICOLOR 5670', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU SELECT button on control panel, then select SPECIAL PAGES, then select CONFIG PAGE, PRINT. Please be sure to provide the Total BLACK prints and the Total COLOR prints separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1498, 'Konica Minolta', 'BIZHUB 20P', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press the GO button three times in a row. PRINTER SETTINGS will print out; Page Count is on 2nd page, halfway down on the left.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1499, 'KONICA-MINOLTA', 'BIZHUB C25', 3, NULL, 'MissingDeviceImage.png', NULL, 500000, 0, 25, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS. Read BLACK & COLOR totals', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1500, 'KONICA-MINOLTA', 'BIZHUB 4000P', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU SELECT, then select REPORTS, then select MENU SETTINGS PAGE or DEVICE STATISTICS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1501, 'XEROX', 'Phaser 8860', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press System, scroll to Billing Meters. Read Total/Color/Black Impressions.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1502, 'HP', 'COLOR Laser Jet CP4520 SERIES', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1503, 'HP', '7000 E809a', 0, '', 'MissingDeviceImage.png', '2009-10-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1504, 'OCE', '42BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1505, 'HP', 'COLOR Laser Jet CM2320n MFP', 0, '', 'MissingDeviceImage.png', '2008-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1506, 'Ricoh', 'Aficio MP 6001', 1, NULL, 'c2525.png', '2009-06-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1507, 'RICOH', 'Aficio 2051', NULL, NULL, 'Ricoh 2051.jpg', '2004-11-01', NULL, 0, 51, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1508, 'HP', '6000 E609n', 0, '', 'MissingDeviceImage.png', '2009-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1509, 'HP', 'Laser Jet M1536dnf MFP', 20, 'RADF CIF-Print Fax Scan', 'hp-laserjet-pro-m1536dnf-mfp.jpg', '2010-09-01', 500000, 0, 26, 'Press the SETUP (wrench) button on the Control Panel; Press OK to select REPORTS; Press OK to select CONFIGURAITON REPORT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1510, 'HP', 'DesignJet 800', 0, '', 'MissingDeviceImage.png', '2000-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1511, 'HP', 'Designjet Z2100 24in Photo', 0, '', 'MissingDeviceImage.png', '2007-04-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1512, 'KYOCERA', 'FS-820', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1513, 'DELL', '2330dn Laser Printer', 0, '', 'MissingDeviceImage.png', '2008-11-01', NULL, 0, 0, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1514, 'HP', 'Officejet Pro K850', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1515, 'HP', 'DesignJet 500PS+HPGL2', 0, '', 'MissingDeviceImage.png', '2014-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1516, 'HP', 'COLOR Laser Jet CM4730 MFP', NULL, NULL, 'hp Color LaserJet CM4730f MFP.jpg', '2007-04-01', NULL, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1517, 'HP', 'Color Laser Jet M451nw', 11, '', 'HP Color Laser Jet M451nw.png', '2012-02-01', 500000, 0, 21, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1518, 'LANIER', 'LD 625C', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1519, 'HP', '6300 SERIES', 0, '', 'MissingDeviceImage.png', '2007-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1520, 'MINOLTA', '25ppm', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1522, 'HP', '6500 E709n', 0, '', 'MissingDeviceImage.png', '2009-03-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1523, 'SAMSUNG', 'SCX-4623FW SERIES', NULL, NULL, 'Samsung SCX-4623FW.png', '2010-06-01', NULL, 0, 23, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1524, 'Brother', 'HL-5340D', 10, '', 'placeholder.jpg', '2009-04-01', 750000, 0, 32, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1525, 'EPSON', 'Artisan 710', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1526, 'RICOH', 'Aficio MP 171', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1527, 'RICOH', 'Aficio MP 5000B', NULL, NULL, 'MissingDeviceImage.png', '2008-02-01', NULL, 0, 50, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1528, 'RICOH', 'Aficio MP 4500', 0, '', 'Ricoh MP4500.png', '2007-02-01', NULL, 0, 0, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1529, 'RICOH', 'Aficio MP 4000B', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1531, 'HP', 'Designjet T610 44in', 0, '', 'MissingDeviceImage.png', '2007-07-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1532, 'BROTHER', 'HL-5370DW series', 10, '', 'MissingDeviceImage.png', NULL, 750000, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1533, 'SAMSUNG', 'CLP-610', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1534, 'HP', '4500 G510g-m', 0, '', 'MissingDeviceImage.png', '2010-03-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1535, 'HP', 'Laser Jet 600 M602', 10, '', 'c03176101.png', '2011-11-01', 3000000, 0, 52, 'Select the Home button, then select ADMINISTRATION, and then REPORTS, scroll to select USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1536, 'KYOCERA', 'FS-C5250DN', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1537, 'Toshiba', 'e-Studio 2551c', 6, '', 'e-Studio182.png', '2012-05-01', 500000, 0, 25, 'Select COUNTER from front panel, then select TOTAL COUNTER then select PRINT COUNTER, then select TOTAL. Read BLACK & COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1538, 'KYOCERA', 'FS-C5150DN', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1539, 'RICOH', 'Aficio SP 4210N', 10, NULL, 'ricoh sp4210.jpg', '2009-04-01', 750000, 0, 37, '3410dn', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1540, 'TOSHIBA', 'e-STUDIO655', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1541, 'RICOH', 'Aficio MP C5501', 0, '', 'MissingDeviceImage.png', '2011-02-01', NULL, 0, 0, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1542, 'RICOH', 'Aficio SP C430DN', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1543, 'RICOH', 'Aficio MP C400SR', 0, '', 'MissingDeviceImage.png', '2011-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1544, 'RICOH', 'Aficio MP 3351', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1545, 'TOSHIBA', 'e-STUDIO455', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read TOTAL.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1546, 'RICOH', 'Aficio MP C300', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1547, 'RICOH', 'Aficio MP C4501', 0, '', 'MissingDeviceImage.png', '2011-02-01', NULL, 0, 0, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1548, 'RICOH', 'Aficio MP 201', 1, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1549, 'TOSHIBA', 'e-STUDIO555', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read TOTAL.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1550, 'HP', 'DesignJet 500+HPGL2', 0, '', 'MissingDeviceImage.png', '2014-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1551, 'TEKTRONIX', 'Phaser 860DX', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1552, 'RICOH', 'Aficio SP 8100DN', 0, '', 'Ricoh SP8100DN.png', '2006-09-01', NULL, 0, 0, 'Select Menu screen. Select \"Configuration\" and print the configuration page.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1553, 'XEROX', 'DocuPrint N2125 Network Laser ', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1554, 'Toshiba', 'e-STUDIO5520C', 6, NULL, 'e-Studio5520c.png', '2008-10-01', 2000000, 0, 55, 'Select COUNTER from Control Panel, then select TOTAL COUNTER, and then select PRINT COUNTER. Record  Total Black & Total Color', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1555, 'LEXMARK', 'XS651de MFP', 3, '', 'MissingDeviceImage.png', NULL, NULL, NULL, NULL, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1556, 'Brother', 'HL-1435 series', 11, NULL, 'placeholder.jpg', '2003-07-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1557, 'TOSHIBA', 'e-STUDIO855', 1, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1558, 'TOSHIBA', 'e-STUDIO4520C', NULL, NULL, 'e-Studio4520c.jpg', NULL, 1000000, 0, 45, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Please NOTE: you must add the Black Printer and Black Copier totals together and the Full Color Printer and Full Color Copier totals together. Please provide both total figures (Black & Color).', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1559, 'TOSHIBA', 'E-STUDIO 202L', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1560, 'TOSHIBA', 'e-STUDIO 353', 1, NULL, 'E353_full.jpg', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1561, 'TOSHIBA', 'e-STUDIO453', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1562, 'TOSHIBA', 'E-STUDIO 203L', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1563, 'Dell', '3130cn Color Laser', 11, '', 'Dell 3130cn Color Laser Printer.jpg', '2008-08-01', 750000, 0, 31, 'Press the MENU button on front panel, scroll down to REPORTS/LIST and select PRINTER SETTINGS REPORT, select REPORTS, then select PRINT METER.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1564, 'SAMSUNG', 'SCX-5835 5935 SERIES', 0, '', 'Samsung SCX-5835.jpg', '2009-03-01', 750000, 0, 35, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1565, 'Ricoh', 'Aficio MP 161', 1, '', 'Ricoh Aficio MP 161.jpg', '2007-02-01', 200000, 0, 16, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1566, 'Toshiba', 'e-STUDIO720', 1, '', 'Toshiba e-Studio720.jpg', '2006-11-01', 4000000, 0, 72, 'User Functions, Total Counter, Print Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1567, 'HP', 'Color Laser Jet 5500', 11, NULL, 'HP Color Laserjet 5500.jpg', '2002-10-01', 500000, 0, 21, 'Press checkmark to select MENU; scroll to INFORMATION; press checkmark to select; scroll to PRINT CONFGURATION; press checkmark to select.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1568, 'Toshiba', 'e-STUDIO3040C', 6, '', 'toshiba-e-studio-4540c.png', '2011-05-01', 750000, 0, 30, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1569, 'Toshiba', 'e-STUDIO4540C', 6, '', 'toshiba-e-studio-4540c.png', '2011-05-01', 1000000, 0, 45, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read BLACK TOTAL and COLOR TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1570, 'Toshiba', 'e-STUDIO755', 1, NULL, 'Toshiba e-STUDIO755.png', '2009-06-01', 4000000, 0, 75, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1571, 'Toshiba', 'e-STUDIO5540C', 6, '', 'e-studio5540c.png', '2011-05-01', 3000000, 0, 55, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1572, 'HP', 'Designjet T790 24in', 0, '', 'HP Designjet T790.jpg', '2011-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1573, 'HP', '6700', 11, '', 'hp 6700.jpg', '2012-03-01', 200000, 0, 16, '', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1574, 'Brother', 'HL-2070N series', 10, '', 'Brother HL-2070N series.png', '2005-01-01', 500000, 0, 20, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1575, 'Canon', 'iR-ADV 6075', 1, '', 'Canon IR-ADV 6075.jpg', '2010-06-01', 4000000, 0, 75, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL 2', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1577, 'Toshiba', 'ES6550C', 6, NULL, 'e-Studio6540c.png', '2011-05-01', 4000000, 0, 65, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1578, 'Savin', 'MLP31NL', 10, '', 'savin mlp31nl.jpg', '2008-06-01', 750000, 0, 31, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1579, 'Savin', 'SP8300DN', 10, '', 'Savin SP8300DN.jpg', '2012-11-01', 2000000, 0, 50, 'Press the Menu key then press the up or down arrow key to scroll to \"List/Test Print\" and then the Ok key. Press the up or down arrow key to scroll to \"Config Page\", and then press the \"Ok\" key. The counter will be on the printed Configuration page under \"Total Counter\".', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1580, 'Savin', '301SPF', 20, '', '10800.png', '2012-06-01', 750000, 0, 31, 'Press the USER TOOLS/COUNTER key. Select COUNTER. To print the counter list select \"Print Counter List\" and then press the start key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1581, 'Toshiba', 'ES355', 1, '', 'toshiba ES355.jpg', '2009-06-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1582, 'BROTHER', 'HL-4040CN series', 11, '', 'MissingDeviceImage.png', '2007-04-01', 500000, 0, 0, '', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1583, 'Brother', 'HL-4040CDN series', 11, NULL, '5726-152BrotherHL4040CN.jpg', '2008-12-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1584, 'Dell', '5330dn Mono Laser Printer', 10, NULL, 'dell-5330a-large.jpg', '2008-10-01', 2000000, 0, 50, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1585, 'BROTHER', 'HL-4070CDW series', 10, '', 'MissingDeviceImage.png', '2007-06-01', 500000, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1586, 'Brother', 'HL-4570CDW series', 11, NULL, 'HL4570CDW_right.png', '2010-10-01', 750000, 0, 30, 'Select the + or - button to scroll the menu. Select MACHINE INFO, press OK, then scroll to select PAGE COUNT and press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1587, 'Brother', 'HL-5470DW', 10, NULL, 'HL5470DW_main.png', '2012-06-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1588, 'Brother', 'HL-6180DW', 10, '', 'HL6180DW_main.png', '2012-06-01', 1000000, 0, 42, 'Select Menu, scroll down to Billing Meter, select OK. Read Total Impressions, Color Impressions, and Black Impressions.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1589, 'DELL', 'Color Laser 1320c', 0, '', 'MissingDeviceImage.png', '2008-11-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1590, 'Brother', 'HL-4150CDN series', 11, '', 'brother-hl-4150cdn-laser-printer.png', '2010-10-01', 500000, 0, 25, 'Select the + or - button to scroll the menu. Select MACHINE INFO, press OK, then scroll to select PAGE COUNT and press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1591, 'KONICA-MINOLTA', 'MAGICOLOR 2350', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1592, 'OKI DATA', 'C6150', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1593, 'BROTHER', 'HL-5170DN series', 10, NULL, '415VH66DMQL._SX300.jpg', '2004-01-01', 500000, 0, 0, 'Press GO button 3 times in a row. Configuration Page should print out.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1594, 'HP', '3050 J610 SERIES', NULL, '', 'MissingDeviceImage.png', '2006-04-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1595, 'XEROX', 'Phaser 6280N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1596, 'KONICA-MINOLTA', 'BIZHUB C454E', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS. Read BLACK & COLOR totals', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1597, 'HP', 'J4680 SERIES', 0, '', 'MissingDeviceImage.png', '2008-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1598, 'KONICA-MINOLTA', 'BIZHUB PRO 951', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select UTILITY from Control Panel. Total Count is in bottom of screen. OR open left front door to read meter.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1600, 'Xerox', 'WorkCentre 5875apt', 1, '', 'Xerox 5875apt.png', '2013-02-01', 4000000, 0, 75, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1602, 'XEROX', 'Workcentre 6605DN 1', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1603, 'XEROX', 'Workcentre 3315', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1604, 'Lexmark', 'T652', 10, '', 'Lexmark T652.png', '2008-10-01', 500000, 0, 50, 'Select the Menu button (key symbol), scroll to REPORTS, press the checkmark button, scroll down to MENU SETTINGS PAGE, and press the checkmark button again.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1605, 'TOSHIBA', 'e-STUDIO556', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1606, 'Brother', 'MFC-8710DW', 10, '', 'placeholder.jpg', '2012-07-01', NULL, 0, 0, 'Select MENU from Control Panel, then select 8 - MACHINE INFO, then select 2 - PAGE COUNTER. Read TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1607, 'CANON', 'iR2535', 1, NULL, 'Canon-imageRUNNER-2535.jpg', '2010-04-01', 750000, 0, 35, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1608, 'HP', 'LASER JET P4015', NULL, NULL, '41dfl.jpg', '2008-05-01', NULL, 0, 0, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1609, 'HP', 'Laser Jet 5000 SERIES', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1610, 'XEROX', 'Phaser 6250DP', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1611, 'HP', 'C4700 SERIES', 0, '', 'MissingDeviceImage.png', '2005-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1613, 'Brother', 'DCP-8065DN', 20, '', 'Brother 8065.jpg', '2006-03-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1614, 'HP', 'COLOR Laser Jet CP5225dn', 11, '', 'MissingDeviceImage.png', '2010-11-01', 500000, 20, 20, 'Select OK to open Menus; use arrow keys to scroll to REPORTS, select OK, scroll to USAGE PAGE, select OK.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1615, 'SAMSUNG', 'CLP-310 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1616, 'HP', 'PRO 8600', 0, '', 'HP Pro 8600.jpg', NULL, NULL, 0, 0, '', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1618, 'Toshiba', 'e-STUDIO6540C', 6, NULL, 'Toshiba e-STUDIO6540C.png', '2011-05-01', 3000000, 0, 65, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1619, 'HP', 'C309a SERIES', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1620, 'Canon', 'LBP3580', 10, '', 'Canon LBP3580.jpg', '2013-02-01', 1000000, 0, 42, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1621, 'Dell', '1135n Laser MFP', 10, '', 'Dell 3130cn Color Laser Printer.jpg', '2010-07-01', 500000, 0, 23, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(1622, 'Ricoh', 'MP301', 20, NULL, '10800.png', '2012-06-01', 750000, 0, 30, 'Press the USER TOOLS/COUNTER key. Select COUNTER. To print the counter list select \"Print Counter List\" and then press the start key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1623, 'Ricoh', 'MP4002', 1, NULL, 'ricoh afico mp4002.jpg', '2012-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1624, 'XEROX', 'WC 7830', 0, '', 'Xerox WorkCentre 7830.png', NULL, NULL, 0, 0, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1625, 'RICOH', 'Aficio SP C232DN', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed: BLACK & COLOR. Please include BOTH!', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1626, 'BROTHER', 'HL-5280DW series', 10, NULL, 'Brother 5280.jpg', '2005-01-01', 750000, 0, 30, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1627, 'Brother', 'HL-5280DW', 10, NULL, 'HL5280DW_right.png', '2005-01-01', 750000, 0, 30, 'Press the + or - button to INFORMATION, then scroll to select MAINTENANCE, press SET, then scroll to PAGE COUNTER, press SET.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1628, 'TOSHIBA', 'e-STUDIO450', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1629, 'HP', 'COLOR Laser Jet CM2320nf MFP', 0, '', 'MissingDeviceImage.png', '2008-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1630, 'Toshiba', 'e-Studio 2550c', 6, NULL, 'Toshiba e-Studio 2550c.png', '2012-06-01', 500000, 0, 25, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read BLACK TOTAL and COLOR TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1639, 'Xerox', 'Workcentre 5150', 1, NULL, 'Xerox Workcentre 5150.png', '2009-10-01', 3000000, 0, 55, 'Select Machine Status button on Control Panel; Select Billing Meter/Print Report. Select Billing Meter. Read TOTAL IMPRESSIONS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1640, 'Xerox', '3600DN', 10, NULL, 'Xerox 3600DN.png', '2008-05-01', 1000000, 0, 40, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1641, 'RICOH', 'Aficio MP 301', NULL, NULL, 'pid719.jpg', NULL, NULL, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1642, 'EPSON', 'WorkForce 840', 0, '', 'MissingDeviceImage.png', '2011-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1643, 'HP', 'Color Laser Jet 2820', 11, NULL, 'HP_Laser_Jet_2820.jpg', '2005-05-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1644, 'Lexmark', 'C522', 11, NULL, 'lexmark-c522.jpg', '2005-01-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1645, 'Lexmark', 'Optra E312', 10, NULL, 'lexmark-e312.jpg', '2000-07-01', 100000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1647, 'TOSHIBA', 'e-STUDIO656', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1648, 'TOSHIBA', 'e-STUDIO756', 1, NULL, 'Toshiba e-STUDIO 756.png', '2012-02-01', 4000000, 0, 75, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1649, 'TOSHIBA', 'e-STUDIO456', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1650, 'HP', 'Laser Jet 600 M603', 10, '', 'hp_laserjet_enterprise_600_M601_M602_M603.jpg', '2011-11-01', 3000000, 0, 62, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1651, 'RICOH', 'Aficio CL7200', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1652, 'RICOH', 'Aficio MP 7001', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1653, 'RICOH', 'Aficio MP C3000', 0, '', 'MissingDeviceImage.png', '2002-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1654, 'RICOH', 'Aficio 3025', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1655, 'RICOH', 'Aficio MP C2050', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select COUNTER from front panel, then select PRINT COUNTER LIST, then select START; Record TOTAL BLACK & COLOR separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1656, 'Sharp', 'MX-3110N', 6, '', 'MX-3110N-full-slant-960.jpg', '2011-03-01', 750000, 0, 31, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1657, 'TOSHIBA', 'e-STUDIO856', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1658, 'HP', 'COLOR Laser Jet 400 M475dw', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1659, 'Lexmark', 'x463', 10, NULL, 'Lexmark x463.jpg', '2009-06-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1660, 'Lexmark', 'xs748de', 6, NULL, 'Lexmark xs748de.jpg', '2012-05-01', 750000, 0, 35, 'Select the Home button, then SETTINGS, then REPORTS. Press OK, then select MENU SETTINGS PAGE, and press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1661, 'HP', 'Laser Jet P4515', 10, NULL, 'HP p4515.jpg', '2008-05-01', 3000000, 0, 62, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1662, 'Xerox', 'Workcentre 5865', 1, NULL, 'srifwehp.png', '2013-02-01', 3000000, 0, 65, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1663, 'Xerox', 'WorkCentre 5855apt', 1, NULL, 'MFP3635S1.png', '2013-02-01', 3000000, 0, 55, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1664, 'OCE', 'im 815', 3, NULL, 'placeholder.jpg', NULL, 0, 0, 0, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1665, 'Ricoh', 'MPC3002', 6, NULL, 'MPC300.png', '2012-02-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1666, 'Ricoh', 'MPW3601', 3, NULL, 'Ricoh MPW3601.jpg', '2011-02-01', 150000, 0, 6, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1667, 'Toshiba', 'e-Studio 2330c', 6, NULL, 'Toshiba e-Studio 2330c.png', '2008-05-01', 500000, 0, 28, 'Select COUNTER from front panel, then select TOTAL COUNTER or select PRINT OUT COUNTER, then select CLOSE.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1668, 'Dell', 'Laser printer 1100', 10, NULL, 'Kyocera FS-200D.jpg', '2005-06-01', 200000, 0, 15, NULL, 'N', 'n', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1669, 'XEROX', 'ColorQube 8900X', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1670, 'RICOH', 'Aficio 3045', 0, '', 'MissingDeviceImage.png', '2005-10-01', NULL, 0, 0, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1673, 'HP', 'Color Laser Jet M451dw', 11, '', 'c03024689hp.png', '2012-02-01', 500000, 0, 21, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1674, 'HP', 'Color Laser Jet Pro 400DN', 11, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1679, 'EFI', 'X3eTY2 65 55C-KM', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1680, 'HP', 'DesignJet 800PS', 0, '', 'MissingDeviceImage.png', '2000-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1681, 'HP', 'Designjet 510 24in Printer', 0, '', 'MissingDeviceImage.png', '2008-12-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1683, 'XEROX', 'Phaser 3600', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1684, 'XEROX', 'WorkCentre 7855', 6, '', 'Xerox WC7855.jpg', '2013-02-01', 3000000, 0, 55, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1686, 'KONICA-MINOLTA', '222', 3, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1687, 'BROTHER', 'HL-2170W series', 10, '', 'MissingDeviceImage.png', '2007-12-01', 500000, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1688, 'OKI DATA', 'C6050', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1689, 'BROTHER', 'HL-5070N series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1692, 'Konica Minolta', 'BH363', 1, NULL, 'Konica Minolta BH363.png', '2010-06-01', 750000, 0, 36, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1694, 'EPSON', 'FX-890', 3, NULL, 'MissingDeviceImage.png', '2001-02-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1695, 'EPSON', 'LQ-680Pro', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1696, 'HP', 'Laser Jet Pro P 1102w', 10, NULL, 'HP Laser Jet Pro P1102w.png', '2010-04-01', 250000, 0, 19, 'Press & hold the X (cancel) button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1699, 'Brother', 'MFC-7360N', 10, NULL, 'Brother MFC-7360n.jpg', '2011-03-01', 500000, 0, 24, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1700, 'HP', 'Laser Jet CP1025NW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press and hold the RESUME button for 2-3 seconds; printer will print out a Configuration Page and a Supplies Status Page. Pages Printed will be on the Supplies Status Page.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1702, 'Epson', 'Artisan 730', 22, NULL, 'a730_fca-ios.jpg', '2010-08-01', 150000, 0, 10, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1704, 'XEROX', 'WorkCentre 5855', 3, NULL, 'Xerox WC 5855.jpg', '2013-02-01', NULL, 0, NULL, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1705, 'DELL', 'B1265dnf Laser MFP', 3, NULL, 'MissingDeviceImage.png', '2012-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1706, 'Epson', 'Stylus R2880', 12, NULL, 'MissingDeviceImage.png', '2010-06-01', 250000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1707, 'HP', 'ENVY 4500 SERIES', 3, NULL, 'MissingDeviceImage.png', '2010-03-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1708, 'HP', 'Laser Jet 8000 SERIES', 10, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1709, 'XEROX', 'WorkCentre 5875', 1, NULL, 'Xerox 5875apt.png', '2013-02-01', 4000000, 0, 75, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1710, 'BROTHER', 'MFC-9320CW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1711, 'KONICA-MINOLTA', 'BIZHUB 500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1712, 'HP', '6500 E710a-f', 3, NULL, 'MissingDeviceImage.png', '2010-09-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1713, 'Xerox', 'ColorQube 8700S', 11, NULL, 'Xerox 8700X.png', '2012-04-01', 200000, 0, 19, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1714, 'HP', '6100', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1715, 'HP', '7510 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1716, 'SAVIN', '8045e', 3, NULL, 'Savin 8045.jpg', '2007-01-01', NULL, 0, 45, 'User Tools/Counter, Counter', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1717, 'XEROX', 'Phaser 7400N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1718, 'Toshiba', 'e-STUDIO523', 3, NULL, 'e-Studio55445.png', '2008-01-01', NULL, 0, 52, 'User Functions, Total Counter, Counter', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1719, 'XEROX', 'Phaser 6180DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select Menu, scroll down to Billing Meter, select OK. Read Total Impressions, Color Impressions, and Black Impressions.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1720, 'HP', 'Laser Jet 3020', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1721, 'TOSHIBA', 'e-STUDIO723', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1722, 'KONICA-MINOLTA', 'BIZHUB 421', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1723, 'HP', 'DesignJet 1055CM', 3, NULL, 'MissingDeviceImage.png', '2001-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1725, 'DELL', 'B1260dn Mono Laser Printer', 3, NULL, 'MissingDeviceImage.png', '2012-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1726, 'HP', 'Color Laser Jet M251nw', 11, NULL, 'HP Color Laser Jet M251nw.png', '2012-09-01', 150000, NULL, 14, 'From the Home screen in the Control Panel, press the SETUP button, then select REPORTS, then select USAGE PAGE to find the Total Monochrome and Total Color counts.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1727, 'HP', 'Laser Jet Pro M1212NF', 3, NULL, 'HP Laser Jet M1212nf MFP.png', NULL, NULL, 0, NULL, 'Select the Setup button (the wrench); scroll to REPORTS, then scroll to SUPPLIES STATUS; press OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1728, 'HP', 'Laser Jet 5100 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1730, 'XEROX', 'Phaser 7760GX', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select Information, OK; scroll to Billing Meters, OK. Read BLACK and COLOR meters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1731, 'KONICA-MINOLTA', 'BIZHUB 250', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Inside right front door', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1732, 'XEROX', 'Phaser 8860MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press System, scroll to Billing Meters. Read Total/Color/Black Impressions.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1733, 'TOSHIBA', 'e-STUDIO600', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'User Functions, Total Counter, Print Total', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1734, 'Xerox', 'Phaser 4500DT', 10, NULL, 'MissingDeviceImage.png', '2004-08-01', 750000, 0, 36, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1735, 'EPSON', 'LX-300+', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1736, 'RICOH', 'Aficio SP 3410SF', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1737, 'Ricoh', 'Aficio CL3500N', 11, NULL, '25347_g1.jpg', '2006-02-01', 500000, 0, 22, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1738, 'XEROX', 'Phaser 8400DP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Information, OK; Information Pages, OK; Usage Profile, OK; BLACK & COLOR METERS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1739, 'OKI DATA', 'C5150n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1740, 'OKI DATA', 'C830', 11, NULL, 'okidata-c830-laser-toner-cartridge.jpg', '2006-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1741, 'OCE', '45C-5', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1742, 'XEROX', 'WorkCentre C2424', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1743, 'LEXMARK', 'E460dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1744, 'KONICA-MINOLTA', 'BIZHUB C364E', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from the control panel, the screen should show METER COUNT, Read BLACK & COLOR totals from left side of screen.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1745, 'KONICA-MINOLTA', 'BIZHUB 423', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1746, 'TOSHIBA', 'e-STUDIO2330C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER or select PRINT OUT COUNTER, then select CLOSE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1747, 'CANON', 'iPF825', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1748, 'HP', 'Laser Jet P2055X', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1749, 'HP', 'Color Laser Jet CP3505', 11, NULL, '08brandcontest-2.jpg', '2007-06-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1750, 'BROTHER', 'MFC-9120CN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1751, 'Xerox', 'CQ 8700X', 6, NULL, 'Xerox 8700X.png', '2012-04-01', 1000000, 0, 44, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1761, 'LEXMARK', 'X748', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select the Home button, then SETTINGS, then REPORTS. Press OK, then select MENU SETTINGS PAGE, and press OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1762, 'Lexmark', '2735', 10, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1763, 'Konica Minolta', 'BHC654', 6, NULL, 'BH454E.png', '2012-02-01', 3000000, 0, 65, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1764, 'Konica Minolta', 'BH6000I', 16, NULL, 'KONICA MINOLTA BH 6000I.JPG', '2011-10-01', 3000000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1765, 'Canon', 'MG 5320', 12, NULL, 'placeholder.jpg', '2014-09-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1766, 'Lexmark', 'MS811DN', 10, NULL, 'Lexmark MS811DN.png', '2012-01-01', 3000000, 0, 63, 'Select the Menu button (wrench symbol), then select REPORTS, then select MENU SETTINGS PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1768, 'Canon', 'L100', 10, NULL, 'canon Ll100.jpg', '2012-04-01', 200000, 0, 19, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1770, 'Brother', 'DCP-7065DN', 1, NULL, 'Brother DCP-7065.jpg', '2011-05-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1771, 'XEROX', 'WorkCentre 3315 11', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1773, 'HP', 'CM14415FW', 10, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1774, 'Lexmark', 'T642', 10, NULL, 'Lexmark T642.jpg', '2005-06-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1775, 'Lexmark', '5650', 10, NULL, 'Lexmark T650dn.png', '2005-06-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1776, 'Canon', 'IC MF 6550', 10, NULL, 'Canon IC MF 6550.jpg', '2006-05-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1777, 'Brother', 'Intellifax 4100E', 10, NULL, 'Brother Intellifax 4100E.jpg', '2006-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1778, 'HP', 'Color Laser Jet 3600', 3, NULL, 'MissingDeviceImage.png', '2005-11-01', NULL, 0, NULL, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1779, 'EPSON', 'Stylus Pro 4880', 3, NULL, 'MissingDeviceImage.png', '2007-09-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1780, 'Canon', 'IR3545', 1, NULL, 'iR2535i_HO_279x186.gif', '2010-07-01', 750000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1782, 'Canon', 'IR ADV 4045', 1, NULL, 'Canon 4045.jpg', '2012-05-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1783, 'Canon', 'IR ADV 8295', 1, NULL, 'ir-adv-c80958105-b1.png', '2012-11-01', 5000000, 0, 95, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1784, 'Canon', 'IR ADV 6255', 1, NULL, 'Canon IR ADV 6255.png', '2012-11-01', 3000000, 0, 55, 'Press the Counter Check button on the far right of the Control Panel.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1785, 'Canon', 'IR ADV 6265', 1, NULL, '551bd22424119.png', '2012-11-01', 3000000, 0, 65, 'Press the Counter Check button on the far right of the Control Panel.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1786, 'Canon', 'IR ADV C5255', 6, NULL, 'Canon IR ADV C5255.png', '2012-10-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1787, 'HP', 'Laser Jet Pro M521dn', 10, NULL, 'HP Laserjet Pro M521dn.jpg', '2013-04-01', 1000000, 0, 42, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1788, 'SP', 'C210SF', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1789, 'Brother', 'MFC-8890DW', 20, NULL, 'brother-mfc-8890dw.jpg', '2009-04-01', NULL, 0, 32, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1790, 'Xerox', 'Workcentre 5755', 1, NULL, 'ihfrty.png', '2010-05-01', 3000000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1791, 'Canon', 'IR-C1030iF', 6, NULL, 'Canon IR-C1030iF.png', '2010-11-01', 750000, 0, 30, 'Press [COUNTER CHECK] on the left side of the control panel. Read 108:  Total (Black 1) for the Black Count. For the Color Count, subtract the 108:Total (Black 1) from the 101:Total 1 counter. Please record BOTH Black and Color counters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1792, 'Canon', 'IR-ADV 4025', 1, NULL, 'Canon IR-ADV4025.jpg', '2012-05-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1794, 'XEROX', 'WorkCentre 6605DN 111', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1795, 'Xerox', 'Workcentre 5890APT', 1, NULL, 'hero-640x440.png', '2013-02-01', 5000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1796, 'Samsung', 'ML-3051N', 10, NULL, 'Samsung ML-3051N.jpg', '2006-06-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1797, 'CANON', 'MF4700 Series', 10, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1799, 'Xerox', 'Phaser 6120N', 11, NULL, 'XEROX PHASER 6120N.jpg', '2005-10-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1800, 'HP', 'Laser Jet Pro M401dne', 10, NULL, 'c03526610.png', '2013-01-01', 750000, 0, 35, 'Press OK to open menu, scroll to REPORTS, select OK, then scroll to CONFIGURATION PAGE, and  press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1801, 'Canon', 'iR-ADV 8105', 1, NULL, 'Cannon IRADV8105.png', '2010-06-01', 7000000, 0, 105, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1802, 'Brother', 'HL-3170CDW series', 11, NULL, 'Brother HL-3170CDW.png', '2012-03-01', 500000, 0, 23, 'Select MENU from Control Panel, then select MACHINE INFORMATION, then select PAGE COUNT. Scroll to view Total Monochrome and Total Color Pages.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1803, 'RICOH', 'Aficio MP 8001', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1804, 'RICOH', 'Aficio MP 3500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1805, 'RICOH', 'Aficio MP C5000', 3, NULL, 'MissingDeviceImage.png', '2008-10-01', NULL, 0, NULL, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1806, 'RICOH', 'Aficio MP 6000', 3, NULL, 'MissingDeviceImage.png', '2008-04-01', NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1807, 'OCE', '36BW-2', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1808, 'HP', '6500 E710n-z', 3, NULL, 'MissingDeviceImage.png', '2010-09-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1809, 'OCE', '95BW-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1810, 'KONICA-MINOLTA', 'BIZHUB C353', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1811, 'Kyocera', 'FS-3900DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1812, 'Konica Minolta', 'BH454E', 1, NULL, 'Konica Minolta BH454.png', '2013-11-01', 1000000, 0, 45, 'Select COUNTER  from control panel, then select METER COUNT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1813, 'Konica Minolta', 'BH754E', 1, NULL, 'Konica Minolta BH754E.png', '2013-01-01', 4000000, 0, 75, 'Select MENU from the Control Panel, then select COUNTER from the upper left of the screen.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1816, 'Konica Minolta', 'BHC654E', 6, NULL, 'BH454E.png', '2013-07-01', 3000000, 0, 65, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1819, 'Konica Minolta', 'BHC454E', 6, NULL, 'BH454E.png', '2013-11-01', 1000000, 0, 45, 'Select COUNTER  from control panel, then select METER COUNT. Read TOTAL, BLACK, and COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1820, 'LEXMARK', 'E120n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1821, 'HP', 'Photosmart C6100 series', 22, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1822, 'XEROX', 'Phaser 6350DP', 3, NULL, 'xerox6350.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1823, 'KONICA-MINOLTA', 'BIZHUB 754E', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1824, 'KONICA-MINOLTA', 'BIZHUB 454E', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1825, 'KONICA-MINOLTA', 'BIZHUB C654E', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1826, 'RICOH', 'GX e3300N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1827, 'HP', 'Color Laser Jet 400 M475dn MFP', 21, '', 'HP Color Laser Jet 400 M475dn MFP.png', '2012-02-01', 500000, 0, 21, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1828, 'LEXMARK', 'T650', 3, NULL, 'Lexmark T650dn.png', '2008-10-01', NULL, 0, NULL, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1829, 'Canon', 'IR4225', 1, NULL, 'Canon IR4225.gif', '2013-10-01', 500000, 0, 25, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1830, 'Canon', 'IR 4245', 1, NULL, 'ir-adv-4245-b1.png', '2013-10-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL 2', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1831, 'CANON', 'iPF750', 3, NULL, 'MissingDeviceImage.png', NULL, 500000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1832, 'Ricoh', 'MP5002', 1, NULL, 'aficiomp5002.jpg', '2012-03-01', 2000000, 0, 50, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1833, 'Ricoh', 'MP6002', 1, NULL, 'ricoh-aficio-mp6002.jpg', '2012-08-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1834, 'HP', 'LASER JET 600 M601', 3, NULL, 'hp 601dn.png', '2011-11-01', NULL, 0, NULL, 'Select the Home button, then select ADMINISTRATION, and then REPORTS, scroll to select USAGE PAGE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1835, 'TOSHIBA', 'e-STUDIO350', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1836, 'OCE', '92BW-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1837, 'HP', '9100C DIGITAL SENDER', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1838, 'HP', 'PRO K8600', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1839, 'EPSON', 'Stylus Pro 7900', 3, NULL, 'MissingDeviceImage.png', '2010-02-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1841, 'XEROX', 'WorkCentre 3220 11', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1843, 'CANON', 'iR-ADV C5255', 3, NULL, 'Canon IR ADV C5255.png', '2012-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1844, 'CANON', 'iR-ADV 4245', 3, NULL, 'MissingDeviceImage.png', '2013-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1845, 'CANON', 'iR-ADV 8295', 3, NULL, 'MissingDeviceImage.png', '2012-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1846, 'CANON', 'iR 1025', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1847, 'EFI', 'c454e', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1848, 'CANON', 'iR-ADV 4225', 3, NULL, 'Canon IR4225.gif', '2013-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1849, 'CANON', 'iR-ADV C5035', 3, NULL, 'MissingDeviceImage.png', '2009-10-01', NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1 and 108 Total (Black 1); subtract the two to get Color', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1850, 'LEXMARK', 'C534', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1851, 'MICROSOFT', 'Intel', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1852, 'CANON', 'iR-ADV 6255', 3, NULL, 'Canon IR ADV 6255.png', '2012-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1853, 'CANON', 'iR-ADV 6265', 3, NULL, 'MissingDeviceImage.png', '2012-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1854, 'HP', 'ETHERNET MULTI-ENVIRONMENT', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1855, 'INTEL', 'Windows CE Version 5.0', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1856, 'ZEBRA', 'ZTC GK420t', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1857, 'XEROX', 'WorkCentre 5865 11', 3, NULL, 'MissingDeviceImage.png', '2013-02-01', NULL, 0, NULL, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1858, 'HP', 'LASER JET', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1859, 'HP', 'ETHERNET MULTI-ENVIRONMENT SN:', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1860, 'TOSHIBA', 'e-STUDIO256', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1861, 'SAMSUNG', 'ML 3050 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1862, 'SAMSUNG', 'ML-331x Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1863, 'XEROX', 'Phaser 6010N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1864, 'XEROX', 'WorkCentre 5745 11', 3, NULL, 'MissingDeviceImage.png', '2010-05-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1866, 'Kyocera', 'FS-4200DN', 10, NULL, 'fs4200dn.jpg', '2012-10-01', 3000000, 0, 52, 'Select MENU from the Control Panel, scroll to STATUS PAGE, select OK, select [YES} to print the Status Page. Counter is halfway down on the right side of printout.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1867, 'HP', 'Color Laser Jet Pro MFP M475DN', 21, NULL, 'HP Color Laser Jet Pro MFP M475DN.png', '2012-02-01', 500000, 0, 21, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1868, 'Xerox', 'Workcentre 5745', 1, '', 'lrieg.png', '2010-05-01', 1000000, 0, 45, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1869, 'Brother', 'HL-5450dn', 10, '', 'HL5450DN_right.png', '2012-06-01', 1000000, 0, 40, '', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1870, 'RICOH', 'Aficio MP C300 1.04 / RICOH Ne', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1871, 'OCE', 'iR-ADV C5051', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1872, 'RICOH', 'Aficio CL7200 1.11 / RICOH Net', 3, NULL, 'MissingDeviceImage.png', NULL, 7, 0, NULL, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed: TOTAL (COLOR/BLACK)', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1873, 'HP', 'ETHERNET MULTI-ENVIRONMENT ROM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1874, 'RICOH', 'iR3245 /P', 3, NULL, 'MissingDeviceImage.png', '2005-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1875, 'CANON', 'iR-ADV C5045 69.03', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1876, 'OCE', 'iR-ADV C5045', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1877, 'MAP-320', 'iR-ADV 8085 46.02', 1, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1878, 'KONICA-MINOLTA', 'BIZHUB C253', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1879, 'Sharp', 'MX 4140N', 1, NULL, 'SharpMX4140n.jpg', '2013-07-01', 1000000, 0, 41, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1880, 'Sharp', 'MX 5140', 6, NULL, 'Sharp MX 5140.png', '2013-07-01', 3000000, 0, 51, 'Press Home Screen key on operations panel; select TOTAL COUNT button in screen. Provide TOTAL BLACK and TOTAL COLOR meters for copy, print & fax.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1881, 'Sharp', 'MX 6240N', 1, NULL, 'SharpMX6240n.jpg', '2012-07-01', 3000000, 0, 62, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1882, 'Sharp', 'MX M232D', 1, NULL, 'Sharp MX M232D.png', '2012-03-01', 500000, 0, 23, 'Press and hold [COPY] key with machine in Standby mode. Read Total Output Count only.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1883, 'XEROX', 'WorkCentre 5890', 11, NULL, 'Xerox WC5890APT.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1884, 'NETAPP', 'Release 8.1.1RC1 7-Mode: Thu M', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1885, 'XEROX', 'Phaser 6600DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1886, 'XEROX', 'ColorQube 8570DT', 11, NULL, '1018128297.jpg', NULL, NULL, 0, NULL, '1) Select the MACHINE STATUS button at the lower left side of the LCD screen. 2) Select the INFORMATION PAGES button from the MACHINE INFORMATION tab on the screen. 3) Select the CONFIGURATION REPORT on the screen. 4) Look for the following: TOTAL IMPRESSIONS, BLACK IMPRESSIONS and COLOR IMPRESSIONS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1887, 'Oki', 'B430dn', 10, NULL, '2009-06-25_00060.jpg', '2008-09-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1888, 'Oki', 'C3400', 11, NULL, 'c3400big.jpg', '2003-06-01', 500000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1889, 'Epson', 'WP-4020', 12, NULL, 'epson_workforce_pro_wp4020.jpg', '2011-09-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1890, 'Konica Minolta', '1600W', 10, NULL, 'mc1600w_enlarge.jpg', '2009-01-01', 250000, 0, 20, 'Status, Yes, Read Total Page Count', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1891, 'Samsung', 'CLX-3185', 6, NULL, '812fUxOllML._SL1500.jpg', '2011-06-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1892, 'Brother', 'HL-3040CN', 11, NULL, 'Brother-HL-3040CN.jpg', '2009-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1893, 'Brother', 'HL-2270DW', 10, NULL, '71deCRBstKL._SL1500.jpg', '2010-10-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1894, 'Brother', 'MFC-9970CDW', 21, NULL, 'Brother MFC-9970CDW.png', '2011-11-01', 750000, 0, 30, 'Select MENU from Control Panel, then select MACHINE INFORMATION, then select PAGE COUNTER. Scroll to view TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1895, 'KONICA-MINOLTA', 'BH 40P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, NULL, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1896, 'XEROX', 'WorkCentre 5755 11', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1898, 'RICOH', 'Aficio MP 5500 2.04 / RICOH Ne', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1899, 'Canon', 'IR400if', 1, NULL, 'Canon IR400if.png', '2013-05-01', 1000000, 0, 42, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1900, 'CANON', 'iR C1030', 3, NULL, 'Canon IR-C1030iF.png', '2010-11-01', NULL, 0, NULL, 'Press [COUNTER CHECK] on the left side of the control panel. Read 108:  Total (Black 1) for the Black Count. For the Color Count, subtract the 108:Total (Black 1) from the 101:Total 1 counter. Please record BOTH Black and Color counters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1901, 'HP', 'D110 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(1902, 'LEXMARK', 'MS811', 3, NULL, 'MissingDeviceImage.png', '2012-10-01', NULL, 0, NULL, 'Select the Menu button (wrench symbol), then select REPORTS, then select MENU SETTINGS PAGE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1903, 'Kyocera', 'ECOSYS P6021cdn', 11, NULL, 'ECOSYS_P6021CDN_01.png', '2014-02-01', 500000, 0, 23, 'Press MENU, then press the down arrow until COUNTER appears. Then press the down arrow key to display Color, then press the down arrow again until Black & White is displayed. Please record BOTH BLACK & COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1904, 'BROTHER', 'HL-5470DW series', 3, NULL, 'HL5470DW_main.png', '2012-06-01', 1000000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1905, 'XEROX', 'Phaser 8560DT', 11, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'With INFORMATION highlighted in LCD screen, select OK; scroll to INFORMATION PAGES, press OK; scroll to USAGE PROFILE, press OK/Enter. Record Black Impressions and Color Impressions', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1906, 'Xerox', 'Phaser 6360DN', 11, NULL, '103138-xerox-phaser-6300dn.jpg', '2007-02-01', 1000000, 0, 42, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1911, 'SAMSUNG', 'ML-2850 Se', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1912, 'Lexmark', 'E234n', 10, NULL, 'Lex 234n.jpg', '2004-07-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1913, 'Brother', 'MFC-7860DW', 1, NULL, 'Brother MFC7860.jpg', '2011-03-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1916, 'RICOH', 'Aficio MP 171 1.01 / RICOH Net', 3, NULL, 'MissingDeviceImage.png', NULL, 4, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1917, 'EPSON', 'TM-P2.01', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1918, 'Toshiba', 'e-Studio 2050C', 6, NULL, 'e-Studio 2050C.png', '2012-06-01', 500000, 0, 20, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read BLACK TOTAL and COLOR TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1919, 'RICOH', 'Aficio SP 4100N', 10, NULL, 'Ricoh 4100N.jpg', NULL, 750000, 0, 31, 'Select MENU from the Control Panel, then press ENTER. Scroll to LIST/TEST PRINT, then press ENTER. Scroll to CONFIG Page, and press ENTER. Read Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1920, 'KONICA-MINOLTA', 'BIZHUB PRO 1050', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Inside right front door', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1921, 'KONICA-MINOLTA', 'DI3510F', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Inside right front door', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1922, 'HP', 'Designjet 90r', 3, NULL, 'MissingDeviceImage.png', '2005-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1923, 'TOSHIBA', 'e-STUDIO603', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'User Functions, Total Counter, Counter', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1924, 'HP', '7300 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1925, 'LEXMARK', 'E332n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1926, 'HP', 'OfficeJet 4620', 22, NULL, '82908 (1).jpg', '2012-04-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1929, 'Konica Minolta', 'BH554E', 1, NULL, 'BH454E.png', '2013-10-01', 3000000, 0, 55, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1930, 'Konica Minolta', 'BH4050', 20, NULL, 'bizhub_4020_thumb.jpg', '2014-02-01', 1000000, 0, 42, 'Press [COUNTER] in LCD screen, then select the TOTAL tab; read BLACK meter.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1932, 'Konica Minolta', 'BHC3350', 21, NULL, 'bizhub_4050_thumb.png', '2014-01-01', 750000, NULL, 35, 'On the Main Menu, press UTILITY.  Then select COUNTER. Read TOTAL BLACK & TOTAL COLOR counts.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1933, 'Lexmark', 'XC 2132', 6, NULL, 'Lexmark XC 2132.png', '2013-04-01', 750000, 0, 32, 'Select Menu button from lower right of home screen, scroll using left or right arrow keys to REPORTS, select OK, scroll to USAGE PAGE using back arrow to scroll through the submenus, select OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1934, 'Lexmark', 'C748DE', 11, NULL, 'Lexmark C748DE.png', '2012-04-01', 750000, 0, 35, 'Select the Home button, then SETTINGS, then REPORTS. Press OK, then select MENU SETTINGS PAGE, and press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1935, 'Lexmark', 'X748DE', 6, NULL, '83177.jpg', '2012-04-01', 750000, 0, 35, 'Select the Home button, then SETTINGS, then REPORTS. Press OK, then select MENU SETTINGS PAGE, and press OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1936, 'Lexmark', 'M3150', 10, NULL, 'Lexmark m3150.png', '2012-11-01', 750000, 0, 50, 'Select the Menu button (wrench symbol), then select REPORTS, then select MENU SETTINGS PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1937, 'Lexmark', 'XS463DE', 1, NULL, 'XS463de.png', '2009-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1938, 'Epson', 'Stylus Pro 3880', 12, NULL, 'A4X2_1_2014090319994474.jpg', '2009-10-01', 250000, 0, 23, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1939, 'Toshiba', 'e-Studio 3055C', 6, NULL, 'es3055C-RADF-PF.png', '2013-07-01', 750000, 0, 30, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read BLACK TOTAL and COLOR TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1950, 'Canon', 'IRC5240', 6, NULL, 'canon_irc5240i.png', '2012-10-01', 1000000, 0, 40, 'Select the COUNTER CHECK button on the Control Panel to the lower right of the keypad. Please provide the BLACK & COLOR meters separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1951, 'BROTHER', 'MFC-8480DN', 3, NULL, 'MissingDeviceImage.png', '2009-04-01', NULL, 0, NULL, 'Select MENU from Control Panel, then select 82. Scroll to view TOTAL.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1955, 'Konica Minolta', 'BHc253', 6, NULL, 'bhc253.jpg', '2007-10-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1956, 'EPSON', 'WorkForce 630', 3, NULL, 'MissingDeviceImage.png', '2014-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1958, 'Xerox', 'Phaser 6350 DP', 11, NULL, 'xerox6350.jpg', '2005-06-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1959, 'Konica Minolta', 'BH Press C7000P', 16, NULL, 'konica_minolta_image_press_c7000.jpg', '2010-10-01', 4000000, 0, 70, 'Select UTILITY/COUNTER button on Control Panel, read TOTAL COUNTER, FULL COLOR COUNTER & BLACK COUNTER.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1961, 'CANON', 'iR-ADV 6075 46.02', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 102 TOTAL 2', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1962, 'Lexmark', 'XS651deMFP', 10, NULL, '1012353370.jpg', '2008-10-01', 1000000, 45, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1965, 'HP', 'Laser Jet P2015 SERIES', 10, NULL, 'c04407927.png', '2006-12-01', 500000, 0, 27, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1968, 'Canon', 'IR 4235', 1, NULL, '191_Base_In-Fin_Add-Tray_A_AS.png', '2013-10-01', 750000, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1969, 'CANON', 'imageRUNNER 6265', 1, NULL, 'canon-imagerunner-advance-6265.jpg', NULL, 3000000, 0, 65, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1970, 'Canon', 'IR C7260', 6, NULL, '08C7260ASRFront4.png', '2013-04-01', 3000000, 0, 60, 'Select the 123 (Counter/Device Information) button on the right side of the Control Panel to the immediate right of the keypadl. Record TOTAL (Black & White) and TOTAL (Full Color + Single Color) from the Screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1971, 'Canon', 'IR 8285', 1, NULL, '229BaseBPassSFinAAS.png', '2012-11-01', 4000000, 0, 85, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1972, 'Canon', 'IR 6275', 1, NULL, 'ir-adv-6275-b1.png', '2012-11-01', 4000000, 0, 75, 'Press the Counter Check button on the far right of the Control Panel.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1981, 'CANON', 'MF4470', 10, NULL, 'canon-4470.jpg', NULL, 1000000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1982, 'RICOH', 'Aficio MP 5001', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1984, 'Savin', 'SP4310n', 10, NULL, 'Savin SP4310n.png', '2011-09-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1985, 'Kyocera', 'P2135DN', 10, NULL, 'KYOCERA_P2135DN_03.png', '2014-03-01', 750000, 0, 37, 'Press MENU on the Control Panel, then scroll to REPORT PRINT, press right arrow then scroll down to PRINT STATUS PAGE. Select OK twice.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1986, 'Xerox', '8700X', 6, NULL, 'Xerox 8700X.png', '2012-04-01', 250000, 0, 19, 'Press MACHINE STATUS on front panel to the left of the LCD screen; select BILLING INFORMATION tab in the screen, then select USAGE COUNTERS, then select IMPRESSION COUNTERS. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1987, 'Xerox', 'WorkCentre 7845', 6, NULL, 'Xerox WC 7845.png', '2013-02-01', 1000000, 0, 45, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1988, 'Konica Minolta', 'BH3320', 20, NULL, 'Konica Minolta BH3320.png', '2014-02-01', 750000, 0, 35, 'Press the wrench icon on the lwoer right of the touch panel. Select REPORTS, then select DEVICE STATISTICS. The total meter is located on the 1st page under the section Printed Sheets in the middle of the page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1989, 'Konica Minolta', 'BH4020', 20, NULL, 'Konica Minolta BH4020.png', '2014-02-01', 1000000, 0, 42, 'Press MENU, then select REPORTS, then select MENU SETTINGS PAGE', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1996, 'TOSHIBA', 'ES 457', NULL, NULL, 'estudio-507-series.jpg', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1997, 'Toshiba', 'e-Studio 657', 1, NULL, 'e-STUDIO2306.png', '2014-06-01', 3000000, 0, 65, 'Press COUNTER button on front panel, then select TOTAL COUNTER, then select PRINT COUNTER. Record Total from lower right corner.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1998, 'Toshiba', 'e-Studio 457', 1, NULL, 'e-Studio-357-4571-298x300.png', '2014-06-01', 1000000, 0, 45, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(1999, 'Toshiba', 'e-Studio 757', 1, NULL, 'Toshiba_e_STUDIO856_Arizonang.png', '2014-06-01', 4000000, 0, 75, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2000, 'Xerox', 'WC 7835', 6, NULL, 'Xerox WC 7835.png', '2013-02-01', 750000, 0, 35, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION; record BLACK, COLOR, TOTAL IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2002, 'HP', 'Laser Jet M425DN', 3, NULL, 'MissingDeviceImage.png', '2012-06-01', 750000, 35, 35, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2003, 'Toshiba', 'e-Studio 206L', 1, NULL, 'Toshiba 206l.jpg', '2012-02-01', 500000, 0, 20, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2004, 'KONICA-MINOLTA', 'BIZHUB 4050', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press [COUNTER] in LCD screen, then select the TOTAL tab; read BLACK meter.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2005, 'KONICA-MINOLTA', 'MAGICOLOR 3730', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press MENU SELECT button on control panel, then select SPECIAL PAGES, then select CONFIG PAGE, PRINT. Please be sure to provide the Total BLACK prints and the Total COLOR prints separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2006, 'Toshiba', 'e-Studio 557', 1, NULL, 'e-studio557.png', '2014-06-01', 3000000, 0, 55, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2007, 'Lexmark', 'MS610dtn', 10, NULL, 'Lexmark MS610.png', '2012-10-01', 750000, 0, 50, 'Select MENU, then select REPORTS, then select MENU SETTINGS PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2008, 'Lexmark', 'MS310DN', 10, NULL, 'Lexmark MS310.png', '2012-10-01', 500000, 0, 35, 'Press and hold the green start button for at least four seconds.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2010, 'Toshiba', 'e-Studio 207L', 1, NULL, 'e-STUDIO256.png', '2014-06-01', 500000, 0, 20, 'Press user functions, press list, press function, and press enter.  The page will print; the meter will be displayed at the bottom right hand side of the print out.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2012, 'HP', 'Color Laser Jet Pro CP5225DN', 11, NULL, 'HP Color Laser Jet Pro CP5225DN.png', '2010-11-01', 500000, 0, 20, 'Select OK to open Menus; use arrow keys to scroll to REPORTS, select OK, scroll to USAGE PAGE, select OK.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2014, 'KONICA-MINOLTA', 'BIZHUB 654E', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2015, 'KONICA-MINOLTA', 'BIZHUB 554E', 3, NULL, 'BH454E.png', NULL, NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2016, 'KONICA-MINOLTA', 'BIZHUB C3350', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'On the Main Menu, press UTILITY. Then select COUNTER. Read TOTAL BLACK & TOTAL COLOR counts.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2018, 'BROTHER', 'HL-5450DN series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2019, 'Dell', 'B5460dn Laser Printer', 10, NULL, 'Dell233.png', '2012-11-01', 3000000, 0, 63, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2020, 'TOSHIBA', 'e-STUDIO2551C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER then select PRINT COUNTER, then select TOTAL. Read BLACK & COLOR Totals separately.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2021, 'Ricoh', 'MPC3003', 6, NULL, 'MPC300.png', '2013-07-01', 750000, 0, 30, 'Press the USER TOOLS/COUNTER key on the Control Panel (the key with two symbols and a slash between them, below the \"key\" button), then select COUNTER.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2023, 'Ricoh', 'MP C4503', 6, NULL, 'Ricoh MP C4503.png', '2013-07-01', 1000000, 0, 45, 'Press the USER TOOLS/COUNTER key on the display panel, then select COUNTER. Record BLACK AND COLOR TOTALS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2024, 'Ricoh', 'MP C5503', 6, NULL, 'ricoh c5503.png', '2013-07-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2025, 'Ricoh', 'MP 3353', 1, NULL, 'mp3353.jpg', '2013-12-01', 750000, 0, 33, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2026, 'Ricoh', 'MP 4002SP', 1, NULL, 'ricoh-aficio-mp4002sp.jpg', '2012-03-01', 1000000, 0, 40, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2027, 'Konica Minolta', 'BHC3110', 21, NULL, 'Konica-Minolta-bizhub-C3110.png', '2014-06-01', 750000, 750000, 32, 'On the screen, select REPORT/STATUS, then press SELECT, then select COUNTER, and press SELECT. Read TOTAL.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2028, 'Lexmark', 'XM3150', 20, NULL, 'Lexmark XM3150.png', '2012-11-01', 750000, 0, 50, 'Select REPORTS from the Menu, then select DEVICE STATISTICS.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2029, 'HP', '6600', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2030, 'Toshiba', 'e-Studio 5560c', 6, NULL, 'e-STUDIO556_1.png', '2014-04-01', 3000000, 55, 55, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2031, 'KYOCERA', 'ECOSYS P2135dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2032, 'BROTHER', 'PT-9800PCN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2033, 'Xerox', 'Workcentre 7556c LPT', 6, NULL, 'Xerox Workcentre 7556c LPT.png', '2010-10-01', 3000000, 55, 55, 'Press the MACHINE STATUS button on the Control Panel. Select the BILLING INFORMATION tab on the screen. Select the USAGE COUNTERS button. Select IMPRESSION COUNTERS from the menu. Read BLACK IMPRESSIONS and COLOR IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2034, 'Lexmark', 'x364dn', 10, NULL, '207794-lexmark-x364dn-front.jpg', '2009-03-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2035, 'BROTHER', 'MFC-J870DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2036, 'OKI DATA', '6020e+', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2037, 'OKI DATA', 'BIDI Not Supported', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2038, 'XEROX', 'WorkCentre 6400S', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2039, 'Kyocera', 'M2035 MFP', 20, NULL, 'phpThumb_generated_thumbnail.png', '2014-03-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2040, 'CANON', 'iPF760', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2041, 'TOSHIBA', 'e-STUDIO5560C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2042, 'Toshiba', 'e-Studio 857', 1, NULL, 'e-STUDIO857.png', '2014-06-01', 5000000, 0, 85, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2043, 'Xerox', 'Color 560', 6, NULL, 'Xerox-Color-printer-560.jpg', '2010-10-01', 2000000, 0, 65, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2046, 'Toshiba', 'e-Studio206L', 1, NULL, 'toshiba-e-studio-206l.png', '2012-02-01', 500000, 0, 20, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2047, 'Kyocera', 'P6026CDN', 11, NULL, 'uyyydyjyjyttyy.png', '2014-02-01', 500000, 0, 28, 'Press MENU, then press the down arrow until COUNTER appears. Then press the down arrow key to display Color, then press the down arrow again until Black & White is displayed. Please record BOTH BLACK & COLOR.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2048, 'OCE', '28C-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2049, 'BROTHER', 'DCP-8080DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2050, 'DELL', '5130cdn Color Laser', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2051, 'CANON', 'MF8350', 1, NULL, 'MissingDeviceImage.png', NULL, 3000000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2052, 'BROTHER', 'MFC-7460DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2053, 'HP', 'COLOR LASER JET 400 M451DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2054, 'CANON', 'iR-ADV C5030', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2055, 'HP', '2600 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the checkmark button (green) on front panel; MAIN MENU REPORTS should appear. Press the checkmark button again; DEMO PAGE should appear; right arrow down to CONFIGURATION OR CONFIG REPORT. Press the checkmark button again.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2056, 'TOSHIBA', 'e-STUDIO4555C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read TOTAL.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2057, 'DELL', 'C1760nw Color Printer', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2058, 'CANON', 'iR-ADV 6065', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2059, 'TOSHIBA', 'e-STUDIO202L', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2060, 'TOSHIBA', 'e-STUDIO203L', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2061, 'TOSHIBA', 'e-STUDIO2050C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2062, 'SAMSUNG', 'M332x 382x 402x Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2063, 'TOSHIBA', 'e-STUDIO3500c', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press User Functions button; select Total Counter; select Print Counter. Read Full Color and Black.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2064, 'SHARP', 'MX-5140N', 6, NULL, 'MissingDeviceImage.png', '2013-07-01', NULL, 0, 51, 'Press Home Screen key on operations panel; select TOTAL COUNT button in screen. Provide TOTAL BLACK and TOTAL COLOR meters for copy, print & fax.', 'Y', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2065, 'HP', 'Designjet T1200', 3, NULL, 'c055920499.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2067, 'OKI DATA', 'ML490', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2069, 'KYOCERA', 'TASKalfa 420i', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2071, 'EPSON', 'SC-T5000 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2072, 'EPSON', 'Stylus Pro 7890', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2073, 'CANON', 'iR3235', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2074, 'KYOCERA', 'ECOSYS P6026cdn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2075, 'BROTHER', 'HL-L2340D series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2076, 'EPSON', 'Stylus Photo R3000', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2077, 'HP', 'Color Laser Jet CP5525', 11, NULL, 'hp 5525dn.png', '2010-11-01', 750000, 30, 30, 'Press the \"Home\" button, scroll to Administration, select. Then scroll to Reports, select. Then scroll to Configuration/Status and select. Scroll to Usage Page and select. Provide BLACK & COLOR counts.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2078, 'Xerox', 'C60', 6, NULL, 'slide2_PSG.png', '2014-09-01', 3000000, 0, 65, 'Press the MACHINE STATUS button on the Control Panel, then select BILLING INFORMATION, then select USAGE COUNTERS. Scroll down to TOTAL IMPRESSIONS, BLACK IMPRESSIONS, and COLOR IMPRESSIONS. PLEASE DO NOT include Billing Levels 1, 2, or 3.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2079, 'HP', 'Officejet 7110 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2080, 'Oce', 'VL2822c', 6, NULL, 'OCE-VarioLink-2822C.jpg', '2009-10-01', 500000, 28, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2081, 'KONICA-MINOLTA', 'BIZHUB 3300P', 3, NULL, 'BH3300.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2082, 'TOSHIBA', 'e-STUDIO557', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2083, 'BROTHER', 'HL-6180DW series', 3, NULL, 'HL6180DW_main.png', NULL, NULL, 0, NULL, 'Select Menu, scroll down to Billing Meter, select OK. Read Total Impressions, Color Impressions, and Black Impressions.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2084, 'TOSHIBA', 'e-STUDIO757', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2085, 'TOSHIBA', 'e-STUDIO3055C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press [COUNTER] button on control panel; press [TOTAL COUNTER], then select [PRINT COUNTER]. Read BLACK TOTAL and COLOR TOTAL.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2086, 'TOSHIBA', 'e-STUDIO457', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2087, 'Epson', 'WF-7520', 22, NULL, 'wf7520_fca-cbs-cn.jpg', '2012-01-01', 250000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2088, 'HP', 'Color Laser Jet M375nw', 21, NULL, 'HP Color Laser Jet M375nw.png', '2011-12-01', 250000, 0, NULL, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2090, 'EPSON', 'WP-4020 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2096, 'HP', 'COLOR Laser Jet Pro MFP M177fw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2097, 'HP', 'Laser Jet 5SI', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2098, 'TOSHIBA', 'e-STUDIO207L', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press user functions, press list, press function, and press enter.  The page will print; the meter will be displayed at the bottom right hand side of the print out.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2099, 'HP', 'COLOR Laser Jet CP5520 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2100, 'HP', 'Premium C309g-m', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2101, 'HP', 'Designjet T1100 24in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2102, 'HP', 'COLOR LaserJet CP1518ni', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2103, 'OKI DATA', 'B431', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2104, 'HP', 'Designjet T790ps 24in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2105, 'HP', 'LASERJET 1320 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2106, 'HP', 'LASERJET 4000 SERIES', 3, NULL, 'HP 4000.gif', NULL, NULL, 0, NULL, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2107, 'HP', 'Color Laserjet Pro M476dn', 21, NULL, 'HP Color Laserjet Pro M476dn.jpg', '2014-04-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2108, 'HP', 'Color Laserjet Pro M276nw', 21, NULL, ' HP Laser Jet 200 color MFP M276nw.png', '2012-09-01', 150000, 0, 14, 'Press the Home button, then scroll to select Information, then select Configuration Report. OR scroll to Supplies and select Supplies Status.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2109, 'HP', 'LASERJET P3010 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2110, 'HP', 'COLOR LaserJet MFP M476dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2111, 'HP', 'LASERJET 600 M601', 3, NULL, 'hp 601dn.png', NULL, NULL, 0, NULL, 'Select the Home button, then select ADMINISTRATION, and then REPORTS, scroll to select USAGE PAGE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2112, 'HP', 'COLOR LaserJet CP2025n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2113, 'HP', 'LaserJet 400 MFP M425dn', 20, NULL, 'c03355210.png', '2012-06-01', 750000, 0, 35, 'From the Home screen on the control panel, touch the SETUP (wrench & gear) button. Select REPORTS, then select  USAGE PAGE. Report PAGE COUNT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2114, 'HP', 'LASERJET 400 M401DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2115, 'HP', 'LASERJET 2100 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Simultaneously press and release the GO and JOB CANCEL buttons on the control panel to print a Configuraton Page.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2124, 'Brother', 'HL-5250DN', 10, NULL, 'Brother-HL-5250DN-printer.jpg', '2005-12-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2125, 'HP', 'LASERJET 4050 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2126, 'HP', 'LASERJET 4250', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2127, 'TOSHIBA', 'e-STUDIO353', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2128, 'HP', 'LASERJET P2035n', 3, NULL, 'c02944333.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2129, 'HP', 'COLOR LaserJet 5500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press checkmark to select MENU; scroll to INFORMATION; press checkmark to select; scroll to PRINT CONFGURATION; press checkmark to select.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2130, 'HP', 'LaserJet 4100 SERIES', 3, NULL, 'hp 4100.jpg', NULL, NULL, 0, NULL, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2131, 'HP', 'COLOR LaserJet 4700', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2132, 'HP', 'COLOR LaserJet CP2025dn', 3, NULL, 'c02573597.png', NULL, NULL, 0, NULL, 'Press OK to open menus; press side arrows to REPORTS; select OK; use back arrow to scroll to USAGE PAGE; press OK. Report BLACK & COLOR Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2133, 'HP', 'LASERJET 4300', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press checkmark button to select MENU, scroll to INFORMATION, press checkmark button to select; scroll to PRINT CONFIGURATION. Press checkmark button to select.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2134, 'HP', 'LASERJET 4200', 3, NULL, 'c02890846.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2135, 'HP', 'LASERJET P4515', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2136, 'LEXMARK', 'MS810', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2137, 'ZEBRA', 'ZTC GK420d', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2138, 'CANON', 'iR-ADV C5235', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2139, 'CANON', 'iR1025', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2140, 'CANON', 'iR-ADV 4235', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2141, 'HP', 'LASERJET 400 M401DNE', 10, NULL, 'c03526610.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2142, 'HP', 'LASERJET 400 color M451dn', 3, NULL, 'c03024418.png', NULL, NULL, 0, NULL, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2143, 'CANON', 'iR-ADV 8285', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2144, 'CANON', 'iR-ADV C5250', 3, NULL, 'ECOSYS FS-C5250DN-.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2145, 'CANON', 'iR-ADV 6275', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2146, 'SAMSUNG', 'ML 2150', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2147, 'TOSHIBA', 'e-STUDIO452', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2148, 'HP', 'COLOR LaserJet 3600', 3, NULL, 'HP Color Laser Jet 3600c.png', NULL, NULL, 0, NULL, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2150, 'TOSHIBA', 'e-STUDIO352', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'User Functions, Counter, Total Counter', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2151, 'HP', 'LASERJET 2300L', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press SELECT, then scroll to INFORMATION, then scroll to PRINT CONFIGURATION, then press ENTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2152, 'HP', 'LASERJET 1300n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2153, 'EFI', 'Pro80-S450 65C-KM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2154, 'XEROX', 'Phaser 8400N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Information, OK; Information Pages, OK; Usage Profile, OK; BLACK & COLOR METERS', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2155, 'CANON', 'iR-ADV C7260', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2156, 'ZEBRA', 'ZTC GX430t', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2157, 'HP', 'LASERJET Professional P1606dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2158, 'CANON', 'iPF680', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2159, 'Xerox', 'Workcentre 7556c HCT', 6, NULL, 'Xerox Workcentre 7556c LPT.png', '2014-11-01', 3000000, 55, 55, 'Press the MACHINE STATUS button on the Control Panel. Select the BILLING INFORMATION tab on the screen. Select the USAGE COUNTERS button. Select IMPRESSION COUNTERS from the menu. Read BLACK IMPRESSIONS and COLOR IMPRESSIONS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2160, 'Xerox', 'Workcentre 7970', 6, NULL, 'Xerox 7970.jpg', '2014-09-01', 4000000, 0, 70, 'On Control Panel, select MACHINE STATUS, then scroll and select INFORMATION PAGES, then scroll and select CONFIGURATION REPORT, then PRINT.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2161, 'Xerox', 'Workcentre 5945', 1, NULL, 'Xerox 5945.jpg', '2014-08-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2162, 'Xerox', 'Workcentre 5955', 1, NULL, 'Xerox 5955.jpg', '2014-08-01', 2000000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2163, 'HP', 'LASERJET 500 color M551', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2164, 'HP', 'LASERJET 600 M602', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2165, 'Epson', 'Stylus CX3810', 22, NULL, '31414397-2-440.jpg', '2005-08-01', 250000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2166, 'LEXMARK', 'MX310dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2167, 'KONICA-MINOLTA', 'BIZHUB 652', 3, NULL, 'Konica Minolta BH652.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2168, 'Ricoh', 'MP C3503', 6, NULL, 'Ricoh MPC3503.jpg', '2013-07-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER. Record BLACK and COLOR totals.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2171, 'HP', 'Designjet 4000ps', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2172, 'DYMO', 'LabelWriter 400 Turbo', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2173, 'DYMO', 'LabelWriter 330', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2174, 'Toshiba', 'E-Studio 6560C', 6, NULL, 'Toshiba e-STUDIO6560C.png', '2014-04-01', 3000000, 0, 65, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2176, 'HP', 'Laser jet 3030', 20, NULL, 'HP Laser jet 3030.jpg', '2004-03-01', 250000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2177, 'RICOH', 'Aficio MP 7000', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2179, 'HP', 'Deskjet 970', 12, NULL, 'HP Deskjet 970.jpg', '1999-01-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2181, 'HP', 'Officejet J5780', 22, NULL, 'HP Officejet J5780.jpg', '2007-01-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2183, 'HP', 'Laser Jet Pro M401dw', 10, NULL, 'HP401DNE.jpg', '2013-01-01', 750000, 0, 35, 'Press OK to open menu, scroll to REPORTS, select OK, then scroll to CONFIGURATION PAGE, and  press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2184, 'Lexmark', 'CS410n', 11, NULL, 'Lexmark CS410n.png', '2012-10-01', 750000, 0, 32, 'Select the Menu button (wrench symbol), then select REPORTS, then select DEVICE STATISTICS.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2188, 'KONICA-MINOLTA', 'BH5501C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2189, 'HP', 'LASERJET P2055x', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2191, 'Ricoh', 'SP3500N', 10, NULL, 'sp3500n-1.png', '2012-06-01', 750000, 0, 30, 'Press USER TOLLS/COUNTER key, then select COUNTER. To print, select PRINT COUNTER LIST and then the START key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2192, 'Canon', 'Pixma MP  560', 12, NULL, 'Canon Pixma MP 560.jpg', '2009-09-01', 100000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2193, 'Brother', 'DCP-7040', 20, NULL, 'brother-dcp-7040.jpg', '2008-05-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2194, 'ZEBRA', 'ZTC HC100-300dpi ZPL', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2195, 'TOSHIBA', 'e-STUDIO657', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(2196, 'TOSHIBA', 'e-STUDIO6560C', 3, NULL, 'Toshiba e-STUDIO6560C.png', NULL, NULL, 0, NULL, 'Job Status, Status', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2197, 'TOSHIBA', 'e-STUDIO857', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2200, 'HP', 'LASERJET P4015', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2201, 'KONICA-MINOLTA', 'BIZHUB 40P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2202, 'KONICA-MINOLTA', 'MAGICOLOR 1690MF', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select Report/Status in LCD screen; press Select; scroll to Total Print. Record Total Color (copy & print) and Total Black (copy & print); do NOT include fax or scan totals', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2203, 'HP', 'LASERJET 2300 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press SELECT, then scroll to INFORMATION, then scroll to PRINT CONFIGURATION, then press ENTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2204, 'HP', 'LASERJET P2035', 3, NULL, 'c02944333.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2205, 'HP', 'OfficeJet 6100', 12, NULL, 'HP Office Jet 6100.png', '2012-07-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2206, 'SAVIN', '917', 3, NULL, 'Savin 917SPF.gif', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2207, 'HP', 'LASERJET P2015 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2208, 'DELL', '1130n Laser Printer', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2209, 'HP', 'COLOR LaserJet 3700', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2210, 'HP', 'COLOR LaserJet CP4520 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2211, 'HP', 'LASERJET 2420', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2212, 'HP', 'LASERJET Professional M1217nfw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2213, 'Brother', 'MFC-5895CW', 22, NULL, 'brother-mfc-5895cw.32560024.jpg', '2010-10-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2215, 'MURATEC', 'MFX-3530', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2216, 'HP', 'Deskjet 2540 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2217, 'TOSHIBA TEC', 'eCos', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2218, 'HP', 'LASERJET 1022n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press GO button until green light flashes and motor starts; Configuraton Page will print.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2219, 'RICOH', 'Aficio MP 4002', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2220, 'HP', 'Laser Jet MP712dn', 10, 'Duplex Sort CIF-Print', 'HP Laser Jet MP712dn.png', '2012-11-01', 1000000, 0, 40, 'Select the Home button on the Control Panel, then select ADMINISTRATION and then select REPORTS; scroll to USAGE PAGE and select OK. Then scroll up to the PRINT option, then press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2221, 'HP', 'Photosmart C7200 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2222, 'HP', 'COLOR LASERJET 200 M251nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'From the Home screen in the Control Panel, press the SETUP button, then select REPORTS, then select USAGE PAGE to find the Total Monochrome and Total Color counts.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2223, 'HP', 'COLOR LaserJet Pro MFP M177fw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2224, 'HP', 'Photosmart 7520 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2225, 'RICOH', 'Aficio SP 5200DN', 3, NULL, '1021292953.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2226, 'TOSHIBA', 'e-STUDIO6550C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2227, 'HP', 'Designjet T520 36in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2228, 'EPSON', 'WF-2630 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2229, 'HP', 'Photosmart 5520 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2230, 'HP', 'PRO 8100', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2231, 'HP', 'LASERJET P1505n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2232, 'HP', 'COLOR LaserJet 2600n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the checkmark button (green) on front panel; MAIN MENU REPORTS should appear. Press the checkmark button again; DEMO PAGE should appear; right arrow down to CONFIGURATION OR CONFIG REPORT. Press the checkmark button again.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2233, 'HP', 'COLOR LaserJet CP3505', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2234, 'RICOH', 'Aficio MP C3300', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2235, 'RICOH', 'Aficio MP C4000', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2236, 'HP', 'LASERJET 5100 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press MENU button until INFORMATION MENU appears; press ITEM until PRINT CONFIGURATION appears. Press SELECT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2237, 'HP', 'COLOR LaserJet CP3525', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU, scroll to and select INFORMATION, then scroll to and select PRINT USAGE PAGE. Read Total Monochrome and Total Color.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2238, 'HP', 'LASERJET P3005', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU, then scroll up or down to INFORMATION, press the checkmark button to select, then scroll to PRINT USAGE PAGE, and press the checkmark button to select.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2239, 'HP', 'COLOR LaserJet 4600', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the checkmark button (Select) on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT CONFIGURATION. Press the checkmark button to select and print. Provide all meters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2240, 'HP', 'LASERJET P2055dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU through the LCD screen. Scroll down to REPORTS and hit OK, then scroll down to CONFIGURATION PAGE and hit OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2241, 'HP', 'COLOR LaserJet 3800', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the checkmark button on front panel to enter the MENUS. Press the down arrow to highlight INFORMATION; press the checkmark button (Select to select INFORMATION. Press the down arrow to highlight PRINT USAGE PAGE. Press the checkmark button to select and print. Provide all meters.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2242, 'HP', 'LASERJET 3055', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press MENU from Control Panel, then scroll < or > to REPORTS then press the checkmark button; scroll < or > to USAGE PAGE, then press the checkmark button.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2243, 'RICOH', 'Aficio MP 7500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2244, 'RICOH', 'Aficio 2020D', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2245, 'HP', 'COLOR LaserJet 4650', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2246, 'HP', 'LASERJET 5000 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2247, 'XEROX', 'DocuColor 252 with EFI Fiery C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2248, 'RICOH', 'Aficio MP 6500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select User Tools from front panel, then select COUNTER; Read 101 Total 1', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2249, 'EPSON', 'Stylus Pro 9900', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2250, 'XEROX', 'Color EX C60-C70 with EFI Fier', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2252, 'KYOCERA', 'ECOSYS M2035dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2253, 'HP', 'LASERJET 700 M712', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2254, 'ZEBRA', 'ZTC 110Xi4-203dpi ZPL', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2255, 'Brother', 'HL-L2305W', 10, NULL, 'placeholder.jpg', '2014-08-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2256, 'LEXMARK', 'X463de', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2257, 'Ricoh', 'SPC252dn', 11, 'CIF-Print', '10924666.png', '2014-04-01', 500000, 21, 21, 'Press the MENU key; scroll down to select LIST/TEST PRINT, then press the OK key; scroll to CONFIG. PAGE, then press OK. Press the MENU key to return to initial screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2258, 'Ricoh', 'SP5200dn', 10, NULL, 'SP-6330N.png', '2011-12-01', 1000000, 0, 47, 'Press the MENU key; scroll down to select LIST/TEST PRINT, then press the OK key; scroll to CONFIG. PAGE, then press OK. Press the MENU key to return to initial screen.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2259, 'Canon', 'IR-ADV 4035', 1, NULL, 'Canon IR-ADV 4035.gif', '2012-05-01', 500000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2260, 'Brother', 'MFC-5490CN', 22, NULL, 'Brother MFC5490CN 550.jpg', '2004-08-01', 500000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2261, 'Dell', '1355cn Color MFP', 22, NULL, 'dell_1355cnw_769199_g1.png', '2011-04-01', 150000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2262, 'HP', 'LASERJET M1536dnf MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press the SETUP (wrench) button on the Control Panel; Press OK to select REPORTS; Press OK to select CONFIGURAITON REPORT.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2263, 'HP', 'COLOR LaserJet 2605dtn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select MENU from Control Panel; scroll to INFORMATION, then select PRINT USAGE; press OK.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2264, 'Copystar', 'CS-1635', 1, NULL, 'Copystar CS-1635.jpg', '2006-05-01', 250000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2265, 'Brother', 'DCP-8155DN', 20, NULL, 'Brother DCP-8155DN.jpg', '2012-08-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2266, 'HP', 'Laser Jet M1217nf MFP', 20, NULL, 'hp Laserjet Pro M1212nf MFP.jpg', '2011-04-01', 200000, 0, 19, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2267, 'HP', '5510 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2268, 'HP', 'OfficeJet 4630 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2269, 'Open-Mesh', 'OM2P-HS', 23, NULL, 'OM2P-HS.jpg', NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2270, 'Open-Mesh', 'OM2P', 23, NULL, 'OM2P.jpg', NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2271, 'Open-Mesh', 'MR900', 23, NULL, 'MR900.jpg', NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2272, 'HP', 'Color Laser Jet M651dn', 11, NULL, 'HP Color Laser Jet M651dn.png', '2014-04-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2273, 'HP', 'Officejet Pro 8610', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2274, 'EPSON', 'Artisan 837', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2275, 'HP', 'Designjet T520 24in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2276, 'HP', 'Deskjet 3510 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2277, 'POLAROID', 'P5500S', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2278, 'BROTHER', 'MFC-L8600CDW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2279, 'BROTHER', 'MFC-9340CDW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2280, 'Ricoh', 'MP 5054', 1, NULL, 'Ricoh MP 5054.png', '2015-02-01', 2000000, 0, 50, 'In the Control Panel, select USER TOOLS/COUNTER, then select COUNTER. The counter information is displayed. Print the counter by selecting PRINT COUNTER LIST and then START.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2281, 'Ricoh', 'MP 7502', 1, NULL, 'Ricoh MP 7502.png', '2012-08-01', 5000000, 0, 75, 'Press USER TOOLS/COUNTER, select COUNTER.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2282, 'Ricoh', 'MP 9002', 1, NULL, 'Ricoh MP 9002.jpg', '2012-08-01', 7000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2283, 'Ricoh', 'MP C305SPF', 21, NULL, 'Ricoh MP C305SPF.png', '2012-05-01', 750000, 0, 31, 'Press the USER TOOLS/COUNTER key. Select COUNTER. Read Pages Printed: BLACK & COLOR. Please include BOTH meters.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2284, 'Ricoh', 'SP 8300DN', 10, NULL, 'Ricoh SP 8300DN.png', '2012-11-01', 2000000, 0, 50, 'Press the Menu key then press the up or down arrow key to scroll to \"List/Test Print\" and then the Ok key. Press the up or down arrow key to scroll to \"Config Page\", and then press the \"Ok\" key. The counter will be on the printed Configuration page under \"Total Counter\".', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2285, 'Ricoh', 'MP 6054', 1, NULL, 'Ricoh MP 6054.png', '2015-02-01', 3500000, 0, 60, 'In the Control Panel, select USER TOOLS/COUNTER, then select COUNTER. The counter information is displayed. Print the counter by selecting PRINT COUNTER LIST and then START.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2286, 'Konica Minolta', 'BH4700P', 10, NULL, '4700P.png', '2013-04-01', 2000000, 0, 50, 'Use the down arrow to select the SETTINGS option and press OK. Scroll down to select REPORTS and press OK. Scroll down to DEVICE STATISTICS and press OK. Total meter is on Page 1 under the TOTAL area near the bottom third of the page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2287, 'Konica Minolta', 'BH224e', 1, NULL, 'Konica Minolta bizhub 224e.jpg', '2013-11-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2288, 'Konica Minolta', 'BHc224e', 6, NULL, 'Konica Minolta bizhub c224e.jpg', '2013-04-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2289, 'Konica Minolta', 'BH25e', 20, NULL, 'C25.png', '2013-09-01', 500000, 0, 25, 'Press the MODE button until “My MFP Menu” is displayed. Select MACHINE INFO then select PRINT, YES.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2290, 'Konica Minolta', 'BHC3100P', 11, NULL, 'c3100p1.png', '2014-06-01', 750000, 0, 32, 'Press the MENU/SELECT button. Scroll down to the COUNTER option. Press the MENU/SELECT button and scroll down to the TOTAL. Please record Black and Color Separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2291, 'Konica Minolta', 'BH 364e', 1, NULL, 'Konica Minolta bizhub 364e.jpg', '2013-11-01', 1000000, 0, 36, 'Select MENU, then select COUNTER. Read TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2292, 'HP', 'Laser Jet M806dn', 10, NULL, 'HP Laserjet M806DN', '2013-10-01', 200000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2293, 'Konica Minolta', 'BH364E', 1, NULL, 'Konica Minolta bizhub 364e.jpg', '2013-11-01', 750000, 0, 36, 'Select MENU, then select COUNTER. Read TOTAL.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2294, 'Ricoh', 'MP C6003', 6, NULL, 'Ricoh MP C6003.png', '2013-07-01', 3500000, 0, 60, 'From the Control Panel, select User Select USER TOOLS/COUNTER from the Control Panel, then select COUNTER; provide BLACK and COLOR meters separately. OR select the HOME key at the top left of the Control Panel, slide the screen to the left, press the USER TOOLS icon, then press the COUNTER.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2295, 'Ricoh', 'MP 3554', 1, NULL, 'Ricoh MP 3554.png', '2014-11-01', 750000, 0, 35, 'Select USER TOOLS/COUNTER from Control Panel. Press COUNTER. To print out the counter, select PRINT COUNTER LIST, then press the START key.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2296, 'Ricoh', 'SP 4510DN', 10, NULL, 'Ricoh SP 4510DN.png', '2015-01-01', 1000000, 0, 42, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2297, 'HP', 'Color LaserJet CM2320fxi MFP', 21, NULL, 'HP Color Laserjet CM2320FXI.jpg', '2008-09-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2298, 'Epson', 'B-510DN', 12, NULL, 'Epson B-150DN.jpg', '2010-08-01', 150000, NULL, 5, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2299, 'Brother', 'MFC-8460N', 20, NULL, 'Brother MFC-8460N.jpg', '2006-04-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2300, 'HP', 'Officejet 7610 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2301, 'HP', 'Designjet Z5200 PostScript', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2302, 'BW', 'MF405-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2303, 'Ricoh', 'MPC6003', 6, NULL, 'Ricoh MP C6003.png', '2015-03-01', 3500000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2304, 'Oki Data', 'MPS3537mc', 21, NULL, 'MissingDeviceImage.png', '2013-06-01', NULL, 750000, 37, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2305, 'Toshiba', 'e-Studio 907', 1, NULL, 'Toshiba e-STUDIO907.png', '2014-06-01', 5000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2306, 'Toshiba', 'e-Studio 355', 1, NULL, 'Toshiba e-Studio355.png', '2009-06-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2307, 'Copystar', 'P6026CDN', 11, NULL, 'uyyydyjyjyttyy.png', '2014-02-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2308, 'Toshiba', 'e-Studio 4555c', 6, NULL, 'Toshiba-e-STUDIO4555C.png', '2013-07-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2309, 'Toshiba', 'e-studio 287CSL', 6, NULL, 'Toshiba e-STUDIO287CS.png', '2014-07-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2310, 'RICOH', 'Aficio SP 3500N', 3, NULL, 'Ricoh AF SP3500.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2311, 'HP', 'COLOR LaserJet MFP M476nw', 3, NULL, 'HP Color Laserjet m476DN.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2312, 'Kyocera', 'M2535DN', 20, NULL, 'Kyocera M2535dn_zoom.jpg', '2014-03-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2314, 'Brother', 'HL-5240', 10, NULL, 'Brother HL-5240.jpg', '2005-10-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2316, 'Dell', '1350cnw', 11, NULL, 'Dell-1350cnw.jpg', '2010-09-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2317, 'SHARP', 'MX-C402SC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2318, 'SHARP', 'MX-B402SC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2319, 'SHARP', 'MX-4141N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2320, 'SHARP', 'DX-B350P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2321, 'SHARP', 'MX-3640N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2322, 'SHARP', 'MX-M904', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2323, 'SHARP MX-C301W', 'MX-C301W', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2324, 'SHARP', 'MX-M564N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2325, 'HP', 'LASERJET 400 color M451nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2326, 'HP', 'COLOR LaserJet M651', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2327, 'KONICA-MINOLTA', 'BIZHUB 4700P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2328, 'HP', 'LASERJET CP1525nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2329, 'HP', 'LASERJET 400 M401DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2330, 'HP', 'COLOR LaserJet CP5225dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2332, 'HP', 'LASERJET 5', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2333, 'HP', 'LASERJET 2200', 3, NULL, 'hp 2200.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2334, 'HP', 'LASERJET 1200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2335, 'HP', 'LASERJET 4350', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2336, 'HP', 'LASERJET CM1415fnw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2337, 'HP', 'COLOR LaserJet 4550', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2338, 'HP', 'COLOR LaserJet CM1312nfi MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2339, 'HP', 'LASERJET 4240', 3, NULL, 'HP Laser Jet 4240.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2340, 'HP', 'COLOR LaserJet 300 MFP M375nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2341, 'HP', 'LASERJET Professional P1102w', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2342, 'HP', 'COLOR LaserJet 100 MFP M175nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2343, 'HP', 'LASERJET 6L', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2344, 'HP', 'LASERJET 400 color M451dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2345, 'HP', 'LASERJET Professional M1212nf', 3, NULL, 'HP Laser Jet M1212nf MFP.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2346, 'HP', 'LASERJET 4 Plus', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2347, 'EPSON', 'XP-410 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2349, 'HP', 'LASERJET 600 M603', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2350, 'HP', 'LASERJET 8150 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2351, 'HP', 'LASERJET 400 colorMFP M475dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2352, 'HP', 'COLOR LaserJet 2820', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2353, 'HP', 'COLOR LaserJet 2550 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2354, 'HP', 'LASERJET 2430', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2355, 'HP', 'LASERJET 5M', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2356, 'HP', 'COLOR LaserJet 3550', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2357, 'LEXMARK', 'X651de', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2358, 'HP', 'COLOR LaserJet 5550', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2359, 'HP', 'LASERJET 5MP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2360, 'HP', 'LASERJET 5Si', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2361, 'EFI', 'PRO80 65-55C-KM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2363, 'HP', 'LASERJET 5200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2364, 'HP', 'LASERJET 9040', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2365, 'HP', 'LASERJET 8000 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2366, 'BROTHER', 'QL-710W', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2367, 'HP', 'LASERJET 3390', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2368, 'HP', 'COLOR LaserJet CP5520 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2369, 'KONICA-MINOLTA', 'DI3510', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2370, 'HP', 'COLOR LaserJet 3500', 3, NULL, 'hp 3500.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2371, 'CANON', 'LBP5460', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2372, 'EPSON', 'XP-810 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2373, 'HP', 'LASERJET CP1025nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2379, 'RICOH', 'MP C3003', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2380, 'HP', 'Designjet T2500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2381, 'RICOH', 'Aficio MP 5500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2382, 'KONICA-MINOLTA', 'BIZHUB C3100P', 3, NULL, 'c3100p1.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2385, 'BROTHER', 'MFC-J6510DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2386, 'KONICA-MINOLTA', 'MAGICOLOR 7450', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2387, 'HP', 'Color Laser Jet Pro MFP M570dn', 21, 'RADF Duplex CIF-Print', 'HP Color Laser Jet Pro MFP M570dn.png', '2012-11-01', 750000, 0, 31, 'On Control Panel, press the HOME icon button, then select the SETUP (wrench) icon. Select REPORTS, then select USAGE PAGE. Report Black AND Color Pages printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2388, 'TBD 20-29 CPM Black MFP', NULL, 20, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2389, 'TBD 20-29 CPM Color MFP', NULL, 21, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2390, 'TBD 30-39 CPM Black MFP', NULL, 20, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2391, 'TBD 30-39 CPM Color MFP', NULL, 21, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2392, 'DELL', 'B2375dnf Mono MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2393, 'RICOH', 'Aficio MP W3601', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2394, 'HP', 'LASERJET 9000 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2395, 'SAVIN', 'CLP131DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2396, 'HP', 'LASERJET 1150', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2397, 'RICOH', 'Aficio AP3200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2398, 'XEROX', 'Phaser 6360N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2399, 'XEROX', 'Phaser 6180MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2400, 'XEROX', 'Phaser 6180N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2401, 'KONICA-MINOLTA', 'BIZHUB C280', 3, NULL, 'konica-minolta-bizhub-c280.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2402, 'Canon', 'MF4770n', 20, NULL, NULL, '2012-08-01', 500000, 0, 24, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2403, 'Konica Minolta', 'BHc368', 6, NULL, 'Konica Minolta BHc368.png', '2015-08-01', 750000, 0, 36, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2404, 'XEROX', 'WorkCentre 5335', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2405, 'HP', 'LASERJET M604', 3, NULL, 'HP M604DN.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2406, 'RICOH', 'Aficio SP 8200DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2407, 'RICOH', 'Aficio MP 7502', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Press USER TOOLS/COUNTER, select COUNTER.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2408, 'RICOH', 'Aficio MP C305', 3, NULL, 'Ricoh MP C305SPF.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2409, 'RICOH', 'Aficio SP 8300DN', 3, NULL, 'Ricoh SP 8300DN.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2410, 'HP', 'Officejet Pro X576dw MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2411, 'HP', 'Officejet Pro 8620', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2412, 'RICOH', 'Aficio SP C431DN', 3, NULL, 'Ricoh SPC431DN.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2413, 'XEROX', 'WorkCentre 7845-old', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2414, 'BROTHER', 'MFC-7840W', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2415, 'HP', 'Laser Jet 600 M604', 10, NULL, 'HP M604DN.png', '2015-04-01', 2000000, 0, 52, 'In Control Panel, scroll to and select ADMINISTRATION, then scroll to and select REPORTS. Scroll to and select CONFIGURATON/STATUS PAGES, and then scroll to and select USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2416, 'Lexmark', 'C792', 11, NULL, 'Lexmark C792.png', '2010-10-01', 2000000, 0, 50, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2417, 'HP', 'COLOR LaserJet Pro M252dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2418, 'Konica Minolta', 'BHC280', 6, NULL, 'konica-minolta-bizhub-c280.png', '2015-09-09', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2419, 'XEROX', 'D95 Copier-Printer', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2420, 'Konica Minolta', 'BH283', 1, NULL, NULL, '2010-06-01', 500000, 0, 28, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2421, 'KONICA-MINOLTA', 'BIZHUB C368', 3, NULL, 'Konica Minolta BHc368.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2422, 'Samsung', 'C2670 Series', 21, NULL, 'Samsung C2670.png', '2014-08-01', 750000, 0, 27, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2423, 'Ricoh', 'Pro C5100S', 16, NULL, NULL, '2013-06-01', NULL, 0, 80, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2424, 'Ricoh', 'Pro C5110S', 16, NULL, NULL, '2013-06-01', NULL, 0, 65, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2425, 'Ricoh', 'Pro 8110S', 15, NULL, NULL, '2013-08-01', 3500000, 0, 110, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2426, 'HP', '5740 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2427, 'XEROX', 'WorkCentre 7530', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2428, 'KONICA-MINOLTA', 'BIZHUB 3320', 3, NULL, 'Konica Minolta BH3320.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2429, 'EPSON', 'SC-P800 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2430, 'HP', '3630 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2431, 'HP', 'COLOR LaserJet CP5225n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2432, 'HP', 'LASERJET M605', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'In Control Panel, scroll to and select ADMINISTRATION, then scroll to and select REPORTS. Scroll to and select CONFIGURATON/STATUS PAGES, and then scroll to and select USAGE PAGE.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2434, 'EPSON', 'UB-E03', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2435, 'BROTHER', 'HL-L2360D series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2436, 'CANON', 'LBP5970', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2437, 'HP', 'COLOR LaserJet MFP M277dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2438, 'EPSON', 'WF-7110 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2439, 'BROTHER', 'HL-2270DW series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2440, 'HP', 'ENVY 5530 SERIES', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2441, 'DELL', 'B3460dn Laser Printer', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2442, 'EPSON', 'Artisan 1430', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2443, 'RICOH', 'Aficio SP C420DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2444, 'Lexmark', 'MS810n', 10, NULL, 'Lexmark MS810n.png', '2012-10-01', 1000000, 0, 55, 'Select the Home button on the Control Panel, scroll to SETTINGS, select OK; scroll to REPORTS, select OK; scroll t DEVICE STATISTICS, select OK. Read Media Picked Side Count.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2445, 'BROTHER', 'MFC-J470DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2446, 'BROTHER', 'MFC-J4420DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2448, 'HP', 'LASERJET M402dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2449, 'TOSHIBA', 'e-STUDIO2830C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2450, 'HP', 'COLOR LaserJet M553', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2451, 'HP', 'MFG:Hewlett-Packard', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2452, 'HP', 'LASERJET Pro M201dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2453, 'TOSHIBA', 'Corporation', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2454, 'Samsung', 'SL-M3870FW', 20, NULL, 'samsung sl-m3780.png', '2013-05-01', 750000, 0, 40, 'Select MENU button on Control Panel, then select SYSTEM SETUP > REPORT > USAGE COUNTER. Or Select the SETUP (gear) button, then MACHINE SETUP > NEXT > REPORTS > USAGE COUNTER.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2455, 'SAMSUNG', 'M337x 387x 407x Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2456, 'SAMSUNG', 'MFG:Samsung', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2458, 'BROTHER', 'MFC-L8850CDW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2459, 'RICOH', 'Aficio MP 7502 1.10 / RICOH Ne', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2460, 'RICOH', 'MP 5054 1.09 / RICOH Network P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2462, 'Samsung', 'SCX-4500W', 20, NULL, 'Samsung-SCX-4500W-Monochrome-Laser-Printer.png', '2007-08-01', 250000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2463, 'HP', 'HP COLOR LASERJET MFP M277dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2464, 'DELL', 'C2660dn Color Laser', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2465, 'RICOH', 'MP C6003 1.21 / RICOH Network ', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2466, 'HP', '1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2471, 'HP', 'HP LASERJET 200 COLOR M251nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2472, 'RICOH', 'MP C4503 1.21 / RICOH Network ', 3, NULL, 'Ricoh MP C4503.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);
INSERT INTO `y2017_model_details` (`model_id`, `mach_make`, `model`, `machine_types_id`, `features`, `machine_image`, `intro`, `life`, `min_speed`, `max_speed`, `meter_read_dir`, `is_color`, `auto_created`, `created_date`, `created_by`, `modified_date`, `modified_by`, `deleted_at`) VALUES
(2475, 'MFG:HEWLETT-PACKARD;CMD:PJL', 'PCLXL PCL PDF POSTSCRIPT', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2477, 'KYOCERA', 'ECOSYS M2535dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2479, 'HP', 'LASERJET M402dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2480, 'TOSHIBA', 'e-STUDIO287CS', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2483, 'EPSON', 'WF-3620 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2485, '1', 'RICOH', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2491, 'RICOH', 'Aficio MP C305 4.07 / RICOH Ne', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2492, 'EPSON', 'Stylus Pro 4900', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2493, 'HP', 'COLOR LASERJET M452NW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2499, 'MFG:SAMSUNG;CMD:SPL', 'Samsung M337x 387x 407x Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2503, '', '2004', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2510, 'Ricoh', 'SP3510dn', 10, 'Duplex CIF-Print', 'Ricoh SP3510dn Duplex CIF-Print.png', '2012-06-01', 750000, 0, 30, 'Press MENU button on Control Panel, press Enter; scroll to LIST/TEST PRINT, press Enter; scroll to CONFIG PAGE, press Enter. Read Pages Printed.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2512, 'HP', 'PML PCLXL URP PCL PDF POSTSCRI', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2515, 'RICOH', 'MP 6054 1.08 / RICOH Network P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2524, '', 'MFG:Hewlett-Packard;CMD:PJL,PM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2535, 'BROTHER', 'MFC-J480DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2542, 'HP', 'LASERJET 400 M401N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2555, 'LEXMARK', 'MX410de', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2556, 'LEXMARK', 'CX410de', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2560, 'Ricoh', 'MP C306SPF', 21, NULL, NULL, '2016-01-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2561, 'Ricoh', 'MP 4054', 1, NULL, 'Ricoh MP 4054.png', '2015-02-01', 1000000, 0, 40, 'In the Control Panel, select USER TOOLS/COUNTER, then select COUNTER. The counter information is displayed. Print the counter by selecting PRINT COUNTER LIST and then START.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2564, 'HP', 'Laser Jet Pro MFP M127fn', 20, NULL, 'HP Laser Jet Pro MFP M127fn.png', '2013-10-01', 500000, 0, 21, 'From the product control panel, press the Setup (wrench) button. Select REPORTS, then scroll to CONFIG REPORT. Press OK to print.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2567, 'Dell', '5130cdn', 11, NULL, 'Dell 5130cdn.jpg', '2010-10-01', 1000000, 0, 47, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2568, 'Dell', 'C2660dn', 11, NULL, 'Dell C2660dn.png', '2013-10-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2569, 'Xerox', 'Workcentre 3315 MFP', 20, NULL, 'Xerox Workcentre 3315.png', '2012-06-01', 750000, 0, 33, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2570, 'Dell', 'B3460dn', 10, NULL, 'Dell B3460dn.jpg', '2012-10-01', NULL, 2000000, 50, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2571, 'Dell', 'B2375dnf', 20, NULL, 'Dell B2375dnf.jpg', '2013-11-01', 1000000, NULL, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2572, 'Dell', 'C1760nw', 11, NULL, 'Dell C1760nw.png', '2012-12-01', 150000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2573, 'Dell', 'B5465dnf', 20, NULL, 'Dell B5465dnf.jpg', '2013-01-01', 5000000, 0, 70, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2594, 'HP', 'Color LaserJet CP4020 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2595, 'Xerox', 'WorkCentre 5135', 1, NULL, NULL, '2009-10-01', 1000000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2596, 'KONICA-MINOLTA', 'BIZHUB C451', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2597, 'RICOH', 'Aficio MP C6501', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2598, 'RICOH', 'Aficio MP C6501 E-7200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2599, 'RICOH', 'Aficio MP 5002', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2600, 'DELL', '2155cn Color MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2601, 'RICOH', 'Aficio MP 3350B', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2602, 'CANON', 'iPF8000S', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2603, 'HP', 'Laser Jet Pro M402dn', 10, NULL, 'hp 402dn.png', '2015-10-01', 1000000, 0, 40, 'Press OK to open menu, scroll to REPORTS, select OK, then scroll to CONFIGURATION PAGE, and  press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2604, 'HP', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2605, 'HP', 'Laser Jet Enterprise M506dn', 10, NULL, NULL, '2015-10-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2606, 'HP', 'Color Laser Jet M452dn', 11, NULL, 'hp 452dn.png', '2015-10-01', 500000, 0, 28, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2607, 'HP', 'LaserJet 400 MFP M426dn', 20, NULL, NULL, '2015-10-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2608, 'HP', 'Color Laserjet Pro M477fdn', 21, NULL, 'HP Color Laserjet Pro M477fdn.png', '2015-10-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2609, '560C', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2610, 'Kyocera', 'P6130cdn', 11, NULL, 'KYOCERA_ECOSYS_P6130CDN_03.png', '2015-06-01', 750000, 0, 32, 'Select MENU from the Control Panel, scroll down to COUNTER, then press the right arrow button. Read BLACK and COLOR totals separately.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2611, 'Toshiba', 'E-Studio 6570C', 6, NULL, NULL, '2014-04-01', 4000000, 0, 70, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2612, 'HP', 'COLOR LASERJET M452DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2613, 'BROTHER', 'MFC-L2700DW series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2614, 'RICOH', 'Aficio SP C830DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2615, 'HP', '3830 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2616, 'RICOH', 'MP C306Z', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2617, 'HP', 'Designjet T120', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2618, 'EPSON', 'SC-P400 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2619, 'RICOH', 'MP C6003 E-22C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2620, 'HP', 'LaserJet M402n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2621, 'DELL', 'Color MFP H825cdw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2623, 'HP', 'Pro 6830', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2624, 'KONICA-MINOLTA', 'BIZHUB 3301P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2630, 'HP', 'COLOR LASERJET M452DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2631, 'HP', 'Designjet Z3200ps 24in Photo', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2632, 'HP', 'LaserJet Pro MFP M127fn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2633, 'HP', 'LaserJet 100 colorMFP M175nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2634, 'CANON', 'MF6100 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2635, 'XEROX', 'Phaser 3320', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2636, 'Konica Minolta', 'BH3301P', 10, NULL, '3301P-525x450.jpg', '2015-11-01', 500000, 0, 35, 'Use the down arrow to select SETTINGS and press OK button. Scroll and select REPORTS, press OK button. Scroll down to DEVICE STATISTICS, press OK button. Total meter is on page 1 under the Total area near the bottom third of the page.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2637, 'DELL', 'MFP H815dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2638, 'Konica Minolta', 'BHC284', 6, NULL, 'MissingDeviceImage.png', NULL, 500000, 0, 28, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2639, 'KONICA-MINOLTA', 'BIZHUB 363', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2640, 'HP', 'C6300 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2641, 'Xerox', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2642, 'Xerox', 'Phaser 3320DNI', 10, NULL, NULL, '2012-06-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2643, 'Xerox', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2644, 'Xerox', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2647, 'Xerox', 'Phaser 6600DNI', 11, NULL, NULL, '2012-06-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2648, 'Dell', '5310n', 10, NULL, NULL, '2006-01-01', 1000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2649, 'Samsung', 'M4530ND', 10, NULL, NULL, '2015-07-01', 1000000, 0, 47, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2650, 'KONICA-MINOLTA', 'BIZHUB C284', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2652, 'BROTHER', 'MFC-J475DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2653, 'BROTHER', 'QL-720NW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2654, 'XEROX', 'WorkCentre 5655', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2655, 'Toshiba', 'e-Studio 506', 1, NULL, 'Toshiba 506.png', NULL, NULL, 0, 50, 'Select COUNTER from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total from lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2656, 'Konica Minolta', 'BH808', 1, NULL, 'bizhub808_525x450.png', '2016-06-01', 4000000, 0, 80, 'Select MENU on the Control Panel, then select the COUNTER button in the upper left of the screen. Read TOTAL (COPY+PRINT).', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2657, 'XEROX', 'Phaser 3610', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2659, 'TOSHIBA', 'e-STUDIO6570C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2660, 'KYOCERA', 'ECOSYS P6130cdn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2661, 'SAMSUNG', 'X7500GX', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2662, 'SAMSUNG', 'K7500GX', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2663, 'Toshiba', 'e-Studio 4508A', 1, NULL, 'estudio_2508a_3008a_3508a_4508a_5008a.png', '2016-07-01', 1000000, 0, 45, 'On Control Panel, upper right near top of numeric keypad, select COUNTER button. Then select PRINT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2664, 'Toshiba', 'e-Studio 7508A', 1, NULL, 'estudio_2508a_3008a_3508a_4508a_5008a.png', '2016-07-01', 4000000, 0, 75, 'On Control Panel, upper right near top of numeric keypad, select COUNTER button. Then select PRINT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2665, 'Toshiba', 'e-Studio 8508A', 1, NULL, 'Toshiba-eSTUDIO6508a.jpg', '2016-07-01', 5000000, 0, 85, 'On Control Panel, upper right near top of numeric keypad, select COUNTER button. Then select PRINT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2666, 'Toshiba', 'e-Studio 4505AC', 6, NULL, 'e-STUDIO4505AC.png', '2016-07-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2667, 'Toshiba', 'e-Studio 5506AC', 6, NULL, 'Toshiba-5506AC-FrontLow-scr.jpg', '2016-07-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2668, 'Toshiba', 'e-Studio 6506AC', 6, NULL, 'Toshiba 6506ac.jpg', '2016-07-01', 4000000, 0, 65, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2669, 'Toshiba', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2670, 'Kyocera', '306CI', 21, NULL, 'kyocera 306ci.jpg', '2016-07-01', 750000, 0, 30, 'Select the SYSTEM MENU/COUNTER key, then select REPORT, then select REPORT PRINT. Find Monochrome & Color Totals mid-way on the page. Please report BOTH.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2671, 'Ricoh', 'MP 9003SP', 1, NULL, NULL, '2016-07-01', 7000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2672, 'Ricoh', 'MP 7503SP', 1, NULL, NULL, '2016-07-01', 5000000, 0, 75, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2673, '', 'VNB8H7WFL7', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2674, 'Canon', 'IR ADV 8585', 1, NULL, 'canon 8585i.png', '2016-02-01', 5000000, 0, 85, 'Select the 123 (Counter/Device Information) button in the upper right corner of the Control Panel. Record TOTAL from the Print Counter.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2675, 'Canon', 'IR ADV 4251', 1, NULL, NULL, '2013-10-01', 3000000, 0, 51, 'Press the COUNTER CHECK button on the right side of the Control Panel just above the STOP button.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2677, 'Konica Minolta', 'BH958', 1, NULL, 'bizhub958_265x185_Medium.png', '2016-06-01', 5000000, 0, 95, 'Open left front Door. Located in upper area. OR Press UTILITY. Read Total Count under Serial Number.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2678, 'Konica Minolta', 'BHC308', 6, NULL, 'bizhub-308-large.png', '2016-06-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2679, 'KONICA-MINOLTA', 'BIZHUB 808', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2680, 'KONICA-MINOLTA', 'BIZHUB 364E', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2681, 'TOSHIBA', 'e-STUDIO4508A', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2682, 'HP', 'Color LaserJet 2840', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2683, 'Toshiba', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2684, 'Toshiba', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2685, 'Toshiba', 'e-Studio 6508A', 1, NULL, NULL, '2016-08-01', 3000000, 0, 65, 'On Control Panel, upper right near top of numeric keypad, select COUNTER button. Then select PRINT.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2686, 'Toshiba', 'e-Studio 5508A', 1, NULL, NULL, '2016-08-01', 2000000, 0, 55, 'On Control Panel, upper right near top of numeric keypad, select COUNTER button. Then select PRINT.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2688, 'Toshiba', 'e-Studio 3555c', 6, NULL, '3555c.jpg', '2013-07-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2689, 'HP', '4500 G510n-z', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2690, 'BROTHER', 'MFC-9130CW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2691, 'RICOH', 'Aficio SP 3510DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2692, 'Ricoh', 'MP C3504', 6, NULL, 'Ricoh MPC3503.jpg', '2016-07-01', 750000, 0, 35, 'Select User Tools/Counter from front panel, then select COUNTER. Record Black AND Color totals.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2693, 'Ricoh', 'MP C4504', 6, NULL, 'Ricoh MP C4503.png', '2016-07-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2694, 'Ricoh', 'MP C6004', 6, NULL, 'Ricoh MP C6003.png', '2016-07-01', 3500000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2695, 'EPSON', 'ET-2550 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2696, 'HP', 'C4380 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2697, 'KONICA-MINOLTA', 'BIZHUB 958', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2698, 'ENVY', '4520 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2699, 'Konica Minolta', 'BHC458', 6, NULL, NULL, '2016-08-01', 1000000, 0, 45, 'Press the MENU button on the key pad, then press the COUNTER button at the top left corner of the touch panel. BLACK & COLOR', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2700, 'Konica Minolta', 'BH458', 1, NULL, NULL, '2016-08-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2701, '', 'HP Designjet T2500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2702, 'TOSHIBA', 'e-STUDIO477S', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2703, 'Toshiba', 'e-Studio 477s', 20, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2704, 'KONICA-MINOLTA', 'BIZHUB C3110', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2705, 'Canon', 'IRC5540', 6, NULL, 'iR-ADV-C5500_b2a.png', '2016-09-01', 1000000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2706, 'Canon', 'IR C5550', 6, NULL, NULL, '2016-09-01', 3000000, 0, 50, 'Select the 123 (Counter/Device Information) button on the right side of the Control Panel to the immediate right of the keypadl. Record TOTAL (Black & White) and TOTAL (Full Color + Single Color) from the Screen.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2707, 'Canon', 'LBP351DN', 10, NULL, NULL, '2016-09-01', 1000000, 0, 58, 'Select the UTILITY key, then select CHECK COUNTER. Record 101 TOTAL 1.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2708, 'HP', 'Laser Jet Pro M402dw', 10, NULL, 'hp 402dn.png', '2015-10-01', 1000000, 0, 40, 'Press OK to open menu, scroll to REPORTS, select OK, then scroll to CONFIGURATION PAGE, and  press OK.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2709, 'HP', 'Color Laser Jet M452dw', 11, NULL, 'hp 452dn.png', '2015-10-01', 500000, 0, 28, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2710, 'TOSHIBA', 'e-STUDIO5055C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2711, 'TOSHIBA', 'e-STUDIO4505AC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2712, 'TOSHIBA', 'e-STUDIO6506AC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2713, 'KYOCERA', 'CS 306ci', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2714, 'TOSHIBA', 'e-STUDIO5506AC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2715, 'TOSHIBA', 'e-STUDIO8508A', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2716, 'TOSHIBA', 'e-STUDIO7508A', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2717, 'EPSON', 'ET-4500 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2718, 'CANON', 'iR-ADV C5540', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Select the 123 (Counter/Device Information) button on the right side of the Control Panel to the immediate right of the keypadl. Record TOTAL (Black & White) and TOTAL (Full Color + Single Color) from the Screen.', 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2719, 'Toshiba', 'e-Studio 3008A', 1, NULL, NULL, '2016-07-01', 750000, 0, 30, 'On Control Panel, upper right near top of numeric keypad, select COUNTER button. Then select PRINT.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2720, 'Kyocera', 'FS-C8650DN', 11, NULL, NULL, '2016-07-01', 750000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2721, 'HP', 'Designjet T3500ps', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2722, 'Toshiba', 'e-Studio 5055c', 6, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2723, 'DELL', 'C1765nfw Color MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2724, 'BROTHER', 'MFC-L2740DW series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2725, 'TOSHIBA', 'e-STUDIO6508A', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2726, 'TOSHIBA', 'e-STUDIO3555C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2727, 'EPSON', 'ET-4550 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2728, 'Samsung', 'Xpress M2835DW', 10, NULL, NULL, '2014-06-01', 150000, 0, 29, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2729, 'Xerox', 'DocuPrint N5125', 10, NULL, NULL, '2000-01-01', 150000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2730, 'Xerox', 'Phaser 6500N', 11, NULL, NULL, '2011-01-01', 150000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2731, 'KONICA-MINOLTA', 'BIZHUB 4020', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2732, 'TOSHIBA', 'e-STUDIO3008A', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2733, 'KYOCERA', 'TASKalfa 5052ci', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2734, 'KYOCERA', 'TASKalfa 6002i', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2735, 'KYOCERA', 'TASKalfa 4002i', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2736, 'KONICA-MINOLTA', 'BIZHUB C308', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2737, 'EPSON', 'WorkForce 645', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2738, 'KONICA-MINOLTA', 'BIZHUB C458', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2739, 'CANON', 'MF720C Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2740, 'HP', 'PageWide Pro 477dw MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2741, 'CANON', 'PRO-4000', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2742, 'Konica Minolta', 'BH558', 1, NULL, NULL, '2017-02-01', 3000000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2743, 'Konica Minolta', 'BHC558', 6, NULL, NULL, '2017-02-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2744, 'HP', 'Color LJ 100 MFP M177nw', 21, NULL, 'HP Colo lj 100 MFP M175nw.jpg', '2012-07-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2745, 'EPSON', 'WorkForce 845', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2746, 'TBD', '40-49 CPM Black MFP', 20, NULL, NULL, NULL, NULL, 40, 49, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2747, 'HP', 'LASERJET 200 COLOR M251NW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2748, 'HP', 'Color LaserJet MFP M477fnw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2749, 'KONICA-MINOLTA', 'BIZHUB C558', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2750, 'KONICA-MINOLTA', 'BIZHUB 558', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2751, 'Brother', 'Intellifax 2840 Fax', 20, 'Fax', 'brother 2840.png', '2006-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2752, 'Brother', 'Intellifax 2820 Fax', 20, 'Fax', 'brohter 2820.png', '2006-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2753, 'Brother', 'Intellifax 2920 Fax', 20, 'Fax', 'brother 2920.png', '2007-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2754, 'HP', 'Laser Jet 600 M605', 10, NULL, 'HP M604DN.png', '2017-04-01', 2000000, 0, 52, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2755, 'HP', 'PageWide Pro 477dn', 21, NULL, 'hp pagewide 477dn.png', '2016-08-01', 500000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2756, 'Ricoh', 'SP 5210SR', 20, NULL, 'Ricoh 5210SR.png', '2011-11-01', 1000000, 0, 52, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2757, 'Canon', 'Fax Phone L190', 20, NULL, 'Canon Fax Phone L190.jpg', '2012-08-01', 250000, 0, 26, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2758, 'Samsung', 'C410', 11, NULL, 'Samsung C410.png', '2013-01-01', 150000, 0, 19, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2759, 'Epson', 'WF-3640', 22, NULL, 'Epson WF-3640.png', '2014-06-01', 100000, 0, 19, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2760, 'HP', 'OfficeJet X451dn', 22, NULL, 'HP OfficeJet X451dn.png', '2012-01-01', 500000, 0, 52, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2761, 'HP', 'OfficeJet X476dn', 22, NULL, 'HP OfficeJet X476dn.png', '2014-02-01', 500000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2762, 'TOSHIBA', 'e-STUDIO1057', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2763, 'RICOH', 'MP C2504', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2764, 'Kodak', 'C310 AIO', 22, NULL, NULL, '2010-08-01', 200000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2765, 'KONICA-MINOLTA', 'BIZHUB 458', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2766, 'Toshiba', 'e-Studio 1057', 15, NULL, 'Toshiba-e-STUDIO1057.png', '2015-01-01', 5000000, 0, 105, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2767, 'HP', 'Laser Jet 5200', 10, NULL, 'missingdeviceimage.png', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2768, 'HP', 'Laser Jet 3050', 10, NULL, 'MissingDeviceImage.png', '2006-04-01', NULL, 0, NULL, 'On Control Panel, select MENU, then select REPORTS, then select USAGE PAGE.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2769, 'BROTHER', 'MFC-7440N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2770, 'Toshiba', 'e-Studio 452', 1, NULL, 'missingdeviceimage.png', '2006-01-01', 1000000, 0, 45, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Total in lower right corner', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2771, 'Ricoh', '2051', 1, NULL, 'Ricoh 2051.jpg', '2004-11-01', 1000000, 0, 51, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2772, 'Konica Minolta', 'BH308', 1, NULL, 'bizhub-308-large.png', '2016-06-01', 750000, NULL, 30, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2773, 'Konica Minolta', 'BHC3351', 21, NULL, 'bizhub_4050_thumb.png', '2017-04-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2774, 'Kyocera', 'P2235dw', 10, NULL, NULL, '2017-04-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2775, 'Kyocera', 'P3045DN', 10, NULL, NULL, '2017-04-01', NULL, 0, 47, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2776, 'Toshiba', 'e-Studio 3005ac', 6, NULL, NULL, '2016-07-01', 750000, NULL, 30, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2777, 'Lexmark', 'X746de', 6, NULL, NULL, '2016-01-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2778, 'Kyocera', 'P2040dw', 10, NULL, NULL, '2017-04-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2779, 'Ricoh', 'MP 4055', 1, NULL, 'Ricoh MP 4054.png', NULL, 1000000, 0, 40, 'In the Control Panel, select USER TOOLS/COUNTER, then select COUNTER. The counter information is displayed. Print the counter by selecting PRINT COUNTER LIST and then START.', 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2780, 'Konica Minolta', 'BHC281', 6, NULL, NULL, NULL, 500000, 0, 28, 'Select UTILITY on Control Panel, select METER COUNT at left of screen, then CHECK DETAILS on the screen at bottom left. OR Open front door. Meter will be above the power switch.', 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2781, 'Konica Minolta', 'BHC658', 6, NULL, NULL, '2017-05-01', 3000000, 0, 65, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2782, 'KYOCERA', 'ECOSYS P3045dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2783, 'DELL', 'Printer S2830dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2784, 'KYOCERA', 'ECOSYS P2235dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2785, 'KONICA-MINOLTA', 'BIZHUB C658', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2786, 'Toshiba', 'e-Studio 5005ac', 6, NULL, 'Toshiba-5506AC-FrontLow-scr.jpg', '2016-01-01', 3000000, 0, 50, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2787, 'Kyocera', 'M2635dw', 20, NULL, NULL, '2017-03-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2788, 'Kyocera', '4052ci', 6, NULL, NULL, '2016-08-01', 1000000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2789, 'Kyocera', '5052ci', 6, NULL, NULL, '2016-08-01', 3000000, 50, NULL, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2790, 'Kyocera', '6052ci', 6, NULL, NULL, '2016-08-01', 3000000, 60, NULL, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2791, 'Kyocera', 'M6535cidn', 21, NULL, NULL, '2016-08-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2792, 'Kyocera', '4002i', 1, NULL, NULL, '2016-08-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2793, 'Kyocera', '6002i', 1, NULL, NULL, '2016-08-01', 3000000, 0, 60, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2794, 'Kyocera', '7002i', 1, NULL, NULL, '2016-08-01', 3000000, 0, 70, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2795, 'Kyocera', '8002i', 1, NULL, NULL, '2016-08-01', 3000000, 0, 80, NULL, 'N', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2796, 'OKI DATA', 'ML420', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2797, 'Konica Minolta', 'AccurioPress C2060', 6, NULL, NULL, '2017-01-01', 5000000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2798, 'Kyocera', 'P5026cdw', 11, NULL, NULL, '2017-06-01', 500000, 0, 26, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2799, 'Toshiba', 'e-Studio 3505AC', 6, NULL, 'e-STUDIO4505AC.png', '2016-07-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2800, 'TOSHIBA', 'e-STUDIO2550C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL),
(2801, 'XEROX', 'WorkCentre 3615', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:14:14', 1271, '2023-06-13 21:14:14', 1271, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `y2017_model_details`
--
ALTER TABLE `y2017_model_details`
  ADD PRIMARY KEY (`model_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `y2017_model_details`
--
ALTER TABLE `y2017_model_details`
  MODIFY `model_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'The id for this record. This is NOT the old model_id.', AUTO_INCREMENT=2802;
COMMIT;

/*!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 */;
