25 |
INSERT INTO `printers_profile` VALUES (1,'Library Laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),(11,'Library Laser',1,'Tray 1',0,0,0,0,'POINT','Labels'),(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'); |
25 |
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creek_horz, creep_vert, units, creator ) VALUES |
|
|
26 |
( 1,'Library Laser', 1,'Bypass', -2,9,3,0,'POINT','Labels'), |
27 |
(13,'Library Laser', 7,'Tray 1', 0,0,0,0,'POINT','Labels'), |
28 |
(14,'Library Laser', 12,'Tray 2', 0,0,0,0,'POINT','Labels'), |
29 |
(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'), |
30 |
(22,'Library Laser', 0,'Tray 3', 0,0,0,0,'POINT','Labels'); |