-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 27, 2025 at 04:29 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 `y2015_model_details`
--

CREATE TABLE `y2015_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 `y2015_model_details`
--

INSERT INTO `y2015_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
(1, 'Invalid Model ID', NULL, 10, NULL, 'placeholder.jpg', '1998-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(20, 'HP', 'Laser Jet 3005N', 10, NULL, 'HP 3005N.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(26, 'Lexmark', 'T650dn', 10, NULL, 'Lexmark T650dn.jpg', '2008-10-01', 1000000, 0, 45, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(28, 'HP', 'Laser Jet 2200DT', 10, NULL, 'HP 2200DT.jpg', '2000-08-01', 200000, 0, 19, 'Simultaneously press and release the GO and JOB CANCEL buttons', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(29, 'HP', 'Laser Jet 4100', 10, NULL, 'HP LaserJet 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(33, 'Konica Minolta', 'BH40P', 10, NULL, 'Konica Minolta BH40P.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(34, 'HP', 'Laser Jet 6', 10, NULL, 'HP laserjet 6.jpg', '1996-10-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(35, 'Lexmark', 'S 1855', 10, NULL, 'Lexmark S 1855.jpg', '1998-04-01', 200000, 0, 18, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(36, 'HP', 'Laser Jet 1320TN', 10, NULL, 'HP LaserJet 1320tn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(37, 'HP', 'Laser Jet 4050', 10, NULL, 'HP LaserJet 4050.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(38, 'Gestetner', 'P7527N', 10, NULL, 'Gestetner P7527N.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(42, 'Konica Minolta', 'BH20P', 10, '', 'Konica Minolta 20P.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(45, 'HP', 'Color Laser Jet 3800', 11, NULL, 'HP color laserjet 3800.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(47, 'Lexmark', 'CS736DN', 6, NULL, 'Lexmark CS736DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(48, 'Sharp', 'AR-C200P', 11, NULL, 'Sharp AR-C200P.jpg', '2003-10-01', 500000, 0, 24, 'Hold Copy Key 5 sec', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(49, 'Kyocera', '9120N', 11, NULL, 'kyocera 9120N.jpg', '2004-04-01', 750000, 0, 36, 'Menu, Life Counters, Total Prints', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(50, 'HP', 'Color Laser Jet 4730', 11, NULL, 'hp Color LaserJet 4730.jpg', '2005-11-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(51, 'Kyocera', '5300DN', 6, '', 'kyrocera 5300DN.jpg', '2009-01-01', 500000, 0, 25, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(53, 'HP', 'Color Laser Jet 3600c', 11, NULL, 'HP Color LaserJet 3600.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(57, 'Kyocera', 'FS-C5350DN', 11, NULL, 'KYOCERA FS-C5350DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(58, 'Kyocera', 'FS-3920DN', 10, NULL, 'KYOCERA FS-3920DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(61, 'Sharp', 'AR-157', 1, NULL, 'Sharp AR-157.jpg', '2002-08-01', 200000, 0, 15, 'Press/hold <C> Clear Key for 5 sec (read all numbers)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(62, 'Sharp', 'AR-153', 1, NULL, 'Sharp AR-157.jpg', '2002-08-01', 200000, 0, 15, 'Press/hold <C> Clear Key for 5 sec (read all numbers)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(63, 'Sharp', 'AR-M355N', 1, '', 'sharp ar-m355n.jpg', '2004-10-01', 750000, 0, 35, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(65, 'Kyocera', '5035', 1, NULL, 'Kyocera 5035.jpg', '2003-09-01', 2000000, 0, 50, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(66, 'Ricoh', '1075', 1, NULL, 'machine.jpg', '2002-07-01', 4000000, 0, 75, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(67, 'Ricoh', '3035', 1, NULL, 'ricoh_3035.jpg', '2005-10-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(68, 'Savin', '4035', 1, NULL, 'savin 4035.jpg', '2003-05-01', 750000, 0, 35, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(69, 'Ricoh', '3025', 1, NULL, 'ricoh aficio_3025.jpg', '2005-10-01', 500000, 0, 25, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(70, 'Ricoh', '3045', 1, NULL, 'ricoh_3045.jpg', '2005-01-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(71, 'Xerox', '420', 1, NULL, 'Xerox 420.jpg', '2000-04-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(72, 'Kyocera', '4035', 1, NULL, 'Kyocera 4035.jpg', '2003-09-01', 1000000, 0, 40, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(73, 'Konica Minolta', 'di551', 1, NULL, 'Konica-DI551.jpg', '2002-10-01', 3000000, 0, 55, 'Utility, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(77, 'Sharp', 'AR-M277', 1, NULL, 'sharp AR-M277.jpg', '2003-08-01', 500000, 0, 27, 'Custom Settings, Total Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(78, 'Sharp', 'AR-M550N', 1, NULL, 'Sharp AR-550N.jpg', '2004-01-01', 3000000, 0, 55, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(81, 'Sharp', 'AR-M280U', 1, NULL, 'Sharp AR-M280U.jpg', '2003-07-01', 500000, 0, 28, 'Custom Settings, Total Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(82, 'Konica Minolta', '500', 1, NULL, 'KONICA biz500.jpg', '2006-03-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(86, 'Sharp', 'AR-M700U', 1, NULL, 'sharp  AR-M700U.jpg', '2004-01-01', 4000000, 0, 70, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(88, 'Toshiba', 'E-720', 1, NULL, 'Toshiba e-STUDIO720.jpg', '2008-01-01', 4000000, 0, 72, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(89, 'Toshiba', 'E-810', 1, NULL, 'Toshiba E-810.jpg', '2002-07-01', 4000000, 0, 81, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(93, 'Toshiba', 'E-850', 1, NULL, 'toshibae850.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(95, 'Canon', 'PC850', 1, NULL, 'canon pc 850.jpg', '2002-09-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(99, 'Toshiba', 'E-600', 1, NULL, 'toshiba e-studio 600.jpg', '2008-06-01', 3000000, 0, 60, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(100, 'Toshiba', 'E-520', 1, NULL, 'toshiba e-studio 520.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(101, 'Ricoh', '650', 1, NULL, 'ricoh_650.jpg', '1998-09-01', 3000000, 0, 65, 'Select COUNTER from the front panel.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(105, 'Oce', 'im4511', 1, NULL, 'oce im4511.jpg', '2005-05-01', 1000000, 0, 45, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(107, 'Konica Minolta', '7025', 1, NULL, 'konica 7025.jpg', '2000-12-01', 500000, 0, 20, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(108, 'Copystar', 'CS-1530', 1, NULL, 'copystar cs-1530.jpg', '2001-01-01', 200000, 0, 15, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(110, 'Sharp', 'AR-M450U', 1, NULL, 'SharpAR450.jpg', '2003-07-01', 1000000, 0, 45, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(111, 'Konica Minolta', '7135', 1, NULL, 'Konica-7135.jpg', '2002-10-01', 750000, 0, 35, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(113, 'Kyocera-Mita', '6230', 1, NULL, 'KyoMita6230.jpg', '2002-10-01', 3000000, 0, 62, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(116, 'Konica Minolta', '7222', 1, NULL, 'konica minolta 7222.jpg', '2004-03-01', 500000, 0, 22, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(117, 'Toshiba', 'E-161', 1, NULL, 'ToshibaE-161.jpg', '2004-02-01', 200000, 0, 16, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(119, 'Sharp', 'AR-650', 1, NULL, 'Sharp AR650.jpg', '2001-03-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(121, 'Oce', 'im8130', 1, NULL, 'placeholder.jpg', '2003-09-01', 4000000, 0, 81, 'Left corner of control panel', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(123, 'Savin', '8055', 1, NULL, 'Savin 8055.jpg', '2006-07-01', 3000000, 0, 55, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(124, 'Savin', '8020D', 1, NULL, 'Savin-8020.jpg', '2005-11-01', 500000, 0, 20, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(125, 'Savin', '8045', 1, NULL, 'Savin 8045.jpg', '2007-10-01', 1000000, 0, 45, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(127, 'Sharp', 'AR-M355U', 1, NULL, 'sharp ar-m355u.jpg', '2004-03-01', 750000, 0, 35, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(128, 'Savin', '8030', 1, NULL, 'Savin8030.jpg', '2005-10-01', 750000, 0, 30, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(129, 'Canon', '3320', 1, NULL, 'canon 3320.jpg', '2003-10-01', 750000, 0, 33, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(130, 'Toshiba', 'E-352', 1, NULL, 'ToshibaE352.jpg', '2006-01-01', 750000, 0, 35, 'User Functions, Counter, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(132, 'Konica Minolta', '120', 10, NULL, 'placeholder.jpg', '1989-05-01', 150000, 0, 12, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(133, 'Konica Minolta', '160', 1, NULL, 'konica biz160.jpg', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(136, 'Ricoh', '3030', 1, NULL, 'RICOH_3030.jpg', '2005-10-01', 750000, 0, 30, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(137, 'Imagistics', '4720', 1, NULL, 'placeholder.jpg', '2003-10-01', 500000, 0, 20, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(139, 'Kyocera', '4030', 1, NULL, 'Kyocera4030.jpg', '2002-09-01', 1000000, 0, 40, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(140, 'Kyocera', 'KM-1500', 1, NULL, 'KyoceraKM1500.jpg', '2003-11-01', 200000, 0, 15, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(141, 'Kyocera', 'FS-4020DN', 10, NULL, 'kyocera-mita-fs4020dn.jpg', '2009-04-01', 1000000, 0, 47, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(142, 'Konica Minolta', '161f', 1, NULL, 'Media.jpg', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(144, 'Kyocera', 'KM-2050', 1, NULL, 'KyoceraKM2050.jpg', '2004-08-01', 500000, 0, 20, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(146, 'Xerox', '3040', 10, NULL, 'Xerox3040.jpg', '2007-02-01', 150000, 0, 6, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(147, 'Canon', 'IC D320', 20, NULL, 'canon ICD320.jpg', '2003-04-01', 150000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(148, 'Savin', '8016', 1, NULL, 'Savin8016.jpg', '2005-11-01', 200000, 0, 16, 'Tools, Counter, Enter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(151, 'Ricoh', '2016', 1, NULL, 'ricoh-aficio-2016.jpg', '2005-11-01', 200000, 0, 16, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(155, 'Oce', 'DL850', 1, NULL, 'placeholder.jpg', '2002-12-01', 4000000, 0, 85, 'Outside right side of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(156, 'Konica Minolta', 'di620', 1, NULL, 'konica di 620.jpg', '1998-04-01', 3000000, 0, 62, 'Utility Key, Meter Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(157, 'Oce', 'im6530', 1, NULL, 'OCE im6530.jpg', '2003-09-01', 3000000, 0, 65, 'Left side of Control Panel', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(158, 'Konica Minolta', '7272', 1, NULL, 'konica 7272.jpg', '2004-01-01', 4000000, 0, 72, 'Inside front door, upper left corner; or [P] Counter on keypad', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(159, 'Konica Minolta', 'di350', 1, NULL, 'konica Di350.jpg', '1999-04-01', 750000, 0, 35, 'Inside right front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(160, 'Oce', 'im6030', 1, NULL, 'oce im6030.jpg', '2006-07-01', 3000000, 0, 60, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(161, 'Sharp', 'AR-M455N', 1, NULL, 'SharpARM455N.jpg', '2004-10-01', 1000000, 0, 45, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(164, 'Toshiba', 'e-Studio 452', 1, NULL, 'Toshiba e-STUDIO452.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(166, 'Kyocera', '6330', 1, NULL, 'KM 6330.jpg', '2002-10-01', 3000000, 0, 63, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(167, 'Oce', 'im2520', 1, NULL, 'Oce im2520.jpg', '2004-03-01', 500000, 0, 25, 'Utility/Counter, Total: Black', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(168, 'Savin', '8035', 1, NULL, 'Savin-8035.jpg', '2007-01-01', 750000, 0, 35, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(174, 'Sharp', 'AR-M168', 1, NULL, 'sharp-ar168d.jpg', '2004-02-01', 200000, 0, 16, 'Special Functions, Main Menu, Total Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(175, 'Ricoh', 'MP4500', 1, NULL, 'ricoh-aficio-mp-4500.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(176, 'Toshiba', 'E-232', 1, '', 'Toshiba E-232.jpg', '2006-01-01', 500000, 0, 23, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(178, 'Konica Minolta', '7255', 1, NULL, 'konica-minolta-7255.jpg', '2004-01-01', 3000000, 0, 55, 'Inside front door, upper left corner OR [P] Counter button, lower left on keypad', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(179, 'Panasonic', '181DF', 10, '', '', '2002-06-01', 200000, 0, 18, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(180, 'Ricoh', '2020D', 1, NULL, 'ricoh-aficio-2020d.jpg', '2005-11-01', 500000, 0, 21, 'User Tools, Counter, OK, Start', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(181, 'Oce', 'ix2700', 1, NULL, 'imagistics-pitney-bowes-ix2700.jpg', '2003-10-01', 500000, 0, 23, 'Outside right of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(183, 'Ricoh', '700', 1, NULL, 'Ricoh_Aficio_700_Copier.jpg', '2006-08-01', 4000000, 0, 70, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(184, 'Savin', '9965', 1, NULL, '400x400-savin-9965dp.jpg', '1998-09-01', 3000000, 0, 65, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(188, 'Sharp', 'AR-336', 1, NULL, 'Sharp-AR407.jpg', '1999-05-01', 750000, 0, 33, 'Custom Settings, Key Op Programs, 00000, Total Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(190, 'Konica Minolta', '7155', 1, NULL, 'konica-minolta-7155.jpg', '2002-01-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(193, 'Savin', '9945', 1, NULL, '9945dpe_9935dpe_2035dpe_2045dp_q4443723.jpg', '1998-06-01', 1000000, 0, 45, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(195, 'Konica Minolta', '7030', 1, NULL, 'Konica-7030.jpg', '2000-05-01', 750000, 0, 30, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(199, 'Konica Minolta', '7045', 1, NULL, 'k_7045,jpg', '2000-11-01', 1000000, 0, 45, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(200, 'Savin', '2555', 1, NULL, 'savin2555.jpg', '2002-11-01', 3000000, 0, 55, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(202, 'Xerox', '214 DC', 1, NULL, 'indexgr.jpg', '1998-05-01', 150000, 0, 14, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record Black Total and Full Color Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(205, 'Ricoh', '1055', 1, NULL, 'ricoh 1055.jpg', '2002-11-01', 3000000, 0, 55, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(206, 'Ricoh', '150', 1, NULL, 'i.jpg', '2000-01-01', 200000, 0, 15, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(207, 'Ricoh', '180', 1, NULL, 'Ricoh 180.jpg', '1999-07-01', 200000, 0, 18, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(208, 'Toshiba', 'E-650', 1, NULL, 'toshiba-e-studio-650.jpg', '1997-08-01', 3000000, 0, 65, 'User Functions, Counter, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(210, 'Gestetner', '3255', 1, NULL, 'gestetner 3255.jpg', '1999-01-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(214, 'Toshiba', 'E-550', 1, '', 'Toshiba E-550.jpg', '2002-07-01', 3000000, 0, 55, 'User Functions, Counter, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(216, 'Savin', '9113', 1, NULL, '9582.md.Savin 9013.jpg', '1997-04-01', 150000, 0, 13, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(217, 'Canon', 'PC920', 1, NULL, 'Canon PC920.jpg', '1999-10-01', 150000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(218, 'Xerox', '432DC', 1, NULL, 'DC432.jpg', '2000-06-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(219, 'Konica Minolta', '7165', 1, NULL, 'konica-minolta-7165.jpg', '2002-01-01', 3000000, 0, 65, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(221, 'Xerox', 'PCO 416', 10, NULL, 'WCP416SI.jpg', '1999-10-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(222, 'Canon', 'NP 6330', 1, NULL, 'canon np 6330.jpg', '1998-02-01', 750000, 0, 30, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(224, 'Konica Minolta', '7050', 1, NULL, 'k_7050.jpg', '1995-11-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(225, 'Konica Minolta', '7040', 1, NULL, 'dghthyhy.jpg', '1998-05-01', 1000000, 0, 40, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(226, 'Konica Minolta', '7033', 1, NULL, 'Konica-7033.jpg', '1998-05-01', 750000, 0, 33, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(228, 'Canon', 'NP 6560', 1, NULL, 'Canon NP6560.jpg', '1998-01-01', 3000000, 0, 65, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(229, 'Canon', 'NP 6551', 1, NULL, 'Canon-NP6551.jpg', '1998-01-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(230, 'Konica Minolta', '7065', 1, NULL, 'k_7065.jpg', '1999-09-01', 3000000, 0, 65, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(231, 'Canon', 'NP 6412', 1, NULL, 'canon np6412.jpg', '1998-02-01', 150000, 0, 12, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(232, 'Konica Minolta', '7075', 1, NULL, '7075.jpg', '2000-05-01', 4000000, 0, 75, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(233, 'Canon', 'NP 6230', 1, NULL, 'CANON-NP-6230.jpg', '1996-10-01', 750000, 0, 30, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(236, 'Canon', 'NP 6045', 1, NULL, 'canon np6045.jpg', '1996-12-01', 1000000, 0, 45, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(240, 'Canon', 'NP 330', 1, NULL, 'placeholder.jpg', '1988-06-01', 750000, 0, 33, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(241, 'Canon', 'NP 6545', 1, NULL, 'Canon-NP6545.jpg', '1998-01-01', 1000000, 0, 45, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(242, 'Toshiba', '5570', 1, NULL, 'index.jpg', '1999-04-01', 3000000, 0, 55, 'Control Panel or inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(245, 'Canon', 'NP 6035', 1, NULL, 'canon np 6035.jpg', '1996-10-01', 750000, 0, 35, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(246, 'Konica Minolta', '7055', 1, NULL, 'Konica-7065.jpg', '2000-07-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(247, 'Gestetner', '2722z', 1, NULL, 'gestetner_2722z.jpg', '1998-01-01', 500000, 0, 22, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(248, 'Ricoh', '350', NULL, NULL, '1365973350.jpg', '1998-07-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(249, 'Xerox', '212 DC', 1, NULL, 'x_212dc.jpg', '1998-05-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(250, 'Konica Minolta', '7060', 1, NULL, 'k_7060.jpg', '1997-11-01', 3000000, 0, 60, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(251, 'Toshiba', '6560', 1, NULL, 'Toshiba-6560-image-1.jpg', '1997-02-01', 3000000, 0, 65, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(252, 'Ricoh', '1060', 1, NULL, 'ricoh-aficio-1060.jpg', '2002-07-01', 3000000, 0, 60, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(253, 'Toshiba', '5560', 1, NULL, 'toshiba-e-studio-5560c.jpg', '1997-07-01', 3000000, 0, 55, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(254, 'Toshiba', 'E- Studio5540', 1, NULL, 'Toshiba E-studio 5540.jpg', '2011-03-01', 3000000, 0, 55, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(255, 'Toshiba', '4560', 1, NULL, 'int084-3-9.jpg', '1998-01-01', 1000000, 0, 45, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(256, 'Toshiba', '3560', 1, NULL, 'Toshiba 3560.jpg', '1998-01-01', 750000, 0, 35, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(257, 'Sharp', 'AR-505', 1, NULL, 'Sharp AR-505.jpg', '1999-08-01', 2000000, 0, 50, 'Custom Settings, Key Op Programs, 00000, Total Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(260, 'Konica Minolta', '7150', 1, NULL, 'Konica Minolta 7150.jpg', '1998-04-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(261, 'Toshiba', '6570', 1, NULL, 'Toshiba 6570.jpg', '1999-04-01', 3000000, 0, 65, 'Control Panel or inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(262, 'Ricoh', '2022', 1, NULL, 'images.jpg', '2003-11-01', 500000, 0, 22, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(263, 'Sharp', 'AR-M160', 1, NULL, 'Sharp AR-M160.jpg', '2003-07-01', 200000, 0, 16, 'Hold 0 Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(264, 'Konica Minolta', 'BH8031', 1, NULL, 'konica minolta BH 8031.jpg', '2003-01-01', 750000, 0, 31, 'Outer right side below power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(265, 'Canon', 'PC795', 1, NULL, 'Canon-PC795.jpg', '1998-01-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(266, 'Savin', '2070', 1, NULL, 'Savin 2070.jpg', '1998-12-01', 4000000, 0, 70, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(267, 'Ricoh', '1515', 1, NULL, 'Ricoh 1515.jpg', '2003-07-01', 200000, 0, 15, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(269, 'Copystar', 'cs-2030', 1, NULL, 'copystar cs-2030.jpg', '2001-01-01', 500000, 0, 20, 'Select DEFAULT SETTING from the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(271, 'Ricoh', '2027', 1, NULL, 'ricoh 2027.jpg', '2003-11-01', 500000, 0, 27, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(272, 'Ricoh', '2051', 1, NULL, 'Ricoh 2051.jpg', '2004-11-01', 3000000, 0, 51, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(276, 'Canon', 'IR 105', 1, NULL, 'canon ir105.jpg', '2001-10-01', 5000000, 0, 105, 'Press the COUNTER button on the Control Panel', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(277, 'Toshiba', 'E-350', 1, NULL, 'Toshiba E-350.jpg', '2004-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(278, 'Copystar', 'RI-4530', 1, NULL, 'copystar ri4530.jpg', '2002-01-01', 1000000, 0, 45, 'Inside front door, upper left', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(279, 'Copystar', 'RI-5530', 1, NULL, 'copystar ri 5530.jpg', '2002-01-01', 3000000, 0, 55, 'Default Setting; Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(280, 'Canon', 'IR 1310', 1, NULL, 'canon ir1310.jpg', '2002-10-01', 150000, 0, 13, 'Additional functions, Screen 6, Counter Check, Set', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(282, 'Konica Minolta', 'di5510', 1, NULL, 'konica-minolta-di5510.jpg', '2004-03-01', 3000000, 0, 55, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(283, 'Xerox', '470DC', 1, NULL, 'xerox470.jpg', '2000-06-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(284, 'Toshiba', 'E-160', 1, NULL, 'toshibae160.jpg', '2003-03-01', 200000, 0, 16, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(286, 'Canon', '2830', 1, NULL, 'Canon ir 2830.jpg', '2005-02-01', 500000, 0, 28, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(290, 'Xerox', 'DC460', 11, NULL, 'xerox460.jpg', '2000-06-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(292, 'Toshiba', 'E-450', 1, NULL, 'toshibaE450.jpg', '2004-01-01', 1000000, 0, 45, 'User Functions, Counter, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(295, 'Konica Minolta', 'di7210', 1, NULL, 'konica minolta Di7210.jpg', '2004-03-01', 4000000, 0, 72, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(296, 'Konica Minolta', 'di3010', 1, NULL, 'konica minolta di3010.jpg', '2003-10-01', 750000, 0, 30, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(297, 'Konica Minolta', 'di470', 1, NULL, 'konica minolta di470.jpg', '2003-04-01', 1000000, 0, 47, 'Utility, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(303, 'Sharp', 'AR-M620U', 1, '', 'Sharp AR-M620N.jpg', '2004-01-01', 3000000, 0, 62, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(304, 'Xerox', '265ST', 1, NULL, 'xerox265ST.jpg', '2005-05-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(305, 'Xerox', '332DC', 1, NULL, 'xerox332DC.jpg', '1999-05-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(307, 'Konica Minolta', '7035', 1, NULL, 'konica minolta 7035.jpg', '2001-03-01', 750000, 0, 35, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(310, 'Ricoh', '550', 1, NULL, 'ricoh 550.jpg', '1999-01-01', 3000000, 0, 55, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(312, 'Konica Minolta', '7145', 1, NULL, 'konica minolta biz7145.jpg', '2003-01-01', 1000000, 0, 45, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(313, 'Savin', '4045', 1, NULL, 'savin4045.jpg', '2003-05-01', 1000000, 0, 45, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(314, 'Ricoh', '2045', 1, NULL, 'Ricoh 2045.jpg', '2003-05-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(316, 'Ricoh', '1013', 1, NULL, 'ricoh1013.jpeg', '2001-11-01', 150000, 0, 13, 'User Tools, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(317, 'Toshiba', 'DP8070', 1, NULL, 'toshibadp8070.jpg', '2000-05-01', 4000000, 0, 80, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(318, 'Konica Minolta', 'di520', 1, NULL, 'Konica-DI520.jpg', '1998-10-01', 3000000, 0, 52, 'Inside right side door, upper right corner', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(319, 'Oce', 'DL620', 1, NULL, 'placeholder.jpg', '1998-07-01', 3000000, 0, 62, 'Outside right side of machine', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(320, 'Canon', 'GP200', 1, NULL, 'canon gp200.jpg', '1996-11-01', 500000, 0, 20, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(324, 'Panasonic', '450', 10, NULL, 'panasonic450.jpg', '1999-07-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(325, 'Oce', 'im3520', 1, '', 'Oce Imagisticsim3520.jpg', '2004-03-01', 750000, 0, 35, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(326, 'Sharp', 'AR-M550U', 1, NULL, 'Sharp AR-M55ou.jpg', '2004-01-01', 3000000, 0, 55, 'Hold Copy Key 5 sec', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(328, 'Canon', 'PC775', 1, NULL, 'canon pc775.jpg', '1998-01-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(330, 'Sharp', 'AR-286', 1, NULL, 'sharp ar-286.jpg', '1999-05-01', 500000, 0, 28, 'Custom Settings, Key Op Programs, 00000, Total Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(331, 'Canon', 'PC980', 1, NULL, 'canon PC980.jpg', '1999-12-01', 150000, 0, 13, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(332, 'Savin', '4015', 1, NULL, 'savin 4015.jpg', '2004-02-01', 200000, 0, 15, 'User Tools/Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(333, 'Konica Minolta', '7022', 1, NULL, 'KONICA biz-7022.jpg', '2002-04-01', 500000, 0, 22, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(334, 'Canon', '7200', 1, NULL, 'canon ir7200.jpg', '2002-10-01', 4000000, 0, 72, 'Counter Check. Read Total 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(336, 'Oce', 'im4510', 1, '', 'oce im4511.jpg', '2002-10-01', 1000000, 0, 45, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(337, 'Konica Minolta', '7130', 1, NULL, 'Konica-7130.jpg', '2002-04-01', 750000, 0, 30, '*(Counter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(340, 'Canon', '5000', 1, NULL, 'Canon imageRUNNER 5000.jpg', '2001-12-01', 2000000, 0, 50, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(341, 'Canon', 'PC425', 1, NULL, 'canon pc425.jpg', '2001-01-01', 100000, 0, 4, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(343, 'Konica Minolta', '7085', 1, NULL, 'KONICA 7085.jpg', '2002-03-01', 4000000, 0, 85, 'Inside front door, upper left corner', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(345, 'Konica Minolta', 'BH751', 1, NULL, 'KMBS BH751.jpg', '2008-12-01', 4000000, 0, 75, 'Utility/Counter, Meter Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(347, 'Konica Minolta', 'BH601', 1, NULL, 'Konica Minolta BH 601.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(348, 'Konica Minolta', 'BH501', 1, NULL, 'KM BH501.jpg', '2008-06-01', 2000000, 0, 50, 'Inside left front door.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(349, 'Ricoh', 'MP171', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(353, 'Konica Minolta', 'BH950', 1, NULL, 'KM BH950.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(354, 'Konica Minolta', 'di3510f', 1, NULL, 'konica Di3510.jpg', '2003-04-01', 750000, 0, 35, 'Inside right front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(355, 'Gestetner', '1502', 1, NULL, 'gestetner 1502.jpg', '2001-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(356, 'Ricoh', 'MP6001', 1, NULL, 'Ricoh 6001.jpg', '2009-06-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(357, 'Oce', '4530', 1, NULL, 'Oce4530.jpg', '2006-11-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter. Record BLACK & COLOR totals', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(359, 'Toshiba', 'E-723', 1, NULL, 'TOSHIBAe723.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(362, 'Oce', 'sx2080', 1, NULL, 'Ocesx2080.jpg', '2006-04-01', 500000, 0, 20, 'Outside right of machine, near back', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(366, 'Oce', 'fx2081', 1, NULL, 'OceFX2081.jpg', '2006-04-01', 500000, 0, 20, 'Outside right side of machine.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(367, 'Oce', 'im9220', 1, NULL, 'Oce IM9220.jpg', '2005-11-01', 5000000, 0, 92, 'Inside front cover; upper left corner.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(368, 'Canon', '4570', 1, NULL, 'canon 4570.jpg', '2004-01-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(369, 'Konica Minolta', 'BH161f', 20, NULL, 'Media.jpg', '2005-09-01', 200000, 0, 16, 'Status, Yes, Read Total Page Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(370, 'Xerox', 'M20', 10, NULL, 'placeholder.jpg', '2004-05-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(371, 'Canon', '3025', 1, NULL, 'canon IR3025.jpg', '2007-01-01', 500000, 0, 25, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(374, 'Konica Minolta', 'BH250', 1, NULL, 'konica 250.jpg', '2005-06-01', 500000, 0, 25, 'Inside right front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(375, 'Konica Minolta', 'BH750', 1, NULL, 'konica-minolta-bizhub-750.jpg', '2005-11-01', 4000000, 0, 75, 'Inside left front door above power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(376, 'Xerox', 'XC1045', 1, NULL, 'XeroxXC1045.jpg', '1997-04-01', 150000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(379, 'Oce', 'im2020', 1, NULL, 'Oce im2020.jpg', '2004-07-01', 500000, 0, 20, 'Press the Utility/Meter Count button on the Control Panel. Please provide TOTAL COUNT.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(380, 'Gestetner', '1302', 1, NULL, 'gestetner-1302.jpg', '2001-11-01', 150000, 0, 13, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(381, 'Ricoh', '2018D', 1, NULL, 'RICOH 2018D.jpg', '2004-02-01', 200000, 0, 18, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(382, 'Ricoh', '2035E SP', 1, NULL, 'ricoh-aficio-2035esp.jpg', '2004-01-01', 750000, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(384, 'Canon', 'IR 7105', 1, NULL, 'canon iR7105.jpg', '2006-01-01', 4000000, 0, 70, 'Press the USER TOOLS button on the Control Panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(385, 'Ricoh', '2090', 1, NULL, 'ricoh-aficio-2090.jpg', '2003-03-01', 5000000, 0, 90, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(387, 'Konica Minolta', '1312', 1, NULL, 'konica 1312.jpg', '1999-07-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(388, 'Konica Minolta', '3340', 1, NULL, 'konica 3340.jpg', '1997-06-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(389, 'Konica Minolta', '1216', 1, NULL, 'konica 1216.jpg', '1999-03-01', 200000, 0, 16, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(390, 'Ricoh', 'MP2500', 1, NULL, 'Ricoh-Aficio-MP2500.jpg', '2007-09-01', 500000, 0, 25, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(391, 'Toshiba', 'E-203L', 1, NULL, 'ToshibaE203L.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(392, 'Konica Minolta', '2223T', 1, NULL, 'konica 2223t.jpg', '1997-07-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(393, 'Konica Minolta', '2223', 1, NULL, 'konica 2223t.jpg', '1997-01-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(394, 'Toshiba', 'E-853', 1, NULL, 'ToshibaE853.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(395, 'Ricoh', 'MP5000B', 1, NULL, 'Ricoh MP5000B.jpg', '2008-02-01', 2000000, 0, 50, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(397, 'Ricoh', 'MP7000', 1, NULL, 'Ricoh Aficio MP 7000.jpg', '2006-04-01', 4000000, 0, 70, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(398, 'Oce', 'im6020', 1, NULL, 'oce im 6020.jpg', '2006-01-01', 3000000, 0, 60, 'Inside front door, upper left corner', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(399, 'Canon', 'IR3570', 1, NULL, 'canon ir3570.jpg', '2004-01-01', 750000, 0, 35, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(400, 'Konica Minolta', '2230', 1, NULL, 'konica 2230.jpg', '1997-10-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(401, 'Toshiba', 'e-Studio 555SE', 1, NULL, 'Toshiba E-555.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(403, 'Ricoh', 'MP4000', 1, NULL, 'RICOH mp4000.jpg', '2008-02-01', 1000000, 0, 40, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(405, 'Oce', 'im3512', 1, NULL, 'OceIM3512.jpg', '2007-12-01', 750000, 0, 35, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(406, 'Ricoh', 'MP9001', 1, NULL, 'ricoh MP9001.jpg', '2009-06-01', 5000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(407, 'Ricoh', 'MP201', 20, '', 'Ricoh MP201.jpg', '2011-02-01', 500000, 0, 21, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(409, 'Oce', 'im4512', 1, NULL, 'oce im4511.jpg', '2007-12-01', 1000000, 0, 45, 'Inside front door next to power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(410, 'Ricoh', '2105', 1, NULL, 'Ricoh_2105.jpg', '2003-03-01', 5000000, 0, 105, 'Select COUNTER from the Control Panel', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(412, 'Canon', 'IR8085', 1, NULL, 'canon ir8085.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(414, 'Ricoh', 'MP2550', 1, NULL, 'RICOH MP2550.jpg', '2008-02-01', 500000, 0, 25, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(415, 'Toshiba', 'e-Studio 455SE', 1, NULL, 'toshiba e-studio 455.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(416, 'Konica Minolta', 'BH223', 1, '', 'KMBS BH223.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(417, 'Canon', 'IR2545', 1, NULL, 'canon ir2545.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(420, 'Ricoh', 'Pro907EX', 6, NULL, 'RICOH Pro1107EX.jpg', '2009-07-01', 5000000, 0, 90, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(421, 'Konica Minolta', 'BH423', 1, NULL, 'Konica Minolta BH423.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(422, 'Savin', '9040', 1, NULL, 'savin 9040.jpg', '2008-02-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(423, 'Canon', 'IR1025 MFP', 1, NULL, 'canon imagerunner 1025.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(424, 'Canon', 'IR3235i', 1, NULL, 'Canon iR3235i.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(425, 'Canon', 'NP6085', 1, NULL, 'Canon 6085.jpg', '1997-01-01', 4000000, 0, 83, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(426, 'Ricoh', 'MP3352', 1, NULL, 'RICOH MP_3352.jpg', '2011-12-01', 750000, 0, 33, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(427, 'Ricoh', '4500', 1, NULL, 'RICOH 4500.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(428, 'Konica Minolta', 'BH951', 1, NULL, 'Konica Minolta BH 951.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(429, 'Toshiba', 'e-Studio 655SE', 1, '', 'toshiba e-studio 655se.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(431, 'Canon', 'IR4570', 1, NULL, 'CANON ir4570.jpg', '2004-01-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(432, 'Savin', '3515MF', 1, NULL, 'savin-3515mf.jpg', '2004-06-01', 200000, 0, 15, 'Inside front door, left of green handle', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(433, 'Gestetner', 'DSm 735', 1, NULL, 'gestetner-dsm735.jpg', '2005-10-01', 750000, 0, 35, 'Press USER TOOLS/COUNTER, then select COUNTER. To print: Select PRINT COUNTER LIST, then press the Start button.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(434, 'Xerox', '5225', 10, NULL, 'sligdg.jpg', '2008-05-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(435, 'Sharp', '153E', 10, NULL, 'sharp-ar-153e-digital-copier.jpg', '2002-08-01', 150000, 0, 13, 'Press/hold <C> Clear Key for 5 sec (read all numbers)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(436, 'Ricoh', 'MP7001', 1, NULL, 'Ricoh-Aficio-MP-7000.jpg', '2009-06-01', 5000000, 0, 70, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(438, 'Toshiba', 'e-Studio 655', 1, NULL, 'toshiba e-studio 655se.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(439, 'Toshiba', 'e-Studio 755', 1, '', 'Toshiba e-Studio 755.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(440, 'Toshiba', 'e-Studio 455', 1, NULL, 'toshiba e-studio 455.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(443, 'Konica', '1015', 1, NULL, 'konica 1015.jpg', '1994-03-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(444, 'Savin', '917SPF', 1, NULL, 'savin-917spf.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(446, 'Canon', 'IR8095', 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', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(448, 'Savin', '9250', 1, NULL, 'savin 9250.jpg', '2010-01-01', 2000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(450, 'Canon', 'IR6065', 1, NULL, 'CANON IR6065.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(451, 'Canon', 'IR6075', 1, NULL, 'Canon iR-ADV C6075.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(452, 'Ricoh', 'MP3351', 1, NULL, 'Ricoh MP3351.jpg', '2009-12-01', 750000, 0, 33, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(453, 'Konica Minolta', 'BH222', 1, NULL, 'bizhub_222.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(455, 'Oce', 'VL3200x', 20, NULL, 'Oce VarioLink 3200x.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(456, 'Canon', 'IR6055', 1, NULL, 'canon ir6055.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(457, 'Canon', 'IR3245i', 1, NULL, 'Canon, IR3245i.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(458, 'Panasonic', 'DP190', 10, NULL, 'panasonic-dp190-workio.jpg', '2004-07-01', 200000, 0, 19, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(459, 'Toshiba', 'e-Studio 555', 1, NULL, 'Toshiba E-555.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(460, 'Canon', '1023iF', 1, NULL, 'canon ir1023if.jpg', '2006-11-01', 500000, 0, 23, 'Press the COUNTER button on the Control Panel', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(462, 'Ricoh', 'MP6000', 1, NULL, 'Ricoh MP6000.jpg', '2008-04-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(464, 'Konica Minolta', '181', 1, NULL, 'bizhub_181_large72dpi.jpg', '2007-10-01', 200000, 0, 18, 'Select Meter Count', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(467, 'Konica Minolta', '7218', 1, NULL, 'konica-minolta-7218.jpg', '2004-05-01', 200000, 0, 18, 'Press \"Status\" on operation panel; press Yes for page count.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(468, 'Ricoh', 'MP3045', 1, NULL, 'ricoh mp3045.jpg', '2005-10-01', 1000000, 0, 45, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(469, 'Savin', '2560', 1, NULL, 'savin-2560.jpg', '2002-07-01', 3000000, 0, 60, 'Select USER TOOLS/COUNTER from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(470, 'Ricoh', 'MP9000', 1, NULL, 'aficio-mp-9000-2.jpg', '2006-04-01', 5000000, 0, 90, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(475, 'Konica Minolta', '7235', 1, NULL, 'konicaminolta-bizhub-7235.jpg', '2004-03-01', 750000, 0, 35, 'Inside right side door, upper right corner', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(477, 'Oce', 'im3530', 1, NULL, 'Oce im3530.jpg', '2006-01-01', 750000, 0, 35, 'User Functions, Total Counter, Print Counter, Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(480, 'Toshiba', 'E-523T', 1, NULL, 'Toshiba E-523T.jpg', '2008-01-01', 3000000, 0, 52, 'User Functions, Total Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(481, 'Toshiba', 'E-453', 1, NULL, 'Toshiba e-STUDIO453.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(482, 'Ricoh', 'MP4000B', 1, '', 'RICOH mp4000.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(483, 'Toshiba', 'E-202L', 1, NULL, 'toshiba-e-studio-202l.jpg', '2006-01-01', 500000, 0, 20, '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(486, 'Konica Minolta', 'BH200', 1, '', 'Konica-200.jpg', '2005-10-01', 500000, 0, 20, 'Utility/Counter, Check Detail, Counter Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(487, 'Oce', 'fx3000', 1, NULL, 'oce fx3000.jpg', '2006-09-01', 750000, 0, 30, 'Press Menu, then press the number 1 on the key pad; Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(488, 'Oce', 'im4530', 1, NULL, 'Oce im4530.jpg', '2006-11-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(489, 'Savin', '4018D', 1, NULL, 'savin-4018d.jpg', '2004-02-01', 200000, 0, 18, 'Select USER TOOLS/COUNTER from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(491, 'Konica', '1112', 1, NULL, 'konica 1112.jpg', '1992-09-01', 150000, 0, 12, 'Open top of machine; meter is on right hand side toward rear.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(492, 'Savin', '3515F', 1, NULL, 'Savin.jpg', '2004-06-01', 200000, 0, 15, 'Inside front door, left of green handle', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(494, 'Sharp', 'AR-M237', 1, NULL, 'sharp-arm237.jpg', '2003-08-01', 500000, 0, 23, 'Press/hold 0 key 5 sec (read all numbers)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(497, 'Konica Minolta', 'BH420', 1, NULL, 'bizhub 420.jpg', '2006-03-01', 1000000, 0, 42, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(498, 'Lanier', '6030', 1, '', 'placeholder.jpg', '1987-05-01', 750000, 0, 30, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(500, 'Konica Minolta', 'BH600', 1, NULL, 'konicabizhub600.jpg', '2005-11-01', 3000000, 0, 60, 'Open left front door; meter is above power switch.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(502, 'Konica Minolta', 'BH500', 1, NULL, 'konicabizhub500.jpg', '2006-10-01', 2000000, 0, 50, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(504, 'Xerox', '90', 10, NULL, 'WCP90.jpg', '2003-05-01', 5000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(506, 'Xerox', 'XD100', 1, NULL, '71VAEWS6XEL.jpg', '1998-09-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(507, 'Canon', 'PC940', 1, NULL, 'canon-pc940.jpg', '2001-08-01', 150000, 0, 13, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(508, 'Xerox', '120', 1, NULL, 'slide3.jpg', '1998-12-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(509, 'Panasonic', '150', 10, '', '', '2000-05-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(510, 'Lanier', '7345', 1, NULL, 'fotocopiadora-lanier-ld-115-11243-MLC20041083566_0', '1998-05-01', 1000000, 0, 45, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(512, 'Canon', 'IR 7086', 1, NULL, 'canon IR7086.jpg', '2006-01-01', 4000000, 0, 86, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(514, 'Canon', '3045', 1, NULL, 'Canon-3045.jpg', '2007-01-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(515, 'Konica Minolta', 'BH350', 1, NULL, 'Bizhub Konica Minolta BH350.jpg', '2005-10-01', 750000, 0, 35, 'Open right front door; meter is on the right.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(517, 'Risograph', 'FR2950UI', 1, NULL, 'riso FR2950UI.jpg', '1999-06-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(518, 'Risograph', '4200', 1, NULL, 'placeholder.jpg', '1993-03-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(519, 'Savin', '3350', 1, NULL, 'Savin 3350.jpg', '1998-12-01', 5000000, 0, 120, 'User Tools, 1, OK, 2, OK', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(520, 'Risograph', 'RZ220', 1, NULL, 'risograph rz220.jpg', '2004-10-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(522, 'Risograph', '2710', 1, NULL, 'Risograph2710.jpg', '1997-01-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(523, 'Savin', '3460', 1, NULL, 'savin3460.jpg', '2003-03-01', 3000000, 0, 60, 'Inside front door; BOTH meters.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(524, 'Risograph', '2950', 1, NULL, 'risograph2950.jpg', '1999-06-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(525, 'Risograph', '1700', 6, '', 'Riso 1700.jpg', '1995-06-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(526, 'Gestetner', '5450', 1, NULL, 'gestetner_5450.jpg', '1998-12-01', 5000000, 0, 120, 'Select USER TOOLS from Control Panel, then press 2 from the keypad; RECORD BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(528, 'Risograph', '1610', 6, NULL, 'Risograph 1610.jpg', '1999-01-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(529, 'Risograph', '1510', 6, NULL, 'Risograph 1510.jpg', '1995-10-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(533, 'Duplo', '21L', 15, NULL, 'duplo 21L.jpg', '2000-02-01', 5000000, 0, 120, 'Inside front door; BOTH NUMBERS (Top=Masters; Bottom=Black Meter)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(535, 'Risograph', '2500', 1, NULL, 'placeholder.jpg', '1998-07-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(539, 'Risograph', 'RZ310', 6, NULL, 'riso310.jpg', '2004-10-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(542, 'Risograph', '4900', 1, NULL, 'placeholder.jpg', '1993-05-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(545, 'Ricoh', 'JP1030', 1, NULL, 'placeholder.jpg', '1998-09-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(546, 'Risograph', '2030', 6, NULL, 'risograph2030.jpg', '2000-09-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(547, 'Ricoh', 'JP1230', 1, NULL, 'placeholder.jpg', '2000-09-01', 5000000, 0, 120, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(549, 'Risograph', 'RN2000', 6, NULL, 'risograph2000.jpg', '2001-02-01', 5000000, 0, 120, 'Inside front door', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(551, 'Toshiba', 'e-Studio 3500c', 6, NULL, 'toshiba3500c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(552, 'Konica Minolta', 'BHC452', 6, NULL, 'konica minolta BHC452.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(554, 'Ricoh', 'MPC2050', 6, NULL, 'Ricoh Aficio MPC2050.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(555, 'Ricoh', 'MPC4000', 6, NULL, 'richoh mpc4000.jpg', '2008-11-01', 1000000, 0, 40, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(559, 'Canon', 'IRC5035', 6, NULL, 'Canon iR-ADV C5035.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(561, 'Canon', 'C3380', 6, NULL, 'Canon Color imageRunnerC3380.jpg', '2006-10-01', 750000, 0, 33, 'Additional Functions, Billing Meters; TOTAL BLACK; to get color, subtract Total Black from Total 1', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(563, 'Ricoh', 'MPC3001', 6, NULL, 'Ricoh MPC3001.jpg', '2010-11-01', 750000, 0, 30, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(565, 'Konica Minolta', 'BHc364', 6, NULL, 'Konica Minolta BH C364.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(566, 'Xerox', '7775', 11, NULL, 'xerox7775.jpg', '2010-03-01', 4000000, 0, 75, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(567, 'Xerox', '8560MFP', 6, NULL, 'Xerox Phaser 8560MFP.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(569, 'Oce', 'cm3120', 6, NULL, 'placeholder.jpg', '2002-11-01', 750000, 0, 31, 'Outside right side of machine; Top meter: TOTAL; bottom meter: BLACK. Subtract bottom from top to get COLOR: Need BLACK and COLOR', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(570, 'Toshiba', 'e-Studio 3040c', 6, NULL, 'Toshiba e-STUDIO3040c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(571, 'Toshiba', 'e-Studio 4540c', 6, NULL, 'Toshiba e-STUDIO4540c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(572, 'Toshiba', 'e-Studio 5540c', 6, NULL, 'Toshiba E-Studio 5540c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(576, 'Ricoh', 'MPC5501', 6, NULL, 'machine.jpg', '2010-11-01', 3000000, 0, 55, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(578, 'Konica Minolta', 'BHc552', 6, NULL, 'Konica Minolta Bizhub c552.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(579, 'Konica Minolta', 'MC1690MF', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(580, 'Konica Minolta', 'BHc35', 6, '', 'Konica Minolta C35.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(582, 'Canon', 'IRC5045', 6, NULL, 'Canon, IRC5045.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(583, 'Ricoh', 'MPC2500', 6, NULL, 'Ricoh Aficio MP C2500.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(584, 'Ricoh', 'MPC4501', 6, NULL, 'ricoh mpc4501.jpg', '2010-11-01', 1000000, 0, 45, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(588, 'Xerox', 'WC M24', 11, NULL, 'Xerox WC M24.jpg', '2003-10-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(589, 'Ricoh', 'MPC300', 6, NULL, 'Ricoh Aficio MP C300.jpg', '2011-11-01', 750000, 0, 32, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(590, 'Toshiba', 'E-351C', 6, NULL, 'Toshiba E-351c.jpg', '2005-08-01', 750000, 0, 35, 'User Functions, Total Counter, Print Counter; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(591, 'Toshiba', 'E-2830c', 6, NULL, 'Toshiba E-2830.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(593, 'Canon', 'IRC5051', 6, NULL, 'Canon iR-ADV C5051.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(594, 'Ricoh', 'MPC3300', 6, NULL, 'ricoh-aficio-mp-c3300.jpg', '2008-10-01', 750000, 0, 33, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(595, 'Ricoh', 'MPC3000', 6, NULL, 'ricoh-aficio-mpc3000.jpg', '2007-02-01', 750000, 0, 30, 'Press USER TOOLS/COUNTER, select COUNTER. Report BLACK AND COLOR Totals separately.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(598, 'HP', 'Color Laser Jet CM4730f MFP', 11, NULL, 'hp Color LaserJet CM4730f MFP.jpg', '2007-04-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(600, 'Toshiba', 'E-3510C', 6, NULL, 'Toshiba E-3510C.jpg', '2006-07-01', 1000000, 0, 45, 'Select USER FUNCTIONS from front panel, then select TOTAL COUNTER, then select PRINT COUNTER; Record BLACK and COLOR Totals', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(601, 'Konica Minolta', 'C353', 6, NULL, 'Bizhub-C353.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(603, 'Canon', 'IR C5045', 6, NULL, 'Canon iR-ADV C5045.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(605, 'Savin', 'c3224', 6, NULL, 'SAvin 3224.jpg', '2004-01-01', 750000, 0, 32, 'User Tools/Counter, Counter', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(606, 'Konica Minolta', 'BHC500', 6, NULL, 'Konica C500.jpg', '2005-11-01', 2000000, 0, 50, 'P (Counter), Full Color & Monochrome, Counter List Output, Start; TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(607, 'Sharp', 'AR-M260C', 6, NULL, 'Sharp AR-M260C.jpg', '2003-11-01', 750000, 0, 32, 'Custom Settings, Total Count; TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(611, 'Minolta', 'CF910', 11, NULL, 'minolta 910.jpg', '1999-01-01', 500000, 0, 23, 'Utility Key, Meter Count; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(613, 'Savin', 'C3210SP', 6, NULL, 'savin c3210SP.jpg', '2003-02-01', 750000, 0, 32, 'User Tools, Counter, TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(614, 'Ricoh', '1232C', 6, NULL, 'RICOH_aficio 1232c.jpg', '2003-02-01', 500000, 0, 21, 'User Tools, Counter; TOTAL BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(615, 'Oce', 'cm3522', 6, '', 'Oce cm3522.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(617, 'Ricoh', '2228C', 6, NULL, 'Ricoh-AFICIO-2238C.jpg', '2004-09-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: TOTAL (COLOR/BLACK)', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(619, 'Xerox', '8860MFP', 6, NULL, 'Xerox 8860MFP.jpg', '2007-09-01', 750000, 0, 30, 'Press System, scroll to Billing Meters. Read Total/Color/Black Impressions.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(620, 'Konica Minolta', 'c350', 6, NULL, 'konica C350.jpg', '2004-03-01', 750000, 0, 35, 'Right side of power switch. Read BOTH NUMBERS.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(621, 'Oce', 'cm3521', 6, NULL, 'Oce3521.jpg', '2007-02-01', 750000, 0, 35, 'Utility/Counter: Subtract Black from Total to get Color. Provide BLACK & COLOR.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(623, 'Toshiba', 'E-4520c', 6, NULL, 'Toshiba 4520.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(624, 'Konica Minolta', 'BHC5501', 16, NULL, 'konica minolta bizhub color 5501.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(625, 'Oce', 'CM4530', 6, NULL, 'oce 4530.jpg', '2006-11-01', 1000000, 0, 45, 'User Functions, Total Counter, Print Counter, TOTAL BLACK & COLOR', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(627, 'Gestetner', 'DSc332', 6, NULL, 'Gestetner-DSc332.jpg', '2004-01-01', 750000, 0, 32, 'Select USER TOOLS from Control Panel, then select COUNTER; Read TOTAL BLACK & COLOR METERS', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(628, 'Toshiba', 'E-5520c', 6, NULL, 'Toshiba 5520c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(629, 'Xerox', 'DC214', 11, NULL, 'Xerox DC214.jpg', '1998-05-01', 150000, 0, 14, '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(634, 'Xerox', '8400DP', 11, NULL, 'Xerox 8400DP.jpg', '2004-01-01', 500000, 0, 24, 'Information, OK; Information Pages, OK; Usage Profile, OK; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(637, 'Tektronix', '850N', 11, NULL, 'placeholder.jpg', '1999-06-01', 150000, 0, 14, 'About  My Printer, Print Configuration Page', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(638, 'Tektronix', 'DX850', 11, NULL, 'placeholder.jpg', '1999-06-01', 150000, 0, 14, 'About  My Printer, Print Configuration Page', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(639, 'Ricoh', '2238c', 6, NULL, 'ricoh_2238c.jpg', '2004-01-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(640, 'Ricoh', 'CL3000e', 11, NULL, 'ricoh_cl3000.jpg', '2004-06-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(641, 'Ricoh', 'SPC320DN', 11, NULL, 'ricoh-sp-c320dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(643, 'Canon', 'LBP5975', 11, NULL, 'Canon irLBP5975.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(646, 'Canon', 'LPB5460', 11, NULL, 'Canon, LBP5460.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(647, 'Ricoh', 'SPC232DN', 11, NULL, 'RICOH SPC232DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(648, 'Konica Minolta', 'MC7450II Grafx', 11, NULL, 'mc7450II_grafx.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(650, 'Xerox', '8560DT', 11, NULL, 'Xerox 8560XDT.jpg', '2007-02-01', 750000, 0, 30, 'Select Information, OK, Scroll to Billing Meters, OK BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(651, 'Tektronix', 'DP850', 11, NULL, 'placeholder.jpg', '1999-06-01', 150000, 0, 14, 'About  My Printer, Print Configuration Page', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(653, 'Xerox', '7400N', 11, NULL, 'Xerox Phaser 7400N.jpg', '2005-10-01', 1000000, 0, 40, '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(655, 'Xerox', '8400DX', 11, NULL, 'Xerox 8400DX.jpg', '2004-01-01', 500000, 0, 24, 'Information, OK; Information Pages, OK; Usage Profile, OK; BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(656, 'Tektronix', '8500N', 11, NULL, 'placeholder.jpg', '2005-06-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(660, 'Tektronix', '8200N', 11, NULL, 'placeholder.jpg', '2002-06-01', 200000, 0, 16, 'Information, Information Pages, Usage Profile', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(662, 'Ricoh', 'CL3500N', 11, 'Duplex Sort CIF-Print-Post Script Digital', 'Ricoh-CL3500.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(665, 'Konica Minolta', 'MC4750DN', 11, NULL, 'KM MC4750DN.jpg', '2010-09-01', 750000, 0, 31, 'Select Print Menu/Statistics Page/Print. Record BLACK & COLOR meters.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(667, 'Savin', 'GX5050', 6, NULL, 'Savin GX5050.jpg', '2006-06-01', 750000, 0, 30, 'Select MENU from Control Panel, then press ENTER. Scroll to COUNTER/SHOW COUNTER, then press ENTER. Read BLACK & COLOR METERS.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(668, 'Ricoh', '3800C', 6, NULL, 'Ricoh-AP3800C.jpg', '1996-04-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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(670, 'Tektronix', '8400N', 11, NULL, 'placeholder.jpg', '2004-01-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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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 CONFIGURATION REPORT on the screen. 4) Look for the following: TOTAL IMPRESSIONS, BLACK IMPRESSIONS and COLOR IMPRESSIONS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(674, 'Tektronix', '8200', 11, NULL, 'placeholder.jpg', '2002-05-01', 200000, 0, 16, 'Information, Information Pages, Usage Profile', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(675, 'Xerox', '6300', 11, NULL, 'Xerox 6300.jpg', '2005-06-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(676, 'Xerox', '7750', 11, NULL, 'Xerox 7750.jpg', '2004-01-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(677, 'Ricoh', 'SPC430DN', 11, NULL, 'RICOH SPC430.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(679, 'Ricoh', 'CL7200', 11, NULL, 'Ricoh-CL7200.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(681, 'Xerox', '8560DN', 11, NULL, 'Xerox Phaser 8560DN.jpg', '2007-02-01', 750000, 0, 30, 'Select Information, OK. Scroll to Billing Meters, OK. BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(684, 'Xerox', 'C2424DN', 11, NULL, 'xerox c2424dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(685, 'Xerox', 'C2424DP', 6, NULL, 'Xerox C2424DP.jpg', '2005-03-01', 500000, 0, 24, 'System Setup, Enter; Billing Meters, Enter. BLACK & COLOR METERS', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(686, 'Xerox', '8860DN', 11, NULL, 'Xerox 8860DN 1.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(689, 'Konica Minolta', 'PP5650', 10, NULL, 'Konica Minolta PP5650.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(692, 'Ricoh', '4100N', 10, NULL, 'Ricoh 4100N.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(693, 'Ricoh', '8100DN', 10, NULL, 'Ricoh Aficio SP 8100DN.jpg', '2006-09-01', 1000000, 0, 45, 'Select Menu screen. Select \"Configuration\" and print the configuration page.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(694, 'Xerox', '4500N', 10, NULL, 'Xerox 4500N.jpg', '2004-01-01', 750000, 0, 36, 'Information, OK; Information Pages, OK; Usage Profile, OK', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(697, 'Ricoh', 'SP5100', 10, NULL, 'Ricoh SP5100.jpg', '2007-05-01', 1000000, 0, 45, 'Menu, Configuration, Print', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(698, 'Ricoh', '4210N', 10, NULL, 'ricoh sp4210.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(700, 'Canon', 'LBP3560', 10, NULL, 'CANON LBP3560.jpg', '2010-10-01', 1000000, 0, 42, 'Press UTILITY; scroll down to COUNTER REPORT, press OK.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(701, 'Ricoh', 'AP400', 10, NULL, 'Ricoh AP400.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(703, 'Ricoh', '4510', 10, NULL, 'ricoh 4510.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(704, 'Ricoh', 'SP3410DN', 10, NULL, 'ricoh sp3410.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(709, 'HP', 'Business InkJet 2280', 12, NULL, 'hp_business_2280tn.jpg', '2002-04-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(710, 'HP', 'Photosmart 7960', 12, NULL, 'hp photosmart_7960.jpg', '2003-09-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(711, 'HP', 'Business InkJet 2300DN', 12, NULL, 'hp Business InkJet 2300DN.jpg', '2003-11-01', 500000, 0, 26, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(713, 'HP', 'Laser Jet 4250', 10, NULL, 'HP LaserJet 4250.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(714, 'HP', 'Laser Jet 4240', 10, NULL, 'HP LaserJet 4240n.jpg', '2005-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(715, 'HP', 'Business Inkjet 1200dn', 12, NULL, 'HP Business Inkjet 1200dn.jpg', '2004-01-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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 Configuraton Page.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(719, 'HP', 'Laser Jet 2015', 10, NULL, 'HP LaserJet P2015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(721, 'HP', 'Laser Jet P2055d', 10, NULL, 'HP LaserJet P2055d.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(722, 'HP', 'Laser Jet 4000', 10, NULL, 'HP LaserJet 4000.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(723, 'HP', 'Laser Jet 4200', 10, NULL, 'HP LaserJet 4200.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(726, 'HP', 'Laser Jet 1022N', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(728, 'Toshiba', 'e-Studio 855', 1, NULL, 'Toshiba e-STUDIO855.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(729, 'HP', 'Laser Jet 4m', 10, NULL, 'hp laserjet 4m plus.jpg', '1992-10-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(731, 'HP', 'LaserJet Pro P1606dn', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(733, 'HP', 'Laser Jet P2035', 10, NULL, 'HP LaserJet P2035.jpg', '2008-11-01', 750000, 0, 30, 'Press and hold GO button until green light flashes and motor starts. Configuration Page wil print.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(736, 'Canon', 'IR ADV C7065', 6, NULL, 'Canon iR-ADV C7065.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(738, 'HP', 'Laser Jet 1012', 10, '0', 'HP LaserJet 1012.jpg', '2003-09-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(739, 'HP', 'Laser Jet 2200', 10, NULL, 'HP Business Inkjet 2200.jpg', '2000-08-01', 200000, 0, 15, 'Simultaneously press and release the GO and JOB CANCEL buttons', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(741, 'Canon', 'IR400S', 1, '0', 'Canon imageRUNNER 400S.jpg', '2002-05-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(744, 'Konica Minolta', 'MC3730', 11, NULL, 'Konica Minolta magicolor 3730DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(745, 'Konica Minolta', '552', 1, NULL, 'Konica Minolta Bizhub c552.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(748, 'Toshiba', 'e-Studio 656', 1, NULL, 'Toshiba e-STUDIO656.jpg', '2012-02-01', 3000000, 0, 65, 'Job Status, Status', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(749, 'Toshiba', 'e-Studio 756', 1, NULL, 'Toshiba e-STUDIO756.jpg', '2012-02-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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(751, 'HP', 'Laser Jet Pro P1102w', 10, '0', 'HP LaserJet Pro P1102w.jpg', '2010-04-01', 200000, 0, 19, 'Press & hold GO button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(752, 'Brother', 'HL-1470N series', 10, NULL, 'Brother HL-1470n.jpg', '2001-07-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(754, 'Brother', 'HL-2070N', 10, NULL, 'Brother HL-2070N.jpg', '2005-01-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(755, 'Copystar', 'CS-2225', 1, NULL, 'Copystar CS 255.jpg', '1999-12-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(756, 'Toshiba', 'e-Studio 856', 1, NULL, 'Toshiba e-STUDIO856.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(757, 'Toshiba', 'e-Studio 456', 1, '0', 'Toshiba e-STUDIO456.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(758, 'Xerox', 'ColorQube 8900', 6, '0', 'Xerox ColorQube 8900.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(759, 'HP', 'Color Laser Jet CP2025', 11, '0', 'HP Color LaserJet CP2025.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(760, 'HP', 'Color Laser Jet CP3525', 11, '0', 'HP Color LaserJet CP3525.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(761, 'HP', 'Laser Jet 2300', 10, '0', 'HP LaserJet 2300.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(763, 'HP', 'Laser Jet 8150', 10, '0', 'HP LaserJet 8150.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(764, 'HP', 'Laser Jet P1505', 10, '0', 'HP LaserJet P1505.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(765, 'HP', 'Color Laser Jet M551N', 11, NULL, 'HP LaserJet Enterprise 500 color M551n.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(766, 'HP', 'Laser Jet P3015 MICR', 10, NULL, 'hp laserjet p3015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(767, 'HP', 'LaserJet P4014', 10, NULL, 'HP LaserJet P4014.jpg', '2008-05-01', 1000000, 0, 45, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(771, 'HP', 'Color Laser Jet CP4025N', 11, NULL, 'HP LaserJet CP4025.jpg', '2009-11-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(772, 'Lexmark', 'e260d', 10, NULL, 'Lexmark e260d.jpg', '2008-10-01', 750000, 0, 35, 'Press the Right arrow button.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(773, 'Toshiba', 'e-Studio 256', 1, '0', 'Toshiba e-Studio 256.jpg', '2012-02-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(774, 'Toshiba', 'e-Studio 356', 1, '0', 'Toshiba e-Studio 256.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(775, 'HP', 'Deskjet 9100C', 12, NULL, 'HP 9100C.jpg', '2001-07-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(776, 'Additional', 'Device', 1, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(778, 'HP', 'Photo Smart C310a', 12, NULL, 'HP C310a.jpg', '2004-03-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(779, 'HP', 'Deskjet 6900', 12, NULL, 'HP Deskjet 6900.jpg', '2006-01-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(781, 'HP', 'Deskjet 6940', 12, NULL, 'HP Deskjet 6940.jpg', '2006-01-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(782, 'Lexmark', 'C540', 11, NULL, 'Lexmark C540.jpg', '2008-10-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(783, 'HP', 'Laser Jet CP1525nw', 11, NULL, 'HP Laserjet CP1525nw.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(786, 'HP', 'Color Laser Jet 3500', 11, NULL, 'HP Color Laserjet 3500.jpg', '2014-06-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(789, 'HP', 'Deskjet 6980', 12, NULL, 'HP Deskjet 6980.jpg', '2006-01-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(790, 'Close Out', NULL, NULL, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(794, 'Brother', 'NC170h', 12, NULL, 'Brother NC170h.jpg', '2004-08-01', 500000, 0, 23, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(795, 'Konica Minolta', 'BH454', 1, NULL, 'KM_BH_C454.jpg', '2012-07-01', 1000000, 0, 45, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(796, 'Konica Minolta', 'BH552', 1, NULL, 'KM_BH_552.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(797, 'Dell', 'Laser Printer 1710', 10, NULL, 'dell 1710.jpg', '2005-01-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(798, 'Oki', 'C5150', 6, NULL, 'Oki C5150.jpg', '2004-06-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(799, 'Oki', 'C6150DN', 6, NULL, 'Oki C6150.jpg', '2008-05-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(803, 'HP', 'DeskJet 5650', 12, NULL, 'HP DeskJet 5650.jpg', '2003-07-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(804, 'Ricoh', 'MP5500', 1, NULL, 'Ricoh MP5500.jpg', '2006-07-01', 3000000, 0, 55, 'Select COUNTER, then select TOTAL COUNTER LIST, then press START', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(805, 'Konica Minolta', 'BH652', 1, NULL, 'Konica Minolta BH652.jpg', '2011-02-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(807, 'HP', 'DeskJet 610cl', 12, NULL, 'HP DeskJet 610cl.jpg', '1999-06-01', 100000, 0, 4, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(808, 'HP', 'Photosmart 2610', 12, NULL, 'HP Photosmart 2610.jpg', '2004-08-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(809, 'Lexmark', 'x7350', 11, NULL, 'Lexmark x3750.jpg', '2006-02-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(810, 'HP', 'DeskJet 895CSE', 12, NULL, 'DeskJet 895CSE.jpg', '1998-10-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(811, 'HP', 'DeskJet 2360', 11, NULL, 'HP DeskJet 2360.jpg', '2006-08-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(813, 'Konica Minolta', 'MFP MF 1690', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(814, 'In House Printing', 'IHP', 3, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(816, 'Dell', 'Laser Printer 1700', 10, '', 'dell 1710.jpg', '2004-06-01', 500000, 0, 25, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(818, 'HP', 'Laser Jet 1200', 10, NULL, 'HP Laserjet 1200.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(822, 'Canon', 'MX870', 12, NULL, 'Canon MX870.jpg', '2010-01-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(824, 'Epson', 'Stylus Photo R200', 11, NULL, 'EPSON Stylus Photo R200.jpg', '2004-02-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(825, 'NEC', 'SuperScript 870', 10, NULL, 'NEC SuperScript 870.jpg', '1998-06-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(829, 'Brother', 'HL-6050DN', 10, NULL, 'Brother HL-6050DN.jpg', '2003-12-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(830, 'Dell', '4920', 10, NULL, 'dell printer 4920.jpg', '2008-02-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(833, 'Epson', 'C88', 11, NULL, 'epson stylus c88.jpg', '2005-08-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(834, 'Samsung', 'ML-2150', 10, NULL, 'SAMSUNG  ML 2150.jpg', '2003-04-01', 500000, 0, 21, 'Press MENU button until screen displays INFORMATION, press Enter, then scroll to CONFIGURATION, press Enter.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(840, 'HP', 'Laser Jet Enterprise600 M601DN', 10, NULL, 'hp laserjet enterprise 600 m601dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(841, 'Lexmark', 'E120', 10, NULL, 'Lexmark E120.jpg', '2006-02-01', 200000, 0, 19, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(842, 'Oce', 'fx4021', 1, NULL, 'placeholder.jpg', '2006-10-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(845, 'Epson', 'Stylus Photo 1280', 11, NULL, 'Epson Stylus Photo 1280.jpg', '2001-02-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(847, 'Epson', 'Stylus Pro 9800 Wide Format', 12, '', 'Stylus Pro 9800 Wide Format.jpg', '2005-01-01', 1000000, 0, 42, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(853, 'HP', 'Laser Jet 1006', 10, NULL, 'HP LaserJet 1006.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(854, 'HP', 'Laser Jet 1018', 10, NULL, 'HP LaserJet 1018.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(855, 'HP', 'Laser Jet M1522NF MFP', 20, NULL, 'HP Laserjet M1522NF MFP.jpg', '2008-04-01', 500000, 0, 24, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(858, 'Brother', 'HL3070CW', 11, NULL, 'Brother HL3070CW.jpg', '2009-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(859, 'Canon', 'IR C5250', 6, NULL, 'Media (3).jpg', '2012-10-01', 2000000, 0, 50, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(861, 'Brother', 'MFC 9100c', 10, NULL, 'Brother MFC 9100c.jpg', '1999-10-01', 150000, 0, 7, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(863, 'Canon', 'MC5220', 12, NULL, 'Canon MG5220.jpg', '2013-01-01', 100000, 0, 5, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(864, 'Canon', 'MX410', 12, NULL, 'Canon MX410.jpg', '1995-08-01', 150000, 0, 6, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(865, 'Canon', 'P1080F copy fax', 10, NULL, 'canon p1080f.jpg', '2001-11-01', 150000, 0, 13, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(870, 'Dell', 'Laser Printer 3330DN', 10, NULL, 'Dell  Laser Printer 3330DN.jpg', '2009-09-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(872, 'Dell', 'Photo 926', 12, NULL, 'Dell Photo 926.jpg', '2007-01-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(873, 'Epson', 'Stylist NX515', 12, NULL, 'Epson Stylist NX515.jpg', '2009-01-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(875, 'Fujitsu', 'FI-6130 Scanner', 11, '', 'Fujitsu FI-6130 Scanner.jpg', '2012-01-01', 1000000, 0, 40, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(876, 'GCC', 'Elite 12-1200N', 10, NULL, 'GCC Elite 12-1200N.jpg', '1998-10-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(877, 'GCC', 'Elite 26N', 10, NULL, 'GCC Elite 26N.jpg', '2003-11-01', 500000, 0, 26, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(878, 'GCC', 'Elite XL20-1200', 10, NULL, 'GCC Elite XL20-1200.jpg', '1998-10-01', 500000, 0, 20, 'Press the ONLINE key to take printer offline, then select MENU. Press MENU until PRINTER INFO is displayed. Press the ENTER key to view subitems, scrolling to see PAGE COUNT.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(879, 'Gestetner', 'CP6244', 1, NULL, 'Gestetner CP6244.jpg', '2006-10-01', 3000000, 0, 60, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(880, 'Samsung', 'CLP315W', 11, NULL, 'Samsung CLP315W.jpg', '2008-05-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(883, 'Samsung', 'SCX-4623FW', 10, NULL, 'Samsung SCX-4623FW.jpg', '2010-06-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(885, 'HP', 'Laser Jet 6L', 10, '', 'HP LJ6L.jpg', '1997-01-01', 150000, 0, 6, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(887, 'Lexmark', ' C510', 12, NULL, 'Lexmark C510.jpg', '2004-03-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(888, 'Lexmark', 'C552', 6, NULL, 'Lexmark C522.jpg', '2010-12-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(889, 'Lexmark', ' E342N', 10, NULL, 'Lexmark E342N.jpg', '2005-10-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(890, 'NEC', 'SuperScript 860', 10, NULL, 'NEC SuperScript 860.jpg', '1996-05-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(891, 'HP', 'Color Laser Jet CP1025nw', 11, NULL, 'HP Color CP1025NW.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(893, 'HP', 'Color Laser Jet 1312N', 11, NULL, 'HP Color LJ CM1312n.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(894, 'HP', 'Color Laser Jet  CM1312nfi MFP', 11, NULL, 'HP Color LJ CM1312nfi.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(896, 'HP', 'Photosmart C4180', 12, NULL, 'HP Photosmart C4180.jpg', '2004-09-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(897, 'HP', 'Color Laser Jet CP1518NI', 11, NULL, 'HP Color LaserJet CP1518.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(898, 'HP', 'DeskJet 5150', 12, NULL, 'HP DeskJet 5150.jpg', '2003-07-01', 200000, 0, 19, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(899, 'HP', 'Laser Jet P2055DN', 10, NULL, 'HP LaserJet P2055DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(900, 'HP', 'Laser Jet P4015N', 10, NULL, 'HP LaserJet P4015.jpg', '2008-05-01', 3000000, 0, 52, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(909, 'Xerox', '8200', 11, NULL, 'Xerox 8200.jpg', '2003-11-01', 200000, 0, 16, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(915, 'HP', 'Laser Jet P3005', 10, NULL, 'hp laserjet 3005.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(919, 'Sharp', 'MX-5110N', 6, NULL, 'sharp MX-5110N.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(920, 'Sharp', 'MX-4110N', 6, NULL, 'sharp MX-5110N.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(922, 'Konica Minolta', 'C35P', 11, '', 'Konica Minolta C35.jpg', '2010-07-01', 750000, 0, 31, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(926, 'HP', 'DeskJet D2330', 12, NULL, 'hp deskjet 2330.jpg', '2004-07-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(935, 'HP', 'DeskJet D4160', 12, NULL, 'hp deskjet 4160.jpg', '2004-07-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(937, 'HP', 'DeskJet 3650', 12, NULL, 'HP Deskjet 3650.jpg', '2003-06-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(941, 'Xerox', 'Phaser 3250', 10, '', 'XeroxPhaser3250.jpg', '2008-01-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(943, 'HP', 'DeskJet 3910', 12, NULL, 'HP deskjet 3930.jpg', '2006-01-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(945, 'Dell', 'Photo 926 All-in-One', 11, NULL, 'Dell Photo 926.jpg', '2007-10-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(946, 'Konica Minolta', 'MC 2350', 11, NULL, 'KONICA MINOLTA MC2350.jpg', '2003-01-01', 200000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(948, 'HP', 'Laser Jet 1320', 10, NULL, 'HP LaserJet 1320tn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(949, 'HP', 'Color Laser Jet CP5520', 11, NULL, 'hp laserjet cp5520.jpg', '2012-04-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(950, 'HP', 'Laser Jet 5200', 10, NULL, 'hp laserjet 5200.jpg', '2006-04-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(951, 'Oki', 'C9560', 6, NULL, 'okidata c9560.jpg', '2012-10-01', 1000000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(953, 'HP', 'Laser Jet 200 colorMFP M275nw', 11, NULL, 'hp laserjet pro 200 color mfp m276nw.jpg', '2012-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(956, 'HP', 'Office Jet K8600', 12, NULL, 'HP-OfficeJet-Pro-K8600.jpg', '2008-10-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(959, 'HP', 'Laser Jet M1212nf MFP', 20, NULL, 'HP LaserJet M1212nf MFP.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(964, 'HP', 'Color Laser Jet CM2320nf', 21, NULL, 'HP Color Laserjet CM2320nf.jpg', '2008-09-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(967, 'HP', 'PhotosmartD7200', 12, NULL, 'HP PhotosmartD7200.jpg', '2004-04-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(968, 'Lexmark', 'C532', 11, NULL, 'LEXMARK C532.jpg', '2006-10-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(969, 'HP', 'Laser Jet M2727nf', 10, NULL, 'hp laserjet m2727nf.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(974, 'Konica Minolta', 'MC 5650', 11, NULL, 'KM MC 5650.jpg', '2007-12-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(975, 'HP', 'Laser Jet 500 Color M551', 11, NULL, 'hp laserjet 500 color m551.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(980, 'HP', 'Color Laser Jet CP1520', 11, NULL, 'HP Color Laserjet cp1520.jpg', '2010-09-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(981, 'HP', 'Color Laser Jet CP4520', 11, NULL, 'HP Color Laserjet cp4520.jpg', '2010-04-01', 1000000, 0, 42, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(983, 'HP', 'Laser Jet P2035n', 10, NULL, 'hp_laserjet_p2035n.jpg', '2008-11-01', 750000, 0, 30, 'Press and hold GO button until green light flashes and motor starts. Configuration Page wil print.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(985, 'HP', 'Laser Jet P2055', 10, NULL, 'HP LJ P2055DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(986, 'Konica Minolta', 'MC 5670', 11, NULL, 'Konica Minolta MC 5670.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(988, 'Xerox', '5330', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(990, 'Sharp', 'MX-M363N', 1, '', 'Sharp mx-m363n.jpg', '2006-04-01', 750000, 0, 36, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(991, 'HP', 'Deskjet 3845', 12, NULL, 'hp deskjet 3845.jpg', '2004-08-01', 200000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(992, 'Oki', 'C6150n', 6, NULL, 'Oki C6150n.jpg', '2008-05-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(993, 'Ricoh', 'AP410', 10, NULL, 'ricoh ap410.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(997, 'HP', 'Color Laser Jet 2600N', 11, NULL, 'HP Color LaserJet 2600n.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1002, 'HP', 'Deskjet 5550', 12, NULL, 'hp_5550.jpg', '2004-01-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1003, 'HP', 'Deskjet 6122', 12, NULL, 'hp deskjet 6122.jpg', '2002-10-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1004, 'HP', 'Deskjet 6127', 12, NULL, 'HP DeskJet 6127.jpg', '2004-07-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1010, 'HP', 'Laser Jet Pro P1606dn', 10, NULL, 'hp laserjet 1606dn.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1011, 'HP', 'Laser Jet 2015DN', 10, NULL, 'HP LaserJet P2015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1012, 'HP', 'Laser Jet 2015N', 10, NULL, 'HP LaserJet P2015.jpg', '2006-12-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1013, 'HP', 'Laser Jet 3005', 10, NULL, 'hp laserjet 3005.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1015, 'HP', 'Laser Jet 4M Plus', 10, NULL, 'hp laserjet 4m plus.jpg', '1992-10-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1016, 'Ricoh', '1022', 1, NULL, 'Ricoh 1022.jpg', '2001-11-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1017, 'Lexmark', 'T640', 10, NULL, 'lexmark 640T.jpg', '2005-06-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1019, 'Oce', 'VL6022', 1, NULL, 'Oce VL6022.jpg', '2009-06-01', 3000000, 0, 60, 'Utility/Counter, Meter Count, Total Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1021, 'Xerox', '8570N', 11, NULL, 'Xerox ColorQube 8570N.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1022, 'HP', 'Laser Jet 8100', 10, NULL, 'HP laserjet 8100.jpg', '1998-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1027, 'HP', 'Photo SmartC490A', 12, NULL, 'HP CC490A.jpg', '2003-06-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1028, 'HP', 'LaserJet P2015', 10, NULL, 'hp P2015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1030, 'HP', 'CP4025N', 11, NULL, 'HP 4025.jpg', '2008-09-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1031, 'Konica Minolta', 'di2510', 1, NULL, 'Konica Minolta di2510.jpg', '2003-10-01', 500000, 0, 25, 'Press [Utility] key; select [Meter Count]; read \"Total Counter\"', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1033, 'HP', 'Laser Jet 6P', 10, NULL, 'HP LJ 6P.jpg', '1996-10-01', 150000, 0, 8, 'Simultaneously press the GO and RESET buttons on the Control Panel.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1043, 'HP', 'Laser Jet 5MP', 10, NULL, 'hp lj 5m.jpeg', '1995-03-01', 150000, 0, 6, 'Simultaneously press the GO and RESET buttons on the Control Panel.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1044, 'Xerox', '6204', 1, '', 'xerox 6204.jpg', '2006-01-01', 100000, 0, 4, 'Machine Status, Billing Meters, Meter 1 (Sq Ft)', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1045, 'HP', 'Laser Jet 4', 10, NULL, 'hp laserjet 4.jpg', '1992-10-01', 150000, 0, 8, 'Press MENU button until TEST MENU appears; press ITEM until SELF TEST appears. Press ENTER.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1055, 'Konica Minolta', 'BHC454', 6, NULL, 'Konica Minolta BH C454.jpg', '2012-07-01', 1000000, 0, 45, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS. Read BLACK & COLOR totals', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1057, 'Konica Minolta', 'BHC554', 6, NULL, 'Konica Minolta BH C554.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1058, 'Kyocera', 'FS-2100DN', 10, NULL, 'kyrocera fs-2100dn.jpg', '2012-10-01', 1000000, 0, 42, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1060, 'Toshiba', 'E-306', 1, NULL, 'Toshiba_estudio 306.jpg', '2012-02-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1061, 'Toshiba', 'e-Studio 556', 1, NULL, 'Toshiba e STUDIO 556.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1062, 'HP', '2140 Fax', 11, '', 'HP 2140 Fax.jpg', '2013-01-01', 150000, 0, 14, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1064, 'HP', 'DeskJet 9300C', 12, NULL, 'HP Deskjet 9300c.jpg', '2003-09-01', 150000, 0, 14, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1066, 'HP', 'DeskJet 990cse', 12, NULL, 'hpdeskjet 990cse.jpg', '2000-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1068, 'HP', 'Laser Jet 2430', 10, NULL, 'hp laserjet 2430.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1069, 'Canon', 'Pixma MX410', 12, NULL, 'Canon-PIXMA-MX410.jpg', '2011-01-01', 100000, 0, 2, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1071, 'HP', 'Laser Jet P1005', 10, NULL, 'HP LaserJet P1005.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1072, 'HP', 'Laser Jet P1102w', 10, NULL, 'HPLaserJetP1102w.jpg', '2010-04-01', 200000, 0, 19, 'Press & hold GO button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1073, 'HP', 'Laser Jet P1505N', 10, NULL, 'HP LaserJet P1505.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1081, 'HP', 'OfficeJet 4215', 22, NULL, 'hp OfficeJet 4215.jpg', '2004-10-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1087, 'HP', 'Photosmart 7550', 12, NULL, 'HP Photosmart 7550.jpg', '2002-07-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1088, 'HP', 'Photosmart 7760', 12, NULL, 'HP Photosmart 7760.jpg', '2003-08-01', 150000, 0, 13, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1090, 'HP', 'Photosmart C7260', 12, NULL, 'HP Photosmart C7260.jpg', '2003-08-01', 150000, 0, 10, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1094, 'Sharp', 'AR-M205', 1, NULL, 'sharp ar-m205.jpg', '2003-07-01', 150000, 0, 10, 'Hold 0 key 5 seconds.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1095, 'Sharp', 'MX-4501N', 6, '', 'Sharp_MX4501.jpg', '2006-01-01', 1000000, 0, 45, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1097, 'Lexmark', 'E260dn', 10, NULL, 'LEXMARK E260DN.jpg', '2008-10-01', 750000, 0, 35, 'Press the Right arrow button.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1098, 'Minolta', 'CSPro 2030', 1, NULL, 'Minolta cspro 2030.jpg', '1999-02-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1104, 'HP', '920C', 12, NULL, 'HP 920c.jpg', '2002-01-01', 150000, 0, 9, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1107, 'HP', 'Laser Jet 200 color MFP M276nw', 11, NULL, 'hp laserjet pro 200 color mfp m275nw.jpg', '2012-09-01', 150000, 0, 14, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1111, 'HP', 'Laser Jet M2727nf MFP', 10, '', 'hp laserjet m2727nf MFP.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1112, 'HP', 'Laser Jet M275', 11, NULL, 'hp laserjet m275.jpg', '2011-11-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1118, 'HP', 'Laser Jet P1606dn', 10, NULL, 'Laserjet 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1121, 'HP', 'Officejet 600', 22, NULL, 'HP Officejet 600.jpg', '1997-08-01', 100000, 0, 5, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1122, 'HP', 'Photosmart 2510 All-in-One', 12, NULL, 'HP Photosmart 2510.jpg', '2003-09-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1123, 'HP', 'psc 1210', 22, NULL, 'HP PSC 1210.jpg', '2003-03-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1124, 'HP', 'PSC 1350AIO', 12, NULL, 'hp_psc_1350.jpg', '2003-09-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1125, 'HP', 'PSC 2110', 12, NULL, 'HP PSC 2110.jpg', '2002-08-01', 150000, 0, 14, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1128, 'OKI', 'C9650', 6, NULL, 'oki c9650.jpg', '2007-11-01', 1000000, 0, 40, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1130, 'HP', 'DeskJet D2430', 12, NULL, 'HP Deskjet D2430.jpg', '2007-09-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1133, 'Lexmark', 'Z1420', 10, NULL, 'Lexmark Z1420.jpg', '2006-10-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1134, 'Workbooks', 'WB', 4, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1135, 'Outside Printing', 'OP', 4, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1137, 'HP', 'Laser Jet 2055DN', 10, NULL, 'HP LaserJet P2055d.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1144, 'Sharp', 'MX-3130N', 6, NULL, 'placeholder.jpg', '2010-04-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1145, 'HP', 'Laser Jet 1102', 10, NULL, 'hp laserjet 1102.jpg', '2010-10-01', 200000, 0, 19, 'Press & hold GO button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1146, 'HP', '3020', 10, NULL, 'HP 3020.jpg', '2004-04-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1147, 'HP', 'Laser Jet 5100', 10, NULL, 'hp lj 5100.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1149, 'HP', 'Laser Jet 3', 10, NULL, 'laserjet 3.jpg', '1986-05-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1151, 'Xerox', 'Phaser 4500', 10, NULL, 'Xerox Phaser 4500.jpg', '2003-03-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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1154, 'HP', 'Deskjet 960c', 10, '', 'HP Deskjet 960.jpg', '2001-02-01', 200000, 0, 15, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1155, 'Epson', 'FX 2190', 12, NULL, 'Epson fx 2190.jpg', '2001-10-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1159, 'Konica Minolta', 'BH5650', 1, NULL, 'KM BH 5650.jpg', '2007-12-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1161, 'HP', 'Color Laser Jet 3525', 12, NULL, 'HP Color Laserjet 3525.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1166, 'Brother', 'HL-20', 10, NULL, 'brother-hl20.jpg', '2007-12-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1167, 'Brother', 'HL-2140t', 10, NULL, 'brother_hl_2140.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1168, 'Canon', 'IP4200', 10, NULL, 'canon ip4200.jpg', '2005-08-01', 500000, 0, 29, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1177, 'HP', 'Laser Jet P3015', 10, NULL, 'hp laserjet p3015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1178, 'Lexmark', 'E240n', 10, NULL, 'lexmark e240n.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1179, 'Ricoh', 'SP8100DN', 10, NULL, 'ricoh sp8100dn.jpg', '2006-09-01', 1000000, 0, 45, 'Select Menu screen. Select \"Configuration\" and print the configuration page.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1180, 'HP', 'Deskjet 5850', 12, NULL, 'HP_DeskJet_5850.jpg', '2003-10-01', 500000, 0, 21, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1181, 'Konica Minolta', 'BH654', 1, NULL, 'Konica Minolta BH 654.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1182, 'HP', 'Deskjet 5800', 12, '', 'HP Deskjet 5800.jpg', '2004-11-01', 500000, 0, 21, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1184, 'Ricoh', 'AP600N', 10, NULL, 'ricoh ap600n.jpg', '2003-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1186, 'HP', 'DeskJet 6800', 12, NULL, 'HP 6800.jpg', '2014-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1191, 'HP', '6800', 10, '', 'HP 6800.jpg', '2014-05-01', 200000, 0, 17, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1194, 'Copystar', 'CS 255', 1, NULL, 'copystar-cs-255.jpg', '2011-01-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1195, 'Dell', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1197, 'Konica Minolta', 'BH754', 1, NULL, 'Konica Minolta BH 754.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1199, 'New', 'New', 3, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1201, 'TBD 20-29 CPM Black', NULL, 20, NULL, 'placeholder.jpg', NULL, 500000, 20, 29, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1202, 'TBD 20-29 CPM Color', NULL, 6, NULL, 'placeholder.jpg', NULL, 500000, 20, 29, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1203, 'TBD 30-39 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 750000, 30, 39, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1204, 'TBD 30-39 CPM Black', NULL, 20, NULL, 'placeholder.jpg', NULL, 750000, 30, 39, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1205, 'TBD 40-49 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 1000000, 40, 49, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1206, 'TBD 40-49 CPM Color', NULL, 6, NULL, 'placeholder.jpg', NULL, 1000000, 40, 49, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1207, 'TBD 50-59 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 3000000, 50, 59, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1208, 'TBD 50-59 CPM Black', '', 1, '', 'placeholder.jpg', NULL, 3000000, 50, 59, '', 'Y', '', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1209, 'TBD 60-69 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 3000000, 60, 69, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1211, 'TBD 70-79 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 4000000, 70, 79, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1212, 'TBD 80-89 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 4000000, 80, 89, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1213, 'TBD 90-99 CPM Color', '', 6, '', 'placeholder.jpg', NULL, 5000000, 90, 99, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1214, 'TBD 20-29 PPM Color', NULL, 11, NULL, 'placeholder.jpg', NULL, 500000, 20, 29, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1215, 'TBD 30-39 PPM Color', NULL, 11, NULL, 'placeholder.jpg', NULL, 750000, 30, 39, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1216, 'TBD 30-39 PPM Black', NULL, 10, NULL, 'placeholder.jpg', NULL, 750000, 30, 39, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1217, 'TBD 40-49 PPM Black', NULL, 10, NULL, 'placeholder.jpg', NULL, 1000000, 40, 49, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1218, 'TBD 60-69 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 3000000, 60, 69, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1219, 'TBD 70-79 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 4000000, 70, 79, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1220, 'TBD 80-89 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 4000000, 80, 89, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1221, 'TBD 90-99 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 5000000, 90, 99, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1226, 'Ricoh', 'SPC431DN', 11, NULL, 'ricoh sp 431dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1227, 'HP', 'OfficeJet 6310', 22, NULL, 'HP OfficeJet 6310.jpg', '2006-03-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1229, 'Epson', 'WF3450', 11, NULL, 'epson wf 3450.jpg', '2012-10-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1231, 'HP', 'Color Laser Jet M451dn', 11, NULL, 'HP Laserjet 400 Color M451dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1232, 'Konica Minolta', '2020', 1, NULL, 'KONICA MINOLTA IM 2020.jpg', '2009-09-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1233, 'HP', 'C3180MFP', 12, NULL, 'HP C3180MFP.jpg', '2008-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1234, 'Savin', 'C2525', 6, NULL, 'Savin-C2525.jpg', '2006-08-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1236, 'Dell', 'V305', 10, NULL, 'Dell-V305.jpg', '2008-06-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1237, 'Savin', '4027', 1, NULL, 'savin-4027.jpg', '2003-05-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1238, 'HP Color LaserJet', '2500', 11, NULL, 'HP Color Laserjet 2500.jpg', '1998-10-01', 150000, 0, 11, '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1239, 'Brother', 'NC-6800h', 10, NULL, 'Brother-MFC6800.jpg', '2008-10-01', 750000, 0, 32, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1240, 'Dell', 'Laser Printer B2360DN', 10, NULL, 'Dell Laser Printer B2360DN.jpg', '2012-11-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1241, 'Dell', 'Laser Printer W5300', 12, NULL, 'Dell Laser Printer W5300.jpg', '2003-11-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1243, 'HP', 'C3180', 12, NULL, 'hp_photosmart_c3180.jpg', '2008-05-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1244, 'TBD 15-19 CPM Black', NULL, 1, NULL, 'placeholder.jpg', NULL, 200000, 15, 19, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1245, 'TBD 15-19 CPM Color', NULL, 6, NULL, 'placeholder.jpg', NULL, 200000, 15, 19, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1246, 'Ricoh', 'MP301SPF', 1, NULL, 'ricoh mp 301spf.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1248, 'HP', 'Laser Jet 3300', 10, NULL, 'hp laserjet 3300.jpg', '2002-03-01', 200000, 0, 15, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1249, 'HP', 'Laser Jet P3010', 10, NULL, 'hp-laserjet-p3010.jpg', '2008-09-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1251, 'HP', 'Laser Jet 3055', 10, 'CIF-Print', 'hp Laser jet 3055.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1252, 'HP', 'Laser Jet Pro M1212nf MFP', 20, NULL, 'hp Laserjet Pro M1212nf MFP.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1253, 'Kyocera', 'FS-4100DN', 10, NULL, 'kyocera-mita-fs4100dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1254, 'Kyocera', 'FS-4300DN', 10, NULL, 'Kyocera FS-4300DN 800.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1255, 'Xerox', 'Phaser 3300MFP', 10, NULL, 'Xerox 3300MFP.jpg', '2008-09-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1257, 'Xerox', 'Phaser 6280', 10, NULL, 'Xerox 6280.jpg', '2009-02-01', 750000, 0, 31, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1258, 'Epson', 'Stylus Color 1400', 12, NULL, 'epson-stylus-photo-1400.jpg', '2001-10-01', 500000, 0, 24, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1259, 'HP', 'C5180', 12, NULL, 'hp c 5180.jpg', '2008-05-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1262, 'Epson', 'Stylus Pro 4000', 12, 'Wide Format', 'epson stylus pro 4000.jpg', '2003-10-01', NULL, 0, 0, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1263, 'Canon', 'D1120', 10, '', 'Canon d1120.jpg', '2009-04-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1264, 'HP', 'Photo smart Plus', 12, NULL, 'PhotoSmartPremiumer.jpg', '2009-07-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1266, 'HP', 'Photosmart 5514', 12, NULL, 'hp 5514.jpg', '2011-07-01', 150000, 0, 11, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1268, 'HP', 'C4680', 12, NULL, 'HP_C4680.jpg', '2008-06-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1269, 'HP', 'Deskjet 6540', 11, NULL, 'hp deskjet 6540.jpg', '2004-08-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1270, 'HP', 'C4480', 12, NULL, 'hp photosmart c4480.jpg', '2008-06-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1271, 'HP', 'D5460', 12, NULL, 'hp 5460.jpg', '2006-10-01', 750000, 0, 33, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1274, 'Epson', 'Stylus NX400', 11, NULL, 'epson_nx400.jpg', '1997-02-01', 100000, 0, 4, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1279, 'Brother', 'HL-30CN', 10, NULL, 'placeholder.jpg', '2012-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1281, 'HP', 'CM1312NFI MFP', 12, NULL, 'hp Color LaserJet CM1312nfi.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1283, 'Gestetner', 'High Speed Duplictor', 6, '', 'gestetner HSD.jpg', '1995-10-01', 4000000, 0, 85, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1286, 'Xerox', 'WorkCentre 3635', 1, NULL, 'W3635.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1288, 'Xerox', 'W7845PT', 6, NULL, 'Xerox W7845PT.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(1289, 'Xerox', '9301 Cube', 6, NULL, 'xerox 9301 cube.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1291, 'HP', 'Color Laser Jet CP1525nw', 11, NULL, 'hp laserjet pro p1525nw.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1295, 'Ricoh', 'SP1210', 10, NULL, 'ricoh-aficio-sp1210n.jpg', '2011-08-01', 500000, 0, 23, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1297, 'Lexmark', 'C543', 11, NULL, 'lexmark_c543dn.jpg', '2009-01-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1298, 'Lexmark', 'E462dnt', 10, NULL, 'placeholder.jpg', '2008-08-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1299, 'Lexmark', 'C544', 11, NULL, 'Lexmark C544.jpg', '2008-10-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1302, 'HP', 'Officejet Pro 8100', 11, NULL, 'hp-officejet-pro-8100.jpg', '2012-01-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1303, 'Lexmark', 'es460dn', 10, NULL, 'lexmark es460dn.jpg', '2011-07-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1304, 'Kyocera', 'FS-2000D', 10, '', 'kyocera FS-2000D.jpg', '2006-03-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1305, 'Kyrocera', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1307, 'Kyocera', 'FS-1300D', 10, NULL, 'Kyocera FS1300D.jpg', '2008-03-01', 750000, 0, 30, 'Select MENU from Control Panel; scroll to COUNTER; press Right >; Read Printed Pages.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1308, 'Kyocera', 'FS-1370DN', 10, NULL, 'kyocera fs-1370dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1309, 'Xerox', 'WC C2424', 6, NULL, 'Xerox C2424DP.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1310, 'Lexmark', 'T630', 10, NULL, 'lexmark t630.jpg', '2014-04-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1311, 'Konica Minolta', 'C452', 6, NULL, 'konica minolta c452.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1314, 'Konica Minolta', 'BH4000P', 10, NULL, 'BH4000P.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1315, 'Oki', 'B4600', 10, NULL, 'Okidata-B4600.jpg', '2007-02-01', 500000, 0, 26, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1317, 'Kyocera', '1300D', 10, NULL, 'Kyocera FS1300D.jpg', '2008-08-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1319, 'Konica Minolta', 'magicolor8650', 11, NULL, 'konica minolta magicolor8650.jpg', '2008-01-01', 750000, 0, 33, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1321, 'HP', 'Deskjet 950 C', 11, '', 'hp deskjet 950c.jpg', '2001-09-01', 150000, 0, 11, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1322, 'HP', 'Officejet J 3680', 11, '', 'HP-J3680.jpg', '2013-01-01', 500000, 0, 20, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1324, 'HP', 'Deskjet 710C', 11, '', 'hp deskjet 710c.jpg', '1998-08-01', 100000, 0, 6, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1326, 'HP', '990 CXI', 11, '', 'hp 990cxi.jpg', '2000-09-01', 200000, 0, 17, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1327, 'HP', 'Deskjet F4480', 11, '', 'hp-F4480.jpg', '2013-02-01', 500000, 0, 28, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1328, 'HP', 'Laser Jet 6300', 11, NULL, 'Placeholder.jpg', '2013-06-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1329, 'HP', 'Laser Jet M3035', 10, '', 'hp M3035 mfp.jpg', '2006-11-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1330, 'Lanier', 'LD625C', 11, '', 'lanier ld625c.jpg', '2011-02-01', 500000, 0, 25, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1331, 'Oce', '35C-3', 10, '', 'placeholder.jpg', '2013-09-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1332, 'Xerox', 'WorkCentre 7830', 6, '', 'Xerox W7830.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1333, 'Xerox', 'WorkCentre 7855c', 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', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1334, 'Xerox', 'Workcentre 6605DN', 11, '', 'Xerox WC6605DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1335, 'Xerox', 'Workcentre 5335PT', 1, NULL, 'Xerox w5335pt.jpg', '2011-08-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1336, 'Xerox', 'Workcentre 3315dn', 10, '', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1339, 'Ricoh', 'Priport VT2250', 6, '', 'Ricoh VT2250.jpg', '1997-01-01', 3000000, 0, 60, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1340, 'HP', 'Laerjet 9065', 9, '', 'hp 9065.jpg', '2003-11-01', 3000000, 0, 65, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1342, 'HP', 'MFP1125', 10, '', 'dell_mono_laser_mfp_1125.jpg', '2009-11-12', 500000, 0, 21, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1343, 'Kyocera', 'FS-C5250', 11, NULL, 'Kyocera FS-C5250.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1346, 'Savin', 'MP301SPF', 20, '', 'Savin 391SP.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1347, 'Toshiba', 'e-Studio 6540C', 6, '', 'Toshiba 6540C.jpg', '2011-05-01', 3000000, 0, 65, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1351, 'Canon', 'IRC 5030', 6, NULL, 'Canon IRC 5030.jpg', '2009-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1352, 'HP', 'MFP CB821A', 12, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1353, 'Unknown', 'Unknown', 3, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1354, 'HP', 'MFP CB 821A', 12, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1355, 'HP', 'Laser Jet 3600', 11, '', 'HP 3600.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1356, 'HP', 'Laser Jet Pro P1112', 1, '', 'placeholder.jpg', NULL, NULL, 0, 0, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1357, 'Lexmark', 'E250', 10, '', 'Lexmark E250.jpg', '2006-10-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1358, 'Lexmark', 'X560n', 11, '', 'Lexmark 560n.jpg', '2008-05-01', 750000, 0, 35, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1359, 'Lexmark', 'X264dn', 20, NULL, 'Lexmark x164dn.jpg', '2009-03-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1360, 'HP', 'Officejet H470', 12, NULL, 'HP H470.jpg', '2008-04-01', 500000, 0, 22, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1361, 'Lexmark', 'X544', 11, '', 'Lexmark x544.jpg', '2009-01-01', 500000, 0, 21, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1362, 'Epson', 'c40ux', 11, '', 'Epson c40ux.jpg', '2001-09-01', 150000, 0, 8, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1363, 'Epson', 'C64', 11, '', 'Epson c64.jpg', '2003-10-01', 200000, 0, 17, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1364, 'Epson', 'Stylus C82', 11, '', 'Epson Stylus c82.jpg', '2002-08-01', 200000, 0, 15, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1365, 'Canon', 'i960', 6, NULL, 'Canon i960.jpg', '2003-09-01', 100000, 0, 2, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1366, 'HP', 'PSC 1315 AIO', 12, NULL, 'HP PSC 3115 AIO.jpg', '2004-06-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1367, 'Konica Minolta', 'BH3300P', 10, NULL, 'Konica Minolta BH 3300.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1369, 'HP', 'Color Laser Jet 5M', 11, NULL, 'HP Color Laserjet 5M.jpg', '1995-03-01', 150000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1370, 'Panasonic', 'DP-150FX', 10, '', 'placeholder.jpg', '2000-05-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1371, 'Oki', 'c6100', 11, NULL, 'OKI C6100.jpg', '2006-05-01', 750000, 0, 35, 'Select MENU from Control Panel, then scroll to select USAGE MENU; scroll to select MONO PAGE COUNT and COLOR PAGE COUNT.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1372, 'TBD 50-59 PPM Black', NULL, 10, NULL, 'placeholder.jpg', NULL, 3000000, 50, 59, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1373, 'Xerox', '7760GX', 11, NULL, 'Xerox 7760GX.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1374, 'ZEBRA', 'ZTC TLP2844-Z-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1375, 'ZEBRA', 'ZTC 140XiIIIPlus-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1376, 'ZEBRA', 'ZTC T402-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1377, 'ZEBRA', 'ZTC 140XiIII-200dpi', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1378, 'Digital', 'LA30N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1379, 'HP', 'Designjet T2300 PostScript', 0, '', 'MissingDeviceImage.png', '2010-12-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1380, 'GENICOM', 'Matrix Printer LA36N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1381, 'HP', 'Centronics JetDirect Printer S', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1383, 'HP', 'Pro 8500 A910', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1384, 'HP', '6980 series', 0, '', 'MissingDeviceImage.png', '2006-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1385, 'RFG', 'SP1210N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1386, 'Konica-Minolta', 'BIZHUB C35', 0, '', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1387, 'Konica Minolta', 'BIZHUB 601', 0, '', 'MissingDeviceImage.png', '2008-12-01', 3000000, 0, 0, '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1388, 'HP', 'Laser Jet 4000 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1391, 'RFG', 'SP 5100N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1392, 'Konica Minolta', 'BIZHUB 501', 0, '', 'MissingDeviceImage.png', '2008-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1393, 'HP', 'Laser Jet 1160 series', 0, '', 'MissingDeviceImage.png', '2004-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1394, 'EFI', 'KMBS-C650', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1395, 'Ricoh', 'Aficio 3035', 1, NULL, 'ricoh_3035.jpg', '2005-10-01', NULL, 0, 35, 'Select User Tools from front panel, then select COUNTER', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1396, 'HP', 'Laser Jet CM1415fnw', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1398, 'Konica Minolta', 'BIZHUB 552', 1, '', 'MissingDeviceImage.png', '2011-02-01', NULL, 0, 0, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1399, 'Konica Minolta', 'BIZHUB 654', 0, '', 'MissingDeviceImage.png', '2013-02-01', NULL, 0, 0, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1400, 'Konica Minolta', 'BIZHUB 754', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1402, 'Konica-Minolta', 'MAGICOLOR 4750', 11, 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1403, 'Konica Minolta', 'BIZHUB 751', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Utility/Counter, Meter Count', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1404, 'Konica-Minolta', 'BIZHUB C454', 0, '', 'MissingDeviceImage.png', '2012-07-01', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1405, 'Konica-Minolta', 'BIZHUB C554E', 0, '', 'MissingDeviceImage.png', '2013-10-01', NULL, 0, 0, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1408, 'HP', 'deskjet 9300', 0, '', 'MissingDeviceImage.png', '2003-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1410, 'HP', '7200 series', 0, '', 'MissingDeviceImage.png', '2014-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1412, 'Oce', '60BW-1', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1413, 'Oce', '35C-1', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1414, 'Oki Data', 'ML320/1TURBO', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1415, 'Canon', 'iPF765', 3, '', 'MissingDeviceImage.png', '2012-04-01', 500000, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1417, 'HP', 'Laser Jet Pro M401DN', 10, '', 'HP LaserJet Pro 400 M401dn.jpg', '2012-06-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1418, 'HP', 'Laser Jet P3010 Series', 0, '', 'MissingDeviceImage.png', '2008-09-01', 1000000, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1419, 'Canon', 'MF4360-4390', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1420, 'HP', 'Laser Jet 4100 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1422, 'HP', 'Laser Jet P2015', 10, '', 'HP LaserJet P2015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1424, 'Toshiba', 'e-Studio 232', 3, NULL, 'ToshibaES232.jpg', '2006-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1425, 'Konica-Minolta', 'BIZHUB C552', 6, NULL, 'bizhub_552_large_a.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1426, 'Konica Minolta', '250', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Inside right front door', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1427, 'Konica-Minolta', 'BIZHUB PRO 950', 0, '', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1428, 'Konica Minolta', 'BIZHUB 750', 3, NULL, 'konica-minolta-bizhub-750.jpg', '2014-02-01', NULL, 0, NULL, 'Inside left front door above power switch', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1429, 'Konica Minolta', 'BIZHUB 600', 0, '', 'MissingDeviceImage.png', '2005-11-01', NULL, 0, 0, 'Open left front door; meter is above power switch.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1431, 'HP', 'DesignJet 430', 0, '', 'MissingDeviceImage.png', '1998-03-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1432, 'HP', 'Laser Jet 8150 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1433, 'Konica-Minolta', 'BIZHUB C452', 3, NULL, 'Konica-Bizhub-C452-Copier.jpg', '2009-09-01', NULL, 0, NULL, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1435, 'Ricoh', 'Aficio BP20N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1436, 'Canon', 'iR-ADV 8095', NULL, 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1438, 'Ricoh', 'Aficio AP400N', 10, NULL, 'Ricoh AP400.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1439, 'Dell', 'Laser Printer M5200', 10, '', 'MissingDeviceImage.png', '2003-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1440, 'Samsung', 'ML 2250', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1442, 'HP', 'Color Laser Jet CP2025dn', 11, NULL, 'HP Color LaserJet CP2025.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1443, 'Canon', 'iR3245', 1, NULL, 'Canon, IR3245i.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1444, 'Dell', 'Laser Printer 1720dn', 10, '', 'MissingDeviceImage.png', '2004-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1445, 'Konica Minolta', 'BIZHUB 420', 3, NULL, 'bizhub_420_large72dpi.jpg', '2013-04-01', NULL, 0, NULL, 'Inside front door', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1446, 'Dell', 'Laser Printer 5210n', 10, '', 'MissingDeviceImage.png', '2006-05-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1447, 'HP', 'Laser Jet 1320 series', 0, '', 'MissingDeviceImage.png', '2004-01-01', NULL, 0, 0, 'Press GO button until green light flashes and motor starts; Configuration Page will print.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1449, 'HP', 'Color Laser Jet CP2025n', 11, NULL, 'HP Color LaserJet CP2025.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1452, 'Epson', 'Artisan 830', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1454, 'Samsung', 'ML 2570 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1455, 'HP', 'Laser Jet 4240n', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1458, 'HP', 'Laser Jet 400 M401n', 10, NULL, 'hp-laserjet-pro-400-m401n.jpg', '2013-01-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1459, 'Konica-Minolta', 'PAGEPRO 5650', 0, '', 'MissingDeviceImage.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1461, 'HP', 'Laser Jet 300 colorMFP 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1463, 'Konica-Minolta', 'BIZHUB C360', 6, NULL, 'Konica-Minolta-Bizhub-C360.jpg', '2009-09-01', 750000, 0, 36, 'Press the Utility/Counter button on Control Panel, then select Meter Count. BLACK & COLOR', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1464, 'Dell', 'Laser Printer 1700n', 0, '', 'MissingDeviceImage.png', '2004-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1465, 'HP', 'LaserJet Pro P1102w', 10, NULL, 'HPLaserJetP1102w.jpg', '2010-04-01', 250000, 0, 19, 'Press & hold GO button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1467, 'Dell', '3330dn Laser Printer', 0, '', 'MissingDeviceImage.png', '2009-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1468, 'Dell', 'Laser Printer S2500', 10, '', 'MissingDeviceImage.png', '2003-03-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1469, 'Epson', 'Stylus NX420', 11, '', 'MissingDeviceImage.png', '2005-08-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1470, 'HP', 'Laser Jet 100 colorMFP M175nw', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1472, 'Lexmark', 'E250dn', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1473, 'HP', '6510 series', 10, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1474, 'Epson', 'WorkForce 545', 11, '', 'wf545_fca-cos-cn.jpg', '2011-10-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1475, 'HP', '3050A J611 series', 0, '', 'MissingDeviceImage.png', '2006-04-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1476, 'Oce', '60BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1478, 'HP', 'designjet 110plus nr', 0, '', 'MissingDeviceImage.png', '2004-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1479, 'Oce', '50BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1480, 'Epson', 'Artisan 810', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1483, 'HP', '6940 series', 0, '', 'MissingDeviceImage.png', '2006-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1484, 'Epson', 'FX-2190', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1485, 'Oce', '75BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1486, 'HP', 'business inkjet 2300', 0, '', 'MissingDeviceImage.png', '2003-11-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1487, 'Ricoh', 'Aficio AP600N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1489, 'MINOLTA', '20ppm', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1490, 'HP', 'Plus B209a-m', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1491, 'Brother', 'HL-5250DN series', 10, '', 'MissingDeviceImage.png', '2005-10-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1493, 'HP', 'Pro 8500 A909a', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1496, 'Dell', 'B2360d-dn Laser Printer', 0, '', 'MissingDeviceImage.png', '2012-11-01', NULL, 0, 0, '', 'Y', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1497, 'Konica-Minolta', 'MAGICOLOR 5670', 0, '', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1499, 'Konica Minolta', 'BIZHUB C25', NULL, 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1500, 'Konica Minolta', 'BIZHUB 4000P', 0, '', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1502, 'HP', 'Color Laser Jet CP4520 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1503, 'HP', '7000 E809a', 0, '', 'MissingDeviceImage.png', '2009-10-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1504, 'Oce', '42BW-2', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1505, 'HP', 'Color Laser Jet CM2320n MFP', 0, '', 'MissingDeviceImage.png', '2008-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1506, 'Ricoh', 'Aficio MP 6001', 1, NULL, '120.jpg', '2009-06-01', 3000000, 0, 60, 'Select User Tools from front panel, then select COUNTER', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1508, 'HP', '6000 E609n', 0, '', 'MissingDeviceImage.png', '2009-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1510, 'HP', 'DesignJet 800', 0, '', 'MissingDeviceImage.png', '2000-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1511, 'HP', 'Designjet Z2100 24in Photo', 0, '', 'MissingDeviceImage.png', '2007-04-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1512, 'Kyocera', 'FS-820', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1514, 'HP', 'Officejet Pro K850', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1515, 'HP', 'DesignJet 500PS+HPGL2', 0, '', 'MissingDeviceImage.png', '2014-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1517, 'HP', 'Color Laser Jet M451nw', 11, '', 'HP Laserjet 400 Color M451dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1518, 'Lanier', 'LD 625C', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1519, 'HP', '6300 series', 0, '', 'MissingDeviceImage.png', '2007-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1520, 'MINOLTA', '25ppm', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1522, 'HP', '6500 E709n', 0, '', 'MissingDeviceImage.png', '2009-03-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1523, 'Samsung', 'SCX-4623FW Series', NULL, NULL, 'Samsung SCX-4623FW.jpg', '2010-06-01', NULL, 0, 23, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1524, 'Brother', 'HL-5340D', 10, '', 'placeholder.jpg', '2009-04-01', 750000, 0, 32, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1525, 'Epson', 'Artisan 710', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1526, 'Ricoh', 'Aficio MP 171', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1528, 'Ricoh', 'Aficio MP 4500', 0, '', 'MissingDeviceImage.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1530, 'Dell', 'Laser Printer 5100cn', 10, '', 'MissingDeviceImage.png', '2004-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1531, 'HP', 'Designjet T610 44in', 0, '', 'MissingDeviceImage.png', '2007-07-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1532, 'Brother', 'HL-5370DW series', 10, '', 'MissingDeviceImage.png', '2009-04-01', 750000, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1533, 'Samsung', 'CLP-610', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1534, 'HP', '4500 G510g-m', 0, '', 'MissingDeviceImage.png', '2010-03-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1535, 'HP', 'Laser Jet 600 M602', 10, '', 'hp_laserjet_enterprise_600_M601_M602_M603.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1536, 'Kyocera', 'FS-C5250DN', 11, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '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.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1537, 'Toshiba', 'e-Studio 2551c', 6, '', 'Toshiba ES2551C.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1538, 'Kyocera', 'FS-C5150DN', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1543, 'Ricoh', 'Aficio MP C400SR', 0, '', 'MissingDeviceImage.png', '2011-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1546, 'Ricoh', 'Aficio MP C300', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1548, 'Ricoh', 'Aficio MP 201', 1, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1550, 'HP', 'DesignJet 500+HPGL2', 0, '', 'MissingDeviceImage.png', '2014-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1551, 'Tektronix', 'Phaser 860DX', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1552, 'Ricoh', 'Aficio SP 8100DN', 0, '', 'MissingDeviceImage.png', '2006-09-01', NULL, 0, 0, 'Select Menu screen. Select \"Configuration\" and print the configuration page.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1553, 'Xerox', 'DocuPrint N2125 Network Laser ', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1554, 'Toshiba', 'e-STUDIO5520C', 6, NULL, 'Toshiba 5520c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1555, 'Lexmark', 'XS651de MFP', 10, '', 'MissingDeviceImage.png', '2008-10-01', 1000000, 45, 45, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1556, 'Brother', 'HL-1435 series', 11, NULL, 'placeholder.jpg', '2003-07-01', 200000, 0, 15, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1558, 'Toshiba', 'e-STUDIO4520C', 0, '', 'MissingDeviceImage.png', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1568, 'Toshiba', 'e-STUDIO3040C', 6, '', 'Toshiba e-Studio 3040C.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1569, 'Toshiba', 'e-STUDIO4540C', 6, '', 'Toshiba e-Studio 4540C.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1570, 'Toshiba', 'e-STUDIO755', 1, '', 'Toshiba e-Studio 755.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1571, 'Toshiba', 'e-STUDIO5540C', 6, '', 'Toshiba e-Studio 5540c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1572, 'HP', 'Designjet T790 24in', 0, '', 'HP Designjet T790.jpg', '2011-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1573, 'HP', '6700', 11, '', 'hp 6700.jpg', '2012-03-01', 200000, 0, 16, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1574, 'Brother', 'HL-2070N series', 10, '', 'Brother HL-2070.jpg', '2005-01-01', 500000, 0, 20, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1577, 'Toshiba', 'ES6550C', 6, NULL, 'Toshiba ES6550C.jpg', '2011-05-01', 4000000, 0, 75, '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1579, 'Savin', 'SP8300DN', 10, '', 'Savin SP8300DN.jpg', '2012-11-01', 2000000, 0, 50, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1580, 'Savin', '301SPF', 20, '', 'savin 301SPF.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1581, 'Toshiba', 'ES355', 1, '', 'toshiba ES355.jpg', '2009-06-01', 750000, 0, 35, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1582, 'Brother', 'HL-4040CN series', 11, '', 'MissingDeviceImage.png', '2007-04-01', 500000, 0, 0, '', 'Y', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1585, 'Brother', 'HL-4070CDW series', 10, '', 'MissingDeviceImage.png', '2007-06-01', 500000, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1586, 'Brother', 'HL-4570CDW series', 11, NULL, 'Brother 4570.jpg', '2010-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1587, 'Brother', 'HL-5470DW', 10, NULL, 'brohl5470dw.jpg', '2012-06-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1588, 'Brother', 'HL-6180DW', 10, '', 'Brother 6180.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1589, 'Dell', 'Color Laser 1320c', 0, '', 'MissingDeviceImage.png', '2008-11-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1590, 'Brother', 'HL-4150CDN series', 11, '', 'brother 4150cdn.jpg', '2010-10-01', 500000, 0, 25, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1591, 'Konica-Minolta', 'MAGICOLOR 2350', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1592, 'Oki Data', 'C6150', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1593, 'Brother', 'HL-5170DN series', 10, '', 'MissingDeviceImage.png', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1594, 'HP', '3050 J610 series', 0, '', 'MissingDeviceImage.png', '2006-04-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1595, 'Xerox', 'Phaser 6280N', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1596, 'Konica-Minolta', 'BIZHUB C454E', 0, '', 'MissingDeviceImage.png', '2013-04-01', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1597, 'HP', 'J4680 series', 0, '', 'MissingDeviceImage.png', '2008-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1598, 'Konica-Minolta', 'BIZHUB PRO 951', 0, '', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1600, 'Xerox', 'WorkCentre 5875apt', 1, '', 'Xerox 5875apt.jpg', '2013-02-01', 4000000, 0, 75, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1604, 'Lexmark', 'T652', 10, '', 'Lexmark t652.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1607, 'Canon', 'iR2535', 1, NULL, 'Canon-imageRUNNER-2535.jpg', '2010-04-01', NULL, 0, 0, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1608, 'HP', 'Laser Jet P4015', 0, '', 'MissingDeviceImage.png', '2008-05-01', NULL, 0, 0, 'Select MENU, then select INFORMATION, scroll to and select PRINT USAGE PAGE.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1609, 'HP', 'Laser Jet 5000 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1610, 'Xerox', 'Phaser 6250DP', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1611, 'HP', 'C4700 series', 0, '', 'MissingDeviceImage.png', '2005-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1612, 'HP', 'Laser Jet 9040', 10, NULL, 'hp-laserjet-9040.jpg', '2006-04-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1613, 'Brother', 'DCP-8065DN', 20, '', 'Brother 8065.jpg', '2006-03-01', 750000, 0, 30, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1615, 'Samsung', 'CLP-310 Series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1616, 'HP', 'Pro 8600', 0, '', 'HP Pro 8600.jpg', NULL, NULL, 0, 0, '', 'Y', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1618, 'Toshiba', 'e-STUDIO6540C', 6, '', 'Toshiba E-Studio6540c.jpg', '2011-05-01', 3000000, 0, 65, '', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1619, 'HP', 'C309a series', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1620, 'Canon', 'LBP3580', 10, '', 'Canon LBP3580.jpg', '2013-02-01', 1000000, 0, 42, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1622, 'Ricoh', 'MP301', 20, NULL, 'Ricoh MP301.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1623, 'Ricoh', 'MP4002', 1, NULL, 'ricoh afico mp4002.jpg', '2012-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1624, 'Xerox', 'WC 7830', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1626, 'Brother', 'HL-5280DW series', 1, NULL, 'Brother 5280.jpg', '2005-01-01', 750000, 0, 30, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1627, 'Brother', 'HL-5280DW', 1, NULL, 'Brother 5280.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1628, 'Toshiba', 'e-STUDIO450', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1629, 'HP', 'Color Laser Jet CM2320nf MFP', 0, '', 'MissingDeviceImage.png', '2008-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1630, 'Toshiba', 'e-Studio 2550c', 6, NULL, 'Toshiba e-studio 2550c.jpg', '2012-06-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1639, 'Xerox', 'Workcentre 5150', 1, NULL, 'Xerox WC 5150.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1640, 'Xerox', '3600DN', 10, NULL, 'xerox 3600DN.jpg', '2008-05-01', 1000000, 0, 40, 'User Functions, Total Counter, Print Total', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1641, 'Ricoh', 'Aficio MP 301', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1642, 'Epson', 'WorkForce 840', 0, '', 'MissingDeviceImage.png', '2011-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1644, 'Lexmark', 'C522', 11, NULL, 'lexmark-c522.jpg', '2005-01-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1645, 'Lexmark', 'Optra E312', 10, NULL, 'lexmark-e312.jpg', '2000-07-01', 100000, 0, 10, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1646, 'Lexmark', 'Optra M410', 10, NULL, 'Lexmark_Optra_M410.jpg', '1999-09-01', 150000, 0, 12, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1648, 'Toshiba', 'e-STUDIO756', 1, '', 'Toshiba e-STUDIO756.jpg', '2012-02-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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1653, 'Ricoh', 'Aficio MP C3000', 0, '', 'MissingDeviceImage.png', '2002-01-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1654, 'Ricoh', 'Aficio 3025', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1658, 'HP', 'Laser Jet 400 colorMFP 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1659, 'Lexmark', 'x463', 10, NULL, 'Lexmark x463.jpg', '2009-06-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1662, 'Xerox', 'Workcentre 5865', 1, NULL, 'Xerox WC 5865.jpg', '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. Record BLACK IMPRESSIONS and COLOR IMPRESSIONS. Please do not include Level 1, 2 or 3 Billing figures.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1663, 'Xerox', 'WorkCentre 5855apt', 1, NULL, 'Xerox WC 5855.jpg', '2013-02-01', 3000000, 0, 55, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1664, 'OCE', 'im 815', 3, NULL, 'placeholder.jpg', NULL, 0, 0, 0, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1665, 'Ricoh', 'MPC3002', 6, NULL, 'Ricoh MPC 3002.jpg', '2012-02-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1666, 'Ricoh', 'MPW3601', 3, NULL, 'Ricoh MPW3601.jpg', '2011-02-01', 150000, 0, 6, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1667, 'Toshiba', 'e-Studio 2330c', 6, NULL, 'Toshiba ES 2330c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1673, 'HP', 'Color Laser Jet M451dw', 11, '', 'HP Laserjet 400 Color M451dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1674, 'HP', 'Color Laser Jet Pro 400DN', 11, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'Y', 'n', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1679, 'EFI', 'X3eTY2 65 55C-KM', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1680, 'HP', 'DesignJet 800PS', 0, '', 'MissingDeviceImage.png', '2000-09-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1681, 'HP', 'Designjet 510 24in Printer', 0, '', 'MissingDeviceImage.png', '2008-12-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1683, 'Xerox', 'Phaser 3600', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1685, 'Brother', 'HL-6050D DN series', 0, '', 'MissingDeviceImage.png', '2003-12-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1686, 'Konica Minolta', '222', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, 'Open right front door; meter is to the rightof the toner bottle. OR select UTILITY/COUNTER from Control Panel, then select TOTAL COUNTER.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1687, 'Brother', 'HL-2170W series', 10, '', 'MissingDeviceImage.png', '2007-12-01', 500000, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1688, 'Oki Data', 'C6050', 0, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1689, 'Brother', 'HL-5070N series', 0, '', 'MissingDeviceImage.png', '2003-02-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1690, 'Brother', 'HL-2700CN series', 11, NULL, 'Brother 2700cn.jpg', '2004-01-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1691, 'HP', 'Color Laser Jet 2550 series', 0, '', 'MissingDeviceImage.png', '2004-06-01', NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1692, 'Konica Minolta', 'BH363', 1, NULL, 'KMBH363.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1693, 'Ricoh', 'Aficio SP 3510DN', 10, NULL, 'Media.ashx.jpg', '2012-06-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1694, 'Epson', 'FX-890', 3, NULL, 'MissingDeviceImage.png', '2001-02-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1695, 'Epson', 'LQ-680Pro', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1696, 'HP', 'Laser Jet Pro P 1102w', 10, NULL, 'HPLaserJetP1102w.jpg', '2010-04-01', 250000, 0, 19, 'Press & hold GO button for 5 seconds; Configuration Page should print out.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1697, 'HP', 'Laser Jet 400 M401dne', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1701, 'TBD', NULL, 3, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1703, 'HP', 'DeskJet 5740', 11, NULL, 'Hp DeskJet 5740.jpg', '2004-08-01', 500000, 0, 23, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1705, 'Dell', 'B1265dnf Laser MFP', 3, NULL, 'MissingDeviceImage.png', '2012-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1706, 'Epson', 'Stylus R2880', 12, NULL, 'MissingDeviceImage.png', '2010-06-01', 250000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1707, 'HP', 'ENVY 4500 series', 3, NULL, 'MissingDeviceImage.png', '2010-03-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1708, 'HP', 'Laser Jet 8000 Series', 10, '', 'MissingDeviceImage.png', NULL, NULL, 0, 0, '', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1709, 'Xerox', 'WorkCentre 5875', 1, NULL, 'Xerox 5875apt.jpg', '2013-02-01', 4000000, 0, 75, 'Select MACHINE STATUS from Control Panel; then select BILLING INFORMATION.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1710, 'Brother', 'MFC-9320CW', 3, NULL, 'MissingDeviceImage.png', '2009-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1711, 'Konica Minolta', 'BIZHUB 500', 3, NULL, 'MissingDeviceImage.png', '2005-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1712, 'HP', '6500 E710a-f', 3, NULL, 'MissingDeviceImage.png', '2010-09-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1713, 'Xerox', 'ColorQube 8700S', 11, NULL, 'Xerox CQ 8700.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1714, 'HP', '6100', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1715, 'HP', '7510 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1718, 'Toshiba', 'e-STUDIO523', 3, NULL, 'MissingDeviceImage.png', '2008-01-01', NULL, 0, 52, 'User Functions, Total Counter, Counter', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1720, 'HP', 'Laser Jet 3020', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1722, 'Konica Minolta', 'BIZHUB 421', 3, NULL, 'MissingDeviceImage.png', '2008-06-01', NULL, 0, NULL, 'Inside right front door, below power switch', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1723, 'HP', 'DesignJet 1055CM', 3, NULL, 'MissingDeviceImage.png', '2001-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1726, 'HP', 'Color Laser Jet M251nw', 11, NULL, 'hp-laserjet-pro-200-color-printer-m251nw.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1727, 'HP', 'Laser Jet Pro M1212nf', 3, NULL, 'MissingDeviceImage.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1729, 'Xerox', 'CopyCenter C20', 6, NULL, 'Xerox-CopyCentre-C20.jpg', '2004-05-01', 500000, 0, 22, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1734, 'Xerox', 'Phaser 4500DT', 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.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1735, 'Epson', 'LX-300+', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1736, 'Ricoh', 'Aficio SP 3410SF', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1739, 'Oki Data', 'C5150n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1740, 'Oki Data', 'C830', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1741, 'Oce', '45C-5', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1742, 'Xerox', 'WorkCentre C2424', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1743, 'Lexmark', 'E460dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1745, 'Konica Minolta', 'BIZHUB 423', 3, NULL, 'MissingDeviceImage.png', '2010-06-01', NULL, 0, NULL, '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', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1747, 'Canon', 'iPF825', 3, NULL, 'MissingDeviceImage.png', '2010-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1750, 'Brother', 'MFC-9120CN', 3, NULL, 'MissingDeviceImage.png', '2009-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1751, 'Xerox', 'CQ 8700X', 6, NULL, 'Xerox CQ 8700X.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1762, 'Lexmark', '2735', 10, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1763, 'Konica Minolta', 'BHC654', 6, NULL, 'KMBHC654.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1765, 'Canon', 'MG 5320', 12, NULL, 'placeholder.jpg', '2014-09-01', 500000, 0, 23, NULL, 'N', 'n', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1766, 'Lexmark', 'MS811DN', 10, NULL, 'Lexmark MS811DN.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1767, 'HP', 'OfficeJet Pro K550', 11, NULL, 'HP Officejet k550.jpg', '2005-10-01', 750000, 0, 37, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1768, 'Canon', 'L100', 10, NULL, 'canon Ll100.jpg', '2012-04-01', 200000, 0, 19, NULL, 'N', 'n', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1772, 'Brother', '2270', 10, NULL, 'Brother HL2270DW.jpg', '2010-10-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1773, 'HP', 'CM14415FW', 10, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1774, 'Lexmark', 'T642', 10, NULL, 'Lexmark T642.jpg', '2005-06-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1775, 'Lexmark', '5650', 10, NULL, 'placeholder.jpg', '2005-06-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1779, 'Epson', 'Stylus Pro 4880', 3, NULL, 'MissingDeviceImage.png', '2007-09-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1780, 'Canon', 'IR3545', 1, NULL, 'placeholder.jpg', '2010-07-01', 750000, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1783, 'Canon', 'IR ADV 8295', 1, NULL, 'Canon 8295.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1784, 'Canon', 'IR ADV 6255', 1, NULL, 'Canon 6255.jpg', '2012-11-01', 3000000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1785, 'Canon', 'IR ADV 6265', 1, NULL, 'Canon 6265.jpg', '2012-11-01', 3000000, 0, 65, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1786, 'Canon', 'IR ADV C5255', 6, NULL, 'Canon 5255.jpg', '2012-10-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1788, 'SP', 'C210SF', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1789, 'Brother', 'MFC-8890DW', 3, NULL, 'MissingDeviceImage.png', '2009-04-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1790, 'Xerox', 'Workcentre 5755', 1, NULL, 'XEROX WC 5755.jpg', '2010-05-01', 3000000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1791, 'Canon', 'IR-C1030iF', 6, NULL, 'Canon IR-C1030iF.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1795, 'Xerox', 'Workcentre 5890APT', 1, NULL, 'Xerox WC5890APT.jpg', '2013-02-01', 5000000, 0, 90, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(1797, 'Canon', 'MF4700 Series', 10, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1800, 'HP', 'Laser Jet Pro M401DNE', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1802, 'Brother', 'HL-3170CDW series', 11, NULL, '71AiTLApXHL._SL1500.jpg', '2013-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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1804, 'Ricoh', 'Aficio MP 3500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1807, 'Oce', '36BW-2', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1808, 'HP', '6500 E710n-z', 3, NULL, 'MissingDeviceImage.png', '2010-09-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1809, 'Oce', '95BW-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1810, 'Konica-Minolta', 'BIZHUB C353', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1811, 'Kyocera', 'FS-3900DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1812, 'Konica Minolta', 'BH454E', 1, NULL, '97345.jpg', '2013-11-01', 1000000, 0, 45, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1813, 'Konica Minolta', 'BH754E', 1, NULL, 'bizhub-754e.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1816, 'Konica Minolta', 'BHC654E', 6, NULL, 'KMBSBHC654E.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1819, 'Konica Minolta', 'BHC454E', 6, NULL, 'Konica Minolta BH C454.jpg', '2013-11-01', 1000000, 0, 45, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS. Read BLACK & COLOR totals', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1820, 'Lexmark', 'E120n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1821, 'HP', 'Photosmart C6100 series', 22, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'Y', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1822, 'Xerox', 'Phaser 6350DP', 3, NULL, 'xerox6350.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1824, 'Konica Minolta', 'BIZHUB 454E', 3, NULL, 'MissingDeviceImage.png', '2013-11-01', NULL, 0, NULL, 'Select UTILITY from control panel, then select METER COUNT, then select CHECK DETAILS', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1825, 'Konica-Minolta', 'BIZHUB C654E', 3, NULL, 'MissingDeviceImage.png', '2013-10-01', NULL, 0, NULL, 'Press [COUNTER] in LCD screen; read BLACK & COLOR TOTALS from left side of screen.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1826, 'Ricoh', 'GX e3300N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1827, 'HP', 'Laser Jet 400 colorMFP M475dn', 6, '', 'hp-laserjet-pro-400-color-mfp-m475dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1828, 'Lexmark', 'T650', 3, NULL, 'MissingDeviceImage.png', '2008-10-01', NULL, 0, NULL, 'Select Reports from the Menu, then select Menu Settings Page.', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1829, 'Canon', 'IR4225', 1, NULL, 'Canon 4225.jpg', '2013-10-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1830, 'Canon', 'IR 4245', 1, NULL, 'Canon IR4245.jpg', '2013-10-01', 1000000, 0, 45, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1831, 'Canon', 'iPF750', 3, NULL, 'MissingDeviceImage.png', '2009-04-01', 500000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1832, 'Ricoh', 'MP5002', 1, NULL, 'aficiomp5002.jpg', '2012-03-01', 2000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1833, 'Ricoh', 'MP6002', 1, NULL, 'ricoh-aficio-mp6002.jpg', '2012-08-01', 3000000, 0, 60, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1834, 'HP', 'Laser Jet 600 M601', 3, NULL, 'hp_laserjet_enterprise_600_M601_M602_M603.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1836, 'Oce', '92BW-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1837, 'HP', '9100C Digital Sender', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1838, 'HP', 'Pro K8600', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1839, 'Epson', 'Stylus Pro 7900', 3, NULL, 'MissingDeviceImage.png', '2010-02-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1840, 'HP', 'Laser Jet 400 M401dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1841, 'Xerox', 'WorkCentre 3220 11', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1843, 'Canon', 'iR-ADV C5255', 3, NULL, 'MissingDeviceImage.png', '2012-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1844, 'Canon', 'iR-ADV 4245', 3, NULL, 'MissingDeviceImage.png', '2013-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1845, 'Canon', 'iR-ADV 8295', 3, NULL, 'MissingDeviceImage.png', '2012-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1846, 'Canon', 'iR 1025', 3, NULL, 'MissingDeviceImage.png', '2008-12-01', NULL, 0, NULL, 'Press the COUNTER CHECK button on the Control Panel. Read 101 TOTAL 1', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1847, 'EFI', 'c454e', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1848, 'Canon', 'iR-ADV 4225', 3, NULL, 'MissingDeviceImage.png', '2013-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1850, 'Lexmark', 'C534', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1851, 'MICROSOFT', 'Intel', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1852, 'Canon', 'iR-ADV 6255', 3, NULL, 'MissingDeviceImage.png', '2012-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1853, 'Canon', 'iR-ADV 6265', 3, NULL, 'MissingDeviceImage.png', '2012-11-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1854, 'HP', 'ETHERNET MULTI-ENVIRONMENT', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1855, 'INTEL', 'Windows CE Version 5.0', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1856, 'ZEBRA', 'ZTC GK420t', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1858, 'HP', 'Laser Jet', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1859, 'HP', 'ETHERNET MULTI-ENVIRONMENT SN:', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1860, 'Toshiba', 'e-STUDIO256', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1861, 'Samsung', 'ML 3050 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1862, 'Samsung', 'ML-331x Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1863, 'Xerox', 'Phaser 6010N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1864, 'Xerox', 'WorkCentre 5745 11', 3, NULL, 'MissingDeviceImage.png', '2010-05-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1866, 'Kyocera', 'FS-4200DN', 10, NULL, 'fs4200dn.jpg', '2012-10-01', 3000000, 0, 52, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1867, 'HP', 'Color Laser Jet Pro MFP M475DN', 6, NULL, 'HPLJ475MFP.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1868, 'Xerox', 'Workcentre 5745', 1, '', 'Xerox WC 5745.jpg', '2010-05-01', 1000000, 0, 45, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1869, 'Brother', 'HL-5450dn', 10, '', 'brother hl-5450dn.jpg', '2012-06-01', 1000000, 0, 40, '', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1871, 'Oce', 'iR-ADV C5051', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1872, 'Ricoh', 'Aficio CL7200 1.11 / RICOH Net', 3, NULL, 'MissingDeviceImage.png', NULL, 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: TOTAL (COLOR/BLACK)', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1873, 'HP', 'ETHERNET MULTI-ENVIRONMENT ROM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1874, 'Ricoh', 'iR3245 /P', 3, NULL, 'MissingDeviceImage.png', '2005-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1875, 'Canon', 'iR-ADV C5045 69.03', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1876, 'Oce', 'iR-ADV C5045', 6, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1878, 'Konica-Minolta', 'BIZHUB C253', 6, NULL, 'MissingDeviceImage.png', '2007-10-01', 500000, 0, 25, NULL, 'Y', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1879, 'Sharp', 'MX 4140N', 1, NULL, 'SharpMX4140n.jpg', '2013-07-01', 1000000, 0, 41, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1880, 'Sharp', 'MX 5140', 6, NULL, 'placeholder.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1881, 'Sharp', 'MX 6240N', 1, NULL, 'SharpMX6240n.jpg', '2012-07-01', 3000000, 0, 62, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1882, 'Sharp', 'MX M232D', 1, NULL, 'Sharp MX M232D.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1883, 'Xerox', 'WorkCentre 5890', 11, NULL, 'Xerox WC5890APT.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1885, 'Xerox', 'Phaser 6600DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1888, 'Oki', 'C3400', 11, NULL, 'c3400big.jpg', '2003-06-01', 500000, 0, 12, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1891, 'Samsung', 'CLX-3185', 6, NULL, '812fUxOllML._SL1500.jpg', '2011-06-01', 200000, 0, 17, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1893, 'Brother', 'HL-2270DW', 10, NULL, '71deCRBstKL._SL1500.jpg', '2010-10-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1894, 'Brother', 'MFC-9970CDW', 11, NULL, '71TTwvrRrqL._SL1500.jpg', '2011-01-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1895, 'Konica Minolta', 'BH 40P', 10, NULL, 'MissingDeviceImage.png', '2008-03-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1896, 'Xerox', 'WorkCentre 5755 11', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1899, 'Canon', 'IR400if', 1, NULL, 'Canon-IR-400.jpg', '2013-05-01', 1000000, 0, 42, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1900, 'Canon', 'iR C1030', 3, NULL, 'MissingDeviceImage.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1901, 'HP', 'D110 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1903, 'Kyocera', 'ECOSYS P6021cdn', 11, NULL, 'kyo-p6021cdn-front-large.jpg', '2014-02-01', 500000, 0, 23, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1904, 'Brother', 'HL-5470DW series', 3, NULL, 'brohl5470dw.jpg', '2012-06-01', 1000000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1911, 'Samsung', 'ML-2850 Se', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1912, 'Lexmark', 'E234n', 10, NULL, 'Lex 234n.jpg', '2004-07-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1913, 'Brother', 'MFC-7860DW', 1, NULL, 'Brother MFC7860.jpg', '2011-03-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1914, 'IBM', 'InfoPrint 1352', 10, NULL, 'ibm-infoprint-1352.jpg', '2003-04-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1916, 'Ricoh', 'Aficio MP 171 1.01 / RICOH Net', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1917, 'Epson', 'TM-P2.01', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1918, 'Toshiba', 'e-Studio 2050C', 6, NULL, 'Toshiba 2050c.jpg', '2012-06-01', 500000, 0, 20, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1919, 'Ricoh', 'Aficio SP 4100N', 10, NULL, 'Ricoh 4100N.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', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1921, 'Konica-Minolta', 'DI3510F', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, 'Inside right front door', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1922, 'HP', 'designjet 90r', 3, NULL, 'MissingDeviceImage.png', '2005-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1924, 'HP', '7300 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1925, 'Lexmark', 'E332n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1926, 'HP', 'Officejet 4620', 22, NULL, '82908 (1).jpg', '2012-04-01', 150000, 0, 8, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1929, 'Konica Minolta', 'BH554E', 1, NULL, '96668.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1930, 'Konica Minolta', 'BH4050', 1, NULL, '99245.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1931, 'TBD', '50-59 CPM Black', 1, NULL, 'placeholder.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1932, 'Konica Minolta', 'BHC3350', 21, NULL, '98579.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1933, 'Lexmark', 'XC 2132', 6, NULL, 'download.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1934, 'Lexmark', 'C748DE', 11, NULL, '83175.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1936, 'Lexmark', 'M3150', 10, NULL, '88723.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1937, 'Lexmark', 'XS463DE', 1, NULL, 'XS463de.png', '2009-03-01', 1000000, 0, 40, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1939, 'Toshiba', 'e-Studio 3055C', 6, NULL, '94978.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1948, 'Canon', 'MF8200C Series', 10, NULL, 'MissingDeviceImage.png', '1999-10-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1949, 'HP', 'Laser Jet 3100', 10, NULL, '2410.jpg', '1998-03-01', 100000, 0, 6, 'Press ENTER/MENU button; use the scroll keys to select REPORTS; then press ENTER/ENU; use scroll key to select SELF TEST, then press ENTER/MENU.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1950, 'Canon', 'IRC5240', 6, NULL, 'Canon-imageRUNNER-ADVANCE-C5240.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1955, 'Konica Minolta', 'BHc253', 6, NULL, 'bhc253.jpg', '2007-10-01', 500000, 0, 25, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1956, 'Epson', 'WorkForce 630', 3, NULL, 'MissingDeviceImage.png', '2014-06-01', NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1958, 'Xerox', 'Phaser 6350 DP', 11, NULL, 'xerox6350.jpg', '2005-06-01', 750000, 0, 36, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1962, 'Lexmark', 'XS651deMFP', 10, NULL, '1012353370.jpg', '2008-10-01', 1000000, 45, 45, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1964, 'HP', 'Laser Jet 400 M401dn', 3, NULL, 'MissingDeviceImage.png', '2012-06-01', NULL, 0, 35, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1965, 'HP', 'Laser Jet P2015 Series', 10, NULL, 'HP LaserJet P2015.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1968, 'Canon', 'IR 4235', 1, NULL, '191_Base_In-Fin_Add-Tray_A_AS.png', '2013-10-01', 750000, 0, NULL, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1969, 'Canon', 'imageRUNNER 6265', 1, NULL, 'canon-imagerunner-advance-6265.jpg', '2012-11-01', 3000000, 0, 65, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1970, 'Canon', 'IR C7260', 6, NULL, '08C7260ASRFront4.png', '2013-04-01', 3000000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1971, 'Canon', 'IR 8285', 1, NULL, 'Canon-iR-ADV-C9280-PRO1.jpg', '2012-11-01', 4000000, 0, 85, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1972, 'Canon', 'IR 6275', 1, NULL, 'ir-adv-6275-b1.png', '2012-11-01', 4000000, 0, 75, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1981, 'Canon', 'MF4470', 10, NULL, 'canon-4470.jpg', NULL, 1000000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1982, 'Ricoh', 'Aficio MP 5001', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1984, 'Savin', 'SP4310n', 10, NULL, 'Savin SP4310n.jpg', '2011-09-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1985, 'Kyocera', 'P2135DN', 10, NULL, 'Kyocera FS2135DN.jpg', '2014-03-01', 750000, 0, 37, 'Press MENU on the Control Panel, then scroll to COUNTER, then select the right arrow to PRINTED PAGES.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1986, 'Xerox', '8700X', 6, NULL, 'Xerox 8700x.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1987, 'Xerox', 'WC 7845', 6, NULL, 'Xerox WC 7845.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1988, 'Konica Minolta', 'BH3320', 1, NULL, 'Konica Minolta BH3320.jpg', '2014-02-01', 750000, 0, 35, 'Press MENU, then select REPORTS, then select MENU SETTINGS PAGE', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1989, 'Konica Minolta', 'BH4020', 1, NULL, 'Konica Minolta BH4020.jpg', '2014-02-01', 1000000, 0, 42, 'Press MENU, then select REPORTS, then select MENU SETTINGS PAGE', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1997, 'Toshiba', 'e-Studio 657', 1, NULL, 'estudio-857-series.jpg', '2014-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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1998, 'Toshiba', 'e-Studio 457', 1, NULL, 'estudio-507-series.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(1999, 'Toshiba', 'e-Studio 757', 1, NULL, 'estudio-857-series.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2000, 'Xerox', 'WC 7835', 6, NULL, 'Xerox WC 7835.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2001, 'HP', 'Color LJ M551DN', 11, NULL, 'cs_color_printer.jpg', '2013-02-01', 1000000, 0, 42, 'Select MENU from the Control Panel, then scroll to USAGE PAGE. Read Monochrome & Color Pages Printed.', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2002, 'HP', 'Laser Jet M425dn', 3, NULL, 'MissingDeviceImage.png', '2012-06-01', 750000, 35, 35, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2003, 'Toshiba', 'e-Studio 206L', 1, NULL, 'Toshiba 206l.jpg', '2012-02-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2006, 'Toshiba', 'e-Studio 557', 1, NULL, 'Toshiba 557.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2007, 'Lexmark', 'MS610dtn', 10, NULL, 'Lexmark MS610dtn.jpg', '2012-10-01', 750000, 0, 50, 'Select MENU, then select REPORTS, then select MENU SETTINGS PAGE.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2008, 'Lexmark', 'MS310DN', 10, NULL, 'Lexmark MS310dn.jpg', '2012-10-01', 500000, 0, 35, 'Press and hold the green start button for at least four seconds.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2010, 'Toshiba', 'e-Studio 207L', 1, NULL, 'toshiba-estudio-206l.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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2012, 'HP', 'Color Laser Jet Pro CP5225DN', 11, NULL, 'Media (2).jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2015, 'Konica Minolta', 'BIZHUB 554E', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2018, 'Brother', 'HL-5450DN series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2019, 'Dell', 'B5460dn Laser Printer', 10, NULL, 'Dell 5460.jpg', '2012-11-01', 3000000, 0, 63, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2021, 'Ricoh', 'MPC3003', 6, NULL, 'Ricoh MP3003.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2023, 'Ricoh', 'MP C4503', 6, NULL, 'Ricoh MP C4503.jpg', '2013-07-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2024, 'Ricoh', 'MP C5503', 6, NULL, 'mpc5503.jpg', '2013-07-01', 3000000, 0, 55, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2025, 'Ricoh', 'MP 3353', 1, NULL, 'mp3353.jpg', '2013-12-01', 750000, 0, 33, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2027, 'Konica Minolta', 'BHC3110', 21, NULL, 'Konica Minolta C3110.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2028, 'Lexmark', 'XM3150', 20, NULL, 'Lexmark XM3150.jpg', '2012-11-01', 750000, 0, 50, 'Select REPORTS from the Menu, then select DEVICE STATISTICS.', 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2029, 'HP', '6600', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2030, 'Toshiba', 'e-Studio 5560c', 6, NULL, 'e-STUDIO6570C.png', '2014-04-01', 2000000, 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2031, 'Kyocera', 'ECOSYS P2135dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2032, 'Brother', 'PT-9800PCN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2033, 'Xerox', 'Workcentre 7556c LPT', 6, NULL, 'Xerox-WorkCentre-7556-c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2035, 'Brother', 'MFC-J870DW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2036, 'OKI DATA', '6020e+', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2037, 'OKI DATA', 'BIDI Not Supported', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2038, 'Xerox', 'WorkCentre 6400S', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2039, 'Kyocera', 'M2035 MFP', 20, NULL, 'M2035dn_lg.png', '2014-03-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2040, 'Canon', 'iPF760', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2042, 'Toshiba', 'e-Studio 857', 1, NULL, 'estudio-857-series.jpg', '2014-06-01', 5000000, 0, 85, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2046, 'Toshiba', 'e-Studio206L', 1, NULL, 'toshiba-e-studio-206l.png', '2012-02-01', 500000, 0, 20, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2047, 'Kyocera', 'P6026CDN', 11, NULL, 'C5250_std_hires.jpg', '2014-02-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2048, 'Oce', '28C-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2049, 'Brother', 'DCP-8080DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2050, 'Dell', '5130cdn Color Laser', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2051, 'Canon', 'MF8350', 1, NULL, 'MissingDeviceImage.png', NULL, 3000000, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2052, 'Brother', 'MFC-7460DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2053, 'HP', 'Laser Jet 400 color 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2054, 'CANON', 'iR-ADV C5030', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2057, 'DELL', 'C1760nw Color Printer', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2061, 'TOSHIBA', 'e-STUDIO2050C', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2062, 'SAMSUNG', 'M332x 382x 402x Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2065, 'HP', 'Designjet T1200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2067, 'OKI DATA', 'ML490', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2069, 'KYOCERA', 'TASKalfa 420i', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2071, 'EPSON', 'SC-T5000 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2072, 'EPSON', 'Stylus Pro 7890', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2074, 'KYOCERA', 'ECOSYS P6026cdn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2075, 'BROTHER', 'HL-L2340D series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2076, 'EPSON', 'Stylus Photo R3000', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2077, 'HP', 'Color Laser Jet CP5525', 11, NULL, 'cs_color_printer.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2078, 'Xerox', 'C60', 6, NULL, 'slide1_PSG.jpg', '2014-09-01', 3000000, 0, 65, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2079, 'HP', 'Officejet 7110 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2080, 'Oce', 'VL2822c', 6, NULL, 'OCE-VarioLink-2822C.jpg', '2009-10-01', 500000, 28, 28, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2081, 'KONICA-MINOLTA', 'BIZHUB 3300P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2083, 'BROTHER', 'HL-6180DW series', 3, NULL, 'Brother 6180.jpg', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2088, 'HP', 'Color Laser Jet M375nw', 11, 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2090, 'EPSON', 'WP-4020 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2097, 'HP', 'Laser Jet 5Si', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2099, 'HP', 'Color Laser Jet CP5520 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2100, 'HP', 'Premium C309g-m', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2101, 'HP', 'Designjet T1100 24in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2103, 'OKI DATA', 'B431', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2104, 'HP', 'Designjet T790ps 24in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2106, 'HP', 'LaserJet 4000 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2108, 'HP', 'Color Laserjet Pro M276nw', 21, NULL, 'HP Color Laserjet Pro 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2109, 'HP', 'LaserJet P3010 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2110, 'HP', 'Color LaserJet MFP M476dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2111, 'HP', 'LaserJet 600 M601', 3, NULL, 'MissingDeviceImage.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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2113, 'HP', 'LaserJet 400 MFP M425dn', 20, NULL, '295376-hp-laserjet-pro-400-mfp-m425dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2114, 'HP', 'LaserJet 400 M401dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2123, 'HP', 'LaserJet 400 M401n', 3, NULL, 'MissingDeviceImage.png', '2013-01-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2128, 'HP', 'LaserJet P2035n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2130, 'HP', 'LaserJet 4100 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2131, 'HP', 'Color LaserJet 4700', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2132, 'HP', 'Color LaserJet CP2025dn', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2134, 'HP', 'LaserJet 4200', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2135, 'HP', 'LaserJet P4515', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2136, 'LEXMARK', 'MS810', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2137, 'ZEBRA', 'ZTC GK420d', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2138, 'CANON', 'iR-ADV C5235', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2140, 'CANON', 'iR-ADV 4235', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2141, 'HP', 'LaserJet 400 M401dne', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2142, 'HP', 'LaserJet 400 color 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2143, 'CANON', 'iR-ADV 8285', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2144, 'CANON', 'iR-ADV C5250', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2145, 'CANON', 'iR-ADV 6275', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2146, 'SAMSUNG', 'ML 2150', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2148, 'HP', 'Color LaserJet 3600', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2152, 'HP', 'LaserJet 1300n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2153, 'EFI', 'Pro80-S450 65C-KM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2155, 'CANON', 'iR-ADV C7260', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2156, 'ZEBRA', 'ZTC GX430t', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2158, 'CANON', 'iPF680', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2159, 'Xerox', 'Workcentre 7556c HCT', 6, NULL, 'Xerox-WorkCentre-7556-c.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2160, 'Xerox', 'Workcentre 7970', 6, NULL, 'Xerox 7970.jpg', '2014-09-01', 4000000, 0, 70, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2161, 'Xerox', 'Workcentre 5945', 1, NULL, 'Xerox 5945.jpg', '2014-08-01', 1000000, 0, 45, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2162, 'Xerox', 'Workcentre 5955', 1, NULL, 'Xerox 5955.jpg', '2014-08-01', 2000000, 0, 55, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2163, 'HP', 'LaserJet 500 color M551', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2164, 'HP', 'LaserJet 600 M602', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2165, 'EPSON', 'Stylus CX3810', 22, NULL, 'MissingDeviceImage.png', '2005-08-01', 250000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2166, 'LEXMARK', 'MX310dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2167, 'KONICA-MINOLTA', 'BIZHUB 652', 3, NULL, 'Konica Minolta BH652.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2171, 'HP', 'Designjet 4000ps', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2172, 'DYMO', 'LabelWriter 400 Turbo', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2173, 'DYMO', 'LabelWriter 330', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2174, 'Toshiba', 'E-Studio 6560C', 6, NULL, 'Toshiba E-Studio 6560.jpg', '2014-04-01', 2000000, 0, 55, 'Job Status, Status', 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2180, 'Lexmark', 'X6150', 22, NULL, 'Lexmark-X6150.jpg', '2003-09-01', 150000, 0, 19, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2182, 'Canon', 'F189402', 22, NULL, 'Canon F189402.gif', '2003-01-01', 150000, 0, 18, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2184, 'Lexmark', 'CS410n', 11, NULL, 'Lexmark-CS410.jpg', '2012-10-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2191, 'Ricoh', 'SP3500N', 10, NULL, 'Ricoh Aficio SP 3500N.jpg', '2012-06-01', 750000, 0, 30, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2194, 'ZEBRA', 'ZTC HC100-300dpi ZPL', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2195, 'TOSHIBA', 'e-STUDIO657', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2196, 'TOSHIBA', 'e-STUDIO6560C', 3, NULL, 'Toshiba E-Studio 6560.jpg', NULL, NULL, 0, NULL, 'Job Status, Status', 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2197, 'TOSHIBA', 'e-STUDIO857', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2198, 'Epson', 'Photo R380', 12, NULL, 'Epson R380.jpg', '2001-10-01', 750000, 0, 30, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2199, 'HP', 'Laser Jet 3052', 20, NULL, 'HP Laser Jet 3052.jpg', '2004-07-01', 250000, 0, 19, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2201, 'KONICA-MINOLTA', 'BIZHUB 40P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2204, 'HP', 'LaserJet P2035', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2205, 'HP', 'Office Jet 6100', 12, NULL, 'HP Office Jet 6100.png', '2012-07-01', 750000, 0, 34, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2206, 'SAVIN', '917', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2208, 'DELL', '1130n Laser Printer', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2210, 'HP', 'Color LaserJet CP4520 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2211, 'HP', 'LaserJet 2420', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2212, 'HP', 'LaserJet Professional M1217nfw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2213, 'Brother', 'MFC-5895CW', 22, NULL, 'Brother MFC 5895CW.jpg', '2010-10-01', 750000, 0, 35, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2214, 'HP', 'Laser Jet 3050', 20, 'ADF CIF-Print Fax Scan', 'HP Laser Jet 3050.jpg', '2006-04-01', 300000, 19, 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2215, 'MURATEC', 'MFX-3530', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2216, 'HP', 'Deskjet 2540 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2217, 'TOSHIBA TEC', 'eCos', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2219, 'RICOH', 'Aficio MP 4002', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2221, 'HP', 'Photosmart C7200 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2222, 'HP', 'LaserJet 200 color 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2223, 'HP', 'Color LaserJet Pro MFP M177fw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2224, 'HP', 'Photosmart 7520 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2225, 'RICOH', 'Aficio SP 5200DN', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2227, 'HP', 'Designjet T520 36in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2228, 'EPSON', 'WF-2630 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2229, 'HP', 'Photosmart 5520 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2230, 'HP', 'Pro 8100', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2231, 'HP', 'LaserJet P1505n', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2233, 'HP', 'Color LaserJet CP3505', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2234, 'RICOH', 'Aficio MP C3300', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2235, 'RICOH', 'Aficio MP C4000', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2245, 'HP', 'color LaserJet 4650', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2246, 'HP', 'LaserJet 5000 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2249, 'EPSON', 'Stylus Pro 9900', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2252, 'KYOCERA', 'ECOSYS M2035dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2253, 'HP', 'LaserJet 700 M712', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2254, 'ZEBRA', 'ZTC 110Xi4-203dpi ZPL', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2255, 'Brother', 'HL-L2305W', 10, NULL, 'placeholder.jpg', '2014-08-01', 500000, 0, 27, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2256, 'LEXMARK', 'X463de', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2257, 'Ricoh', 'SPC252dn', 11, 'CIF-Print', 'Ricoh-SPC250-SPC2521.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2258, 'Ricoh', 'SP5200dn', 10, 'CIF-Print', 'Ricoh SP5200dn.jpg', '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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2261, 'Dell', '1355cn Color MFP', 22, NULL, 'Dell 1355cn Color MFP.jpg', '2011-04-01', 150000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2267, 'HP', '5510 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2268, 'HP', 'Officejet 4630 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2269, 'Open-Mesh', 'OM2P-HS', 23, NULL, 'OM2P-HS.jpg', NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2270, 'Open-Mesh', 'OM2P', 23, NULL, 'OM2P.jpg', NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2271, 'Open-Mesh', 'MR900', 23, NULL, 'MR900.jpg', NULL, NULL, 0, NULL, NULL, 'N', '', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2272, 'HP', 'Color Laser Jet M651dn', 11, NULL, NULL, '2014-04-01', 1000000, 0, 45, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2273, 'HP', 'Officejet Pro 8610', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2274, 'EPSON', 'Artisan 837', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2275, 'HP', 'Designjet T520 24in', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2276, 'HP', 'Deskjet 3510 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2277, 'POLAROID', 'P5500S', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2278, 'BROTHER', 'MFC-L8600CDW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2279, 'BROTHER', 'MFC-9340CDW', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2280, 'Ricoh', 'MP 5054', 1, NULL, 'Ricoh MP 5054.jpg', '2015-02-01', 2000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2281, 'Ricoh', 'MP 7502', 1, NULL, 'Ricoh MP 7502.jpg', '2012-08-01', 5000000, 0, 75, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2283, 'Ricoh', 'MP C305SPF', 21, NULL, 'Ricoh MP C305SPF.jpg', '2012-05-01', 750000, 0, 31, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2284, 'Ricoh', 'SP 8300DN', 10, NULL, 'Ricoh SP 8300DN.jpg', '2012-11-01', 2000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2285, 'Ricoh', 'MP 6054', 1, NULL, 'Ricoh MP 6054.jpg', '2015-02-01', 3500000, 0, 60, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2286, 'Konica Minolta', 'BH4700P', 10, NULL, 'Konica Minolta bizhub 4700P.jpg', '2013-04-01', 2000000, 0, 50, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2289, 'Konica Minolta', 'BH25e', 20, NULL, 'Konica Minolta bizhub 25e.jpg', '2013-09-01', 500000, 0, 25, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2290, 'Konica Minolta', 'BHC3100P', 11, NULL, 'Konica Minolta bizhub C3100P.jpg', '2014-06-01', 750000, 0, 32, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2291, 'Konica Minolta', 'BH 364e', 1, NULL, 'Konica Minolta bizhub 364e.jpg', '2013-11-01', 1000000, 0, 36, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2293, 'Konica Minolta', 'BH364E', 1, NULL, 'Konica Minolta bizhub 364e.jpg', '2013-11-01', 750000, 0, 36, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2294, 'Ricoh', 'MP C6003', 6, NULL, 'Ricoh MP C6003.jpg', '2013-07-01', 3500000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2295, 'Ricoh', 'MP 3554', 1, NULL, 'Ricoh mp3554.jpg', '2014-11-01', 750000, 0, 35, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2296, 'Ricoh', 'SP 4510DN', 10, NULL, 'Ricoh SP 45100DN.jpg', '2015-01-01', 1000000, 0, 42, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2298, 'EPSON', 'B-510DN', 12, NULL, 'Epson B-150DN.jpg', '2010-03-01', 150000, NULL, 5, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2300, 'HP', 'Officejet 7610 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2301, 'HP', 'Designjet Z5200 PostScript', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2302, 'BW', 'MF405-1', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2303, 'Ricoh', 'MPC6003', 6, NULL, 'mpc6003.jpg', '2015-03-01', 3500000, 0, 60, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2304, 'OKI DATA', 'MPS3537mc', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2307, 'Copystar', 'P6026CDN', NULL, NULL, 'C5250_std_hires.jpg', '2014-02-01', 500000, 0, 28, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2310, 'RICOH', 'Aficio SP 3500N', 3, NULL, 'Ricoh AF SP3500.jpg', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2312, 'Kyocera', 'M2535DN', 20, NULL, 'Kyocera M2535dn_zoom.jpg', '2014-03-01', 750000, 0, 37, NULL, 'N', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 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:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2316, 'Dell', '1350cnw', 11, NULL, 'Dell-1350cnw.jpg', '2010-09-01', 200000, 0, 15, NULL, 'Y', 'N', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2317, 'SHARP', 'MX-C402SC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2318, 'SHARP', 'MX-B402SC', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2319, 'SHARP', 'MX-4141N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2320, 'SHARP', 'DX-B350P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2321, 'SHARP', 'MX-3640N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2322, 'SHARP', 'MX-M904', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2323, 'SHARP MX-C301W', 'MX-C301W', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2324, 'SHARP', 'MX-M564N', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2325, 'HP', 'LaserJet 400 color M451nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2326, 'HP', 'Color LaserJet M651', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2327, 'KONICA-MINOLTA', 'BIZHUB 4700P', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2328, 'HP', 'LaserJet CP1525nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2329, 'HP', 'LaserJet 400 M401dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2330, 'HP', 'Color LaserJet CP5225dn', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2332, 'HP', 'LaserJet 5', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2333, 'HP', 'LaserJet 2200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2334, 'HP', 'LaserJet 1200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2335, 'HP', 'LaserJet 4350', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2336, 'HP', 'LaserJet CM1415fnw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2337, 'HP', 'Color LaserJet 4550', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2338, 'HP', 'Color LaserJet CM1312nfi MFP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2339, 'HP', 'LaserJet 4240', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2340, 'HP', 'LaserJet 300 colorMFP M375nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2341, 'HP', 'LaserJet Professional P1102w', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2342, 'HP', 'LaserJet 100 colorMFP M175nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2343, 'HP', 'LaserJet 6L', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2344, 'HP', 'LaserJet 400 color M451dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2345, 'HP', 'LaserJet Professional M1212nf ', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2346, 'HP', 'LaserJet 4 Plus', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2347, 'EPSON', 'XP-410 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2349, 'HP', 'LaserJet 600 M603', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2350, 'HP', 'LaserJet 8150 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2351, 'HP', 'LaserJet 400 colorMFP M475dw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2352, 'HP', 'Color LaserJet 2820', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);
INSERT INTO `y2015_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
(2353, 'HP', 'color LaserJet 2550 series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2354, 'HP', 'LaserJet 2430', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2355, 'HP', 'LaserJet 5M', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2356, 'HP', 'color LaserJet 3550', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2357, 'LEXMARK', 'X651de', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2358, 'HP', 'color LaserJet 5550', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2359, 'HP', 'LaserJet 5MP', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2360, 'HP', 'LaserJet 5Si', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2361, 'EFI', 'PRO80 65-55C-KM', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2363, 'HP', 'LaserJet 5200', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2364, 'HP', 'LaserJet 9040', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2365, 'HP', 'LaserJet 8000 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2366, 'BROTHER', 'QL-710W', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2367, 'HP', 'LaserJet 3390', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2368, 'HP', 'Color LaserJet CP5520 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2369, 'KONICA-MINOLTA', 'DI3510', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2370, 'HP', 'color LaserJet 3500', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2371, 'CANON', 'LBP5460', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2372, 'EPSON', 'XP-810 Series', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL),
(2373, 'HP', 'LaserJet CP1025nw', 3, NULL, 'MissingDeviceImage.png', NULL, NULL, 0, NULL, NULL, 'N', 'Y', '2023-06-13 21:50:13', 1271, '2023-06-13 21:50:13', 1271, NULL);

--
-- Indexes for dumped tables
--

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `y2015_model_details`
--
ALTER TABLE `y2015_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=2374;
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 */;
