-- MySQL dump 10.11
--
-- Host: localhost Database: axispla1_customers
-- ------------------------------------------------------
-- Server version 5.0.90-community
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `activity`
--
DROP TABLE IF EXISTS `activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `activity` (
`id` int(11) NOT NULL auto_increment,
`occurred` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`customer` int(11) default NULL,
`quote` int(11) default NULL,
`agent` int(11) default NULL,
`description` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=762 DEFAULT CHARSET=latin1 COMMENT='Customer/Quotes Activity journal';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `activity`
--
INSERT INTO `activity` VALUES (1,'2010-01-06 01:29:45',1,NULL,1001,'Customer updated.');
INSERT INTO `activity` VALUES (2,'2010-01-06 01:31:31',1,1,1001,'Quote updated.');
INSERT INTO `activity` VALUES (3,'2010-01-05 06:56:31',1,1,1002,'Test Jim 1');
INSERT INTO `activity` VALUES (4,'2010-01-06 01:29:45',2,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (5,'2010-01-06 01:31:31',2,2,1006,'Quote updated.');
INSERT INTO `activity` VALUES (6,'2010-01-06 01:29:45',2,2,1006,'Customer updated.');
INSERT INTO `activity` VALUES (7,'2010-01-06 01:29:45',3,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (8,'2010-01-06 01:31:31',3,3,1006,'Quote updated.');
INSERT INTO `activity` VALUES (9,'2010-01-06 01:29:45',4,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (10,'2010-01-06 01:31:31',4,4,1006,'Quote updated.');
INSERT INTO `activity` VALUES (11,'2010-01-06 01:31:31',3,3,1006,'Quote updated.');
INSERT INTO `activity` VALUES (12,'2010-01-06 01:31:31',3,3,1006,'Quote updated.');
INSERT INTO `activity` VALUES (13,'2010-01-06 01:31:31',3,3,1006,'Quote updated.');
INSERT INTO `activity` VALUES (14,'2010-01-06 01:29:45',5,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (15,'2010-01-06 01:31:31',5,5,1006,'Quote updated.');
INSERT INTO `activity` VALUES (16,'2010-01-06 01:29:45',6,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (17,'2010-01-06 01:31:31',6,6,1006,'Quote updated.');
INSERT INTO `activity` VALUES (18,'2010-01-06 01:31:31',6,6,1006,'Quote updated.');
INSERT INTO `activity` VALUES (19,'2010-01-06 01:31:31',6,6,1006,'Quote updated.');
INSERT INTO `activity` VALUES (20,'2010-01-06 01:29:45',7,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (21,'2010-01-06 01:31:31',7,7,1006,'Quote updated.');
INSERT INTO `activity` VALUES (22,'2010-01-06 01:29:45',8,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (23,'2010-01-06 01:31:31',8,8,1006,'Quote updated.');
INSERT INTO `activity` VALUES (24,'2010-01-06 01:29:45',5,5,1006,'Customer updated.');
INSERT INTO `activity` VALUES (25,'2010-01-06 01:29:45',2,2,1006,'Customer updated.');
INSERT INTO `activity` VALUES (26,'2010-01-06 01:29:45',7,7,1006,'Customer updated.');
INSERT INTO `activity` VALUES (27,'2010-01-06 01:29:45',3,3,1006,'Customer updated.');
INSERT INTO `activity` VALUES (28,'2010-01-06 01:29:45',4,4,1006,'Customer updated.');
INSERT INTO `activity` VALUES (29,'2010-01-06 01:29:45',6,6,1006,'Customer updated.');
INSERT INTO `activity` VALUES (30,'2010-01-06 01:29:45',8,8,1006,'Customer updated.');
INSERT INTO `activity` VALUES (31,'2010-01-06 01:29:45',9,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (32,'2010-01-06 01:31:31',9,9,1006,'Quote updated.');
INSERT INTO `activity` VALUES (33,'2010-01-06 01:29:45',10,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (34,'2010-01-06 01:31:31',10,10,1006,'Quote updated.');
INSERT INTO `activity` VALUES (35,'2010-01-06 01:31:31',10,10,1006,'Quote updated.');
INSERT INTO `activity` VALUES (36,'2010-01-06 01:29:45',11,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (37,'2010-01-06 01:31:31',11,11,1006,'Quote updated.');
INSERT INTO `activity` VALUES (38,'2010-01-06 01:29:45',12,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (39,'2010-01-06 01:31:31',12,12,1006,'Quote updated.');
INSERT INTO `activity` VALUES (40,'2010-01-06 01:29:45',13,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (41,'2010-01-06 01:31:31',13,13,1006,'Quote updated.');
INSERT INTO `activity` VALUES (42,'2010-01-06 01:29:45',14,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (43,'2010-01-06 01:31:31',14,14,1006,'Quote updated.');
INSERT INTO `activity` VALUES (44,'2010-01-06 01:29:45',15,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (45,'2010-01-06 01:31:31',15,15,1006,'Quote updated.');
INSERT INTO `activity` VALUES (46,'2010-01-06 01:29:45',16,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (47,'2010-01-06 01:31:31',16,16,1006,'Quote updated.');
INSERT INTO `activity` VALUES (48,'2010-01-06 01:29:45',17,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (49,'2010-01-06 01:31:31',17,17,1006,'Quote updated.');
INSERT INTO `activity` VALUES (50,'2010-01-06 01:29:45',18,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (51,'2010-01-06 01:31:31',18,18,1006,'Quote updated.');
INSERT INTO `activity` VALUES (52,'2010-01-06 01:29:45',19,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (53,'2010-01-06 01:31:31',19,19,1006,'Quote updated.');
INSERT INTO `activity` VALUES (54,'2010-01-06 01:29:45',20,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (55,'2010-01-06 01:31:31',20,20,1006,'Quote updated.');
INSERT INTO `activity` VALUES (56,'2010-01-06 01:29:45',21,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (57,'2010-01-06 01:31:31',21,21,1006,'Quote updated.');
INSERT INTO `activity` VALUES (58,'2010-01-06 01:29:45',22,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (59,'2010-01-06 01:31:31',22,22,1006,'Quote updated.');
INSERT INTO `activity` VALUES (60,'2010-01-06 01:29:45',23,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (61,'2010-01-06 01:31:31',23,23,1006,'Quote updated.');
INSERT INTO `activity` VALUES (62,'2010-01-06 01:29:45',24,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (63,'2010-01-06 01:31:31',24,24,1006,'Quote updated.');
INSERT INTO `activity` VALUES (64,'2010-01-06 01:29:45',25,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (65,'2010-01-06 01:31:31',25,25,1006,'Quote updated.');
INSERT INTO `activity` VALUES (66,'2010-01-06 01:29:45',26,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (67,'2010-01-06 01:31:31',26,26,1006,'Quote updated.');
INSERT INTO `activity` VALUES (68,'2010-01-06 01:29:45',27,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (69,'2010-01-06 01:31:31',27,27,1006,'Quote updated.');
INSERT INTO `activity` VALUES (70,'2010-01-05 19:07:57',3,3,1002,'Jim Test');
INSERT INTO `activity` VALUES (71,'2010-01-06 01:29:45',28,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (72,'2010-01-06 01:31:31',28,28,1006,'Quote updated.');
INSERT INTO `activity` VALUES (73,'2010-01-06 01:29:45',29,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (74,'2010-01-06 01:31:31',29,29,1006,'Quote updated.');
INSERT INTO `activity` VALUES (75,'2010-01-06 01:29:45',30,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (76,'2010-01-06 01:31:31',30,30,1006,'Quote updated.');
INSERT INTO `activity` VALUES (77,'2010-01-06 01:29:45',31,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (78,'2010-01-06 01:31:31',31,31,1006,'Quote updated.');
INSERT INTO `activity` VALUES (79,'2010-01-06 01:29:45',32,NULL,1006,'Customer updated.');
INSERT INTO `activity` VALUES (80,'2010-01-06 01:31:31',32,32,1006,'Quote updated.');
INSERT INTO `activity` VALUES (81,'2010-01-06 01:29:45',24,24,1006,'Customer updated.');
INSERT INTO `activity` VALUES (82,'2010-01-06 01:29:45',23,23,1006,'Customer updated.');
INSERT INTO `activity` VALUES (83,'2010-01-06 01:29:45',19,19,1006,'Customer updated.');
INSERT INTO `activity` VALUES (84,'2010-01-06 01:29:45',11,11,1006,'Customer updated.');
INSERT INTO `activity` VALUES (85,'2010-01-08 23:58:19',33,33,1001,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (86,'2010-01-09 02:50:20',34,34,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (87,'2010-01-09 02:53:06',34,34,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (88,'2010-01-09 03:28:01',23,23,1002,'Quote updated.');
INSERT INTO `activity` VALUES (89,'2010-01-09 03:45:43',20,20,1002,'Quote updated.');
INSERT INTO `activity` VALUES (90,'2010-01-09 04:11:24',35,35,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (91,'2010-01-13 15:28:50',36,36,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (92,'2010-01-13 16:24:35',37,37,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (93,'2010-01-13 16:52:10',38,38,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (94,'2010-01-13 16:52:36',39,39,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (95,'2010-01-13 17:04:23',40,40,1002,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (96,'2010-01-13 17:10:26',41,41,1001,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (97,'2010-01-13 19:13:06',42,42,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (98,'2010-01-13 22:26:11',39,39,1005,'Customer updated.');
INSERT INTO `activity` VALUES (99,'2010-01-13 22:27:21',2,2,1004,'Customer updated.');
INSERT INTO `activity` VALUES (100,'2010-01-13 22:31:08',36,36,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (101,'2010-01-13 22:31:19',33,33,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (102,'2010-01-13 22:31:32',38,38,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (103,'2010-01-13 22:31:43',39,39,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (104,'2010-01-13 22:33:38',12,12,1005,'called and spoke with Jim on 1/11/10 said he has a meeting on 1/15/11 with the board and to call back on 1/19/10');
INSERT INTO `activity` VALUES (105,'2010-01-13 22:35:29',43,43,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (106,'2010-01-13 22:46:40',13,13,1005,'spoke to bruce on 1/7/10 said he is not ready to buy!');
INSERT INTO `activity` VALUES (107,'2010-01-13 22:49:11',10,10,1005,'Jim sent pictures of omicron with cut pics on 1/10/10 and josh said to call back on 1/13/10 called back on 1/13/10 josh had not looked at pic yet but will call back');
INSERT INTO `activity` VALUES (108,'2010-01-13 22:51:58',4,4,1005,'spoke to paul on 1/10/10 said he wants to try to purchase by 2/01/10');
INSERT INTO `activity` VALUES (109,'2010-01-13 22:53:35',19,19,1005,'spoke to John Ball on 1/10/10 said they are out of money at this time and to call back in a few months if we havent heard from him');
INSERT INTO `activity` VALUES (110,'2010-01-13 22:56:29',16,16,1005,'spoke to gary scott 1/10/10 said they are not ready to buy yet');
INSERT INTO `activity` VALUES (111,'2010-01-14 21:48:02',12,12,1005,'Quote updated.');
INSERT INTO `activity` VALUES (112,'2010-01-14 21:55:14',12,12,1005,'Quote updated.');
INSERT INTO `activity` VALUES (113,'2010-01-14 21:55:44',12,12,1005,'Quote updated.');
INSERT INTO `activity` VALUES (114,'2010-01-15 16:17:48',42,42,1002,'Quote updated.');
INSERT INTO `activity` VALUES (115,'2010-01-15 16:26:34',42,42,1002,'Emailed quote');
INSERT INTO `activity` VALUES (116,'2010-01-15 16:39:59',44,44,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (117,'2010-01-15 20:44:47',45,45,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (118,'2010-01-18 15:17:37',12,12,1005,'spoke to jim on 1/18/10 said he did not receive the quote jim resent the quote on 1/18/10');
INSERT INTO `activity` VALUES (119,'2010-01-18 15:19:18',12,12,1005,'Quote updated.');
INSERT INTO `activity` VALUES (120,'2010-01-18 21:37:43',46,46,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (121,'2010-01-18 22:13:58',47,47,1004,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (122,'2010-01-18 22:15:36',48,48,1004,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (123,'2010-01-19 00:38:52',15,15,1001,'Customer updated.');
INSERT INTO `activity` VALUES (124,'2010-01-19 00:39:21',25,25,1001,'Customer updated.');
INSERT INTO `activity` VALUES (125,'2010-01-19 00:39:30',37,37,1001,'Customer updated.');
INSERT INTO `activity` VALUES (126,'2010-01-19 19:17:50',6,6,1005,'Called on 1/19/10 and left message for Luis on his voice mail');
INSERT INTO `activity` VALUES (127,'2010-01-19 21:58:01',42,42,1005,'spoke with dennis on 1/19/10 said his boss was in maui and would not be back for a week');
INSERT INTO `activity` VALUES (128,'2010-01-19 22:00:29',44,44,1005,'Customer updated.');
INSERT INTO `activity` VALUES (129,'2010-01-19 22:00:51',44,44,1005,'Customer updated.');
INSERT INTO `activity` VALUES (130,'2010-01-19 22:04:24',18,18,1005,'called on 1-19-10 left a message on answering machine\r\n');
INSERT INTO `activity` VALUES (131,'2010-01-19 22:08:30',46,46,1005,'Customer updated.');
INSERT INTO `activity` VALUES (132,'2010-01-21 09:03:04',49,49,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (133,'2010-01-22 17:22:58',50,50,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (134,'2010-01-22 20:04:08',10,10,1002,'Quote updated.');
INSERT INTO `activity` VALUES (135,'2010-01-22 20:14:16',9,9,1005,'Customer updated.');
INSERT INTO `activity` VALUES (136,'2010-01-22 20:19:01',51,51,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (137,'2010-01-22 23:15:34',50,50,1002,'Quote updated.');
INSERT INTO `activity` VALUES (138,'2010-01-25 15:32:45',51,51,1002,'Quote updated.');
INSERT INTO `activity` VALUES (139,'2010-01-25 15:36:55',51,51,1002,'Quote updated.');
INSERT INTO `activity` VALUES (140,'2010-01-25 15:37:36',37,37,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (141,'2010-01-25 15:37:50',47,47,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (142,'2010-01-25 15:38:05',41,41,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (143,'2010-01-25 15:38:17',35,35,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (144,'2010-01-25 15:38:26',48,48,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (145,'2010-01-25 15:38:44',40,40,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (146,'2010-01-25 22:49:06',10,10,1005,'Customer updated.');
INSERT INTO `activity` VALUES (147,'2010-01-25 22:49:58',10,10,1005,'sent e-mail offering 5k off machine if bought within 30 days 1/25/10');
INSERT INTO `activity` VALUES (148,'2010-01-26 17:17:51',50,50,1002,'Quote updated.');
INSERT INTO `activity` VALUES (149,'2010-01-26 17:19:51',50,50,1002,'Quote updated.');
INSERT INTO `activity` VALUES (150,'2010-01-26 22:38:27',52,NULL,1002,'Customer updated.');
INSERT INTO `activity` VALUES (151,'2010-01-27 03:02:55',53,52,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (152,'2010-01-27 03:24:48',54,53,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (153,'2010-01-27 11:06:23',55,54,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (154,'2010-01-27 15:01:20',54,53,1002,'Quote updated.');
INSERT INTO `activity` VALUES (155,'2010-01-27 15:25:00',52,NULL,1002,'Customer updated.');
INSERT INTO `activity` VALUES (156,'2010-01-27 15:32:51',55,54,1002,'Jim called and left message');
INSERT INTO `activity` VALUES (157,'2010-01-27 20:24:09',56,55,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (158,'2010-01-27 21:29:18',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (159,'2010-01-27 21:29:52',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (160,'2010-01-27 21:30:05',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (161,'2010-01-27 21:30:41',55,54,1002,'Quote updated.');
INSERT INTO `activity` VALUES (162,'2010-01-27 21:31:07',55,54,1002,'Quote updated.');
INSERT INTO `activity` VALUES (163,'2010-01-27 22:13:53',50,50,1002,'Quote updated.');
INSERT INTO `activity` VALUES (164,'2010-01-27 22:14:27',50,50,1002,'Quote updated.');
INSERT INTO `activity` VALUES (165,'2010-01-27 22:14:55',50,50,1002,'Quote updated.');
INSERT INTO `activity` VALUES (166,'2010-01-28 14:42:44',57,56,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (167,'2010-01-28 15:27:18',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (168,'2010-01-28 15:27:41',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (169,'2010-01-28 15:38:53',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (170,'2010-01-28 15:39:28',56,55,1002,'Quote updated.');
INSERT INTO `activity` VALUES (171,'2010-01-28 17:08:55',57,56,1002,'Quote updated.');
INSERT INTO `activity` VALUES (172,'2010-01-28 17:09:19',57,56,1002,'Quote updated.');
INSERT INTO `activity` VALUES (173,'2010-01-28 17:09:53',57,56,1002,'Quote updated.');
INSERT INTO `activity` VALUES (174,'2010-01-28 17:51:23',57,56,1002,'Quote updated.');
INSERT INTO `activity` VALUES (175,'2010-01-28 17:56:59',57,56,1002,'Quote updated.');
INSERT INTO `activity` VALUES (176,'2010-01-30 17:22:41',58,57,1001,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (177,'2010-01-30 17:36:45',58,57,1001,'Customer updated.');
INSERT INTO `activity` VALUES (178,'2010-01-30 17:37:47',58,57,1001,'Customer DELETED.');
INSERT INTO `activity` VALUES (179,'2010-01-30 20:14:51',59,58,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (180,'2010-01-31 00:51:05',60,59,1001,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (181,'2010-01-31 00:52:09',60,59,1001,'Customer DELETED.');
INSERT INTO `activity` VALUES (182,'2010-02-01 23:25:14',42,42,1005,'answer machine');
INSERT INTO `activity` VALUES (183,'2010-02-01 23:26:00',42,42,1005,'brett called got answering machine 2 -1-10');
INSERT INTO `activity` VALUES (184,'2010-02-02 20:08:14',61,60,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (185,'2010-02-03 08:28:13',62,61,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (186,'2010-02-03 20:16:10',61,60,1004,'Customer updated.');
INSERT INTO `activity` VALUES (187,'2010-02-03 20:16:50',61,60,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (188,'2010-02-03 20:16:59',44,44,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (189,'2010-02-03 20:17:43',11,11,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (190,'2010-02-04 20:05:24',55,54,1002,'Quote updated.');
INSERT INTO `activity` VALUES (191,'2010-02-07 19:28:59',63,62,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (192,'2010-02-09 00:46:56',63,62,1001,'Customer updated.');
INSERT INTO `activity` VALUES (193,'2010-02-09 03:21:14',43,43,1001,'Customer updated.');
INSERT INTO `activity` VALUES (194,'2010-02-09 16:45:54',12,12,1004,'called on up date');
INSERT INTO `activity` VALUES (195,'2010-02-09 16:50:57',27,27,1004,'Customer updated.');
INSERT INTO `activity` VALUES (196,'2010-02-10 16:29:16',64,63,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (197,'2010-02-10 16:31:01',64,63,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (198,'2010-02-10 16:31:24',59,58,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (199,'2010-02-10 16:57:55',42,42,1004,'called waiting on quote for repair of thier machine\r\n');
INSERT INTO `activity` VALUES (200,'2010-02-10 17:27:17',14,14,1004,'no awnser\r\n');
INSERT INTO `activity` VALUES (201,'2010-02-11 05:17:34',65,64,1001,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (202,'2010-02-11 05:52:23',65,64,1001,'Customer DELETED.');
INSERT INTO `activity` VALUES (203,'2010-02-12 13:03:34',66,65,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (204,'2010-02-12 17:13:03',51,51,1004,'Customer updated.');
INSERT INTO `activity` VALUES (205,'2010-02-12 17:14:19',51,51,1004,'Customer updated.');
INSERT INTO `activity` VALUES (206,'2010-02-12 17:15:26',51,51,1004,'Customer updated.');
INSERT INTO `activity` VALUES (207,'2010-02-12 18:04:19',67,66,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (208,'2010-02-12 18:45:31',67,66,1002,'Customer DELETED.');
INSERT INTO `activity` VALUES (209,'2010-02-12 23:21:23',68,67,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (210,'2010-02-13 02:42:31',69,68,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (211,'2010-02-13 13:33:39',70,69,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (212,'2010-02-13 23:43:15',71,70,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (213,'2010-02-14 21:12:15',72,71,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (214,'2010-02-15 15:38:59',68,67,1002,'Quote updated.');
INSERT INTO `activity` VALUES (215,'2010-02-15 15:39:34',68,67,1002,'Quote updated.');
INSERT INTO `activity` VALUES (216,'2010-02-15 15:53:52',72,71,1002,'Quote updated.');
INSERT INTO `activity` VALUES (217,'2010-02-15 15:55:08',72,71,1002,'Quote updated.');
INSERT INTO `activity` VALUES (218,'2010-02-15 16:14:43',69,68,1002,'Quote updated.');
INSERT INTO `activity` VALUES (219,'2010-02-15 16:47:22',71,70,1002,'Quote updated.');
INSERT INTO `activity` VALUES (220,'2010-02-15 21:34:01',73,72,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (221,'2010-02-16 21:27:44',74,73,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (222,'2010-02-17 08:38:03',75,74,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (223,'2010-02-18 15:55:23',76,75,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (224,'2010-02-18 17:05:15',55,54,1004,'Quote updated.');
INSERT INTO `activity` VALUES (225,'2010-02-18 21:13:01',77,76,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (226,'2010-02-19 16:31:49',78,77,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (227,'2010-02-21 14:43:26',79,78,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (228,'2010-02-22 17:56:29',79,78,1002,'Quote updated.');
INSERT INTO `activity` VALUES (229,'2010-02-22 18:35:08',79,78,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (230,'2010-02-22 18:53:28',80,79,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (231,'2010-02-22 19:21:31',81,80,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (232,'2010-02-22 20:43:19',79,78,NULL,'SPOKE WITH CUSTOMER NEEDS CUT SAMPELS SENDING DXF\r\n\r\n');
INSERT INTO `activity` VALUES (233,'2010-02-22 21:23:11',82,81,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (234,'2010-02-22 22:54:51',80,79,1002,'Quote updated.');
INSERT INTO `activity` VALUES (235,'2010-02-22 22:55:33',80,79,1002,'Quote updated.');
INSERT INTO `activity` VALUES (236,'2010-02-22 22:56:13',80,79,1002,'Quote updated.');
INSERT INTO `activity` VALUES (237,'2010-02-24 02:38:48',83,82,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (238,'2010-02-24 17:02:11',84,83,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (239,'2010-02-24 17:04:01',85,84,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (240,'2010-02-24 21:49:55',86,85,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (241,'2010-02-25 06:02:59',87,86,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (242,'2010-02-25 08:44:23',88,87,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (243,'2010-02-25 12:00:34',89,88,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (244,'2010-02-25 16:43:11',87,86,1002,'Quote updated.');
INSERT INTO `activity` VALUES (245,'2010-02-25 19:13:01',79,78,1004,'Quote updated.');
INSERT INTO `activity` VALUES (246,'2010-02-25 20:53:27',90,89,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (247,'2010-02-26 05:35:56',91,90,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (248,'2010-02-26 11:31:03',92,91,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (249,'2010-02-26 15:16:42',87,86,1002,'Quote updated.');
INSERT INTO `activity` VALUES (250,'2010-02-26 19:39:05',93,92,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (251,'2010-02-26 21:23:33',94,93,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (252,'2010-02-27 16:32:45',95,94,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (253,'2010-02-27 21:57:30',96,95,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (254,'2010-02-28 02:28:38',97,96,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (255,'2010-02-28 19:34:22',98,97,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (256,'2010-02-28 20:53:21',99,98,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (257,'2010-02-28 23:26:44',100,99,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (258,'2010-02-28 23:34:55',101,100,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (259,'2010-02-28 23:35:54',102,101,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (260,'2010-03-01 07:42:31',95,94,1002,'Quote updated.');
INSERT INTO `activity` VALUES (261,'2010-03-01 08:02:23',101,100,1002,'Quote updated.');
INSERT INTO `activity` VALUES (262,'2010-03-01 17:10:12',93,92,1002,'Quote updated.');
INSERT INTO `activity` VALUES (263,'2010-03-01 18:23:08',95,94,1002,'Quote updated.');
INSERT INTO `activity` VALUES (264,'2010-03-01 18:34:38',97,96,1002,'Quote updated.');
INSERT INTO `activity` VALUES (265,'2010-03-01 18:48:24',93,92,1002,'Quote updated.');
INSERT INTO `activity` VALUES (266,'2010-03-01 18:55:52',103,102,1004,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (267,'2010-03-01 19:04:20',103,102,1004,'Quote updated.');
INSERT INTO `activity` VALUES (268,'2010-03-01 21:21:47',90,89,1002,'Quote updated.');
INSERT INTO `activity` VALUES (269,'2010-03-01 21:22:21',90,89,1002,'Quote updated.');
INSERT INTO `activity` VALUES (270,'2010-03-01 21:22:55',90,89,1002,'Quote updated.');
INSERT INTO `activity` VALUES (271,'2010-03-01 22:41:38',100,99,1002,'Quote updated.');
INSERT INTO `activity` VALUES (272,'2010-03-02 02:25:25',79,78,1004,'updated quote spoke in great length at 4:00 pm sent pictures');
INSERT INTO `activity` VALUES (273,'2010-03-02 03:17:57',91,90,1004,'Quote updated.');
INSERT INTO `activity` VALUES (274,'2010-03-02 21:28:40',104,103,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (275,'2010-03-03 04:28:02',105,104,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (276,'2010-03-03 16:16:43',106,105,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (277,'2010-03-03 16:44:16',104,103,1002,'Quote updated.');
INSERT INTO `activity` VALUES (278,'2010-03-03 23:01:00',104,103,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (279,'2010-03-04 14:08:27',107,106,1001,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (280,'2010-03-04 14:10:21',107,106,1001,'Customer DELETED.');
INSERT INTO `activity` VALUES (281,'2010-03-04 14:10:32',106,105,1001,'Customer DELETED.');
INSERT INTO `activity` VALUES (282,'2010-03-04 15:40:13',104,103,1002,'Quote updated.');
INSERT INTO `activity` VALUES (283,'2010-03-05 17:48:20',91,90,1004,'Quote updated.');
INSERT INTO `activity` VALUES (284,'2010-03-05 17:48:56',91,90,1004,'Quote updated.');
INSERT INTO `activity` VALUES (285,'2010-03-08 19:28:25',55,54,1002,'Quote updated.');
INSERT INTO `activity` VALUES (286,'2010-03-08 22:12:37',108,107,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (287,'2010-03-09 16:57:51',109,108,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (288,'2010-03-10 15:31:58',110,109,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (289,'2010-03-12 06:57:57',111,110,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (290,'2010-03-14 01:21:28',112,111,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (291,'2010-03-15 22:39:30',112,111,1007,'Quote updated.');
INSERT INTO `activity` VALUES (292,'2010-03-16 14:26:42',113,NULL,1007,'Customer updated.');
INSERT INTO `activity` VALUES (293,'2010-03-16 16:32:15',113,NULL,1007,'Customer updated.');
INSERT INTO `activity` VALUES (294,'2010-03-16 16:35:40',112,111,1007,'Customer updated.');
INSERT INTO `activity` VALUES (295,'2010-03-16 16:37:27',112,111,1007,'Customer updated.');
INSERT INTO `activity` VALUES (296,'2010-03-16 16:59:39',95,94,1007,'Quote updated.');
INSERT INTO `activity` VALUES (297,'2010-03-16 17:04:19',75,74,1007,'Quote updated.');
INSERT INTO `activity` VALUES (298,'2010-03-16 17:05:01',75,74,1007,'Emailed to set up time to review application');
INSERT INTO `activity` VALUES (299,'2010-03-16 17:24:10',73,72,1007,'Customer updated.');
INSERT INTO `activity` VALUES (300,'2010-03-16 17:24:58',73,72,1007,'3/16/2010 Doug Called and left message to follow up. No info on form');
INSERT INTO `activity` VALUES (301,'2010-03-16 17:30:54',24,24,1007,'Quote updated.');
INSERT INTO `activity` VALUES (302,'2010-03-16 17:31:28',24,24,1007,'03-16-2010 Doug called and left message for Ron.');
INSERT INTO `activity` VALUES (303,'2010-03-16 17:51:11',26,26,1007,'03-16-2010 Talked to Elgon Service Center. Steel Building mfg. Wants to put holes in beams off to side of table. Requote Alpha 96 x 360, HPR 130 option HPR 260, downdraft table.');
INSERT INTO `activity` VALUES (304,'2010-03-16 18:01:07',110,109,1007,'Customer updated.');
INSERT INTO `activity` VALUES (305,'2010-03-16 18:01:55',110,109,1007,'03-16-2010 Doug called, Wants call back 03-17-2010');
INSERT INTO `activity` VALUES (306,'2010-03-16 18:09:02',95,94,1007,'03/16/2010 Doug, Called but Kurt is out until Wed.');
INSERT INTO `activity` VALUES (307,'2010-03-16 18:09:50',112,111,1007,'03/15/2010 Doug called and spoke with George. Competition AKS, CSI, looking at bevel unit. Single pass. Quote Aplha class, 96 x 288, manual angle plasma mount, HPR 260 autogas. Hypertherm Edge control. Option water table with raise lower feature and downdraft table with collection system. \r\nHas 240 V only, 200 amps total available. Can go step up transformer. \r\n\r\nFollow up Mar 24th');
INSERT INTO `activity` VALUES (308,'2010-03-16 18:11:34',75,74,1007,'03-16-2010 Doug, Sent Brian an email asking to review his needs. Offered to meet in San Diego. Follow up after westec');
INSERT INTO `activity` VALUES (309,'2010-03-16 18:15:21',104,103,1007,'03-16-2010 Doug called and left message for followup');
INSERT INTO `activity` VALUES (310,'2010-03-16 18:17:40',79,78,1007,'03-15-2010 Doug called left message to find out why they went another direction\r\n');
INSERT INTO `activity` VALUES (311,'2010-03-16 18:18:11',79,78,1007,'03-16-2010 Doug left another message to find out why they went another direction');
INSERT INTO `activity` VALUES (312,'2010-03-16 18:30:09',103,102,1007,'03-16-2010 still has not sent us material to cut. Inconel 718, and 626, Hastaloy alloy. Ripping strips, 2 inch through 13 inch wide. will saw cross cut after that. check with keith to have sample cut at Hypertherm. call David back Thursday');
INSERT INTO `activity` VALUES (313,'2010-03-16 19:50:39',21,21,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (314,'2010-03-17 04:20:14',114,112,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (315,'2010-03-17 15:23:46',110,109,1007,'03-17-2010: Doug left message for Corey. Will try again Friday');
INSERT INTO `activity` VALUES (316,'2010-03-18 13:23:04',115,113,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (317,'2010-03-18 15:54:13',115,113,1007,'Quote updated.');
INSERT INTO `activity` VALUES (318,'2010-03-18 15:55:20',115,113,1007,'03/18/2010 Doug, Spoke with Chris, automotive accessories, off road parts and suspension parts. Just starting out. 0.375. 0.25, 0.50 max. 80 to 90 % ms, possible some aluminum. Talked about water jet. Estimated price of 30 hp waterjet, 6 x 12 to be in the $150-175,000 range. Talked holes, need to quote Omnicron SS, 6 x 10 with hsd-130, and Omega 6 x 12 with hpr 130.Quote solidworks addon to turbo nest software\r\n\r\nFrom Maine, in phoenix for 5 years.');
INSERT INTO `activity` VALUES (319,'2010-03-18 15:55:49',115,113,1007,'Quote updated.');
INSERT INTO `activity` VALUES (320,'2010-03-18 15:56:25',115,113,1007,'Customer updated.');
INSERT INTO `activity` VALUES (321,'2010-03-18 20:58:29',116,114,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (322,'2010-03-18 22:03:12',83,82,1007,'Quote updated.');
INSERT INTO `activity` VALUES (323,'2010-03-20 16:55:31',103,102,1001,'Customer updated.');
INSERT INTO `activity` VALUES (324,'2010-03-22 15:58:12',115,113,1007,'3/22/2010 Finished quote, emailed to Chris. ');
INSERT INTO `activity` VALUES (325,'2010-03-22 17:44:49',116,114,1007,'3-22-2010 Called and left message with receptionist. Call again Tuesday');
INSERT INTO `activity` VALUES (326,'2010-03-23 03:33:06',117,115,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (327,'2010-03-24 00:38:57',118,116,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (328,'2010-03-24 00:49:51',119,117,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (329,'2010-03-24 13:57:11',119,117,1007,'left message he is on the phone.');
INSERT INTO `activity` VALUES (330,'2010-03-24 14:12:00',118,116,1007,'Talked with customer. Mostly HVAC work, all by hand right now. Limited power. Prepare quote with omnicron 5 x 10, hsd 130.');
INSERT INTO `activity` VALUES (331,'2010-03-25 13:15:56',116,114,1007,'Customer updated.');
INSERT INTO `activity` VALUES (332,'2010-03-25 13:16:58',116,114,1007,'3/24/2010. Talked with Nat. Quote alpha 8 x24 with hsd 130 and optional hpr 260.');
INSERT INTO `activity` VALUES (333,'2010-03-25 13:18:20',116,114,1007,'Quote updated.');
INSERT INTO `activity` VALUES (334,'2010-03-25 16:22:34',120,118,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (335,'2010-03-26 12:47:42',119,117,1007,'03/25/2010 left another message');
INSERT INTO `activity` VALUES (336,'2010-03-26 12:48:16',117,115,1007,'03/25/2010 Left message. call again Friday');
INSERT INTO `activity` VALUES (337,'2010-03-26 12:49:13',79,78,1007,'Customer DELETED.');
INSERT INTO `activity` VALUES (338,'2010-03-26 12:49:34',79,78,1007,'Customer updated.');
INSERT INTO `activity` VALUES (339,'2010-03-26 12:50:04',75,74,1007,'Customer updated.');
INSERT INTO `activity` VALUES (340,'2010-03-26 12:51:13',110,109,1007,'Customer updated.');
INSERT INTO `activity` VALUES (341,'2010-03-26 21:55:18',1,1,1007,'Customer updated.');
INSERT INTO `activity` VALUES (342,'2010-03-27 14:56:07',121,119,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (343,'2010-03-27 20:52:50',122,120,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (344,'2010-03-29 05:06:17',123,121,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (345,'2010-03-29 12:37:53',123,121,1007,'Called 3/39,2010 No answer at the number given');
INSERT INTO `activity` VALUES (346,'2010-03-29 14:28:13',121,119,1007,'03/27/2010. Voice mails says \"Karen and Chuck are not available right now\" Left message.');
INSERT INTO `activity` VALUES (347,'2010-03-29 12:42:02',1,1,1007,'Customer updated.');
INSERT INTO `activity` VALUES (348,'2010-03-29 14:45:55',119,117,1007,'Customer updated.');
INSERT INTO `activity` VALUES (349,'2010-03-29 14:46:40',119,117,1007,'Customer updated.');
INSERT INTO `activity` VALUES (350,'2010-03-29 15:36:42',119,117,1007,'Customer updated.');
INSERT INTO `activity` VALUES (351,'2010-03-29 15:40:51',75,74,1007,'03/29/2010 Left a message this time. Voice mail sayes \"Prescision off road engineering\"');
INSERT INTO `activity` VALUES (352,'2010-03-29 15:41:36',75,74,1007,'Customer updated.');
INSERT INTO `activity` VALUES (353,'2010-03-29 16:32:10',122,120,1007,'Customer updated.');
INSERT INTO `activity` VALUES (354,'2010-03-30 14:49:02',116,114,1002,'Quote updated.');
INSERT INTO `activity` VALUES (355,'2010-03-31 18:58:53',124,122,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (356,'2010-04-01 14:34:35',112,111,1007,'Customer updated.');
INSERT INTO `activity` VALUES (357,'2010-04-01 15:24:13',83,82,1007,'Customer updated.');
INSERT INTO `activity` VALUES (358,'2010-04-01 15:24:37',112,111,1007,'Customer updated.');
INSERT INTO `activity` VALUES (359,'2010-04-01 15:59:03',124,122,1007,'Quote updated.');
INSERT INTO `activity` VALUES (360,'2010-04-01 16:03:43',124,122,1007,'Quote updated.');
INSERT INTO `activity` VALUES (361,'2010-04-01 16:10:01',124,122,1007,'Customer updated.');
INSERT INTO `activity` VALUES (362,'2010-04-01 22:35:50',125,123,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (363,'2010-04-01 22:37:13',126,124,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (364,'2010-04-01 22:37:56',127,125,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (365,'2010-04-02 13:19:59',124,122,1007,'Customer updated.');
INSERT INTO `activity` VALUES (366,'2010-04-02 14:13:22',127,125,1007,'Customer updated.');
INSERT INTO `activity` VALUES (367,'2010-04-02 14:14:13',125,123,1007,'Customer DELETED.');
INSERT INTO `activity` VALUES (368,'2010-04-02 14:14:29',126,124,1007,'Customer DELETED.');
INSERT INTO `activity` VALUES (369,'2010-04-02 15:27:09',127,125,1002,'Customer updated.');
INSERT INTO `activity` VALUES (370,'2010-04-02 15:27:56',127,125,1002,'Jim just made a smart ass comment');
INSERT INTO `activity` VALUES (371,'2010-04-03 15:48:33',119,117,1007,'Quote sent out 04/03/2010');
INSERT INTO `activity` VALUES (372,'2010-04-03 16:03:58',119,117,1007,'Quote updated.');
INSERT INTO `activity` VALUES (373,'2010-04-03 16:28:36',124,122,1007,'04-03-2010 quote send out');
INSERT INTO `activity` VALUES (374,'2010-04-04 21:43:12',128,126,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (375,'2010-04-06 03:23:32',129,127,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (376,'2010-04-06 13:34:56',89,88,1007,'04/06/2010 Sent email requesting more info');
INSERT INTO `activity` VALUES (377,'2010-04-06 20:45:18',130,128,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (378,'2010-04-07 14:07:15',124,122,1007,'Quote updated.');
INSERT INTO `activity` VALUES (379,'2010-04-07 14:08:19',119,117,1007,'Quote updated.');
INSERT INTO `activity` VALUES (380,'2010-04-07 14:09:09',119,117,1007,'Quote updated.');
INSERT INTO `activity` VALUES (381,'2010-04-07 14:09:58',119,117,1007,'Quote updated.');
INSERT INTO `activity` VALUES (382,'2010-04-07 14:11:35',119,117,1007,'Quote updated.');
INSERT INTO `activity` VALUES (383,'2010-04-07 14:12:40',119,117,1007,'Quote updated.');
INSERT INTO `activity` VALUES (384,'2010-04-07 14:18:49',129,127,1007,'04-07-2010 Called, spoke with his assistant. Hammadi is not in. Will call me later today.');
INSERT INTO `activity` VALUES (385,'2010-04-07 14:22:46',128,126,1007,'04-07-2010 Left message');
INSERT INTO `activity` VALUES (386,'2010-04-07 14:28:34',122,120,1007,'Quote updated.');
INSERT INTO `activity` VALUES (387,'2010-04-07 14:28:37',119,117,1002,'Quote updated.');
INSERT INTO `activity` VALUES (388,'2010-04-07 14:29:40',122,120,1007,'Quote updated.');
INSERT INTO `activity` VALUES (389,'2010-04-07 14:32:13',122,120,1007,'04-07-2010 left message to follow up on quote. Upfile for 04-09-2010');
INSERT INTO `activity` VALUES (390,'2010-04-07 14:32:31',119,117,1002,'Quote updated.');
INSERT INTO `activity` VALUES (391,'2010-04-07 15:59:09',129,127,1008,'04-07-2010 He called back, wants cheap. Cuts mostly letters, art work, around 1/2 inch aluminum. End for now.');
INSERT INTO `activity` VALUES (392,'2010-04-07 22:16:40',105,104,1008,'Quote updated.');
INSERT INTO `activity` VALUES (393,'2010-04-08 03:02:21',105,104,1008,'04/07/2010 Quote Sent out');
INSERT INTO `activity` VALUES (394,'2010-04-08 03:07:24',105,104,1008,'Customer updated.');
INSERT INTO `activity` VALUES (395,'2010-04-08 11:58:35',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (396,'2010-04-08 12:08:55',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (397,'2010-04-08 16:01:59',119,117,1008,'04-08-2010 Called and left message for matt to follow up. ');
INSERT INTO `activity` VALUES (398,'2010-04-08 16:02:44',105,104,1008,'04-08-2010 left message for customer to confirm they received quote.');
INSERT INTO `activity` VALUES (399,'2010-04-08 16:03:29',51,51,1008,'04-08-2010 Left another message for Kurt to follow up on quote');
INSERT INTO `activity` VALUES (400,'2010-04-09 10:21:46',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (401,'2010-04-09 10:33:31',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (402,'2010-04-09 10:34:25',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (403,'2010-04-09 10:35:57',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (404,'2010-04-09 10:38:07',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (405,'2010-04-09 10:53:15',0,0,0,'value');
INSERT INTO `activity` VALUES (406,'2010-04-09 12:29:13',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (407,'2010-04-09 12:30:19',119,117,1001,'Quote updated.');
INSERT INTO `activity` VALUES (408,'2010-04-09 12:30:20',51,51,1008,'04/08/2010 Spoke with Kurt. Customer bought an Alltra G 14 system in Feb, detached table system. (We quoted the Omega) Said he felt the separate table design system was easier to extend in the future. Said in his area, the Alltra had a good reputation for service, and support. I asked about price and he said we were considerablely less expensive but that he felt the Alltra package more fit what he wanted.');
INSERT INTO `activity` VALUES (409,'2010-04-10 11:12:36',131,130,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (410,'2010-04-12 00:20:20',132,131,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (411,'2010-04-13 02:43:12',133,132,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (412,'2010-04-13 12:56:26',105,104,1008,'04/12/2010 Left message for Brad');
INSERT INTO `activity` VALUES (413,'2010-04-13 12:57:38',119,117,1008,'04/12/2010 Left message for Matt');
INSERT INTO `activity` VALUES (414,'2010-04-13 13:03:09',124,122,1008,'04/13/2010 Chris out in the yard. Left message');
INSERT INTO `activity` VALUES (415,'2010-04-13 13:06:21',122,120,1008,'04/13/2010 Left message for Curtis');
INSERT INTO `activity` VALUES (416,'2010-04-13 17:34:28',132,131,1008,'04/13/2010 Left message for Darren');
INSERT INTO `activity` VALUES (417,'2010-04-13 17:36:32',133,132,1008,'04/13/2010 Called and left message for Ray');
INSERT INTO `activity` VALUES (418,'2010-04-13 17:39:08',131,130,1008,'04/13/2010 Chad is evidently overseas in the millitary. The young lady who answered the phone suggests we contact him through email. Will do just that');
INSERT INTO `activity` VALUES (419,'2010-04-13 17:54:38',133,132,1008,'04/13/2010 Ray called back. Into HVAC but does not plan to use this machine for that application. Talked to him about his needs, mostly ms, and ss under 3/8 for ornimental iron stuff. Holes are an issue, as it edge straightness on his artwork, so quoting him an HSD 130.');
INSERT INTO `activity` VALUES (420,'2010-04-13 20:41:03',134,133,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (421,'2010-04-14 08:42:12',135,134,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (422,'2010-04-14 12:22:25',132,131,1008,'04/13/2010 Spoke with Darren, he is looking to spend no more than $20,000. Automotive race parts, gussets, brackets. Could not talk him\r\ninto somthing more fitting for his application. No need to quote at this time.');
INSERT INTO `activity` VALUES (423,'2010-04-14 12:27:02',133,132,1008,'Quote updated.');
INSERT INTO `activity` VALUES (424,'2010-04-14 12:27:57',133,132,1008,'04/14/2010 No need for oxy-fuel - quoted plasma only');
INSERT INTO `activity` VALUES (425,'2010-04-14 12:28:15',133,132,1008,'Customer updated.');
INSERT INTO `activity` VALUES (426,'2010-04-14 12:31:16',130,128,1008,'04/13/2010. Want to use their existing PowerMax 1250, would like to pierce trhough 1.5 inch and I suggested that the PM was not rated to pierce that thick. He says he does it all the time. I recommended either HT 2000 or HPR 260 on an Alpha. Way over his budget. ');
INSERT INTO `activity` VALUES (427,'2010-04-14 12:44:02',130,128,1008,'Quote updated.');
INSERT INTO `activity` VALUES (428,'2010-04-14 12:44:37',130,128,1008,'04/14/2010 Quoted omicron with HSD 130 plasma');
INSERT INTO `activity` VALUES (429,'2010-04-14 12:45:02',130,128,1008,'Quote updated.');
INSERT INTO `activity` VALUES (430,'2010-04-14 12:45:45',133,132,1008,'Quote updated.');
INSERT INTO `activity` VALUES (431,'2010-04-14 12:46:29',130,128,1008,'Customer updated.');
INSERT INTO `activity` VALUES (432,'2010-04-14 12:50:55',136,135,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (433,'2010-04-14 13:20:56',130,128,1008,'Quote updated.');
INSERT INTO `activity` VALUES (434,'2010-04-14 13:40:23',89,88,1008,'04/14/2010 sent another email requesting further information');
INSERT INTO `activity` VALUES (435,'2010-04-14 14:08:07',136,135,1008,'04/14/2010 Quoted alpha, with HPR 260, and two oxy-fuel torches. ');
INSERT INTO `activity` VALUES (436,'2010-04-15 18:17:31',137,136,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (437,'2010-04-15 18:47:13',137,136,1008,'04/15/2010 Left message with one of his workers to call me back');
INSERT INTO `activity` VALUES (438,'2010-04-16 12:09:45',122,120,1008,'04/15/2010 Left another message. Upfile to call Monday');
INSERT INTO `activity` VALUES (439,'2010-04-16 14:02:59',136,135,1008,'04/16/2010 Emailed Arturo to see if he received the quote. ');
INSERT INTO `activity` VALUES (440,'2010-04-16 14:09:00',122,120,1008,'04/16/2010 Spoke with Curtis. He has quote, we are in the running. His partner is working on this but they are not in a big hurry right now. We agreed I would call him again later next week.');
INSERT INTO `activity` VALUES (441,'2010-04-16 17:50:02',138,137,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (442,'2010-04-16 21:17:59',105,104,1008,'04/16/2Spoke with Brad, resent quote, discussed it with him. He is going to review over the weekend. We agreed to followup on Tuesday, the 20th');
INSERT INTO `activity` VALUES (443,'2010-04-16 21:19:49',138,137,1008,'04/16/2010Called and left a message for him.');
INSERT INTO `activity` VALUES (444,'2010-04-16 21:43:12',139,138,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (445,'2010-04-17 12:17:03',139,138,1008,'04/17/2010 Reviewed customer info. This is larger than usual plasma cam customer. Will call him monday.');
INSERT INTO `activity` VALUES (446,'2010-04-19 16:33:56',139,138,1008,'Customer updated.');
INSERT INTO `activity` VALUES (447,'2010-04-19 16:39:23',124,122,1008,'04/19/2010. Spoke with Chris. Has quote, we are in the price ball park, not going to do anything until most likely, 4th quarter. He has forward quotes on to Jayson Hayes, the general manager who will be making final decisions. Upfiled them for follow up end of may.');
INSERT INTO `activity` VALUES (448,'2010-04-19 16:42:10',119,117,1008,'04.19/2010 Matt is out of the office on a job site. Left message for him to call me/');
INSERT INTO `activity` VALUES (449,'2010-04-19 16:42:24',119,117,1008,'Customer updated.');
INSERT INTO `activity` VALUES (450,'2010-04-19 16:45:12',139,138,1008,'04/19/2010 Spoke with glyn, and he is just starting out. Can\'t - will not spend more than $20,000 total with everything. Advised him of our Omicron with PM 1250, with potential to upgrade to HSD 130 down the road. Way out of his price range.');
INSERT INTO `activity` VALUES (451,'2010-04-19 17:28:14',140,139,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (452,'2010-04-19 17:40:51',141,140,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (453,'2010-04-19 18:32:50',142,141,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (454,'2010-04-19 18:46:32',141,140,1008,'04/19/2010. alternative # 360-264-4645, spoke with Stu, just starting out, making gates and panels . Can\'t afford much over $15 k without Finance help. Single Phase 230 v power only. Needs omicron 5 x 10 with hsd 130. will quote ');
INSERT INTO `activity` VALUES (455,'2010-04-19 18:46:40',141,140,1008,'Customer updated.');
INSERT INTO `activity` VALUES (456,'2010-04-19 18:48:20',142,141,1008,'04/19/2010. Spoke with Bill. General Fabrication, holes. He thinks he is getting a big job and needs a machine in a hurry. Appointment to see him 04/23/2010. Quoteing alpha 96 x 288, hpr 260 with truehole.');
INSERT INTO `activity` VALUES (457,'2010-04-19 19:17:37',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (458,'2010-04-19 20:37:17',141,140,1008,'04/19/2010. Quoted omi 5 x 10 with PM 1250 and option of HSD 130');
INSERT INTO `activity` VALUES (459,'2010-04-20 02:44:01',143,142,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (460,'2010-04-20 12:41:31',143,142,1008,'04/20/2010 Customer states they only need price on power source. Will call them and see what is up');
INSERT INTO `activity` VALUES (461,'2010-04-20 14:25:39',144,143,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (462,'2010-04-20 15:36:18',143,142,1008,'04/20/2010. Spoke with customer. advised them we do not sell just power sources. final machine is currently located in Brazil, and I advised him to contact a factory authorized distributor-repair facility in that area and have them get pricing specific to the machine in Brazil.');
INSERT INTO `activity` VALUES (463,'2010-04-20 15:36:32',143,142,1008,'Customer DELETED.');
INSERT INTO `activity` VALUES (464,'2010-04-20 15:39:03',141,140,1008,'04/20/2010 Left message with Stew to confirm if he had received quote.');
INSERT INTO `activity` VALUES (465,'2010-04-20 16:06:03',140,139,1008,'Quote updated.');
INSERT INTO `activity` VALUES (466,'2010-04-20 16:06:53',140,139,1008,'02/20/4010. Sent email with ball parking pricing on an omicron 50 x 10 with HSD 130 plasma. (mid to high $60,000). Sent literature');
INSERT INTO `activity` VALUES (467,'2010-04-20 17:06:32',105,104,1008,'04/20/2010 Left message for brad');
INSERT INTO `activity` VALUES (468,'2010-04-21 14:53:55',144,143,1008,'04/21/2010 Called and left message for stacy');
INSERT INTO `activity` VALUES (469,'2010-04-22 13:42:17',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (470,'2010-04-22 13:42:47',142,141,1008,'Quote updated.');
INSERT INTO `activity` VALUES (471,'2010-04-22 13:43:20',142,141,1008,'Quote updated.');
INSERT INTO `activity` VALUES (472,'2010-04-22 21:26:02',145,144,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (473,'2010-04-23 12:55:05',145,144,1008,'04/23/2010 i will call this morning');
INSERT INTO `activity` VALUES (474,'2010-04-23 19:06:22',146,145,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (475,'2010-04-24 12:06:38',145,144,1008,'04/23/2010 0815 Left message');
INSERT INTO `activity` VALUES (476,'2010-04-24 12:07:02',145,144,1008,'04/23/2010 2:30 Left another message');
INSERT INTO `activity` VALUES (477,'2010-04-24 12:08:00',146,145,1008,'04/24/2010 Will call monday');
INSERT INTO `activity` VALUES (478,'2010-04-24 12:12:27',142,141,1008,'04/23/2010 Met with Bill, Burt, and skip. Burt likes our Linear ways. Koike quoted Plate pro extreme, dual side with hpr 260 at $120,000. Burt wants better - easier forklift loading so we will quote alpha and epsilon. Burt also wants to bring the level of the slats higher to make forklift loading easier. Will hand deliver quote and take cut samples with me next week.');
INSERT INTO `activity` VALUES (479,'2010-04-25 15:52:51',147,146,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (480,'2010-04-25 19:40:42',148,147,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (481,'2010-04-26 15:08:53',147,146,1008,'04/26/2010. No answer at this number');
INSERT INTO `activity` VALUES (482,'2010-04-26 15:12:58',146,145,1008,'04/26/2010 He is out for several hours. Left message with receptionist. ');
INSERT INTO `activity` VALUES (483,'2010-04-26 15:36:36',148,147,1008,'04/26/2010 Sent email with questions about the HT 4001 requirement.\r\n\r\nThank you for contacting Axis International about mechanized cutting systems. \r\n \r\nAfter reviewing your information I have a few questions about your application. \r\n \r\nYou specified a Hypertherm HT 4001 water injected plasma system. Your information indicates you will be cutting\r\nunder 2 inch material however did not mention on what material; would that be stainless steel? Do you plan to use this system \r\nwith mild steel also? What would be the percentage of cutting on stainless vs mild steel. 50-50, 25 mild - 75 stainless, \r\n25 stainless - 75 mild steel?\r\n \r\nWhile the HT 4001 is still available, there are newer Hypertherm systems that perform much better on mild steel. Better\r\nbeing straighter edges, faster cutting speeds, and more weldable surface along the cut edge. The newer systems also\r\nallow you to mark and cut on the plate using the same torch and consumables where the HT 4001 does not.\r\n \r\nYou mention oxy-fuel; how many torch stations would you require? What fuel gas would you be using? Acetylene, propane, ethylene,\r\nnatural gas?\r\n \r\nPlease get back to me so we may better understand your cutting needs and prepare our response with the best solution to your needs.\r\n \r\nThanks\r\n \r\nDoug Bucklew\r\nAxis International, Inc\r\n2901 So. Highland Drive\r\nLas Vegas Nv. 89109\r\n \r\nwww.axisplasma.com');
INSERT INTO `activity` VALUES (484,'2010-04-26 17:28:44',149,148,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (485,'2010-04-26 22:57:30',149,148,1008,'04/26/2010 Sent email asking for more details on their cut requirements.\r\n');
INSERT INTO `activity` VALUES (486,'2010-04-26 22:59:06',149,148,1008,'Rob\r\n \r\nThank you for contacting Axis International, Inc about ball park pricing for cutting 0.75 inch mild steel. We have a couple systems which could\r\nmeet that requirement, starting in the $45,000 range and going up. It all depends on the cut quality you are looking for and the parts\r\nyou are planning to cut on a machine. Plasma cutting systems come in three general \"grades\" or styles. Air style plasma systems\r\noffer low initial cost, however provide cut edges which might have more angle to it than often is acceptable for cutting smaller diameter holes and\r\nslots. In addition, air style plasmas may require some edge prep before welding.\r\n \r\nThe middle grade of plasma systems use oxygen and air to operate. Oxygen based plasmas offer cuts with approximately half the amount of\r\nedge angle than those with just air. Oxygen plasmas usually require less edge prep when welding. \r\n \r\nAnd the plasma systems which provide the least amount of angle on their cuts are hy-performance plasma systems which also use oxygen, but\r\nwill also provide better arc shaping and arc current ramping to provide the least amount of angle to the cut. About half again less angle\r\nas the middle grade oxygen based systems.\r\n \r\nThe Axis International Omicron series is a single side drive system which should start out in that $45,000 price range. Our\r\nOmega is similar to the Omicron however is dual sided drive for more carriage accuracy used with the higher performing plasma systems.\r\n \r\nI would like to know more about the business you are in, and would like to gain a better understanding of the part you wish to process\r\noff of a mechanized cutting system. Would you be so kind as to describe your cutting requirements in more depth.\r\n \r\nThanks\r\n');
INSERT INTO `activity` VALUES (487,'2010-04-27 04:44:21',150,149,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (488,'2010-04-27 13:13:39',148,147,1008,'04/27/2010. Igor reaponded to my email. Will prepare quote for omega with hpr 260xd\r\n\r\nThank you for getting back to me. Based on this new information, I am going to recommend the Axis International, Inc. Omega Series\r\nwith the Hypertherm HPR 260xd Plasma system. The HPR series marks and cuts with the same consumables and torch, and\r\nwill automatically change pressures and speeds to accomplish the marking to cutting conversion for you.\r\n \r\nBased on your thickness range of 5 mm (0.197) to 30 mm (1.18) the recommendation of the HPR 260xd fits that range very well. Being\r\none of the HPR family, the 260xd will provide the straightest kerf edge of the plasma systems available. \r\n \r\nI will prepare and send you the quote right away. Hopefully it will be emailed to you later today.\r\n \r\nThanks again for your interest in Axis International, Inc.\r\n\r\n\r\nFrom: Igor Sinenko \r\nSent: Monday, April 26, 2010 10:12 PM\r\nTo: Doug Bucklew \r\nSubject: Re: Your recent inquiry at Axis International for cutting machine info\r\n\r\n\r\nGood day, Mr.Bucklew\r\n \r\nThank you for your questions.\r\nPlease, see my answer below.\r\nBest Regards\r\nIgor Sinenko\r\n----- Original Message ----- \r\nFrom: Doug Bucklew \r\nTo: igor.s@bmgroup.lv \r\nSent: Monday, April 26, 2010 6:35 PM\r\nSubject: Your recent inquiry at Axis International for cutting machine info\r\n\r\n\r\nThank you for contacting Axis International about mechanized cutting systems. \r\n \r\nAfter reviewing your information I have a few questions about your application. \r\n \r\nYou specified a Hypertherm HT 4001 water injected plasma system. Your information indicates you will be cutting\r\nunder 2 inch material however did not mention on what material; would that be stainless steel? Do you plan to use this system \r\nwith mild steel also? What would be the percentage of cutting on stainless vs mild steel. 50-50, 25 mild - 75 stainless, \r\n25 stainless - 75 mild steel? - 99% - mild steel, thickness - 5-6mm - 50%, 10-20mm - 25%; 20-30mm - 25%;\r\n \r\nWhile the HT 4001 is still available, there are newer Hypertherm systems that perform much better on mild steel. Better\r\nbeing straighter edges, faster cutting speeds, and more weldable surface along the cut edge. The newer systems also\r\nallow you to mark and cut on the plate using the same torch and consumables where the HT 4001 does not - .\r\n \r\nYou mention oxy-fuel; how many torch stations would you require? - 3 pcs,plasma + gas + marker. Or 2pcs - if plasma working like marker too. \r\nWhat fuel gas would you be using? \r\n Acetylene, propane, ethylene,natural gas? - propane\r\n \r\nPlease get back to me so we may better understand your cutting needs and prepare our response with the best solution to your needs.\r\n \r\nThanks\r\n \r\nDoug Bucklew\r\nAxis International, Inc\r\n2901 So. Highland Drive\r\nLas Vegas Nv. 89109\r\n');
INSERT INTO `activity` VALUES (489,'2010-04-28 07:11:21',151,150,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (490,'2010-04-28 14:36:49',150,149,1008,'04/28/2010 Quoted omicron with pm1650');
INSERT INTO `activity` VALUES (491,'2010-04-28 14:37:19',150,149,1008,'Customer updated.');
INSERT INTO `activity` VALUES (492,'2010-04-28 14:53:14',142,141,1008,'04/28/2010 Spoke with Bill, he is traveling in the northwest again. Adivsed that I call Bert and confirm visit there on Thursday. Will call Bert next.');
INSERT INTO `activity` VALUES (493,'2010-04-28 14:53:42',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (494,'2010-04-28 19:34:53',142,141,1008,'Quote updated.');
INSERT INTO `activity` VALUES (495,'2010-04-28 19:35:25',142,141,1008,'Quote updated.');
INSERT INTO `activity` VALUES (496,'2010-04-28 19:35:55',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (497,'2010-04-29 01:35:23',152,151,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (498,'2010-04-29 07:48:11',153,152,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (499,'2010-04-29 08:08:10',154,153,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (500,'2010-04-29 12:12:06',153,152,1008,'Customer DELETED.');
INSERT INTO `activity` VALUES (501,'2010-04-29 22:01:30',155,154,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (502,'2010-04-30 12:21:23',155,154,1008,'04/31/2010 Left message, he is out until after lunch their time. Will call again around 11');
INSERT INTO `activity` VALUES (503,'2010-04-30 12:23:37',146,145,1008,'04/30/2010 Left another message. ');
INSERT INTO `activity` VALUES (504,'2010-04-30 12:24:26',147,146,1008,'04/30/2010 Still no pickup on this number. ');
INSERT INTO `activity` VALUES (505,'2010-04-30 12:24:56',145,144,1008,'04/30/2010 Left another message');
INSERT INTO `activity` VALUES (506,'2010-04-30 12:26:10',144,143,1008,'04/30/2010 Left another message for Stacy');
INSERT INTO `activity` VALUES (507,'2010-04-30 12:26:43',141,140,1008,'04/30/2010 Left another message');
INSERT INTO `activity` VALUES (508,'2010-04-30 12:29:21',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (509,'2010-04-30 12:32:08',142,141,1008,'Forest has checked with each of the two finance companies we referred them to. They have a third route, an associate who could buy the machine and rent it back to Capgard. Met with Bert on site and went over both the epsilon and alpha number and systems. He likes both, likes our ways over Koikes crane rail. ');
INSERT INTO `activity` VALUES (510,'2010-04-30 12:32:44',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (511,'2010-04-30 19:49:45',155,154,1008,'Customer updated.');
INSERT INTO `activity` VALUES (512,'2010-04-30 19:51:38',155,154,1008,'04/30/2010 12:45. Call back from Mark, GM at the main mfg facility in Winona Miss, Preparing 50-alpha, 8 x 12 with option of extra rails and table. HPR 260xd with true hole. Emailing him at middelton@screwconveyor.com');
INSERT INTO `activity` VALUES (513,'2010-05-01 05:26:04',156,155,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (514,'2010-05-01 12:47:43',156,155,1008,'05/01/5010. No valid email address to contact this customer. ');
INSERT INTO `activity` VALUES (515,'2010-05-01 12:47:53',156,155,1008,'Customer updated.');
INSERT INTO `activity` VALUES (516,'2010-05-03 03:44:56',157,156,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (517,'2010-05-04 02:04:25',158,157,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (518,'2010-05-04 12:33:16',157,156,1008,'05/03/2010 Left Message');
INSERT INTO `activity` VALUES (519,'2010-05-04 12:47:16',155,154,1008,'Customer updated.');
INSERT INTO `activity` VALUES (520,'2010-05-04 13:33:57',155,154,1008,'Customer updated.');
INSERT INTO `activity` VALUES (521,'2010-05-04 13:34:58',155,154,1008,'Customer updated.');
INSERT INTO `activity` VALUES (522,'2010-05-04 14:29:45',158,157,1008,'05/03/2010 Spoke with Travis. Looking at getting into bbq systems. Can\'t spend any more than $25,000.');
INSERT INTO `activity` VALUES (523,'2010-05-04 14:29:58',158,157,1008,'Customer updated.');
INSERT INTO `activity` VALUES (524,'2010-05-04 17:03:25',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (525,'2010-05-04 17:03:49',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (526,'2010-05-04 17:04:17',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (527,'2010-05-04 17:08:07',159,NULL,1004,'Customer updated.');
INSERT INTO `activity` VALUES (528,'2010-05-04 17:11:55',159,158,1004,'Quote updated.');
INSERT INTO `activity` VALUES (529,'2010-05-04 17:13:22',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (530,'2010-05-04 17:14:29',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (531,'2010-05-04 18:01:39',159,158,1004,'Quote updated.');
INSERT INTO `activity` VALUES (532,'2010-05-04 21:18:04',160,159,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (533,'2010-05-06 12:25:01',160,159,1008,'05/05/2010 Left Message\r\n');
INSERT INTO `activity` VALUES (534,'2010-05-06 13:16:31',155,154,1008,'05/06/2010 spoke with Mark. He has the quote. reviewed it with him. He would like to see some part samples. 5/8 hole in 3/4 ms, and 7/16 hole in 1/4 plate. He is sending me a couple DXF files for review.');
INSERT INTO `activity` VALUES (535,'2010-05-06 13:23:03',155,154,1008,'Customer updated.');
INSERT INTO `activity` VALUES (536,'2010-05-07 18:34:36',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (537,'2010-05-07 18:41:04',142,141,1008,'05/07-2010. Financing moving slow, however Freddie Jalilvand at Providence Financial met with Forest 05/06/2010 and worked on paperwork. Forest was to send additional paperwork to Fred today. Fred feels they could have approval by end of next week if he has the paperwork by wednesday. \r\n\r\nTalked with Mike who wanted letter estimating value of package in 36 months. Letter prepared and sent by Jim. \r\n\r\nI mentioned to both Mike and Fred our terms, 50 down 50 at time of shipment. ');
INSERT INTO `activity` VALUES (538,'2010-05-07 18:44:57',155,154,1008,'Hypertherm is sending out the 1/4 inch, and 3/4 inch samples. we will be sending out our samples showing motion control. (hsd130 3/16 and 1/4');
INSERT INTO `activity` VALUES (539,'2010-05-07 18:45:40',142,141,1008,'Quote updated.');
INSERT INTO `activity` VALUES (540,'2010-05-07 18:46:39',142,141,1008,'Quote updated.');
INSERT INTO `activity` VALUES (541,'2010-05-07 18:47:42',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (542,'2010-05-07 19:07:42',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (543,'2010-05-07 19:40:29',161,160,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (544,'2010-05-08 11:21:13',161,160,1008,'05/08/2010 Will contact on Monday');
INSERT INTO `activity` VALUES (545,'2010-05-08 11:23:34',161,160,1008,'Customer updated.');
INSERT INTO `activity` VALUES (546,'2010-05-10 13:05:04',160,159,1008,'05/10/2010 Left another message');
INSERT INTO `activity` VALUES (547,'2010-05-10 13:40:33',155,154,1008,'05/10/2010 we sent out our samples');
INSERT INTO `activity` VALUES (548,'2010-05-10 16:25:40',162,161,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (549,'2010-05-10 16:44:31',163,NULL,1008,'Customer updated.');
INSERT INTO `activity` VALUES (550,'2010-05-10 16:55:24',162,161,1008,'Spoke with Joe. Quoting omicron 6 x 10 with HSD 130. 1/4 inch chromium based hardface overlay over 1/4 thick A36 ms. Max would be 5/8 thick overall. Some 1 to 1 holes, approx 1/2 diameter');
INSERT INTO `activity` VALUES (551,'2010-05-10 16:56:10',163,NULL,1008,'Customer updated.');
INSERT INTO `activity` VALUES (552,'2010-05-10 17:03:08',164,162,1008,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (553,'2010-05-10 17:04:10',164,162,1008,'Pat spoke with this customer, and suggested omicron 60 x 240, with PowerMAX 1650, and option of hsd 130. Doug will do quote');
INSERT INTO `activity` VALUES (554,'2010-05-10 17:04:20',164,162,1008,'Customer updated.');
INSERT INTO `activity` VALUES (555,'2010-05-12 12:46:24',162,161,1008,'Customer updated.');
INSERT INTO `activity` VALUES (556,'2010-05-12 12:56:30',162,161,1008,'Quote updated.');
INSERT INTO `activity` VALUES (557,'2010-05-12 13:12:07',162,161,1008,'Quote updated.');
INSERT INTO `activity` VALUES (558,'2010-05-12 13:13:06',162,161,1008,'05/12/2010 Sent quote 10-510051002');
INSERT INTO `activity` VALUES (559,'2010-05-12 17:34:35',142,141,1008,'05/12/2010 Spoke with a Bruce Bravirroft, at SC Equipment Funding (714-996-1298, who was asked by a Ron Hill acting for Bill Grandy, to run an application for financing. Mike Miller of SC Equipment Funding, 650-637-0633, is handling the application processing for Bruce.\r\nRon Hill, again a new player here, is at 503-685-4213, and email at ronald.hill@xerox.com. I have spoken with both Bruce and Mike and they will keep us posted.\r\nSC Equipment Funding, is a boutique lender, for customers with \"issues\". 895 E Yorba Linda Blvd suite 201F, Placentia CA. ');
INSERT INTO `activity` VALUES (560,'2010-05-12 17:36:24',142,141,1008,'Customer updated.');
INSERT INTO `activity` VALUES (561,'2010-05-12 17:37:49',155,154,1008,'05/12/2010 Email from Mike asking for galvanized samples on 8 or 10 g. We will cut what we can today and send out.');
INSERT INTO `activity` VALUES (562,'2010-05-13 05:02:33',165,163,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (563,'2010-05-13 13:43:09',166,164,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (564,'2010-05-13 14:48:34',165,163,1008,'05/13/2010 left message on his cell phone');
INSERT INTO `activity` VALUES (565,'2010-05-14 12:54:19',166,164,1008,'05/12/2010 Left another message. He is out until noonish their time');
INSERT INTO `activity` VALUES (566,'2010-05-14 12:55:07',165,163,1008,'05/13/2010 Left second message at 3:30 PM');
INSERT INTO `activity` VALUES (567,'2010-05-14 19:06:40',167,165,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (568,'2010-05-14 19:24:36',166,164,1008,'05/14/2010 Spoke with Garrett. Quoting alpha 8 x 10 with hpr 260, option of 400, single oxy fuel. Water table.\r\nSS under 1/2 inch. ms to 2 inch. holes are important, quoting true hole.');
INSERT INTO `activity` VALUES (569,'2010-05-14 19:25:03',166,164,1008,'Quote updated.');
INSERT INTO `activity` VALUES (570,'2010-05-14 19:25:11',166,164,1008,'Customer updated.');
INSERT INTO `activity` VALUES (571,'2010-05-14 19:33:23',167,165,1008,'05/14/2010 left message');
INSERT INTO `activity` VALUES (572,'2010-05-14 20:09:38',167,165,1008,'05/14/2010 Mostly full 10 x 40 2 inch plate beveled with single ');
INSERT INTO `activity` VALUES (573,'2010-05-15 11:46:06',167,165,1008,'0514/2010 Mostly cuts full 10 x 40 plates with 30 degree bevel around all four sides. Needs triple oxy fuel bevel units (2) and 400 amp plasma. Off shore oil drilling stations and pipe. Rolls the plates after cutting and submerged arc process to join edges. quote alpha 2 with above tools. Needs quote by next Thursday to present to his boss. Just looking right now but needs justification to boss as to savings. I calulate twin bevel units can save 48 minutes to cut around 10 x 40 plate at 10 ipm on 2 inch. (100 ft of travel vs 60) 40 feet savings x 12in/ft is 480in/10ipm = 48 mins). Shop rate is $65 so saving $ 52.00 per plate (.8hr x $65/hr) ');
INSERT INTO `activity` VALUES (574,'2010-05-17 02:01:02',168,166,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (575,'2010-05-17 12:21:09',168,166,1008,'05/17/2010 Send an email asking a few more questions about this application');
INSERT INTO `activity` VALUES (576,'2010-05-17 20:47:00',169,167,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (577,'2010-05-18 12:59:07',170,168,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (578,'2010-05-18 19:14:01',171,169,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (579,'2010-05-19 13:00:20',170,168,NULL,'05/18/2010 Left message for Malikai');
INSERT INTO `activity` VALUES (580,'2010-05-19 15:45:35',142,141,NULL,'05/19/2010 updated quote to move table and 400a upgrade above the total line. ');
INSERT INTO `activity` VALUES (581,'2010-05-19 15:46:27',142,141,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (582,'2010-05-19 22:59:57',166,164,1008,'05/18/2010 emailed quote 50-810051801');
INSERT INTO `activity` VALUES (583,'2010-05-19 23:00:30',166,164,1008,'Quote updated.');
INSERT INTO `activity` VALUES (584,'2010-05-19 23:11:50',166,164,1008,'Quote updated.');
INSERT INTO `activity` VALUES (585,'2010-05-20 15:11:04',172,170,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (586,'2010-05-20 16:36:00',166,164,1008,'Quote updated.');
INSERT INTO `activity` VALUES (587,'2010-05-20 16:37:05',166,164,1008,'Quote updated.');
INSERT INTO `activity` VALUES (588,'2010-05-20 16:37:42',166,164,1008,'05/20/2010 Emails with quote came back. Called and changed email. Resent');
INSERT INTO `activity` VALUES (589,'2010-05-20 17:18:08',167,165,1008,'Quote updated.');
INSERT INTO `activity` VALUES (590,'2010-05-20 17:18:16',167,165,1008,'Customer updated.');
INSERT INTO `activity` VALUES (591,'2010-05-20 17:18:29',167,165,1008,'05/20/2010 Emailed quote');
INSERT INTO `activity` VALUES (592,'2010-05-20 18:23:38',173,171,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (593,'2010-05-20 22:17:27',174,172,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (594,'2010-05-21 14:10:31',172,170,1008,'05/20/2010 Spoke with Nelson. Power Company. No outside work done here. 6 inch maximum thickness, most around 1 to 2 inch. Has HD 4070 Hy-Def now. Has Pronest, version 9. Told him he needs to upgrade to ver 10 and purchase hyperformance post to get truehole on new system. Will use\r\nexisting water table, with 24 inch slat height. Floor could be out a 1/4 to 1/2 inch at various spots, need to shim to level. Quote will be encorporated into 2011 budget for purchase sometime during 2011.\r\n\r\nQuote alpha 50, 10 x 24, hprxd400, single oxy-fuel. ');
INSERT INTO `activity` VALUES (595,'2010-05-21 14:10:39',172,170,1008,'Customer updated.');
INSERT INTO `activity` VALUES (596,'2010-05-21 15:00:38',172,170,1008,'Quote updated.');
INSERT INTO `activity` VALUES (597,'2010-05-21 15:01:14',172,170,1008,'Quote updated.');
INSERT INTO `activity` VALUES (598,'2010-05-21 15:01:30',172,170,1008,'05/21/2010 Emailed Quote');
INSERT INTO `activity` VALUES (599,'2010-05-21 15:11:58',172,170,1008,'Quote updated.');
INSERT INTO `activity` VALUES (600,'2010-05-23 13:10:39',175,173,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (601,'2010-05-24 23:49:30',174,172,1004,'Quote updated.');
INSERT INTO `activity` VALUES (602,'2010-05-25 00:35:04',175,173,1004,'Quote updated.');
INSERT INTO `activity` VALUES (603,'2010-05-25 00:38:41',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (604,'2010-05-25 00:39:25',155,154,1008,'Quote updated.');
INSERT INTO `activity` VALUES (605,'2010-05-25 00:44:38',155,154,1008,'05/24/2010 Customer requests change in quote from 12 foot to 24 foot cut length ability. Also price a fab\'d 24 foot water table. I would suggest two 12 footers, rather than one 24 footer so any effort to off load - reload on one end of the table does not cause shake or shimmy in the other end while cutting is going on. Need to discuss with Mark to clarify his desire.\r\n\r\nQuote file on our database resaved in excel 97-2003 format; the 2007 version in the database has been deleted and the 2003 version saved.\r\n\r\nI will call mark in the morning.');
INSERT INTO `activity` VALUES (606,'2010-05-25 00:49:13',173,171,1004,'Quote updated.');
INSERT INTO `activity` VALUES (607,'2010-05-25 10:13:38',176,174,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (608,'2010-05-26 02:21:04',177,175,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (609,'2010-05-27 14:18:46',178,176,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (610,'2010-05-28 13:58:14',179,177,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (611,'2010-05-29 05:40:11',180,178,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (612,'2010-05-29 18:15:29',181,179,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (613,'2010-05-30 15:18:24',182,180,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (614,'2010-05-30 19:50:20',183,181,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (615,'2010-05-31 06:02:06',184,182,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (616,'2010-06-01 17:51:55',184,182,1004,'Quote updated.');
INSERT INTO `activity` VALUES (617,'2010-06-01 17:53:22',184,182,1004,'Quote updated.');
INSERT INTO `activity` VALUES (618,'2010-06-01 18:14:17',183,181,1004,'Quote updated.');
INSERT INTO `activity` VALUES (619,'2010-06-01 18:34:50',182,180,1004,'Quote updated.');
INSERT INTO `activity` VALUES (620,'2010-06-01 19:21:16',181,179,1004,'Quote updated.');
INSERT INTO `activity` VALUES (621,'2010-06-01 19:25:57',179,177,1004,'Customer updated.');
INSERT INTO `activity` VALUES (622,'2010-06-01 21:52:19',179,177,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (623,'2010-06-01 21:53:01',179,177,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (624,'2010-06-01 21:53:10',179,177,NULL,'Customer updated.');
INSERT INTO `activity` VALUES (625,'2010-06-01 21:55:42',179,177,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (626,'2010-06-01 21:56:00',179,177,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (627,'2010-06-01 23:31:32',178,176,1004,'Customer updated.');
INSERT INTO `activity` VALUES (628,'2010-06-01 23:43:59',178,176,1004,'Quote updated.');
INSERT INTO `activity` VALUES (629,'2010-06-02 21:25:07',176,174,1004,'Customer updated.');
INSERT INTO `activity` VALUES (630,'2010-06-02 22:26:34',176,174,1004,'Quote updated.');
INSERT INTO `activity` VALUES (631,'2010-06-02 22:26:58',176,174,1004,'Quote updated.');
INSERT INTO `activity` VALUES (632,'2010-06-02 22:27:27',180,178,1004,'Customer updated.');
INSERT INTO `activity` VALUES (633,'2010-06-02 22:28:38',180,178,1004,'Customer updated.');
INSERT INTO `activity` VALUES (634,'2010-06-02 22:28:51',180,178,1004,'Customer updated.');
INSERT INTO `activity` VALUES (635,'2010-06-02 22:37:14',142,141,1004,'Customer updated.');
INSERT INTO `activity` VALUES (636,'2010-06-02 23:18:32',151,150,1004,'Quote updated.');
INSERT INTO `activity` VALUES (637,'2010-06-02 23:18:59',151,150,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (638,'2010-06-02 23:20:08',136,135,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (639,'2010-06-02 23:20:33',135,134,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (640,'2010-06-03 00:12:16',160,159,1004,'Customer updated.');
INSERT INTO `activity` VALUES (641,'2010-06-03 00:12:58',160,159,1004,'Quote updated.');
INSERT INTO `activity` VALUES (642,'2010-06-03 00:20:02',142,141,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (643,'2010-06-03 00:24:48',23,23,1004,'Quote updated.');
INSERT INTO `activity` VALUES (644,'2010-06-03 00:24:58',23,23,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (645,'2010-06-03 00:27:05',131,130,1004,'Quote updated.');
INSERT INTO `activity` VALUES (646,'2010-06-03 00:27:12',131,130,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (647,'2010-06-03 00:34:22',121,119,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (648,'2010-06-03 00:44:29',43,43,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (649,'2010-06-03 00:44:55',128,126,1004,'Quote updated.');
INSERT INTO `activity` VALUES (650,'2010-06-03 00:45:02',128,126,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (651,'2010-06-03 00:50:18',73,72,1004,'Customer updated.');
INSERT INTO `activity` VALUES (652,'2010-06-03 00:56:52',84,83,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (653,'2010-06-03 00:57:41',85,84,1004,'Quote updated.');
INSERT INTO `activity` VALUES (654,'2010-06-03 00:57:49',85,84,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (655,'2010-06-03 01:09:01',157,156,1004,'Quote updated.');
INSERT INTO `activity` VALUES (656,'2010-06-03 01:09:23',157,156,1004,'Customer updated.');
INSERT INTO `activity` VALUES (657,'2010-06-03 01:24:09',180,178,1004,'Quote updated.');
INSERT INTO `activity` VALUES (658,'2010-06-03 01:30:11',157,156,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (659,'2010-06-03 01:49:20',53,52,1004,'Quote updated.');
INSERT INTO `activity` VALUES (660,'2010-06-03 01:49:31',53,52,1004,'Customer updated.');
INSERT INTO `activity` VALUES (661,'2010-06-03 01:55:46',77,76,1004,'Quote updated.');
INSERT INTO `activity` VALUES (662,'2010-06-03 01:55:54',77,76,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (663,'2010-06-03 01:56:38',174,172,1004,'Quote updated.');
INSERT INTO `activity` VALUES (664,'2010-06-03 01:56:59',174,172,1004,'Customer updated.');
INSERT INTO `activity` VALUES (665,'2010-06-03 02:01:07',80,79,1004,'Quote updated.');
INSERT INTO `activity` VALUES (666,'2010-06-03 02:01:13',80,79,1004,'Customer updated.');
INSERT INTO `activity` VALUES (667,'2010-06-03 02:02:29',57,56,1004,'Customer updated.');
INSERT INTO `activity` VALUES (668,'2010-06-03 02:02:52',57,56,1004,'Quote updated.');
INSERT INTO `activity` VALUES (669,'2010-06-03 02:03:34',24,24,1004,'Customer updated.');
INSERT INTO `activity` VALUES (670,'2010-06-03 02:04:52',179,177,1004,'Quote updated.');
INSERT INTO `activity` VALUES (671,'2010-06-03 16:37:44',79,78,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (672,'2010-06-03 16:38:17',9,9,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (673,'2010-06-03 16:39:52',112,111,1004,'Quote updated.');
INSERT INTO `activity` VALUES (674,'2010-06-03 16:40:14',112,111,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (675,'2010-06-03 16:40:52',158,157,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (676,'2010-06-03 16:41:07',86,85,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (677,'2010-06-03 22:55:47',51,51,1004,'Customer DELETED.');
INSERT INTO `activity` VALUES (678,'2010-06-04 20:58:11',185,183,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (679,'2010-06-05 03:39:28',186,184,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (680,'2010-06-07 23:52:30',187,185,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (681,'2010-06-09 16:15:53',186,184,1004,'Quote updated.');
INSERT INTO `activity` VALUES (682,'2010-06-09 16:16:02',186,184,1004,'Customer updated.');
INSERT INTO `activity` VALUES (683,'2010-06-09 16:16:21',186,184,1004,'Quote updated.');
INSERT INTO `activity` VALUES (684,'2010-06-09 16:37:07',187,185,1004,'Customer updated.');
INSERT INTO `activity` VALUES (685,'2010-06-09 16:37:29',187,185,1004,'Quote updated.');
INSERT INTO `activity` VALUES (686,'2010-06-09 16:37:50',187,185,1004,'Quote updated.');
INSERT INTO `activity` VALUES (687,'2010-06-10 01:07:09',188,186,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (688,'2010-06-11 00:11:52',188,186,1004,'Quote updated.');
INSERT INTO `activity` VALUES (689,'2010-06-11 00:11:57',188,186,1004,'Customer updated.');
INSERT INTO `activity` VALUES (690,'2010-06-11 00:57:31',188,186,1004,'Quote updated.');
INSERT INTO `activity` VALUES (691,'2010-06-14 03:25:03',189,187,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (692,'2010-06-14 14:51:34',190,188,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (693,'2010-06-16 15:49:20',191,189,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (694,'2010-06-16 18:59:47',192,190,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (695,'2010-06-16 21:30:28',191,189,1002,'Quote updated.');
INSERT INTO `activity` VALUES (696,'2010-06-17 16:54:23',192,190,1004,'Customer updated.');
INSERT INTO `activity` VALUES (697,'2010-06-17 16:54:39',192,190,1004,'Quote updated.');
INSERT INTO `activity` VALUES (698,'2010-06-17 17:14:14',192,190,1004,'Quote updated.');
INSERT INTO `activity` VALUES (699,'2010-06-17 21:38:50',190,188,1004,'Quote updated.');
INSERT INTO `activity` VALUES (700,'2010-06-17 21:39:03',190,188,1004,'Customer updated.');
INSERT INTO `activity` VALUES (701,'2010-06-18 02:48:05',193,191,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (702,'2010-06-18 17:39:26',193,191,NULL,'Customer updated.');
INSERT INTO `activity` VALUES (703,'2010-06-18 17:40:17',193,191,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (704,'2010-06-18 17:40:35',193,191,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (705,'2010-06-18 17:41:23',190,188,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (706,'2010-06-18 21:16:00',189,187,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (707,'2010-06-18 21:16:07',189,187,NULL,'Customer updated.');
INSERT INTO `activity` VALUES (708,'2010-06-18 21:16:18',189,187,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (709,'2010-06-18 21:29:33',191,189,NULL,'Customer updated.');
INSERT INTO `activity` VALUES (710,'2010-06-18 21:30:46',191,189,NULL,'Quote updated.');
INSERT INTO `activity` VALUES (711,'2010-06-19 00:50:44',194,192,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (712,'2010-06-19 04:30:10',195,193,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (713,'2010-06-19 04:34:18',196,194,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (714,'2010-06-19 23:51:55',197,195,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (715,'2010-06-20 13:30:51',198,196,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (716,'2010-06-21 04:25:39',199,197,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (717,'2010-06-21 07:51:29',200,198,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (718,'2010-06-21 17:08:31',200,198,1004,'Quote updated.');
INSERT INTO `activity` VALUES (719,'2010-06-21 17:08:42',200,198,1004,'Customer updated.');
INSERT INTO `activity` VALUES (720,'2010-06-21 17:19:45',198,196,1002,'Quote updated.');
INSERT INTO `activity` VALUES (721,'2010-06-21 17:21:20',198,196,1002,'Customer updated.');
INSERT INTO `activity` VALUES (722,'2010-06-21 17:22:55',198,196,1002,'Quote updated.');
INSERT INTO `activity` VALUES (723,'2010-06-21 17:57:55',194,192,1004,'Customer updated.');
INSERT INTO `activity` VALUES (724,'2010-06-21 17:58:37',194,192,1004,'Quote updated.');
INSERT INTO `activity` VALUES (725,'2010-06-21 18:36:41',200,198,1004,'Quote updated.');
INSERT INTO `activity` VALUES (726,'2010-06-22 01:33:55',199,197,1004,'Quote updated.');
INSERT INTO `activity` VALUES (727,'2010-06-22 02:07:42',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (728,'2010-06-22 15:57:30',194,192,1004,'Faxed');
INSERT INTO `activity` VALUES (729,'2010-06-22 16:34:36',199,197,1004,'Quote updated.');
INSERT INTO `activity` VALUES (730,'2010-06-22 16:59:38',196,194,1004,'Customer updated.');
INSERT INTO `activity` VALUES (731,'2010-06-23 00:22:13',201,199,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (732,'2010-06-24 16:58:52',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (733,'2010-06-24 16:59:43',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (734,'2010-06-24 17:00:05',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (735,'2010-06-24 17:01:31',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (736,'2010-06-24 19:13:19',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (737,'2010-06-24 19:13:44',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (738,'2010-06-25 12:38:52',202,200,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (739,'2010-06-25 16:46:28',201,199,1004,'Quote updated.');
INSERT INTO `activity` VALUES (740,'2010-06-25 16:46:33',201,199,1004,'Customer updated.');
INSERT INTO `activity` VALUES (741,'2010-06-28 12:02:39',203,201,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (742,'2010-06-28 15:03:50',203,201,1002,'Quote updated.');
INSERT INTO `activity` VALUES (743,'2010-06-28 17:01:34',202,200,1002,'Quote updated.');
INSERT INTO `activity` VALUES (744,'2010-06-29 09:52:09',204,202,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (745,'2010-06-29 15:26:02',203,201,1004,'Quote updated.');
INSERT INTO `activity` VALUES (746,'2010-06-29 15:26:10',203,201,1004,'Customer updated.');
INSERT INTO `activity` VALUES (747,'2010-06-30 03:07:11',205,203,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (748,'2010-06-30 15:26:59',206,204,NULL,'New Customer/Quote added from Website.');
INSERT INTO `activity` VALUES (749,'2010-06-30 15:57:41',205,203,1002,'Quote updated.');
INSERT INTO `activity` VALUES (750,'2010-06-30 15:58:02',205,203,1002,'Customer updated.');
INSERT INTO `activity` VALUES (751,'2010-06-30 15:58:11',205,203,1002,'Customer updated.');
INSERT INTO `activity` VALUES (752,'2010-06-30 16:00:55',191,189,1004,'Quote updated.');
INSERT INTO `activity` VALUES (753,'2010-06-30 16:56:50',155,154,1004,'Customer updated.');
INSERT INTO `activity` VALUES (754,'2010-07-01 17:22:51',206,204,1004,'Customer updated.');
INSERT INTO `activity` VALUES (755,'2010-07-01 17:23:29',206,204,1004,'Quote updated.');
INSERT INTO `activity` VALUES (756,'2010-07-01 17:24:10',206,204,1004,'Quote updated.');
INSERT INTO `activity` VALUES (757,'2010-07-01 17:24:52',206,204,1004,'Quote updated.');
INSERT INTO `activity` VALUES (758,'2010-07-01 17:26:24',205,203,1004,'Quote updated.');
INSERT INTO `activity` VALUES (759,'2010-07-01 17:28:47',196,194,1004,'Quote updated.');
INSERT INTO `activity` VALUES (760,'2010-07-03 19:43:00',55,54,1004,'Quote updated.');
INSERT INTO `activity` VALUES (761,'2010-07-06 17:37:16',207,205,NULL,'New Customer/Quote added from Website.');
--
-- Table structure for table `agents`
--
DROP TABLE IF EXISTS `agents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `agents` (
`agent` int(11) NOT NULL auto_increment,
`username` varchar(32) default NULL,
`password` varchar(32) default NULL,
`fullname` varchar(52) default NULL,
`phone` varchar(32) default NULL,
`email` varchar(64) default NULL,
PRIMARY KEY (`agent`)
) ENGINE=MyISAM AUTO_INCREMENT=1009 DEFAULT CHARSET=latin1 COMMENT='Agents handling queries';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `agents`
--
INSERT INTO `agents` VALUES (1001,'harley','developer','Harley Puthuff','702-285-4992','harley@yourshowcase.net');
INSERT INTO `agents` VALUES (1002,'Jim1','Dill','Jim Dill','702-630-2760','jdill@axisplasma.com');
INSERT INTO `agents` VALUES (1004,'Pat1','McGowan','Pat McGowan','702-556-8681','pat@axisplasma.com');
INSERT INTO `agents` VALUES (1008,'1234','4321','Doug Bucklew','702-592-4112','Doug@axisplasma.com');
--
-- Table structure for table `customers`
--
DROP TABLE IF EXISTS `customers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customers` (
`customer` int(11) NOT NULL auto_increment,
`type` enum('','10-Omicron','20-Omega','40-Epsilon','50-Alpha','100-Alpha II') default NULL,
`status` enum('','Active','Inactive','Suspended','Deleted') default 'Active',
`acquired` datetime default NULL,
`updated` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`company` varchar(128) default NULL,
`address` varchar(128) default NULL,
`city` varchar(128) default NULL,
`country` varchar(128) default NULL,
`state` varchar(128) default NULL,
`zipcode` varchar(128) default NULL,
`phone` varchar(128) default NULL,
`fax` varchar(128) default NULL,
`email` varchar(128) default NULL,
`website` varchar(128) default NULL,
`contactName` varchar(128) default NULL,
`contactTitle` varchar(128) default NULL,
`contactPhone` varchar(128) default NULL,
`contactEmail` varchar(128) default NULL,
`organization` varchar(128) default NULL,
`industry` varchar(128) default NULL,
`notes` text,
PRIMARY KEY (`customer`)
) ENGINE=MyISAM AUTO_INCREMENT=208 DEFAULT CHARSET=latin1 COMMENT='Prospective Customers';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customers`
--
INSERT INTO `customers` VALUES (2,NULL,'Active','2010-01-05 10:05:42','2010-03-20 16:07:35','Nu-Look Mfg','2113 E. Dolphin','Mesa','US','AZ','85204','602-697-6866',NULL,'imodify@gmail.com',NULL,'Brett Anderson',NULL,'602-697-6866','imodify@gmail.com',NULL,NULL,'Called january 13,2010 at 2:26PM Voice Mail');
INSERT INTO `customers` VALUES (3,NULL,'Active','2010-01-05 10:11:39','2010-03-20 16:07:35','Koronis Fabricating Inc.','12071 42nd St. NE','Spicer','US','MN','56288','651-340-4557',NULL,'pamcalvin@charter.net',NULL,'Norman Calvin',NULL,'651-340-4557','pamcalvin@charter.net',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (4,NULL,'Active','2010-01-05 10:15:43','2010-03-20 16:07:35','Indy Metal Fab','3564 W. 71st Street','Indianapolis','US','IN','46268','317-652-4778',NULL,'indymetalfab@gmail.com',NULL,'Paul Jones ',NULL,'317-652-4778','indymetalfab@gmail.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (5,NULL,'Active','2010-01-05 10:21:43','2010-03-20 16:07:35','TNT Custom Welding','20057 St. Hwy 31 E.','Brownsboro','US','TX','75756','903-539-9001',NULL,'tntwelding@live.com',NULL,'Toney Warren',NULL,'903-539-9001','tntwelding@live.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (6,NULL,'Active','2010-01-05 10:25:37','2010-03-20 16:07:35','Candella','Fleet Street','Commerece','US','CA','90400','323-278-8116',NULL,'jesustj82@yahoo.com',NULL,'Luis Flores',NULL,'323-278-8116','jesustj82@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (7,NULL,'Active','2010-01-05 10:35:27','2010-03-20 16:07:35','Luzader Machine','1885 Oakhurst Drive','Center Valley','US','PA','18034','780-980-3670',NULL,'mike@luzadermachine.com',NULL,'Mike Luzader',NULL,'780-980-3670','mike@luzadermachine.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (8,NULL,'Active','2010-01-05 10:40:07','2010-03-20 16:07:35','Walker Ag Equipment','935 W. Hwy 30','Lisbon','US','IA','52253','319-213-0794',NULL,'tfinn@walkerageequipment.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
INSERT INTO `customers` VALUES (9,NULL,'Deleted','2010-01-05 10:51:24','2010-06-03 16:38:17','Procam Machine',NULL,NULL,'US','AL',NULL,'780-980-3670',NULL,'Derek.procam@gmail.com',NULL,'Derek Jones ',NULL,'780-980-3670','Derek.procam@gmail.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (10,NULL,'Active','2010-01-05 10:58:49','2010-03-20 16:07:35','Custom Iron By Josh','620 Miller Ave.','Westlake','US','LA','70669','337-540-2265',NULL,'customironbyjosh@yahoo.com',NULL,'Josh Guillory',NULL,'337-540-2265','customironbyjosh@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (11,NULL,'Deleted','2010-01-05 11:04:30','2010-03-20 16:07:35','Rocky Mountain Waterjet','2218 4th Ave.','Greeley','US','CO','80631','970-395-1010','970-395-9804','jed@rockymountainwaterjet.com',NULL,'Jim Draper',NULL,'970-395-1010','jed@rockymountainwaterjet.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (12,NULL,'Active','2010-01-05 11:09:01','2010-03-20 16:07:35','AgRobotics, LLC','4502 S.Shackelford Rd, #2D','Little Rock','US','AR','72204','501-412-1206',NULL,'jim@agrobotics.com',NULL,'Jim Burton',NULL,'501-412-1206','jim@agrobotics.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (13,NULL,'Active','2010-01-05 11:13:26','2010-03-20 16:07:35','Bruces Welding','302 S. Third Street','Girard','US','IL','62640','217-971-8582',NULL,'bruceswelding2241@yahoo.com',NULL,'Bruce',NULL,'217-971-8582','bruceswelding2241@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (14,NULL,'Active','2010-01-05 11:18:31','2010-03-20 16:07:35','RT Welding','4190 Motherload Dr.','Shingle Springs','US','CA','95682','530-677-1626',NULL,'markadams@rtwelding.com',NULL,'Mark Adams',NULL,'530-677-1626','markadams@rtwelding.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (15,NULL,'Active','2010-01-05 11:22:35','2010-03-20 16:07:35','Paul Wilder','W. 7386','Beaver Dam','US','WI','53916','920-885-2079',NULL,'wilder_wis@yahoo.com',NULL,'Paul Wilder',NULL,'920-885-2079','wilder_wis@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (16,NULL,'Active','2010-01-05 11:27:23','2010-03-20 16:07:35','Wiggins Lift Co., Inc','PO Box 5187','Oxnard','US','CA','93031-5187','805-485-7821',NULL,'garys@wigginslift.com',NULL,'Gary Scott',NULL,'805-706-0904','garys@wigginslift.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (17,NULL,'Active','2010-01-05 11:58:46','2010-03-20 16:07:35','Preferred Piping','1558 Mt. Ulla Hwy','Mooresville','US','NC','28115','704-309-8153',NULL,'preferredpiping@aol.com',NULL,'Robin Moore',NULL,'704-309-8153','preferredpiping@aol.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (18,NULL,'Active','2010-01-05 12:03:04','2010-03-20 16:07:35','Electraletter Inc. ','763 Waverly St.','Framingham','US','MA','01702','508-872-9988',NULL,'marc@electraletter.com',NULL,'Marc Abrams',NULL,'508-872-9988','marc@electraletter.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (19,NULL,'Active','2010-01-05 12:07:06','2010-03-20 16:07:35','Lake Union Dry-Dock Co.','1515 Fairview Ave East','Seattle','US','WA','98102','206-323-6400','206-324-0124','vickerss@ludd.com',NULL,'Vick',NULL,'206-323-6400','vickerss@ludd.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (20,NULL,'Active','2010-01-05 12:11:18','2010-03-20 16:07:35','Curtis Steel','4565 Wynn Rd','Las Vegas','US','NV','89103','702-952-3000',NULL,NULL,NULL,'Joe',NULL,'702-952-3000',NULL,NULL,NULL,NULL);
INSERT INTO `customers` VALUES (22,NULL,'Active','2010-01-05 12:34:37','2010-03-20 16:07:35','Bennington Furniture Corp.',NULL,NULL,'US','PA',NULL,'724-962-2234',NULL,'steelgrain@yahoo.com',NULL,'Bob Bennington',NULL,'724-962-2234','steelgrain@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (23,NULL,'Deleted','2010-01-05 12:39:27','2010-06-03 00:24:58','Cascade General-Portland Shipyard','5555 N. Channel Ave. Bldg 71','Portland','US','OR','97217','503-285-1111','503-285-0361','rherndon@cagen.com',NULL,'Ray Herdon',NULL,'503-285-1111','rherndon@cagen.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (24,'10-Omicron','Active','2010-01-05 12:47:37','2010-06-03 02:03:34','Desco Drilling Equipment','1100 Potrero Ave','Richmond','US','CA','94804','510-620-2370','510-620-2373','descoron@aol.com',NULL,'Ron Robinson',NULL,'510-620-2370','descoron@aol.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (25,NULL,'Active','2010-01-05 12:52:14','2010-03-20 16:07:35','Myron Storing','PO Box 29','Wikieup','US','AZ','85360','928-765-2229',NULL,'wikieup1@hughes.net',NULL,'Myron Storing',NULL,'928-765-2229','wikieup1@hughes.net',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (26,NULL,'Active','2010-01-05 12:56:14','2010-03-20 16:07:35','Elgin Service Center','18018 St. RT. 81','Vendocia','US','OH','45894','419-203-5447',NULL,'critten4@windstream.net',NULL,'Craig Critten',NULL,'419-203-5447','critten4@windstream.net',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (27,NULL,'Active','2010-01-05 13:00:45','2010-03-20 16:07:35','Aztlan Ornamental Iron ','129 S. Wilson Way','Stockton','US','CA','95205','209-464-5313','209-464-4794','hislyerjr@sccglobal.net',NULL,'Jose Macias',NULL,'209-464-5313','hislyerjr@sccglobal.net',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (28,NULL,'Active','2010-01-05 13:08:09','2010-03-20 16:07:35','Vazquez Metal Buildings','3233 Frick Rd','Houston','US','TX','77086','281-670-3026',NULL,'gabrielv@vazquezmetalbuildings.com',NULL,'Gabriel Vasquez','Owner','281-670-3026','gabrielv@vazquezmetalbuildings.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (29,NULL,'Active','2010-01-05 13:12:23','2010-03-20 16:07:35','D&D Enterprizes','8431 East Wind Lake Rd','Wind Lake','US','WI','53185','262-895-7310',NULL,'deanderson78@yahoo.com',NULL,'Dale Anderson',NULL,'262-895-7310','deanderson78@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (30,NULL,'Active','2010-01-05 13:15:56','2010-03-20 16:07:35','Herrfa','Calle 5 Sur #1514 CD Ind Otay','Tijuana','US','CA','22500','01152664-647-3174','01152-664-647-2012','jesusj82@yahoo.com',NULL,'Jesus Flores',NULL,'01152664-647-3174','jesusj82@yahoo.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (31,NULL,'Active','2010-01-05 13:19:13','2010-03-20 16:07:35','RDM Ironworks','314 Mallory Drive','Byram ','US','MS','39272','601-672-6555',NULL,'rdmironworks@aol.com',NULL,'Bobby Meadows',NULL,'601-672-6555','rdmironworks@aol.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (32,NULL,'Active','2010-01-05 13:22:12','2010-03-20 16:07:35','Zeco','PO Box 1459','Vernal','US','UT','84078','435-790-7620',NULL,'Tsimper@ubtanet.com',NULL,'Terry Simper',NULL,'435-790-7620','Tsimper@ubtanet.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (33,NULL,'Deleted','2010-01-08 17:58:19','2010-03-20 16:07:35','Your Showcase (test)','P.O. Box 30056','Las Vegas','US','NV','89173','702-285-4992','702-873-2817','harley@yourshowcase.net',NULL,'Harley Puthuff',NULL,'702-285-4992','harley@yourshowcase.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (34,NULL,'Deleted','2010-01-08 20:50:20','2010-03-20 16:07:35','Test','ssssss','ssssss','US','NV','ssss','sssss',NULL,'ssssss',NULL,'James Dill',NULL,'sssss','ssssss',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (35,NULL,'Deleted','2010-01-08 22:11:24','2010-03-20 16:07:35','Axis Interntional, Inc.','2901 S. Highland Dr. Bldg 4-C','Las Vegas','US','NV','89109','702-630-2760',NULL,'jdill@aixsplasma.com',NULL,'James Dill',NULL,'702-630-2760','jdill@aixsplasma.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (36,NULL,'Deleted','2010-01-13 09:28:50','2010-03-20 16:07:35','zZSSuwzkYbYZHnYNY','kGyZGCPSNKcFPwoDgJ','uqHzpRMZ','US','NC','WMrgYpSdWn','oklijWnHBEBNFczHIdW','BKBvnuynKXdh','fbbcva@njykpx.com',NULL,'kxskkzfj',NULL,'oklijWnHBEBNFczHIdW','fbbcva@njykpx.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (38,NULL,'Deleted','2010-01-13 10:52:10','2010-03-20 16:07:35','Your Showcase','P.O. Box 30056','Las Vegas','US','NV','89173','702-285-4992',NULL,'harley@yourshowcase.net',NULL,'Harley Puthuff',NULL,'702-285-4992','harley@yourshowcase.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (39,NULL,'Deleted','2010-01-13 10:52:36','2010-03-20 16:07:35','axi','1234 snowhare','nv','US','NV','89101','72055568681',NULL,'axisauto@earthlink.net',NULL,'pat',NULL,'72055568681','axisauto@earthlink.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (40,NULL,'Deleted','2010-01-13 11:04:23','2010-03-20 16:07:35','Axis Test','2901 s Highland','las vegas','US','NV','89109','702-630-2760',NULL,'jdill@axisplasma.com',NULL,'James Dill',NULL,'702-630-2760','jdill@axisplasma.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (41,NULL,'Deleted','2010-01-13 11:10:26','2010-03-20 16:07:35','Testing Testing','123 Somestreet','Las Vegas','US','NV','89173','702-285-4992','702-873-2817','hostmaster@yourshowcase.net',NULL,'Testing Testing',NULL,'702-285-4992','hostmaster@yourshowcase.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (42,NULL,'Active','2010-01-13 13:13:06','2010-03-20 16:07:35','Gennie Industries','18700 NE 65th St','Redmond','US','WA','98073-9730','425.895.6202',NULL,'Dennis.Berg@terex.com',NULL,'Dennis Berg',NULL,'425.895.6202','Dennis.Berg@terex.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (43,NULL,'Deleted','2010-01-13 16:35:29','2010-06-03 00:44:29','computek','saifi - gemmayze','beirut','LB',NULL,'99999','+9613221335','+9611566820','aleccoh@yahoo.com',NULL,'alexandre habib',NULL,'+9613221335','aleccoh@yahoo.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (44,NULL,'Deleted','2010-01-15 10:39:59','2010-03-20 16:07:35','Cameron Subsea Division','3007 Hwy 182','Bayou Vista','US','LA','70380','9853951322',NULL,'kevin.j.kelly@c-a-m.com',NULL,'Kevin Kelly',NULL,'9853951322','kevin.j.kelly@c-a-m.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (45,NULL,'Active','2010-01-15 14:44:47','2010-03-20 16:07:35','none','6936 kettle creek drive','jacksonville','US','FL','32222','904-573-7716','same','karlkrause@bellsouth.net',NULL,'karl krause',NULL,'904-573-7716','karlkrause@bellsouth.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (47,NULL,'Deleted','2010-01-18 16:13:57','2010-03-20 16:07:35','tester','1234 smowarhe','Las Vegas','US','NV','89101','none',NULL,'axisauto@earthlink.net',NULL,'tester',NULL,'none','axisauto@earthlink.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (48,NULL,'Deleted','2010-01-18 16:15:36','2010-03-20 16:07:35','axi','1234 smowarhe','Las Vegas','US','NV','89101','123-566-8998',NULL,'axisauto@earthlink.net',NULL,'tester',NULL,'123-566-8998','axisauto@earthlink.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (46,NULL,'Inactive','2010-01-18 15:37:43','2010-03-20 16:07:35','Robert Shearer','6810 w palm ln phoenix az','phoenix','US','AZ','85035','NONE',NULL,'charlie85035@peoplepc.com',NULL,'ROBERT SHEARER',NULL,'NONE','charlie85035@peoplepc.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (37,NULL,'Deleted','2010-01-13 10:24:35','2010-03-20 16:07:35','test','Test','Test','US','NV','Test','test',NULL,'Test',NULL,'Test',NULL,'test','Test',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (49,NULL,'Active','2010-01-21 03:03:04','2010-03-20 16:07:35','AHMED ALNASEIR','palmtree','dammam','US','TX','31911','+00966505880640',NULL,'alnaseir@yahoo.com',NULL,'AHMED ALNASEIR',NULL,'+00966505880640','alnaseir@yahoo.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (50,NULL,'Active','2010-01-22 11:22:58','2010-03-20 16:07:35','Harriston Ind.','500 Ordway Ave.','Minto','US','ND','58261','701-248-3286',NULL,'tswenson@invisimax.com',NULL,'Tim Swenson',NULL,'701-248-3286','tswenson@invisimax.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (51,NULL,'Deleted','2010-01-22 14:19:01','2010-06-03 22:55:47','Pet Memorial Services','126 Turner Lane','West Chester','US','PA','19380','610-656-8401','610 430 8490','kmezger@petmemorialservices.com',NULL,'Kurt Mezger',NULL,'610 656 8401','kmezger@petmemorialservices.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (52,NULL,'Active','2010-01-26 16:38:27','2010-03-20 16:07:35','University of Tennessee at Martin',NULL,NULL,'US','TN',NULL,'731-881-7388',NULL,'rwitmer@utm.edu',NULL,'Ray Witmer',NULL,'731-881-7388','rwitmer@utm.edu',NULL,'Education',NULL);
INSERT INTO `customers` VALUES (53,'10-Omicron','Active','2010-01-26 21:02:55','2010-06-03 01:49:31','Dynametrika','Ave Tecamachalco 14 PB','Mexico City, Mexico','US','TX','11050','011525520013103',NULL,'alfonso.mendez@ki.com.mx',NULL,'Alfonso Mendez',NULL,'011525520013103','alfonso.mendez@ki.com.mx',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (54,NULL,'Active','2010-01-26 21:24:48','2010-03-20 16:07:35','Hulett Electric Co.','20042 Kimball Valley Rd.','Ramona','US','CA','92065','760 789-4469',' ','hulett@wildblue.net',NULL,'Craig Hulett',NULL,'760 789-4469','hulett@wildblue.net',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (55,NULL,'Active','2010-01-27 05:06:22','2010-03-20 16:07:35','UNITED PRISON EQUIPMENT','2180 COLFLESH RD','PERKIOMENVILLE','US','PA','18074','610-754-0060',NULL,'mike miller @united prison.com',NULL,'MIKE MILLER',NULL,'610-754-0060','mike miller @united prison.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (56,NULL,'Active','2010-01-27 14:24:09','2010-03-20 16:07:35','Brock Meier','2490 130th Rd ','Elm Creek','US','NE','68836','(308)236-3302',NULL,'farmarmor@hotmail.com',NULL,'Brock Meier',NULL,'(308)236-3302','farmarmor@hotmail.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (57,'10-Omicron','Active','2010-01-28 08:42:44','2010-06-03 02:02:29','Danaher Tool Group','821 N. Allen St. #238','Dallas, Texas','US','TX','75204','214-725-8841','000-000-0000','jeremy.sartor@danahertool.com',NULL,'Jeremy Sartor',NULL,'214-725-8841','jeremy.sartor@danahertool.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (58,NULL,'Deleted','2010-01-30 11:22:41','2010-03-20 16:07:35','Testing Inc.','P.O. Box 30056','Las Vegas','US','NV',NULL,NULL,'702-873-2817','harley@yourshowcase.net',NULL,'Testing Testing',NULL,'702-285-4992','harley@yourshowcase.net',NULL,'Mechanical Contractors','Added from Quote Request form');
INSERT INTO `customers` VALUES (60,NULL,'Deleted','2010-01-30 18:51:05','2010-03-20 16:07:35','Harley Puthuff',NULL,NULL,'US','AL',NULL,'sdasd',NULL,'dsdads',NULL,'Harley Puthuff',NULL,'sdasd','dsdads',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (61,NULL,'Deleted','2010-02-02 14:08:14','2010-03-20 16:07:35','axi','125 rug','lv','US','NV',NULL,'7023698787','7023698788','axisauto@earthlink.net',NULL,'ruu',NULL,'7023698787','axisauto@earthlink.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (62,NULL,'Active','2010-02-03 02:28:13','2010-03-20 16:07:35','ssa enterprises','75, ellis road','chennai','US','TN',NULL,'0091-44-43567161','0091-44-43567162','ssaenterprises@myway.com',NULL,'RAJA',NULL,'0091-44-43567161','ssaenterprises@myway.com',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (63,NULL,'Active','2010-02-07 13:28:59','2010-03-20 16:07:35','METAL CONSTRACTIONS','madilara 65 cos','cos island','GR',NULL,NULL,'0030.22420.30328','0030.22420.30328','fessara@otenet.gr',NULL,'nikos alexadropoulos',NULL,'0030.22420.30328','fessara@otenet.gr',NULL,'Construction','Added from Quote Request form');
INSERT INTO `customers` VALUES (21,NULL,'Deleted','2010-01-05 12:14:32','2010-03-20 16:07:35','TWS','205 Trail Court','Genoa ','US','NV','89411','775-790-9133',NULL,'chuck@talever.com',NULL,'Chuck Todd',NULL,'775-790-9133','chuck@talever.com',NULL,NULL,NULL);
INSERT INTO `customers` VALUES (59,NULL,'Deleted','2010-01-30 14:14:51','2010-03-20 16:07:35','James Dill',NULL,NULL,'US',NULL,NULL,'702-630-2760',NULL,'jdill@axisplasma.com',NULL,'James Dill',NULL,'702-630-2760','jdill@axisplasma.com',NULL,NULL,'Added from Quote Request form');
INSERT INTO `customers` VALUES (64,NULL,'Deleted','2010-02-10 10:29:16','2010-03-20 16:07:35','Test','2901 s highland','las vegas','US','NV','89109','702-630-2760',NULL,'swtreeco@aol.com',NULL,'James Dill',NULL,'702-630-2760','swtreeco@aol.com',NULL,'Other','Added from Quote Request form');
INSERT INTO `customers` VALUES (65,NULL,'Deleted','2010-02-10 23:17:34','2010-03-20 16:07:35','Testing','123 testing','testing','US',NULL,NULL,'702-285-4992',NULL,'harley@yourshowcase.net',NULL,'Testing',NULL,'702-285-4992','harley@yourshowcase.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (66,NULL,'Active','2010-02-12 07:03:34','2010-03-20 16:07:35','\\\"the art of the stainless steel','urb. los alamos, alamo drive e-42','guaynabo, puerto rico-00920','PR',NULL,'00926','787-649-4626','n/a','jimmar@ymail.com',NULL,'felipe jimenez',NULL,'787-649-4626','jimmar@ymail.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (67,NULL,'Deleted','2010-02-12 12:04:19','2010-03-20 16:07:35','joe tompson','9200 airport ct','mobile','US','AL','36608','334 401 3753',NULL,'joe@gmail.com',NULL,'joe tompson',NULL,'334 401 3753','joe@gmail.com',NULL,'Construction','Added from Quote Request form');
INSERT INTO `customers` VALUES (68,NULL,'Active','2010-02-12 17:21:23','2010-03-20 16:07:35','Farmore of Idaho','12B east frontage Rd','Jerome','US','ID','83338','208-734-9626',NULL,'yeeikes@yahoo.com',NULL,'Seth Niska',NULL,'208-734-9626','yeeikes@yahoo.com',NULL,'Maintenance and Repair','Added from Quote Request form');
INSERT INTO `customers` VALUES (69,NULL,'Active','2010-02-12 20:42:31','2010-03-20 16:07:35','Nicholas A Adams','239 n merrill st','Fortville','US','IN','46040','3173405430',NULL,'nick@soinrodshop.com',NULL,'Nicholas A Adams',NULL,'3173405430','nick@soinrodshop.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (70,NULL,'Active','2010-02-13 07:33:39','2010-03-20 16:07:35','Global Market Ltd','P.O.Box 5057, ','Bamenda','CM',NULL,'237','+23796288729',NULL,'mossmossfrank@aol.com',NULL,'Moss Frank',NULL,'+23796288729','mossmossfrank@aol.com',NULL,'Other','Added from Quote Request form');
INSERT INTO `customers` VALUES (71,NULL,'Active','2010-02-13 17:43:15','2010-03-20 16:07:35','Puetter Automotive ltd','2505 Wood Ave','Armstrong','CA','BC','V0E1B4','1-250-546-9491','1-250-546-9569','puetter@telus.net',NULL,'Dennis Puetter',NULL,'1-250-546-9491','puetter@telus.net',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (72,NULL,'Active','2010-02-14 15:12:15','2010-03-20 16:07:35','the carpet store','9 e washington st','bradford ','US','PA','16701','8143685050','8143688150','carpetstore@verizon.net',NULL,'mark',NULL,'8143685050','carpetstore@verizon.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (73,'20-Omega','Active','2010-02-15 15:34:01','2010-06-03 00:50:18','Custom Fabrication & Machining','p.o.box 147','Garden City','US','UT','84028','435-512-4918',NULL,'mbanham33@yahoo.com',NULL,'Michelle',NULL,'435-512-4918','mbanham33@yahoo.com',NULL,'Metal Fabricators','03-16-2010 Doug. Called to follow up. Left message');
INSERT INTO `customers` VALUES (74,NULL,'Active','2010-02-16 15:27:44','2010-03-20 16:07:35','wolverine creek ranch','box 166','Ituna','CA','SK','s0a1n0','306-795-2935',NULL,'bradmarshall777@hotmail.com',NULL,'b marshall',NULL,'306-795-2935','bradmarshall777@hotmail.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (75,NULL,'Inactive','2010-02-17 02:38:03','2010-03-29 15:41:36','hessgen inc','5839 mission gorge rd. , suite C','san diego','US','CA','92120','8005182535','same ','brian@poe619.com',NULL,'brian hess',NULL,'8005182535','brian@poe619.com',NULL,'Metal Fabricators','Precision offroad Equipment');
INSERT INTO `customers` VALUES (76,NULL,'Active','2010-02-18 09:55:23','2010-03-20 16:07:35','golden international','3, shri ind center, hasnabad lane, santacruz west ','mumbai','IN',NULL,'400056','+91-22-26127274','+91-22-26490202','swot9@rediffmail.com',NULL,'paresh parmar',NULL,'+91-22-26127274','swot9@rediffmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (77,NULL,'Deleted','2010-02-18 15:13:01','2010-06-03 01:55:54','Eastern Heating & Sheet Metal Co.','305 Shawinigan Dr.','Chicopee','US','MA','01020','413-592-2399','413-592-2499','easternsmco@yahoo.com',NULL,'leo',NULL,'413-592-2399','easternsmco@yahoo.com',NULL,'Mechanical Contractors','Added from Quote Request form');
INSERT INTO `customers` VALUES (78,NULL,'Active','2010-02-19 10:31:48','2010-03-20 16:07:35','Youngwirth Metal Fsbricators','3600 N.Main Street','Oshkosh','US','WI','54901','920-426-2208',NULL,'ymfi3600@ntd.net',NULL,'Steve Youngwirth',NULL,'920-426-2208','ymfi3600@ntd.net',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (79,NULL,'Deleted','2010-02-21 08:43:26','2010-06-03 16:37:44','Thompson Customizing LLC','8206 151 Ave SE','Wyndmere','US','ND','58081','701-439-2919','701-439-2919','matt@thompsoncustomizing.com',NULL,'Matt Thompson',NULL,'701-439-2919','matt@thompsoncustomizing.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (80,'10-Omicron','Active','2010-02-22 12:53:28','2010-06-03 02:01:13','EIP Manufacturing LLC','2677 221st street','Earlville','US','IA','52041','563-923-7315','563-923-7525','sgourley@eipmfg.com',NULL,'Stephen Gourley',NULL,'563-923-7315','sgourley@eipmfg.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (81,NULL,'Active','2010-02-22 13:21:31','2010-03-20 16:07:35','Skab R&D','Amman','Amman','JO',NULL,'11821','0096795400596',NULL,'mohd.abdo@skab-group.com',NULL,'Moh\\\'d Abdo',NULL,'0096795400596','mohd.abdo@skab-group.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (82,NULL,'Active','2010-02-22 15:23:11','2010-03-20 16:07:35','Henniges Automotive','1801 Flying Fortress','Frederick','US','OK','73542','580 335 5503',NULL,'gary.stephens@hennigesautomotive.com',NULL,'Gary Stephens',NULL,'580 335 5503','gary.stephens@hennigesautomotive.com',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (83,NULL,'Inactive','2010-02-23 20:38:48','2010-04-01 15:24:13','fabrication concepts inc.','3715 mayflower drive','lynchburg','US','VA','24501','434-610-1061',NULL,'fabcon@ntelos.net',NULL,'george carhart',NULL,'434-610-1061','fabcon@ntelos.net',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (84,NULL,'Deleted','2010-02-24 11:02:11','2010-06-03 00:56:52','Dalza','C/ Anibal de Espinosa No. 215, Villas Agricolas','Santo Domingo','DO',NULL,'10112','809-681-0426','809-538-7450','pedro.daleman@dalzaproducts.com',NULL,'Pedro D\'Aleman',NULL,'809-681-0426','pedro.daleman@dalzaproducts.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (85,NULL,'Deleted','2010-02-24 11:04:01','2010-06-03 00:57:49','Dalza','C/ Anibal de Espinosa No. 215, Villas Agricolas','Santo Domingo','DO',NULL,'10112','809-681-0426','809-538-7450','pedro.daleman@dalzaproducts.com',NULL,'Pedro D\'Aleman',NULL,'809-681-0426','pedro.daleman@dalzaproducts.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (86,NULL,'Deleted','2010-02-24 15:49:55','2010-06-03 16:41:07','Exactube, LLC','PO Box 1005','Temple','US','TX','76503','254-899-2363',NULL,'travis@exactube.com',NULL,'Travis',NULL,'254-899-2363','travis@exactube.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (87,NULL,'Active','2010-02-25 00:02:59','2010-03-20 16:07:35','R & R Tool & Mfg. Inc','1540 Lake Street','LAPORTE','US','IN','46350','219-362-1681','219-325-9222','rrtoolmfg@verizon.net',NULL,'Mike Rollins',NULL,'219-362-1681','rrtoolmfg@verizon.net',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (88,NULL,'Active','2010-02-25 02:44:23','2010-03-20 16:07:35','Mishra Dhathu Nigam Limited','Midhani, PO Kanchanbagh, Hyderabad, AP, India','Hyderabad, AP','IN',NULL,'500058','+91-40-24344214',NULL,'dgopick@gmail.com',NULL,'JN Choudhary / D Gopikrishna',NULL,'+91-40-24344214','dgopick@gmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (89,NULL,'Active','2010-02-25 06:00:34','2010-03-20 16:07:35','CNC ARGENTINA','Ayacucho 367','CAÑADA DE GOMEZ','AR',NULL,'2500','54 3471 421044',NULL,'cncargentina@arnetbiz.com.ar',NULL,'DIEGO ZACNUN',NULL,'54 3471 421044','cncargentina@arnetbiz.com.ar',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (90,NULL,'Active','2010-02-25 14:53:27','2010-03-20 16:07:35','urlacher art works','10425 47th st sw','Dickinson','US','ND','58601','7014830269',NULL,'jay@ndsupernet.com',NULL,'jay',NULL,'7014830269','jay@ndsupernet.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (91,NULL,'Active','2010-02-25 23:35:56','2010-03-20 16:07:35','Longoria Brothers','9353 US Hwy 87 N.','San Angelo','US','TX','76901','1-325-650-5356','n/a','lllongoria@hotmail.com',NULL,'Luis Longoria',NULL,'1-325-650-5356','lllongoria@hotmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (92,NULL,'Active','2010-02-26 05:31:03','2010-03-20 16:07:35','nctech','774 banks rd.','coconut creek','US','FL','33063','9545452687',NULL,'dacoca@hotmail.com',NULL,'David',NULL,'9545452687','dacoca@hotmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (93,NULL,'Active','2010-02-26 13:39:05','2010-03-20 16:07:35','Vasquez & Family','8610 Cranford Ave.','Sun Valley','US','CA','91352','(619) 886-1307','N - A','vasquezgus@live.com',NULL,'Vasquez, Gustavo',NULL,'(619) 886-1307','vasquezgus@live.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (94,NULL,'Active','2010-02-26 15:23:33','2010-03-20 16:07:35','tri-state sheetmetal','1612 Galena ave','Galena KS','US','KS','66739','918-541-6348',NULL,'rgm574@yahoo.com',NULL,'richard miller',NULL,'918-541-6348','rgm574@yahoo.com',NULL,'Mechanical Contractors','Added from Quote Request form');
INSERT INTO `customers` VALUES (95,NULL,'Active','2010-02-27 10:32:45','2010-03-20 16:07:35','Venable Fabricators','901 west Branche','Rayne','US','LA','70578','337-334-2933','337-334-2423','kurt@venablefabricators.com',NULL,'Kurt',NULL,'337-334-2933','kurt@venablefabricators.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (96,NULL,'Active','2010-02-27 15:57:30','2010-03-20 16:07:35','jay\\\'s fab','1008 11 ave. se','slave lake','CA','AB','t0g2a3','17808057383',NULL,'joe933@hotmail.com',NULL,'jay',NULL,'17808057383','joe933@hotmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (97,NULL,'Active','2010-02-27 20:28:38','2010-03-20 16:07:35','Steel Bull Corporation.','627 Heirloom Pl.','King City','US','CA','93930','831-385-1423','N/A','noel.vega@rocketmail.com',NULL,'Noel Vega.',NULL,'831-385-1423','noel.vega@rocketmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (98,NULL,'Active','2010-02-28 13:34:22','2010-03-20 16:07:35','on my name','MADILARA 65','cos island','GR',NULL,'85300','0030.22420.30328','0030.22420.30328','fessara@otenet.gr',NULL,'alexadropoulos nikos',NULL,'0030.22420.30328','fessara@otenet.gr',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (99,NULL,'Active','2010-02-28 14:53:21','2010-03-20 16:07:35','Mid-America Auto Lifts','909 Industrial Drive','Aurora','US','MO','65605','417-678-1030',NULL,'ghagebusch@gmail.com',NULL,'Greg Hagebusch',NULL,'417-678-1030','ghagebusch@gmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (100,NULL,'Active','2010-02-28 17:26:44','2010-03-20 16:07:35','MIKE','131 CAMPBELL RD','RIDGEVILLE','US','SC','29472','843-343-1929',NULL,'MIKEMARCHAND@BELLSOUTH.NET',NULL,'MIKE',NULL,'843-343-1929','MIKEMARCHAND@BELLSOUTH.NET',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (101,NULL,'Active','2010-02-28 17:34:55','2010-03-20 16:07:35','BMG Fabrication Ltd','1115 Hwy 144','Chelmsford','CA','ON','P0M 1L0','705 966 0999','705 966 5637','dzygmont@bmgfab.ca',NULL,'Dan Zygmont',NULL,'705 966 0999','dzygmont@bmgfab.ca',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (102,NULL,'Active','2010-02-28 17:35:54','2010-03-20 16:07:35','abc art','315 Indiana Ave.','Iowa Falls','US','IA','50126','641-373-4108',NULL,'rksmuck@msn.com',NULL,'randy',NULL,'641-373-4108','rksmuck@msn.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (103,'50-Alpha','Active','2010-03-01 12:55:52','2010-03-20 16:55:31','Aerodyne Alloys','350 Pleasant Valley Road','South Windsor','US','CT','06074','888-807-0210',NULL,'kransom@aerodynealloys.com',NULL,'Mr. Keith Ransom',NULL,'888-807-0210','kransom@aerodynealloys.com',NULL,'Other','Added from Quote Request form');
INSERT INTO `customers` VALUES (104,NULL,'Active','2010-03-02 15:28:40','2010-03-20 16:07:35','APEX Manufacturing Services, Ltd.','520 Charles St','Billings','US','MT','59101','406-670-6934',NULL,'davel@apex-manufacturing.com',NULL,'David Lewis',NULL,'406-670-6934','davel@apex-manufacturing.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (105,'50-Alpha','Active','2010-03-02 22:28:02','2010-04-08 03:07:24','PK Metalworks ltd','19469 92nd avenue','surrey','CA','BC','v4n1s7',' 604-882-8699','604-882+8799','brad@pkmetal.com',NULL,'Brad',NULL,' 604-882-8699','brad@pkmetal.com',NULL,'Metal Fabricators','04/07/2010 Discussed with Brad their application. General Fabricator but smaller location. Unit partially outside, so quoting nickel plated ways. Wants 72 inch, purchases 96 x 240 plates however not the forklift or crane capacity to load cut table. Has older union Carbide cantilever system with Lynx cnc (westinghouse-Fabcan system with tracer. \r\nall ms, most under 0.75 but wants oxy fuel for thicker up to 4 inch. Sent quote for Alpha and HPR 260xd');
INSERT INTO `customers` VALUES (106,NULL,'Deleted','2010-03-03 10:16:43','2010-03-20 16:07:35',NULL,NULL,NULL,'AE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (107,NULL,'Deleted','2010-03-04 08:08:27','2010-03-20 16:07:35','Your Showcase','Testing Testing','Testing','US','NV','89103','702-285-4992','702-873-2817','harley@yourshowcase.net',NULL,'Testing Testing',NULL,'702-285-4992','harley@yourshowcase.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (108,NULL,'Active','2010-03-08 16:12:37','2010-03-20 16:07:35','Ted K','5554 5','Anchorage','US','AK','99503','5554 5',NULL,'t.kavinsky@att.net',NULL,'Ted K',NULL,'5554 5','t.kavinsky@att.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (109,NULL,'Active','2010-03-09 10:57:51','2010-03-20 16:07:35','metalurgica noel campos','mapocho 3632','santiago','CL',NULL,'750001','5627736798',NULL,'andrescampos@metalurgicanc.cl',NULL,'andres campos',NULL,'5627736798','andrescampos@metalurgicanc.cl',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (110,NULL,'Inactive','2010-03-10 09:31:58','2010-03-26 12:51:13','catt co. dpw','8810 rt 242','little valley','US','NY','14755','7168010329','7169382755','https://cattcoty.cattco.org mkfaulkner',NULL,'corey light',NULL,'7168010329','https://cattcoty.cattco.org mkfaulkner',NULL,'Metal Fabricators','Call back 03-17-2010');
INSERT INTO `customers` VALUES (111,NULL,'Active','2010-03-12 00:57:57','2010-03-20 16:07:35','M.D. Metal','Popotla # 990 Fracc. Chapultepec 8a Sección','Tijuana','MX',NULL,'22420','664-622-19-41','664-622-19-41','mdmetal1@yahoo.com',NULL,'Andrés Avalos',NULL,'664-622-19-41','mdmetal1@yahoo.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (113,NULL,'Active','2010-03-16 09:26:42','2010-03-20 16:07:35','Rolling Steel Doors','693 Atkins Ave','Brooklyn',NULL,'NY','11208','1800-774-0383',NULL,NULL,NULL,'Frank ',NULL,NULL,NULL,NULL,NULL,'Roll up steel doors. ');
INSERT INTO `customers` VALUES (112,NULL,'Deleted','2010-03-13 19:21:28','2010-06-03 16:40:14','fabrication concepts inc.','3715 mayflower drive','lynchburg','US','VA','24501','4345283898','4345283832','fabcon@ntelos .net',NULL,'george carhart',NULL,'4345283898','fabcon@ntelos .net',NULL,'Metal Fabricators','03/15/2010 Doug called and spoke with George. Competition AKS, CSI, looking at bevel unit. Single pass. Quote Aplha class, 96 x 288, manual angle plasma mount, HPR 260 autogas. Hypertherm Edge control. Option water table with raise lower feature and downdraft table with collection system. \r\nHas 240 V only, 200 amps total available. Can go step up transformer. \r\n\r\nFollow up Mar 24th\r\n\r\n04-01-2010\r\nJust spoke with George and he did purchase the AKS bevel system\r\n\r\n');
INSERT INTO `customers` VALUES (114,NULL,'Active','2010-03-16 23:20:14','2010-03-20 16:07:35','ozarkmedows','670 cr 5450','salem ','US','MO','65560','573-729-7037',NULL,'chantell112@msn.com',NULL,'john young',NULL,'573-729-7037','chantell112@msn.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (115,NULL,'Active','2010-03-18 08:23:04','2010-03-20 16:07:35','One Off kustoms','20280 n 1st ave Phoeniz ax 85027','Phoenix ','US','AZ','85310','602 740 1973',NULL,'Metalfabguy101@yahoo.com',NULL,'Chris Leighton',NULL,'602 740 1973','Metalfabguy101@yahoo.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (116,'50-Alpha','Active','2010-03-18 15:58:29','2010-03-25 13:15:56','DELTA Consolidated, LLC','205 Pailet Dr.','Harvey','US','LA','70058','504-368-5433','504-368-5436','nat@deltametal.net',NULL,'Nat Rondey',NULL,'504-368-5433','nat@deltametal.net',NULL,'Metal Fabricators','Small Building manufacturer. All Mild Steel under 0.50. New building, just budget shopping. Quote Alpha 8 x 24 with\r\nhsd 130 and optional hpr 260.');
INSERT INTO `customers` VALUES (117,NULL,'Active','2010-03-22 22:33:06','2010-03-23 03:33:06','Stick It Welding ','baker city 97814','baker city Or 97814','US','OR','97814','541-519-0749',NULL,'dannysherman99@hotmail.com',NULL,'dan',NULL,'541-519-0749','dannysherman99@hotmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (118,NULL,'Active','2010-03-23 19:38:57','2010-03-24 00:38:57','nu-air sheet metal Ltd','55 windsor heights','portugal cove','CA','NL','a1m-3L3','709-765-9679','709-895-8429','nu-airsheetmetal@hotmail.com',NULL,'bob lucas',NULL,'709-765-9679','nu-airsheetmetal@hotmail.com',NULL,'Mechanical Contractors','Added from Quote Request form');
INSERT INTO `customers` VALUES (120,NULL,'Active','2010-03-25 11:22:34','2010-03-25 16:22:34','HK&S Iron Company','6801 S. Council Rd','Oklahoma City','UM',NULL,'73169','405-745-2761','405-745-7745','Joe@hksiron.com',NULL,'Joe',NULL,'405-745-2761','Joe@hksiron.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (1,NULL,'Active','2010-01-04 17:49:49','2010-03-29 12:42:02','U.S. Navy - Pearl Harbor','250 Hospital Way','Pearl Harbor','US','HI','96860','808-474-8345 x166',NULL,'matthew.messner@navy.mil',NULL,'Matt Messner',NULL,'808-474-8345 x166','matthew.messner@navy.mil','Government','Defense','03/26/2010\r\nMatt is repairman who is in and out. He is calling me back when he gets back to the maintenance office. If he does not\r\nreach me over weekend then I will try him again Monday\r\n03/29/2010 Matt never called back. Will try him again\r\nlater this afternoon');
INSERT INTO `customers` VALUES (121,NULL,'Deleted','2010-03-27 09:56:07','2010-06-03 00:34:22','chuck','5153 rice lake dr','bewdley','CA','ON','k0l1e0','9057972096',NULL,'ckfab@eagle.ca',NULL,'chuck',NULL,'9057972096','ckfab@eagle.ca',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (122,NULL,'Active','2010-03-27 15:52:50','2010-03-29 16:32:10','CL Fabrication','840 west walnut street','clarinda','US','IA','51632','712-303-7998',NULL,'curtishull@yahoo.com',NULL,'curtis hull',NULL,'712-303-7998','curtishull@yahoo.com',NULL,'Metal Fabricators','Currently has a \"Dynatorch\" 5 x 10 with Kaliburn 2150 (150 a) system. Paid $30,000 for system without Wants to upgrade to better system. 60 to 90 day is timeframe and seems like that is a solid timeframe. Quote 50-alpha 72 x 144 with option of 96 x 144. HPR 260xd.');
INSERT INTO `customers` VALUES (123,NULL,'Active','2010-03-29 00:06:17','2010-03-29 05:06:17','joe the pool guy','10898 Brentwood Cres.','Windsor','CA','ON','N8R2H8','5198176893',NULL,'ggzambito@sympatico.ca',NULL,'joe',NULL,'5198176893','ggzambito@sympatico.ca',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (119,'50-Alpha','Active','2010-03-23 19:49:51','2010-04-19 16:42:24','integrity steel','6300 sterling dr. north','sterling hgts.','US','MI','48312','586-826-3700',NULL,'m.berger@integritysteel.com',NULL,'matt berger',NULL,'586-826-3700','m.berger@integritysteel.com',NULL,'Steel Service Center','03/29/2010. Currently has two MG systems, both with Burny 5 Style cnc. Use Sigma Nest software. Checking everybody for quotes. Does not like ESAB systems. Will build their own table. Cuts max of 10 to 16 inch with oxy. this will be\r\nfirst plasma. Has quote from Retrosystems Mega\r\nHornet HD');
INSERT INTO `customers` VALUES (124,'50-Alpha','Active','2010-03-31 13:58:53','2010-04-02 13:19:59','Top Coat','2215 FM 1495','Freeport','US','TX','77531','979-233-9558',NULL,'chrishardison@topcoatinc.com',NULL,'Chris Hardison',NULL,'979-233-9558','chrishardison@topcoatinc.com',NULL,'Metal Fabricators','4-01-2010 Spoke with customer, oil and off shore platform fabricator. Wants water table and water table drawing package priced separate. 10 wide, 540 long 4 oxy fuel, one 400 a plasma, 3 inch overall max thickness.');
INSERT INTO `customers` VALUES (125,NULL,'Deleted','2010-04-01 17:35:50','2010-04-02 14:14:13','GNB Metal fabericators','304 Barber Rd','Commerce','US','GA','30529','7063672078',NULL,'brookshire04@windstream.net',NULL,'Norman Brookshire',NULL,'7063672078','brookshire04@windstream.net',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (126,NULL,'Deleted','2010-04-01 17:37:13','2010-04-02 14:14:29','GNB Metal fabericators','304 Barber Rd','Commerce','US','GA','30529','7063672078',NULL,'brookshire04@windstream.net',NULL,'Norman Brookshire',NULL,'7063672078','brookshire04@windstream.net',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (127,NULL,'Active','2010-04-01 17:37:56','2010-04-02 15:27:09','GNB Metal fabericators','304 Barber Rd','Commerce','US','GA','30529','7063672078',NULL,'brookshire04@windstream.net',NULL,'Norman Brookshire',NULL,'7063672078','brookshire04@windstream.net',NULL,'Metal Fabricators','04-02-2010 Left message. Goofy request for oxy fuel, drill, and plasma on a 4 x 8. Need to question that whole thing.\r\n\r\n(Jim) What was that noise? Did someone just kick a tire?');
INSERT INTO `customers` VALUES (128,NULL,'Deleted','2010-04-04 16:43:12','2010-06-03 00:45:02','country creations','1232 B Butler hollow','Lucasville','US','OH','45648','(740)456-6887','none','tbaker37@columbus.rr.com',NULL,'tim baker',NULL,'(740)456-6887','tbaker37@columbus.rr.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (129,NULL,'Active','2010-04-05 22:23:32','2010-04-06 03:23:32','sanya industries','10500 dix ave #436','michigan','US','MI','48120','313-400-5301',NULL,'sanya.maroc@gmail.com',NULL,'hammadi',NULL,'313-400-5301','sanya.maroc@gmail.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (130,'10-Omicron','Active','2010-04-06 15:45:18','2010-04-14 12:46:29','AXELSON IRON SHOP INC.','2184 RUTH AV.','SO. LAKE TAHOE','US','CA','96150','530 541-1043','530 541-1097','PMILLIGIN@AOL.COM',NULL,'CHARLIE',NULL,'530 541-1043','PMILLIGIN@AOL.COM',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (131,NULL,'Deleted','2010-04-10 06:12:36','2010-06-03 00:27:12','Chad Benjamin','18391 97th St NE','Glenburn','US','ND','58740','701-5090231',NULL,'chbenjam4@yahoo.com',NULL,'Chad Benjamin',NULL,'701-5090231','chbenjam4@yahoo.com',NULL,'Maintenance and Repair','Added from Quote Request form');
INSERT INTO `customers` VALUES (132,NULL,'Active','2010-04-11 19:20:20','2010-04-12 00:20:20','na','rt1 box 685','Butler','US','MO','64730','6604240331',NULL,'millwright@centurylink.net',NULL,'darin jones',NULL,'6604240331','millwright@centurylink.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (133,'10-Omicron','Active','2010-04-12 21:43:12','2010-04-14 12:28:15','Ray\'s Heating','1921 S Jackson','Butte','US','MT','59701','406-498-4966',NULL,'raysheating@bresnan.net',NULL,'Ray Booth',NULL,'406-498-4966','raysheating@bresnan.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (134,NULL,'Active','2010-04-13 15:41:03','2010-04-13 20:41:03','Aformation','ad','adasd','UK',NULL,'dsgdfg','01403 787670',NULL,'ampcomouldings@hotmail.com',NULL,'Bill Powell',NULL,'01403 787670','ampcomouldings@hotmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (135,NULL,'Deleted','2010-04-14 03:42:12','2010-06-02 23:20:33','Alrewan','Jezzin street','Saida','LB',NULL,'00961','009613 604 792',NULL,'saidkamalyoussef@msn.com',NULL,'Kamal Said',NULL,'009613 604 792','saidkamalyoussef@msn.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (136,NULL,'Deleted','2010-04-14 07:50:55','2010-06-02 23:20:08','AGROBELLCA','av los proceres no. 57','merida','VE',NULL,NULL,'005804247636620','005804147455770','arturobellop@hotmail.com',NULL,'arturo bello',NULL,'005804247636620','arturobellop@hotmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (137,NULL,'Active','2010-04-15 13:17:31','2010-04-15 18:17:31','Larry\'s Welding','505 West hwy 15','Gruver','US','TX','79040','(806)-733-2991','(806)-733-2996','kevin.julie.babbs@sbcglobal.net',NULL,'Larry ',NULL,'(806)-733-2991','kevin.julie.babbs@sbcglobal.net',NULL,'Maintenance and Repair','Added from Quote Request form');
INSERT INTO `customers` VALUES (138,NULL,'Active','2010-04-16 12:50:02','2010-04-16 17:50:02','PRECISION CRAFT','39 N CLUFF AVE STE B','LODI','US','CA','95240','9163200337',NULL,'ferrousflux@gmail.com',NULL,'STEVE BENNETT',NULL,'9163200337','ferrousflux@gmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (139,NULL,'Inactive','2010-04-16 16:43:12','2010-04-19 16:33:56','winecountry gates','9204 piccadilly cir.','Windsor','US','CA','95492','707-480-7428','n','blazer707@att.net',NULL,'glyn williams',NULL,'707-480-7428','blazer707@att.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (140,NULL,'Active','2010-04-19 12:28:14','2010-04-19 17:28:14','lautan berkat','jl.leuwisari VI no 10','bandung','ID',NULL,NULL,'622291888455',NULL,'kamujugaapa@yahoo.com',NULL,'christian',NULL,'622291888455','kamujugaapa@yahoo.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (141,'10-Omicron','Active','2010-04-19 12:40:51','2010-04-19 18:46:40','stews custom ironworks','2515 174th. ave. s.e.','Tenino','US','WA','98589','360-259-5874','n/a','stewsvideos@scattercreek.com',NULL,'stew waldrop',NULL,'360-259-5874','stewsvideos@scattercreek.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (143,NULL,'Deleted','2010-04-19 21:44:01','2010-04-20 15:36:32','personal','6708 Terrace Way','Harrisburg','US','PA','17111','919-720-1858',NULL,'re_pa_braz@hotmail.com',NULL,'Reggie',NULL,'919-720-1858','re_pa_braz@hotmail.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (144,NULL,'Active','2010-04-20 09:25:39','2010-04-20 14:25:39','Custom Machine and Forestry Products','227 Sellers rd','Baxley','US','GA','31513','9123670053','9123670053','customfp@hotmail.com',NULL,'Stacy Teston ',NULL,'9123670053','customfp@hotmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (145,NULL,'Active','2010-04-22 16:26:02','2010-04-22 21:26:02','Tim','3520 E. Brown ','Mesa','US','AZ','85213','480-254-8252',NULL,'tburdick@living-word.com',NULL,'Tim',NULL,'480-254-8252','tburdick@living-word.com',NULL,'Other','Added from Quote Request form');
INSERT INTO `customers` VALUES (146,NULL,'Active','2010-04-23 14:06:22','2010-04-23 19:06:22','SPECIALTY FABRICATION INC','1517 N. Santa Fe','Wichita','US','KS','67214','316-264-0603','316-264-0606','duanem@specialtfab.com',NULL,'DUANE MEEK',NULL,'316-264-0603','duanem@specialtfab.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (147,NULL,'Active','2010-04-25 10:52:51','2010-04-25 15:52:51','home','211 francis street','pineville','US','MO','64856','417-223-4794',NULL,'rawhite@rocketmail.com',NULL,'Rick White',NULL,'417-223-4794','rawhite@rocketmail.com',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (148,NULL,'Active','2010-04-25 14:40:42','2010-04-25 19:40:42','BMG','Atlasa 5','Riga','LV',NULL,NULL,'+37167387340',NULL,'igor.s@bmgroup.lv',NULL,'Igor Sinenko',NULL,'+37167387340','igor.s@bmgroup.lv',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (149,NULL,'Active','2010-04-26 12:28:44','2010-04-26 17:28:44','I W S wood products','387 lakeshore Rd','Kagawong','CA','ON','pop ijo','705 368 0745',NULL,'iws shop@gmail.com',NULL,'Rob Seifried',NULL,'705 368 0745','iws shop@gmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (150,'10-Omicron','Active','2010-04-26 23:44:21','2010-04-28 14:37:19','Clear Cut Fab Inc','2328 overland ln','vale','US','NC','28168','8282283550',NULL,'nolannance@clearcutfabinc.com',NULL,'nolan nance',NULL,'8282283550','nolannance@clearcutfabinc.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (151,NULL,'Deleted','2010-04-28 02:11:21','2010-06-02 23:18:59','bhatt bros','N.I.D.C. LAMBHA ','AHMEDABAD','IN',NULL,'382405','91-79-25732446','91-79-25733446','info@bhattbros.com',NULL,'kankesh bhatt',NULL,'91-79-25732446','info@bhattbros.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (152,NULL,'Active','2010-04-28 20:35:23','2010-04-29 01:35:23','Perry auto repair','707 east 10th','North Platte','US','NE','69101','3085309098',NULL,'brandonperry@gmail.com',NULL,'Brandon Perry ',NULL,'3085309098','brandonperry@gmail.com',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (153,NULL,'Deleted','2010-04-29 02:48:11','2010-04-29 12:12:06','famsco','barsa','north','LB',NULL,'00961','03177257','06416117','rodolph@famsco-lb.com',NULL,'rodolph',NULL,'03177257','rodolph@famsco-lb.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (154,NULL,'Active','2010-04-29 03:08:10','2010-04-29 08:08:10','famsco','barsa','north','LB',NULL,'00961','03177257','06416117','rodolph@famsco-lb.com',NULL,'rodolph',NULL,'03177257','rodolph@famsco-lb.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (155,'50-Alpha','Active','2010-04-29 17:01:30','2010-06-30 16:56:50','Screw Conveyor Corporation','700 Hoffman Street','Hammond','US','IN','46327','219-931-1450','219-931-0209','gma1932@sbcglobal.net',NULL,'Garry Abraham',NULL,'219-931-1450','gma1932@sbcglobal.net',NULL,'Metal Fabricators','Mark Middleton, Plant Mgr at 781 Church Street, Winona Miss. 38967 662-283-3143. mmiddleton@screwconveyor.com\r\n\r\nThey are running Pronest version 8. Their nesting engine is 8.3.4.3273. \r\n\r\noptions:\r\nOP8102-Adv True Shape Nest\r\nOP8202-Chain Cutting\r\nOP8208-Entity Smoothing and Reduction\r\nOP8605-DFX Output\r\n \r\nNot too long ago, they received a copy of Pronest 2010, but have not loaded it yet.\r\n\r\nDoug,\r\n\r\nOliver asked that I respond to your request about Screw Conveyor and “True Hole.” As Screw Conveyor is currently established with our ProNest version 8, they need only activate their ProNest version 2010 and purchase the “Advanced Plasma Post Processor” to enable Full Suite and True Hole compliance. The cost to Screw Conveyor is only an additional $1000.00 for the Advanced Post Processor.\r\n\r\n');
INSERT INTO `customers` VALUES (156,NULL,'Inactive','2010-05-01 00:26:04','2010-05-01 12:47:53','finetechindustry','lebanon ','beirut','LB',NULL,'00961','009613394662','009611666655','finetech',NULL,'pascal mansour ',NULL,'009613394662','finetech',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (157,'10-Omicron','Deleted','2010-05-02 22:44:56','2010-06-03 01:30:11','david garrett','1500N. Rockwell','Newcastle','US','OK','73065','405-243-7203',NULL,'garret4@pldi.net',NULL,'david garrett',NULL,'405-243-7203','garret4@pldi.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (158,NULL,'Deleted','2010-05-03 21:04:25','2010-06-03 16:40:52','Exactube LLC','PO Box 1005 ','Temple','US','TX','76501','254-899-2363',NULL,'travis@exactube.com',NULL,'Travis',NULL,'254-899-2363','travis@exactube.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (159,'50-Alpha','Active','2010-05-04 12:08:07','2010-05-04 17:08:07','Schambo Manufacturing LLC','200 South Eastern Ave ','Rayane ','US','LA','70578','337-212-1855',NULL,'scham09@hotmail.com',NULL,'Kraig Schambo',NULL,'337-212-1855',NULL,NULL,'Fabrication',NULL);
INSERT INTO `customers` VALUES (160,'10-Omicron','Active','2010-05-04 16:18:04','2010-06-03 00:12:16','bridgemont community and technical center','525 hillsdale drive','charleston','US','WV','25302','304 7346663',NULL,'sburgess@bridgemont.edu',NULL,'steve burgess',NULL,'304 7346663','sburgess@bridgemont.edu',NULL,'Training and Education','Added from Quote Request form');
INSERT INTO `customers` VALUES (142,'50-Alpha','Deleted','2010-04-19 13:32:50','2010-06-03 00:20:02','Capgard Steel & Fabrication','134 N Sherman Ave.','Corona','US','CA','92882','909-373-7958',NULL,'bgrandy01@aol.com',NULL,'Bill Grandy','general manager','909-373-7958','bgrandy01@aol.com',NULL,'Metal Fabricators','Bert Tanaka cell number 951-751-6675\r\nMike Andrade is the money guy, silent partner. mnagrandpaw@msn.com. phone 915-309-9566\r\nForest Kontomitras is internal guy they go to get money for Mike. Forests number 310-890-8850\r\nRon Hill, 503-685-4213 ronald.hill@xerox.com contacted SC Equipment Funding, at the request of Bill Grandy');
INSERT INTO `customers` VALUES (161,NULL,'Active','2010-05-07 14:40:29','2010-05-08 11:23:34','P&E Products','637 west 17 th street','Connersville','UM','IN','47331','7659692644',NULL,'bruce@pandeproducts.com',NULL,'bruce rea',NULL,'7659692644','bruce@pandeproducts.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (162,NULL,'Active','2010-05-10 11:25:40','2010-05-12 12:46:24','AshGrove cement','600 W Highway 132','leamington','US','UT','84638','435-857-1219',NULL,'joe.topham@ashgrove.com',NULL,'Joe Topham',NULL,'435-857-1219','joe.topham@ashgrove.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (163,'10-Omicron','Active','2010-05-10 11:44:31','2010-05-10 16:56:10','Iron Brothers Fab Limited','PO Box 0031, 4906 50th Ave','LeDuc',NULL,'AB','T9E6W9','780-979-0288','780-979-0280','brad@ironbros.ca',NULL,'Brad Stelter','Owner',NULL,NULL,NULL,NULL,'Called into factory, spoke with Pat. Pat indicates\r\nquote him a omicron 6 x 20 with PowerMAX 1650, with option\r\nof the HSD-130');
INSERT INTO `customers` VALUES (164,'10-Omicron','Active','2010-05-10 12:03:08','2010-05-10 17:04:20','Iron Brothers Fabrication, limited','PO Box 0031, 4906 50th Ave','LeDuc','US','AB','T9E6W9','780-979-0288','780-979-0280','brad@ironbros.ca',NULL,'Brad Stelter',NULL,'780-979-0288','brad@ironbros.ca',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (165,NULL,'Active','2010-05-13 00:02:33','2010-05-13 05:02:33','HanX Restoration Resources ','po box 285','Manchester ','US','WA','98353','360-551-5916 cell',NULL,'TheTing69ty@yahoo.com',NULL,'Hank Tingley',NULL,'360-551-5916 cell','TheTing69ty@yahoo.com',NULL,'Other','Added from Quote Request form');
INSERT INTO `customers` VALUES (166,'50-Alpha','Active','2010-05-13 08:43:09','2010-05-14 19:25:11','Wedekemper\'s Inc.','13405 Ferrin Rd. ','Carlyle','US','IL','62231','618-226-3285',NULL,'garretw@wedekempers.com',NULL,'Garret Wedekemper',NULL,'618-226-3285','garretw@wedekempers.com',NULL,'Construction','Added from Quote Request form');
INSERT INTO `customers` VALUES (167,'100-Alpha II','Active','2010-05-14 14:06:40','2010-05-20 17:18:16','Valerus ','7514 Hwy 90 West','New Iberia, La.','US','LA','70560','337-369-3131','337-369-7662','tlandry@valerus-co.com',NULL,'Terry Landry',NULL,'337-369-3131','tlandry@valerus-co.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (168,NULL,'Active','2010-05-16 21:01:02','2010-05-17 02:01:02','Tracy Hunter','615 Bavaria Drive','Minot','US','ND','58703','701-721-3137',NULL,'hunters@srt.com',NULL,'Tracy Hunter',NULL,'701-721-3137','hunters@srt.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (169,NULL,'Active','2010-05-17 15:47:00','2010-05-17 20:47:00','Famous Fabrication','Plot 74, Diamond Hills, Behind Diamond Hills, Shaikpet, Hyderabad-500008, India','Hyderabad','IN',NULL,'500008','00914032577434','00914023569065','famous.fabrication@yahoo.com',NULL,'Jawad Ali Khan',NULL,'00914032577434','famous.fabrication@yahoo.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (170,NULL,'Active','2010-05-18 07:59:07','2010-05-18 12:59:07','Vestil Mfg.','2999 N. Wayne St.','Angola','US','IN','46703','260-665-7586 ex.424',NULL,'malachi@vestil.com',NULL,'Malachi Metcalf',NULL,'260-665-7586 ex.424','malachi@vestil.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (171,NULL,'Active','2010-05-18 14:14:01','2010-05-18 19:14:01','J&J Company','5611 sally brown road','muskogee','US','OK','74403','918 616 2169',NULL,'jeremyjjco@yahoo.com',NULL,'Jeremy Hollifield',NULL,'918 616 2169','jeremyjjco@yahoo.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (172,'50-Alpha','Active','2010-05-20 10:11:04','2010-05-21 14:10:39','KCP&L (Great Planes Engery)','26485 E2200 Rd.','Lacygne','US','KS','66040','913-685-6979','816-556-2079','Nelson.MItchell@kcpl.com',NULL,'Nelson Mitchell',NULL,'913-685-6979','Nelson.MItchell@kcpl.com',NULL,'Energy','Added from Quote Request form');
INSERT INTO `customers` VALUES (173,NULL,'Active','2010-05-20 13:23:38','2010-05-20 18:23:38','The Nature Of Steel','3119 Groveland','Ortonville','US','MI','48462','248-249-1369',NULL,'industduct2@sbcglobal.net',NULL,'Brian Muzzarelli',NULL,'248-249-1369','industduct2@sbcglobal.net',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (174,'10-Omicron','Active','2010-05-20 17:17:27','2010-06-03 01:56:59','ECA','Rua Carlos conde 11 r/c a','Lisbon','PT',NULL,'1070-907','+351967269719',NULL,'timoteo_mendes@iol.pt',NULL,'Timóteo Mendes',NULL,'+351967269719','timoteo_mendes@iol.pt',NULL,'Construction','Added from Quote Request form');
INSERT INTO `customers` VALUES (175,NULL,'Active','2010-05-23 08:10:39','2010-05-23 13:10:39','wathen metal and woodworks','n8876 sechlerville rd','hixton','US','WI','54635','7158960853',NULL,'douglas065@centurytel.net',NULL,'doug',NULL,'7158960853','douglas065@centurytel.net',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (176,'100-Alpha II','Active','2010-05-25 05:13:38','2010-06-02 21:25:07','Bruno Levasseur','183 couturier rd ','st-joseph','CA','NB','e7b2k4','506-739-8692',NULL,'brl@nbnet.nb.ca',NULL,'Bruno Levasseur',NULL,'506-739-8692','brl@nbnet.nb.ca',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (177,NULL,'Active','2010-05-25 21:21:04','2010-05-26 02:21:04','Larry Campbell','304 Quail Run','Azle','US','TX','76020','817-291-6956',NULL,'ceciama1953@yahoo.com',NULL,'Larry Campbell',NULL,'817-291-6956','ceciama1953@yahoo.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (178,'50-Alpha','Active','2010-05-27 09:18:46','2010-06-01 23:31:32','Lapeyre Stair Inc.','5117 Toler Street',' Harahan','US','LA','70123','504-570-6208','504-733-4393','kpspahn@laitram.com',NULL,'Kenneth Spahn',NULL,'504-570-6208','kpspahn@laitram.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (180,'10-Omicron','Active','2010-05-29 00:40:11','2010-06-02 22:28:51','Double A Metal','111 Kester Rd','Roseburg','US','OR','97470','541-672-2086','541-672-5764','dblamtl@yahoo.com',NULL,'David Ayres',NULL,'541-672-2086','dblamtl@yahoo.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (181,NULL,'Active','2010-05-29 13:15:29','2010-05-29 18:15:29','hoffman arts','N5666CTH-C','west salem WI 54669','UM',NULL,NULL,'16087864612',NULL,'do not have one',NULL,'ralph hoffman',NULL,'16087864612','do not have one',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (182,NULL,'Active','2010-05-30 10:18:23','2010-05-30 15:18:23','PABS','Ca. San Augusto # 141','Lima','PE',NULL,NULL,'2550122',NULL,'pabs2604@gmail.com',NULL,'Pedro Bancayán',NULL,'2550122','pabs2604@gmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (183,NULL,'Active','2010-05-30 14:50:20','2010-05-30 19:50:20','garry hines','3400 s ky hwy 837','liberty','US','KY','42539','606-787-5820','none','starlahines39@hotmail.com',NULL,'garry hines',NULL,'606-787-5820','starlahines39@hotmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (184,NULL,'Active','2010-05-31 01:02:06','2010-05-31 06:02:06','L A GEAR & TOOL CO(PTY) LTD','plot 6392 LEJAQRA ROAD B/HURST INDUSTRIAL','GABORONE','BW',NULL,NULL,'092671554942','092673191462','promech@mynet.co.bw',NULL,'nigel vickery',NULL,'092671554942','promech@mynet.co.bw',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (179,'50-Alpha','Active','2010-05-28 08:58:14','2010-06-01 21:53:10','Tuthill Drive Systems','P.O. box 600','brookston','US','IN','47923','219-279-2801',NULL,'dcruz@tuthill.com',NULL,'Daniel Cruz',NULL,'219-279-2801x 3584','dcruz@tuthill.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (185,NULL,'Active','2010-06-04 15:58:11','2010-06-04 20:58:11','Industrial Boiler and Mechanical','501 ashby west rd.','Fitchburg ','US','MA','01420','978 490 7435',NULL,'caninehavenrescue@verivon.net',NULL,'Dave Whiteman',NULL,'978 490 7435','caninehavenrescue@verivon.net',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (186,'10-Omicron','Active','2010-06-04 22:39:28','2010-06-09 16:16:02','Industrial Boiler and Mechanical','501 ashby west rd.','Fitchburg ','US','MA','01420','978 490 7435',NULL,'caninehavenrescue@verivon.net',NULL,'Dave Whiteman',NULL,'978 490 7435','caninehavenrescue@verivon.net',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (187,'10-Omicron','Active','2010-06-07 18:52:30','2010-06-09 16:37:07','Kustom Works','112 Kaybeth Ln','Brandon','US','MS','39042','601-622-6574',NULL,'cfonville1@comcast.net',NULL,'Chauncey Fonville',NULL,'601-622-6574','cfonville1@comcast.net',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (188,'10-Omicron','Active','2010-06-09 20:07:09','2010-06-11 00:11:57','Steel Depot Metal Building Systems','5078 Newnan','Griffin','GE',NULL,'30233-6913','7702339825',NULL,'gary@steeldepot.net',NULL,'Gary Westbrooks',NULL,'7702339825','gary@steeldepot.net',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (189,'10-Omicron','Active','2010-06-13 22:25:03','2010-06-18 21:16:07','MTL Manufacturing','530 E Centrailia','Elkhorn','US','WI','53121','608-208-5419',NULL,'mnimmo@mtlequipment.com',NULL,'Mike Nimmo',NULL,'608-208-5419','mnimmo@mtlequipment.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (190,'50-Alpha','Active','2010-06-14 09:51:34','2010-06-17 21:39:03','HirotecAmerica','4567 glenmeade Lane','Auburn Hills','US','MI','48326','248 640 3886',NULL,'garykrus@hirotecamerica.com',NULL,'Gary Krus',NULL,'248 640 3886','garykrus@hirotecamerica.com',NULL,'Automotive','Added from Quote Request form');
INSERT INTO `customers` VALUES (191,'10-Omicron','Active','2010-06-16 10:49:20','2010-06-18 21:29:33','Techniservice','738 west cypress st.','kennett square ','US','PA','19348','610-444-5400','610-444-3126','pirwin@techniservice.com',NULL,'Paul Irwin',NULL,'610-444-5400','pirwin@techniservice.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (192,'10-Omicron','Active','2010-06-16 13:59:47','2010-06-17 16:54:23','hylanders','2620 N US Hwy 93','Arco','US','ID','83213','208-527-3715','na','hylandersco@yahoo.com',NULL,'Paul Schut',NULL,'208-527-3715','hylandersco@yahoo.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (193,'10-Omicron','Active','2010-06-17 21:48:05','2010-06-18 17:39:26','Custom Bent ','14865 North Ave','Bellevue','US','MI','49021','269 758 3857',NULL,'custombent@hotmail.com',NULL,'David Woods',NULL,'269 758 3857','custombent@hotmail.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (194,'10-Omicron','Active','2010-06-18 19:50:44','2010-06-21 17:57:55','EMT,Inc.','2308 Kershaw Hwy','Camden','US','SC','29020','803.424.2001','803.424.2002','jim@ocrsinc.com',NULL,'Jim McKinnon',NULL,'803.424.2001','jim@ocrsinc.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (195,NULL,'Active','2010-06-18 23:30:10','2010-06-19 04:30:10','A.J. kitchen & Services','30 Petchakaseam 86','Bangkae Bangkae, Bangkok, Thailand 10160','TH',NULL,'10160','+6681 173 8933','+6682 8048710','wuttipong.aj@gmail.com',NULL,'Wuttipong Apiwattanachai',NULL,'+6681 173 8933','wuttipong.aj@gmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (196,'20-Omega','Active','2010-06-18 23:34:18','2010-06-22 16:59:38','A.J. kitchen & Services','30 Petchakaseam 86','Bangkae Bangkae, Bangkok, Thailand 10160','TH',NULL,'10160','+6681 173 8933','+6682 8048710','wuttipong.aj@gmail.com',NULL,'Wuttipong Apiwattanachai',NULL,'+6681 173 8933','wuttipong.aj@gmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (197,NULL,'Active','2010-06-19 18:51:55','2010-06-19 23:51:55','jpm ','cale 49 # 68 - 51','medellin','CO',NULL,NULL,'005742601151',NULL,'jpmimpor@hotmail.com',NULL,'jaime posada ',NULL,'005742601151','jpmimpor@hotmail.com',NULL,'Artwork, Signs & Ornamentation','Added from Quote Request form');
INSERT INTO `customers` VALUES (198,NULL,'Active','2010-06-20 08:30:51','2010-06-21 17:21:20','Delco','91 Clarence av.','leamington','CA','ON','N8H 5B5','519-796-8170',NULL,'klassdavid@gmail.com',NULL,'Dave Klassen',NULL,'519-796-8170','klassdavid@gmail.com',NULL,'Manufacturing','6/21/10 (quote sent)\r\nMr. Klassen,\r\nThank you for your interest in an Axis CNC plasma cutting system. Please find attached a quote with a couple of optional power supplies for your consideration. We offer many configurations of plasma cutting solutions, so please feel free to contact us anytime with questions or more information on our plasma cutting solutions.\r\nIn your quote request, you had indicated that you were interested in financing, if this looks like a machine that you feel will suite your needs, let us know and we will have our finance agent contact you to begin the process.\r\n\r\nRegards,\r\n\r\nJames Dill\r\n');
INSERT INTO `customers` VALUES (199,NULL,'Active','2010-06-20 23:25:39','2010-06-21 04:25:39','Momentum Site Services','1252 Rio Drive','kelowna','CA','BC','v1v1e1','250-212-8160',NULL,'jp_540@hotmail.com',NULL,'Jp',NULL,'250-212-8160','jp_540@hotmail.com',NULL,'Maintenance and Repair','Added from Quote Request form');
INSERT INTO `customers` VALUES (200,'10-Omicron','Active','2010-06-21 02:51:29','2010-06-21 17:08:42','Carl Bandhauer','please by email','please by email','UK',NULL,NULL,'by mail',NULL,'carl@bandhauer.org',NULL,'Carl Bandhauer',NULL,'by mail','carl@bandhauer.org',NULL,'Mechanical Contractors','Added from Quote Request form');
INSERT INTO `customers` VALUES (201,'10-Omicron','Active','2010-06-22 19:22:13','2010-06-25 16:46:33','Chris Haumschild','w302 sherwood Rd','Pittsville','US','WI','54466','715-884-6229',NULL,'Havok_gamer@hotmail.com',NULL,'Chris Haumschild',NULL,'715-884-6229','Havok_gamer@hotmail.com',NULL,'Other','Added from Quote Request form');
INSERT INTO `customers` VALUES (202,NULL,'Active','2010-06-25 07:38:52','2010-06-25 12:38:52','Tom Cunningham','9 South Elk Avenue','Kane','US','PA','16735','814-558-1519',NULL,'tomsuzy385@gmail.com',NULL,'Tom Cunningham',NULL,'814-558-1519','tomsuzy385@gmail.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (203,'10-Omicron','Active','2010-06-28 07:02:38','2010-06-29 15:26:10','International Container Co.','110 North Bridge st','Holyoke','US','MA','01040','413-538-9200','413-538-9865','kensearles05@yahoo.com',NULL,'Kenneth Searles',NULL,'413-538-9200','kensearles05@yahoo.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (204,NULL,'Active','2010-06-29 04:52:09','2010-06-29 09:52:09','selvam kp','No 7 brindavan Nagar, matheger','Bangalore','IN',NULL,'560058','918026521681',NULL,'selvmakp@in.com',NULL,'selvam kp',NULL,'918026521681','selvmakp@in.com',NULL,'Metal Fabricators','Added from Quote Request form');
INSERT INTO `customers` VALUES (206,'50-Alpha','Active','2010-06-30 10:26:59','2010-07-01 17:22:51','Salford Farm machinery Ltd.','364018 McBeth Road','Salford','CA','ON','N0J 1W0','519-485-1293','519-485-1311','shane.slattery@salfordmachine.com',NULL,'Shane Slattery',NULL,'519-485-1293','shane.slattery@salfordmachine.com',NULL,'Manufacturing','Added from Quote Request form');
INSERT INTO `customers` VALUES (205,NULL,'Active','2010-06-29 22:07:11','2010-06-30 15:58:11','SAECO ENTERPRISES INC','495 EAST BERGEY ST','WADSWORTH','US','OH','44281','330-334-3271','330-336-6771','KSESAE@AOL.COM',NULL,'STEVE ECKSTINE',NULL,'330-334-3271','KSESAE@AOL.COM',NULL,'Metal Fabricators','Added from Quote Request form\r\nQuote sent out 6/30/10 by Jim');
INSERT INTO `customers` VALUES (207,NULL,'Active','2010-07-06 12:37:16','2010-07-06 17:37:16','GRC Filtration','16 prince consort industrial estate','Tyne & Wear','UK',NULL,'NE311EH','+441914285157','+441914282120','sales@dvgraphics.co.uk',NULL,'Derek Hunter',NULL,'+441914285157','sales@dvgraphics.co.uk',NULL,'Other','Added from Quote Request form');
--
-- Table structure for table `quotes`
--
DROP TABLE IF EXISTS `quotes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quotes` (
`quote` int(11) NOT NULL auto_increment,
`status` enum('','Active','Inactive','Sold','Deleted') default 'Active',
`customer` int(11) NOT NULL,
`created` datetime default NULL,
`changed` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`amount` double default NULL,
`typesOfMaterials` varchar(128) default NULL,
`maximumThickness` varchar(128) default NULL,
`productionLevel` varchar(128) default NULL,
`tableSize` varchar(128) default NULL,
`powerAvailable` varchar(128) default NULL,
`omicronSeriesTable` varchar(128) default NULL,
`epsilonSeriesTable` varchar(128) default NULL,
`betaSeriesTable` varchar(128) default NULL,
`alphaSeriesTable` varchar(128) default NULL,
`tableStyle` varchar(128) default NULL,
`dustCollection` varchar(128) default NULL,
`powerSupply` varchar(128) default NULL,
`otherOptions` varchar(128) default NULL,
`currentSystem` varchar(128) default NULL,
`currentSoftware` varchar(128) default NULL,
`deliveryMethod` varchar(128) default NULL,
`purchaseTimeframe` varchar(128) default NULL,
`referredBy` varchar(128) default NULL,
`financing` varchar(128) default NULL,
`emailNotifications` varchar(128) default NULL,
`comments` text,
`agentAssigned` int(11) default NULL,
`filenames` text,
`notes` text,
PRIMARY KEY (`quote`)
) ENGINE=MyISAM AUTO_INCREMENT=206 DEFAULT CHARSET=latin1 COMMENT='Quotes for Products/Services';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quotes`
--
INSERT INTO `quotes` VALUES (1,'Active',1,'2010-01-04 17:52:49','2010-01-04 23:52:49',55312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes','Included in quote:\r\n1) Installation and setup of machine & components.\r\n2) Training on machine operation & plasma cutting theory\r\n3) DVD training video to optimize your cutting process',NULL,'HSD130_2009JD-10612-267_Navy.pdf',NULL);
INSERT INTO `quotes` VALUES (2,'Active',2,'2010-01-05 10:06:55','2010-01-05 16:06:55',55303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010270-HSD130-10510-Nu-Look Mfg.pdf',NULL);
INSERT INTO `quotes` VALUES (4,'Active',4,'2010-01-05 10:16:41','2010-01-05 16:16:41',37590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010276-PM1250-1048-Indy Metal Fab.pdf',NULL);
INSERT INTO `quotes` VALUES (3,'Active',3,'2010-01-05 10:12:23','2010-01-05 16:18:34',55303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010272-HSD130-10510-Koronis.pdf',NULL);
INSERT INTO `quotes` VALUES (5,'Active',5,'2010-01-05 10:22:31','2010-01-05 16:22:31',38790,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010278-1650-1048-TNT.pdf',NULL);
INSERT INTO `quotes` VALUES (6,'Active',6,'2010-01-05 10:28:20','2010-01-05 16:29:48',92762,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010279-HSD130-1048-Candella.pdf,010280-1650-1048-Candella.pdf',NULL);
INSERT INTO `quotes` VALUES (7,'Active',7,'2010-01-05 10:37:01','2010-01-05 16:37:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Axis CNC Plasma Quote 11-09-09.pdf',NULL);
INSERT INTO `quotes` VALUES (8,'Active',8,'2010-01-05 10:40:42','2010-01-05 16:40:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Axis CNC Plasma Quote Walker Ag.pdf',NULL);
INSERT INTO `quotes` VALUES (9,'Active',9,'2010-01-05 10:52:54','2010-01-05 16:52:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Axis Quote 11-08-09.pdf',NULL);
INSERT INTO `quotes` VALUES (10,'Active',10,'2010-01-05 11:01:11','2010-01-22 20:04:08',83845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HPR130 Custom Iron by Josh.pdf,HPR130_2009JD-10612-225.pdf,HSD130_2009JD-10612-224.pdf',NULL);
INSERT INTO `quotes` VALUES (11,'Active',11,'2010-01-05 11:06:20','2010-01-05 17:06:20',163322,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HPR400XD_2009-PM-50824-251-RMWaterjet.pdf',NULL);
INSERT INTO `quotes` VALUES (13,'Active',13,'2010-01-05 11:16:09','2010-01-05 17:16:09',58867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HSD130_2009JD-10510DS-258.pdf',NULL);
INSERT INTO `quotes` VALUES (14,'Active',14,'2010-01-05 11:20:18','2010-01-05 17:20:18',57317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HSD130_2009JD-10612-252-RT Welding.pdf',NULL);
INSERT INTO `quotes` VALUES (15,'Active',15,'2010-01-05 11:24:07','2010-01-05 17:24:07',38790,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Powermax-1650_2009JD-1048-254.pdf',NULL);
INSERT INTO `quotes` VALUES (16,'Active',16,'2010-01-05 11:39:49','2010-01-05 17:39:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Wiggins Axis Quote Revised 11-09-09.pdf',NULL);
INSERT INTO `quotes` VALUES (17,'Active',17,'2010-01-05 11:59:43','2010-01-05 17:59:43',40740,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010273-1650-1048-preferred_piping.pdf',NULL);
INSERT INTO `quotes` VALUES (18,'Active',18,'2010-01-05 12:03:52','2010-01-05 18:03:52',37590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010277-PM1250-1048-Electraletter Inc.pdf',NULL);
INSERT INTO `quotes` VALUES (19,'Active',19,'2010-01-05 12:09:11','2010-01-05 18:09:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Axis CNC Plasma Quote 11-08-09.pdf',NULL);
INSERT INTO `quotes` VALUES (20,'Active',20,'2010-01-05 12:11:57','2010-01-09 03:45:43',NULL,'Carbon Steel',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Hypertherm',NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Axis CNC Plasma Quote -11-10-09.pdf',NULL);
INSERT INTO `quotes` VALUES (21,'Active',21,'2010-01-05 12:16:14','2010-01-05 18:16:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Axis International Quote - TWS.pdf',NULL);
INSERT INTO `quotes` VALUES (22,'Active',22,'2010-01-05 12:36:53','2010-01-05 18:36:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Bennington 2009JD-1048-223.pdf',NULL);
INSERT INTO `quotes` VALUES (23,'Deleted',23,'2010-01-05 12:40:30','2010-06-03 00:24:48',0,'Carbon Steel',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Hypertherm',NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Cascade - PM08Alpha-10012104.pdf',NULL);
INSERT INTO `quotes` VALUES (24,'Active',24,'2010-01-05 12:49:47','2010-03-16 17:30:54',95495,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HPR260_2009JD-10612-228.pdf','3-16-2010. Doug called for Ron, not in. Follow up 03/24');
INSERT INTO `quotes` VALUES (25,'Active',25,'2010-01-05 12:53:04','2010-01-05 18:53:04',60468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HSD130_2009-10510-248_Myron.pdf',NULL);
INSERT INTO `quotes` VALUES (26,'Active',26,'2010-01-05 12:57:57','2010-01-05 18:57:57',55117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HSD130_2009JD-10510-256-Elgin.pdf',NULL);
INSERT INTO `quotes` VALUES (27,'Active',27,'2010-01-05 13:04:32','2010-01-05 19:04:32',59167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HSD130_2009JD-10612-262_Aztlan.pdf',NULL);
INSERT INTO `quotes` VALUES (28,'Active',28,'2010-01-05 13:09:42','2010-01-05 19:09:42',63267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'HSD130_2009JD-10612DS-266-Vazquez.pdf',NULL);
INSERT INTO `quotes` VALUES (29,'Active',29,'2010-01-05 13:13:28','2010-01-05 19:13:28',47305,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Powermax-1250_2009JD-10510-261 D-D.pdf',NULL);
INSERT INTO `quotes` VALUES (30,'Active',30,'2010-01-05 13:16:56','2010-01-05 19:16:56',49488,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Power-Max-1650_2009-10510-245_Herrfa.pdf',NULL);
INSERT INTO `quotes` VALUES (31,'Active',31,'2010-01-05 13:20:07','2010-01-05 19:20:07',49488,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'Power-Max-1650_2009-10510-247_RMD.pdf',NULL);
INSERT INTO `quotes` VALUES (32,'Active',32,'2010-01-05 13:22:54','2010-01-05 19:22:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'ZECO QUOTE 10-08-09.pdf',NULL);
INSERT INTO `quotes` VALUES (33,'Active',33,'2010-01-08 17:58:19','2010-01-08 23:58:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (34,'Active',34,'2010-01-08 20:50:20','2010-01-09 02:50:20',NULL,'Carbon Steel','.75 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Water','No','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (35,'Active',35,'2010-01-08 22:11:24','2010-01-09 04:11:24',NULL,'Carbon Steel','1 inch or less',NULL,NULL,NULL,'72inch X 144inch',NULL,NULL,NULL,'Downdraft','No','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (36,'Active',36,'2010-01-13 09:28:50','2010-01-13 15:28:50',NULL,NULL,'.675 inch or less',NULL,NULL,NULL,'60inch X 120inch','72inch X 144inch','120inch X 288inch','192inch X 288inch','Downdraft','Yes','Hypertherm',NULL,'No','No','Email','60 to 120 Days',NULL,NULL,'Yes','7NuYiw qgchypwjhpqf, [url=http://auxbicradbqb.com/]auxbicradbqb[/url], [link=http://xampgspstykn.com/]xampgspstykn[/link], http://wzeofhjthalr.com/',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (37,'Active',37,'2010-01-13 10:24:35','2010-01-13 16:24:35',NULL,'Aluminum','.75 inch or less',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Downdraft','Yes','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (38,'Active',38,'2010-01-13 10:52:10','2010-01-13 16:52:10',NULL,'Carbon Steel,Stainless Steel','.675 inch or less',NULL,NULL,NULL,'48inch X 96inch','60inch X 240inch','96inch X 540inch','192inch X 1200inch','Water','No','No Preference','Oxy-fuel Torch','No','No','Mail','60 to 120 Days',NULL,NULL,'Yes','TESTING !',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (39,'Active',39,'2010-01-13 10:52:36','2010-01-13 16:52:36',NULL,'Carbon Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch','60inch X 120inch','96inch X 144inch','144inch X 288inch','Downdraft','Yes','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes','sfaf',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (40,'Active',40,'2010-01-13 11:04:23','2010-01-13 17:04:23',NULL,'Carbon Steel','.75 inch or less',NULL,NULL,NULL,NULL,NULL,NULL,'144inch X 288inch','Downdraft','Yes','Hypertherm','Bevel Head','No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (41,'Active',41,'2010-01-13 11:10:26','2010-01-13 17:10:26',NULL,'Aluminum','.75 inch or less',NULL,NULL,NULL,'60inch X 120inch','72inch X 240inch','102inch X 144inch','192inch X 288inch','Downdraft','Yes','Hypertherm','Bevel Head','No','No','Email','60 to 120 Days',NULL,NULL,'Yes','Another test.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (42,'Active',42,'2010-01-13 13:13:06','2010-01-15 16:17:48',NULL,'Carbon Steel','2 inch or less',NULL,NULL,NULL,'60inch X 120inch','60inch X 240inch','96inch X 144inch','144inch X 288inch','Water','No','Hypertherm',NULL,'No','No','Email','60 to 120 Days',NULL,NULL,'Yes',NULL,NULL,'010142-HPR400XD-50812-Genie.pdf',NULL);
INSERT INTO `quotes` VALUES (43,'Active',43,'2010-01-13 16:35:29','2010-01-13 22:35:29',NULL,'Other','1 inch or less',NULL,NULL,NULL,'48inch X 96inch','60inch X 120inch',NULL,NULL,'Water','No','No Preference','Bevel Head','No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (12,'Active',12,'2010-01-05 11:09:53','2010-01-18 15:19:18',53472,'Carbon Steel',NULL,NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,NULL,'No','Hypertherm',NULL,'No','No','Email',NULL,NULL,NULL,'Yes',NULL,NULL,'010292-HSD130-1048-AgRobotics.pdf,010293-PM1650-1048-AgRobotics.pdf',NULL);
INSERT INTO `quotes` VALUES (44,'Active',44,'2010-01-15 10:39:59','2010-01-15 16:39:59',NULL,'Carbon Steel','2 inch or less',NULL,NULL,NULL,NULL,NULL,NULL,'240inch X 540inch','Water','No','Hypertherm','Oxy-fuel Torch,Bevel Head','No','No','Email','Budget Pricing',NULL,NULL,'Yes','need to cut up to 6 in plate.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (45,'Active',45,'2010-01-15 14:44:47','2010-01-15 20:44:47',NULL,'Stainless Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch','60inch X 120inch','96inch X 144inch','144inch X 288inch','Downdraft','Yes','No Preference','Bevel Head','No','No','Email','60 to 120 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (46,'Active',46,'2010-01-18 15:37:43','2010-01-18 21:37:43',NULL,'Carbon Steel,Stainless Steel,Aluminum','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Downdraft','No','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (47,'Active',47,'2010-01-18 16:13:57','2010-01-18 22:13:57',NULL,'Carbon Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Downdraft','Yes','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (48,'Active',48,'2010-01-18 16:15:36','2010-01-18 22:15:36',NULL,'Carbon Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Downdraft','Yes','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (49,'Active',49,'2010-01-21 03:03:04','2010-01-21 09:03:04',NULL,'Carbon Steel,Stainless Steel,Aluminum','.5 inch or less',NULL,NULL,NULL,NULL,NULL,'96inch X 144inch',NULL,'Downdraft','No','No Preference',NULL,'No','No','Email','30 to 60 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (51,'Active',51,'2010-01-22 14:19:01','2010-01-25 15:36:55',NULL,'Stainless Steel','.75 inch or less',NULL,NULL,NULL,'60inch X 120inch','60inch X 120inch',NULL,NULL,'Downdraft','Yes','Hypertherm',NULL,'No','No','Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,'10301-HPR260-30510-Pet Memorial Services.pdf','(Jim)Spoke with Kurt 1/22/10 -Said he wanted HPR260 and knows it\\\'s overkill but does not want the machine to be overworked and also plans to take on some outside work when machine is not cutting their product. Had Viacon comming over the next day for quote and recommendations. Figures the machine should cost around $80K. \r\n(Jim) emailed quote out 1/24/10');
INSERT INTO `quotes` VALUES (52,'Active',53,'2010-01-26 21:02:55','2010-06-03 01:49:20',55950,'Carbon Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch','60inch X 120inch','96inch X 144inch',NULL,'Water','Yes','Hypertherm',NULL,'No','No','Email','30 to 60 Days',NULL,NULL,'Yes',NULL,1004,'Dyna -10-510051013.pdf',NULL);
INSERT INTO `quotes` VALUES (53,'Active',54,'2010-01-26 21:24:48','2010-01-27 15:01:20',NULL,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Downdraft','No','Hypertherm',NULL,'No','No','Email','30 to 60 Days',NULL,NULL,'Yes',NULL,NULL,'010307-PM1650-1048-Hulett.pdf',NULL);
INSERT INTO `quotes` VALUES (55,'Active',56,'2010-01-27 14:24:09','2010-01-28 15:39:28',NULL,'Carbon Steel,Aluminum','1 inch or less',NULL,NULL,NULL,'60inch X 120inch','60inch X 120inch',NULL,NULL,'Downdraft','No','Hypertherm',NULL,'No','No','Email','Budget Pricing',NULL,NULL,'Yes','Could i get a qoute on the 48in x 96in omicron talbe also',NULL,'010313-HSD130-10510-Brock Meier.pdf,010314-HSD130-1048-Brock Meier.pdf','(Jim) emailed 2 quotes 1/28/10 7:30am');
INSERT INTO `quotes` VALUES (50,'Active',50,'2010-01-22 11:22:58','2010-01-27 22:14:55',NULL,'Carbon Steel,Stainless Steel','1 inch or less',NULL,NULL,NULL,NULL,NULL,'102inch X 144inch',NULL,'Downdraft','Yes','Hypertherm','Oxy-fuel Torch','No','No','Email','Budget Pricing',NULL,NULL,'Yes',NULL,1002,'010149-HPR130-20812-Harriston.pdf,010311-HPR130-50812-Harriston Industrial.pdf,010312-HPR260-50812-Harriston Industrial.pdf,010305-HT-50812-Harriston Industrial.pdf','(Email Received 1/26/10 from Tim)\r\nWe cut 4’x10’ sheets right now. Will that table be able to put 2 sheets up at a time?\r\nAlso, is that system considered a high definition? Could you send me a few other quotes in \r\nSome of the other models also? And maybe one with the drill option. That could save us a lot of time.\r\n\r\nThanks \r\n\r\nTim Swenson\r\n\r\n(Reply from Jim 1/26/10)\r\nHi Tim,\r\nYes, you can place 2 – 4’ ft by 10’ sheets at a time on this machine. The Hypertherm HPR130xd is a high definition system. Here is a good video to watch that illustrates some of the new Hypertherm technology: http://axisplasma.com/hypertherm_full_suite_video.html\r\nThis video shows the full suite of Hypertherm products that are available on the HPR__xd. The only option shown here, not quoted in the original quote was the MTC Software but I believe you had mentioned you already had it. There will likely be some additional updates/upgrades for the True Hole technology, we will let MTC check what you have and see what else might be needed. The part of the video that really shows off the technology is where it compares side by side one system with the optimization software and the other without it. It almost doubles the output capacity. Another real key point here is the ability for dross free cutting, which also eliminates other secondary processes.\r\nI will work up a price on a Beta series system with a heavy gantry system that would be great for heavy duty attachments like a drill station. \r\n\r\nRegards,\r\n\r\n\r\nJames Dill\r\n\r\n');
INSERT INTO `quotes` VALUES (56,'Active',57,'2010-01-28 08:42:44','2010-06-03 02:02:52',38620,'Carbon Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Water','No','No Preference',NULL,'No','No','Email','30 to 60 Days',NULL,NULL,'Yes',NULL,NULL,'010315-PM1650-1048-Danaher.pdf','(Jim)Emailed quotes 9:10am 1/28/10\r\n(Jim) Spoke to Jeremy on the phone and he wants a very basic, budget model machine- I will quote out a TMK1048 to him');
INSERT INTO `quotes` VALUES (57,'Active',58,'2010-01-30 11:22:41','2010-01-30 17:22:41',NULL,'Carbon Steel,Stainless Steel,plastic','1 inch or less','Medium Duty (8hrs per day)','96inch X 144inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,'customized power supply','Drill Head,Other,wrenches',NULL,NULL,'Email','30 to 60 Days','Other','Do Not Require Financing','Yes','This is a test. Please ignore or delete it.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (58,'Active',59,'2010-01-30 14:14:51','2010-01-30 20:14:51',NULL,'Carbon Steel','.5 inch or less',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Email',NULL,NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (59,'Active',60,'2010-01-30 18:51:05','2010-01-31 00:51:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Email',NULL,NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (60,'Active',61,'2010-02-02 14:08:14','2010-02-02 20:08:14',NULL,'Carbon Steel','.5 inch or less','Light Use (Hobbiest/Arts)','48inch X 96inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Drill Head',NULL,NULL,'Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (61,'Active',62,'2010-02-03 02:28:13','2010-02-03 08:28:13',NULL,NULL,'.5 inch or less','Heavy Production (8hrs & multiple shifts)','60inch X 240inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes','future service and any spares needed should be done by u r company without delay and i wish to call and speek to u please mail me contact number and name \r\n\r\nRegards\r\nRaja',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (62,'Active',63,'2010-02-07 13:28:59','2010-02-07 19:28:59',NULL,'Stainless Steel','1 inch or less','Light Use (Hobbiest/Arts)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,'no','Other','no','yes','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes','iwant full price for hpr 130 hd plasma and table \r\n1500 x2500 sise ',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (63,'Active',64,'2010-02-10 10:29:16','2010-02-10 16:29:16',NULL,'Carbon Steel','.5 inch or less','Light Use (Hobbiest/Arts)','60inch X 240inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','no','none','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (64,'Active',65,'2010-02-10 23:17:34','2010-02-11 05:17:34',NULL,NULL,'.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days',NULL,NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (65,'Active',66,'2010-02-12 07:03:34','2010-02-12 13:03:34',NULL,NULL,'.75 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head','ye, hypertthen 380','I dont have software','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (66,'Active',67,'2010-02-12 12:04:19','2010-02-12 18:04:19',NULL,'Carbon Steel','.5 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search',NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (68,'Active',69,'2010-02-12 20:42:31','2010-02-15 16:14:43',40295,'Stainless Steel','.5 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','mastercam export. assuming machine excepts dxf','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,'010345-PM1250-10510-Nicholas A Adams.pdf','Quoted by Jim 8:10am 2/15/10');
INSERT INTO `quotes` VALUES (69,'Active',70,'2010-02-13 07:33:39','2010-02-13 13:33:39',NULL,'Carbon Steel,Stainless Steel,Aluminum,Plastic','Above 2 inches','Heavy Production (8hrs & multiple shifts)','120inch X 540inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch','None','None','Email','0 to 30 Days','Other','Do Not Require Financing','No','Sir/Madam \r\nGlobal Market Ltd is a Cameroon based consultancy. We are contacting you on behalf of a client interested in your plasma machines. \r\nPlease provide us with detailed specification for machine and complete accessories and prices on CIF Douala, Cameroon bases. \r\nPlease also mention payment terms, discounts and commissions. \r\nWhen we are satisfied with the specification and prices, we will offer you a formal order for a formal PI. \r\nRegards \r\nMoss Frank \r\nManager \r\nGlobal Market Ltd \r\nCameroon. ',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (70,'Active',71,'2010-02-13 17:43:15','2010-02-15 16:47:22',36365,NULL,'.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'Just sold my Precision Cutting Systems Table Blue Series','no','Email','0 to 30 Days','Online Search','Need Financing','Yes',NULL,NULL,'010346-PM1000-1048-Pueter Automotive Ltd.pdf','Quoted by Jim 8:45am 2/15/10');
INSERT INTO `quotes` VALUES (67,'Active',68,'2010-02-12 17:21:23','2010-02-15 15:39:34',NULL,NULL,'.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search','Do Not Require Financing','Yes','Looking to see if cnc plasma is right way to go',NULL,'010334-PM1650-10510-Farmore.pdf','Quoted by Jim 7:30am 2/15/10');
INSERT INTO `quotes` VALUES (71,'Active',72,'2010-02-14 15:12:15','2010-02-15 15:55:08',37500,'Carbon Steel,Stainless Steel,Aluminum','.5 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Other','Do Not Require Financing','Yes',NULL,NULL,'010335-PM1250-1048-The Carpet Store.pdf','Quoted by Jim 7:50am 2/15/10');
INSERT INTO `quotes` VALUES (72,'Active',73,'2010-02-15 15:34:01','2010-02-15 21:34:01',NULL,NULL,'.75 inch or less','Heavy Production (8hrs & multiple shifts)','96inch X 144inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'no','no','Email','0 to 30 Days','Online Search','Need Financing','Yes',' I need something that can cut 3/8 mild steel 1/4 stainless 1/8-1/4 Aluminum',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (73,'Active',74,'2010-02-16 15:27:44','2010-02-16 21:27:44',NULL,'Carbon Steel,Stainless Steel,mild','2 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (74,'Active',75,'2010-02-17 02:38:03','2010-03-16 17:04:19',NULL,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','bob cam but i will switch to the most user friendly system','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes','primary cutting job for this unit will be 18 guage stainless plate with fine holes required. want to know the precision capabilites of your various units. best to contact me via email and arrange a time for discussion. please send price quote via email.\r\nthanks\r\n',NULL,NULL,'03-16-2010 Doug, Sent Brian an email asking to review his needs. Offered to meet in San Diego. Follow up after westec');
INSERT INTO `quotes` VALUES (75,'Active',76,'2010-02-18 09:55:23','2010-02-18 15:55:23',NULL,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 400V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (76,'Deleted',77,'2010-02-18 15:13:01','2010-06-03 01:55:46',0,'sheet metal 26da. and thicker','.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Other','yes','looking for better software (hvac) ductwork','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (77,'Active',78,'2010-02-19 10:31:49','2010-02-19 16:31:49',NULL,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days','Online Search',NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (78,'Active',79,'2010-02-21 08:43:26','2010-02-25 19:13:01',NULL,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Medium Duty (8hrs per day)','96inch X 144inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','ACS 5x10 with Edge Ti Control and Kaliburn Proline 2150','PM2000','Email','0 to 30 Days','Online Search','Do Not Require Financing','No','My plasma suffered a fire. We might be able to re-use the Kaliburn 2150 but will need everything else including leeds. For now we need a quote on a complete system with a quick lead time.',NULL,'010346-HSD130-10612-Thompson Customizing.pdf,010347-HPR260-40612-Thompson Customizing.pdf,040612-2150-Matt_Thompson.pdf',NULL);
INSERT INTO `quotes` VALUES (80,'Active',81,'2010-02-22 13:21:31','2010-02-22 19:21:31',NULL,'Carbon Steel','Above 2 inches','Light Use (Hobbyist/Arts)','48inch X 96inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Oxy-fuel Torch','no','ProEngineer','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (81,'Active',82,'2010-02-22 15:23:11','2010-02-22 21:23:11',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'NO','Unigraphics or Esprit','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (79,'Active',80,'2010-02-22 12:53:28','2010-06-03 02:01:07',59253,'Carbon Steel,Stainless Steel','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Oxy-fuel Torch','hypertherm MAX 100','yes but don\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'t like what we have (bobcad cam V20','Email','Budget Pricing','Online Search',NULL,'Yes','We are looking to up grade or retro fit our system as this one is not working at this time and we don\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'t know if it is worth sticking any money into it. This system was ok but we would like something faster and be able to cut thicker material. ',NULL,'010348-HSD130-10612-EPI.pdf,010349-HSD130-10510-EIP.pdf','Quotes were emailed out by Jim 2:55pm 2/22/10');
INSERT INTO `quotes` VALUES (82,'Active',83,'2010-02-23 20:38:48','2010-03-18 22:03:12',NULL,NULL,'1.5 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'no','yes','Email','60 to 120 Days','Other','Need Financing','No',NULL,NULL,'FabricationConcepts-05-822-03181.pdf',NULL);
INSERT INTO `quotes` VALUES (83,'Active',84,'2010-02-24 11:02:11','2010-02-24 17:02:11',NULL,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head','no','no','Email','Budget Pricing','Trade Publication','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (84,'Deleted',85,'2010-02-24 11:04:01','2010-06-03 00:57:41',0,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head','no','no','Email','Budget Pricing','Trade Publication','Need Financing','Yes','Please provide quote including CIF to Santo Domingo, Dominicain Republic\r\n\r\nThanks',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (85,'Active',86,'2010-02-24 15:49:55','2010-02-24 21:49:55',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search',NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (87,'Active',88,'2010-02-25 02:44:23','2010-02-25 08:44:23',NULL,'Stainless Steel,titanium alloys','Above 2 inches','Heavy Production (8hrs & multiple shifts)','Custom Size','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,'min output current of 500 amps',NULL,NULL,NULL,'Email','0 to 30 Days',NULL,NULL,'Yes','please provide complete spec of machine and a pug for straight cutting. We are not interseted in atable or CNC',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (88,'Active',89,'2010-02-25 06:00:34','2010-02-25 12:00:34',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Heavy Production (8hrs & multiple shifts)','Custom Size','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'NO','NO','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (86,'Active',87,'2010-02-25 00:02:59','2010-02-26 15:16:42',NULL,'Carbon Steel,Stainless Steel','.5 inch or less','Heavy Production (8hrs & multiple shifts)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'yes plasmacam','dxf files','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'010351-HSD130-10510-RR-Tool.pdf','(Jim) Talked with Mike Rollins, his main objective is good edge quality. They do both punching and plasma so True Hole would not be needed. I told him I would quote out an HSD130. He did inquire about nesting. ');
INSERT INTO `quotes` VALUES (90,'Active',91,'2010-02-25 23:35:56','2010-03-05 17:48:56',NULL,'Carbon Steel','1 inch or less','Medium Duty (8hrs per day)','96inch X 288inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes','I would also like pricing on smaller models if possible, please.',NULL,'040812-HPR130XD-LONGORIA.pdf,010144-HSD130-LONGORIA.pdf',NULL);
INSERT INTO `quotes` VALUES (91,'Active',92,'2010-02-26 05:31:03','2010-02-26 11:31:03',NULL,'Carbon Steel,Stainless Steel,Aluminum','Above 2 inches','Heavy Production (8hrs & multiple shifts)','120inch X 540inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','no','yes','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (93,'Active',94,'2010-02-26 15:23:33','2010-02-26 21:23:33',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','120inch X 540inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (95,'Active',96,'2010-02-27 15:57:30','2010-02-27 21:57:30',NULL,'Carbon Steel,Stainless Steel,Aluminum','Above 2 inches','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','lynx',NULL,'Email','Budget Pricing','Online Search','Need Financing','Yes','hi ,i would like to know if you have any supplier in the middle east ,Lebanon. because i am thinking of maybe take this with me to lebanon . thanks ',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (96,'Active',97,'2010-02-27 20:28:38','2010-03-01 18:34:38',NULL,'Carbon Steel,Aluminum,Mild Steel.','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Other,Not sure??','No.','no','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,'010356-HSD130-1048-Steel Bull.pdf',NULL);
INSERT INTO `quotes` VALUES (97,'Active',98,'2010-02-28 13:34:22','2010-02-28 19:34:22',NULL,'Stainless Steel','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Other','no','windows x p','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes','please inform me for the h d plasma system hpr xd 130\r\nfull price time to get it and hwo help me to start the\r\nmachine and the cost when some expert come to my area\r\nthankyou for your time iwish to ansuer me',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (98,'Active',99,'2010-02-28 14:53:21','2010-02-28 20:53:21',NULL,'Carbon Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','72inch X 240inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'burney 3','yes inventor 2009','Email','60 to 120 Days','Online Search','Need Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (99,'Active',100,'2010-02-28 17:26:44','2010-03-01 22:41:38',NULL,NULL,'1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Other,SCRIBE AND MARKER','N','N','Mail','Budget Pricing','Online Search','Do Not Require Financing','Yes','PLEASE KEEP MY INFORMATION PRIVATE',NULL,'010357-PM1250-10510-Mike.pdf','Quote sent by Jim 3-1-10');
INSERT INTO `quotes` VALUES (100,'Active',101,'2010-02-28 17:34:55','2010-03-01 08:02:23',NULL,'Carbon Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 600V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no',NULL,'Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'010353-HSD130-10612-BMG.pdf',NULL);
INSERT INTO `quotes` VALUES (101,'Active',102,'2010-02-28 17:35:54','2010-02-28 23:35:54',NULL,'Stainless Steel','.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 440V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (92,'Active',93,'2010-02-26 13:39:05','2010-03-01 18:48:24',NULL,NULL,'1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'dont know','no','no','Email','Budget Pricing','Online Search','Need Financing','Yes','I am looking to expand services to iorn works besides my current capabilities. ',NULL,'010354-HSD130-1048-Vasquez.pdf','Also forwarded email and quote to George for finance.(Jim)');
INSERT INTO `quotes` VALUES (94,'Active',95,'2010-02-27 10:32:45','2010-03-16 16:59:39',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'esab','mtc pro nest','Email','30 to 60 Days','Online Search',NULL,'Yes',NULL,NULL,'010352-HSD130-10612-Venable_Fabricators.pdf,010355-HPR130-20612-Vernable Fabricators.pdf','Kurt called and requested a price on an upgraded machine with dual sided drive (omega) and an HPR130. New quote also contained pricing for Micro Air dust collector. \r\n\r\n03/16/2010 Doug, Called but Kurt is out until Wed. ');
INSERT INTO `quotes` VALUES (102,'Active',103,'2010-03-01 12:55:52','2010-03-01 19:04:20',NULL,'Stainless Steel','2 inch or less','Medium Duty (8hrs per day)','96inch X 144inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'No','MTC','Email','Budget Pricing','Other','Need Financing','Yes',NULL,NULL,'040812-HPR400XD-Arrowdyne.pdf',NULL);
INSERT INTO `quotes` VALUES (89,'Active',90,'2010-02-25 14:53:27','2010-03-01 21:22:55',NULL,'Carbon Steel','.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,'010357-PM1250-1048-Urlacher.pdf','Quoted by Jim 3-1-10\r\nForwarded Info to George for finance');
INSERT INTO `quotes` VALUES (104,'Active',105,'2010-03-02 22:28:02','2010-04-07 22:16:40',NULL,'Carbon Steel','Above 2 inches','Medium Duty (8hrs per day)','72inch X 240inch','3 Phase 600V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Online Search',NULL,'Yes',NULL,NULL,'50-7212-040701-pkmetalworks.pdf',NULL);
INSERT INTO `quotes` VALUES (105,'Active',106,'2010-03-03 10:16:43','2010-03-03 16:16:43',NULL,NULL,'Above 2 inches','Heavy Production (8hrs & multiple shifts)','120inch X 540inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Email','60 to 120 Days','Trade Publication','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (103,'Active',104,'2010-03-02 15:28:40','2010-03-04 15:40:13',NULL,NULL,'.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'No','No','Email','60 to 120 Days','Other',NULL,'No',NULL,NULL,'010358-PM1250-10510-APEX Mfg.pdf,010358-B-HPR130-20510-Apex.pdf','(Jim) emailed quote 3-3-10 No contact as yet.\r\nDavd responded with the following email:\r\n\r\nJim,\r\n\r\nOur demand is going to be High Def. Give me a call and lets discuss\r\n\r\n\r\nDavid Lewis\r\nPresident\r\nAPEX Manufacturing Services, Ltd.\r\nCel 4066706934\r\n(Jim) Sent new quote 3-4-10 7:40am');
INSERT INTO `quotes` VALUES (106,'Active',107,'2010-03-04 08:08:27','2010-03-04 14:08:27',NULL,'Carbon Steel','1 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch','testing','testing','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes','This is (yet another) test. Please ignore it.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (54,'Inactive',55,'2010-01-27 05:06:23','2010-07-03 19:43:00',0,'Carbon Steel,Stainless Steel','.5 inch or less',NULL,NULL,NULL,'48inch X 96inch',NULL,NULL,NULL,'Downdraft','No','Hypertherm','Oxy-fuel Torch','No','No','Email','30 to 60 Days',NULL,NULL,'Yes','I DO NOT SERIES TABLE I NEED ??',NULL,'010307-PM1650-1048-United Prison Equipment.pdf,010310-HSD130-1048-United Prison.pdf,010322-HPR130-20510-United Prison.pdf,Omega-20_5x10_Layout copy.pdf,010322-B-HPR130-20612-United Prison.pdf','Mike called for an updated quote because they are getting ready to go to their finance company for funding.(3/8/10)(Jim)');
INSERT INTO `quotes` VALUES (107,'Active',108,'2010-03-08 16:12:37','2010-03-08 22:12:37',NULL,'Carbon Steel,Stainless Steel','.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Drill Head','No','No','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (108,'Active',109,'2010-03-09 10:57:51','2010-03-09 16:57:51',NULL,'Carbon Steel,Stainless Steel','2 inch or less','Medium Duty (8hrs per day)','120inch X 144inch','3 Phase 440V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes','Please send me price of 501012 120in x 144in\r\n\r\nthanks\r\nAndres C',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (109,'Active',110,'2010-03-10 09:31:58','2010-03-10 15:31:58',NULL,'mild steel','2 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 600V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'no',NULL,'Fax','Budget Pricing','Online Search','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (110,'Active',111,'2010-03-12 00:57:57','2010-03-12 06:57:57',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'Tracker Cnc','No','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes','We are currently quoting new machines to upgrade our shop, our time frame is between 8-12 months',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (111,'Deleted',112,'2010-03-13 19:21:28','2010-06-03 16:39:52',0,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Heavy Production (8hrs & multiple shifts)','96inch X 288inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,'200 a 240 v is all all that is avail',NULL,'flow water jet','flow only','Email','30 to 60 Days','Online Search','Need Financing','No',NULL,NULL,NULL,'Water table and down draft table with dust collection separate opetions. Quote true-hole software as nesting package.\r\n\r\nBevel cutting - quote manual angle bevel unit above total line.\r\n\r\nAKS and CSI is competition. Flying back to AKS to see their systems');
INSERT INTO `quotes` VALUES (112,'Active',114,'2010-03-16 23:20:14','2010-03-17 04:20:14',NULL,'Carbon Steel,Aluminum','.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Trade Publication','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (113,'Active',115,'2010-03-18 08:23:04','2010-03-18 15:55:49',NULL,'Carbon Steel','.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'dont own but huse a hypertherm unit','i use solidworks and id like to to be compatable with that ','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,'03/18/2010 Doug, Spoke with Chris, automotive accessories, off road parts and suspension parts. Just starting out. 0.375. 0.25, 0.50 max. 80 to 90 % ms, possible some aluminum. Talked about water jet. Estimated price of 30 hp waterjet, 6 x 12 to be in the $150-175,000 range. Talked holes, need to quote Omnicron SS, 6 x 10 with hsd-130, and Omega 6 x 12 with hpr 130.\r\nQuote solidworks add on with mtc turbonest.\r\n\r\nFrom Maine, in phoenix for 5 years. ');
INSERT INTO `quotes` VALUES (115,'Active',117,'2010-03-22 22:33:06','2010-03-23 03:33:06',NULL,'Carbon Steel,Stainless Steel','.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,'window xp','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (116,'Active',118,'2010-03-23 19:38:57','2010-03-24 00:38:57',NULL,'Carbon Steel,Stainless Steel,Aluminum,galvanized metal','.5 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,'120v','no','no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (114,'Active',116,'2010-03-18 15:58:29','2010-03-30 14:49:02',NULL,'Carbon Steel','1.5 inch or less','Medium Duty (8hrs per day)','96inch X 288inch','460 3p',NULL,NULL,NULL,'Alpha 50 96 x 288','Down Draft',NULL,'HPR 260, and HSD 130','None','None','MBS - Metal Building Software','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,'050-824-032710-Delta.pdf',NULL);
INSERT INTO `quotes` VALUES (118,'Active',120,'2010-03-25 11:22:34','2010-03-25 16:22:34',NULL,'Carbon Steel','1.5 inch or less','Medium Duty (8hrs per day)','96inch X 288inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch',NULL,'trying out smartsuite','Fax','Budget Pricing','Trade Publication','Do Not Require Financing','No','HK&S is considering the purchase of a plasma system. Dependant on the cost/price. We have a hand held plasma now. We may consider a used system, if the price of a new setup is more than our expectations. We would want to cut up to possible 1\\\" w/plasma and perhaps have a oxy-fuel torch for cutting base plates & etc. that could be larger up to perhaps 1 1/2\\\" We could even possibly build our own table/water table if feasible. At this time we are basically pricing and seeing what is available to consider our options and if a system will justify. Any litature available w/pricing would help. \r\nRespectfully,\r\nJoe Donovan (purchasing)',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (119,'Active',121,'2010-03-27 09:56:07','2010-03-27 14:56:07',NULL,'Carbon Steel,Stainless Steel,Aluminum','.5 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no',NULL,'0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (121,'Active',123,'2010-03-29 00:06:17','2010-03-29 05:06:17',NULL,'Carbon Steel','.75 inch or less','Heavy Production (8hrs & multiple shifts)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'no','cad','Email','0 to 30 Days','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (122,'Active',124,'2010-03-31 13:58:53','2010-04-07 14:07:15',NULL,'Carbon Steel,Stainless Steel','3','Medium Duty (8hrs per day)','120inch X 540inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch 4','no','CAD','Email','30 to 60 Days','Online Search','Do Not Require Financing','No',NULL,NULL,'05120540-040202.pdf',NULL);
INSERT INTO `quotes` VALUES (123,'Active',125,'2010-04-01 17:35:50','2010-04-01 22:35:50',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (124,'Active',126,'2010-04-01 17:37:13','2010-04-01 22:37:13',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (125,'Active',127,'2010-04-01 17:37:56','2010-04-01 22:37:56',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (126,'Deleted',128,'2010-04-04 16:43:12','2010-06-03 00:44:55',0,'Carbon Steel,Stainless Steel','.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (127,'Active',129,'2010-04-05 22:23:32','2010-04-06 03:23:32',NULL,'Carbon Steel,Stainless Steel,Aluminum','Above 2 inches','Heavy Production (8hrs & multiple shifts)','48inch X 96inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Drill Head','SHOPBOTTOOLS','NO','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (120,'Active',122,'2010-03-27 15:52:50','2010-04-07 14:29:40',NULL,'Carbon Steel,Aluminum','1.5 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'50-7212-033001-clfabrication.pdf,clfabricationcoverletter-03-29-2010.docx',NULL);
INSERT INTO `quotes` VALUES (117,'Active',119,'2010-03-23 19:49:51','2010-04-09 12:30:19',NULL,'Carbon Steel,Stainless Steel,Aluminum','Above 2 inches','Medium Duty (8hrs per day)','120inch X 540inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Oxy-fuel Torch','no','sigma nest','Email','60 to 120 Days','Online Search','Need Financing','Yes','two oxy heads one plasma\r\n40\' to 80\' tables',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (129,'',0,'0000-00-00 00:00:00','2010-04-09 10:53:15',NULL,'value','value','value','value','value',NULL,NULL,NULL,NULL,'value',NULL,NULL,'value','value','value','value','value','value','value','value','value',0,'value',NULL);
INSERT INTO `quotes` VALUES (130,'Deleted',131,'2010-04-10 06:12:36','2010-06-03 00:27:05',0,NULL,'1 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (131,'Active',132,'2010-04-11 19:20:20','2010-04-12 00:20:20',NULL,NULL,'.5 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (133,'Active',134,'2010-04-13 15:41:03','2010-04-13 20:41:03',NULL,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 400V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Drill Head',NULL,'solidworks, solidcam','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (134,'Active',135,'2010-04-14 03:42:12','2010-04-14 08:42:12',NULL,'Carbon Steel,Stainless Steel','1 inch or less','Medium Duty (8hrs per day)','Custom Size','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (132,'Active',133,'2010-04-12 21:43:12','2010-04-14 12:45:45',65000,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch',NULL,NULL,'Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes','looking for a small turn key machine ',NULL,'10-510-041301-Rays Heating.pdf',NULL);
INSERT INTO `quotes` VALUES (128,'Active',130,'2010-04-06 15:45:18','2010-04-14 13:20:56',65000,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'POWERMAX 1250','NO','Email','Budget Pricing','Trade Publication','Do Not Require Financing','Yes',NULL,NULL,'10-510-041401-Alexsons.pdf,Axelsons-coverletter.doc',NULL);
INSERT INTO `quotes` VALUES (135,'Active',136,'2010-04-14 07:50:55','2010-04-14 12:50:55',NULL,'Carbon Steel,Stainless Steel,Aluminum','2 inch or less','Medium Duty (8hrs per day)','96inch X 288inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','no','no','Email','30 to 60 Days','Received an email','Do Not Require Financing','Yes','I am interested in knowing in detail the equipment that you made with the following effective dimensions 1200mm x 2400mm cutting, please send prices and detailed information.\r\nThank you.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (136,'Active',137,'2010-04-15 13:17:31','2010-04-15 18:17:31',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','48inch X 96inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'no','no','Fax','Budget Pricing','Trade Publication','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (137,'Active',138,'2010-04-16 12:50:02','2010-04-16 17:50:02',NULL,NULL,'1.5 inch or less','Medium Duty (8hrs per day)','72inch X 240inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'Torchmate','No','Email','60 to 120 Days','Other','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (138,'Active',139,'2010-04-16 16:43:12','2010-04-16 21:43:12',NULL,'Carbon Steel','.5 inch or less','Light Use (Hobbyist/Arts)','72inch X 144inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'n','n','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (139,'Active',140,'2010-04-19 12:28:14','2010-04-20 16:06:03',0,'Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Other','Do Not Require Financing','Yes',NULL,NULL,'cover letter for lautan berkat.docx',NULL);
INSERT INTO `quotes` VALUES (140,'Active',141,'2010-04-19 12:40:51','2010-04-19 17:40:51',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Light Use (Hobbyist/Arts)','48inch X 96inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Other','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (142,'Active',143,'2010-04-19 21:44:01','2010-04-20 02:44:01',NULL,'Carbon Steel,Stainless Steel','.75 inch or less','Heavy Production (8hrs & multiple shifts)','Custom Size','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes','I just need quote for power source:\r\nHPR130xd or HPR260xd ',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (143,'Active',144,'2010-04-20 09:25:39','2010-04-20 14:25:39',NULL,'Carbon Steel','2 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','no','no','Mail','Budget Pricing','Trade Publication','Need Financing','Yes','Were a small shop looking to plasma cut up to 1/2in and oxy up to 2in plate in carbon steel.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (141,'Active',142,'2010-04-19 13:32:50','2010-05-19 15:46:27',156000,'Carbon Steel,Stainless Steel','1.5 inch or less','Heavy Production (8hrs & multiple shifts)','96inch X 288inch','3 Phase 600V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days','Online Search','Need Financing','Yes','look for a unit now: financing ',NULL,'50-824-042801-Capgardsteelandfab.pdf,capgardfuturevalueletter05--7-2010.docx,50-824-042801A-Capgardsteelandfab-with$-05-19-2010.pdf',NULL);
INSERT INTO `quotes` VALUES (144,'Active',145,'2010-04-22 16:26:02','2010-04-22 21:26:02',NULL,'Stainless Steel','1.5 inch or less','Light Use (Hobbyist/Arts)','72inch X 144inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (145,'Active',146,'2010-04-23 14:06:22','2010-04-23 19:06:22',NULL,'Carbon Steel','1 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','NO','NO','Email','30 to 60 Days',NULL,NULL,'No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (146,'Active',147,'2010-04-25 10:52:51','2010-04-25 15:52:51',NULL,'Carbon Steel,Stainless Steel,Aluminum','.5 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (147,'Active',148,'2010-04-25 14:40:42','2010-04-25 19:40:42',NULL,NULL,'2 inch or less','Heavy Production (8hrs & multiple shifts)','72inch X 240inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,'HT4001','Drill Head,Oxy-fuel Torch','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (148,'Active',149,'2010-04-26 12:28:44','2010-04-26 17:28:44',NULL,'Carbon Steel','.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (149,'Active',150,'2010-04-26 23:44:21','2010-04-27 04:44:21',NULL,'Carbon Steel','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (150,'Deleted',151,'2010-04-28 02:11:21','2010-06-02 23:18:32',0,'Carbon Steel,Stainless Steel,Aluminum,copper','1.5 inch or less','Heavy Production (8hrs & multiple shifts)','Custom Size','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (151,'Active',152,'2010-04-28 20:35:23','2010-04-29 01:35:23',NULL,'Stainless Steel,Aluminum','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head',NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (152,'Active',153,'2010-04-29 02:48:11','2010-04-29 07:48:11',NULL,'Carbon Steel','2 inch or less','Medium Duty (8hrs per day)','120inch X 288inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch',NULL,'autocad','Email','Budget Pricing','Online Search',NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (153,'Active',154,'2010-04-29 03:08:10','2010-04-29 08:08:10',NULL,'Carbon Steel','2 inch or less','Medium Duty (8hrs per day)','120inch X 288inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch',NULL,'autocad','Email','Budget Pricing','Online Search',NULL,'Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (154,'Active',155,'2010-04-29 17:01:30','2010-05-25 00:39:25',140000,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','72inch X 240inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'Torchmate, MG','Pronest','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes','we may look at more than one unit, we have 4 locations including a location in Mexico !!',NULL,'50-812-050301-screwconveyor-no$.pdf,screwconveyorcorp-coverletter.docx,50-812-050301-screwconveyor-with$-2003.xls',NULL);
INSERT INTO `quotes` VALUES (155,'Active',156,'2010-05-01 00:26:04','2010-05-01 05:26:04',NULL,'Carbon Steel,Stainless Steel','.5 inch or less','Heavy Production (8hrs & multiple shifts)','72inch X 144inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head,Oxy-fuel Torch,Other',NULL,NULL,'Email','60 to 120 Days','Online Search','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (156,'Active',157,'2010-05-02 22:44:56','2010-06-03 01:09:01',38950,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,'David -10-510051011.pdf',NULL);
INSERT INTO `quotes` VALUES (157,'Active',158,'2010-05-03 21:04:25','2010-05-04 02:04:25',NULL,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days','Other','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (158,'Active',159,'2010-05-04 12:11:55','2010-05-04 18:01:39',0,'MS','2','12 HR Day',NULL,'480 VAC 3 phase',NULL,NULL,'8x30',NULL,'Downdraft','NO','HPR260XD','None','Omicron 6x12 HSD130','Promotion',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'alphaquoteforKraig-04-26-2010.pdf',NULL);
INSERT INTO `quotes` VALUES (159,'Active',160,'2010-05-04 16:18:04','2010-06-03 00:12:58',42925,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch',NULL,NULL,'Email','30 to 60 Days',NULL,NULL,'Yes',NULL,NULL,'Bridgemont-10-510051010.pdf',NULL);
INSERT INTO `quotes` VALUES (160,'Active',161,'2010-05-07 14:40:29','2010-05-07 19:40:29',NULL,NULL,'1.5 inch or less','Medium Duty (8hrs per day)','60inch X 240inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (162,'Active',164,'2010-05-10 12:03:08','2010-05-10 17:03:08',NULL,'Carbon Steel','.75 inch or less','Medium Duty (8hrs per day)','60inch X 240inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing',NULL,NULL,'Yes','Called into factory, Pat Spoke with him, and suggested we quote the omicron 6 x 20 with PowerMAX 1650, with the option of an HSD 130 Hypertherm.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (161,'Active',162,'2010-05-10 11:25:40','2010-05-12 13:12:07',0,NULL,'.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search','Do Not Require Financing','No',NULL,NULL,'10-510051002-ashland cement.pdf,ashlandcement-coverletter.docx',NULL);
INSERT INTO `quotes` VALUES (163,'Active',165,'2010-05-13 00:02:33','2010-05-13 05:02:33',NULL,NULL,'1 inch or less','Heavy Production (8hrs & multiple shifts)','96inch X 540inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,'not sure.','not sure maybe router or drill','no','no..... windows?','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes','just learning and thinking of how to fill 18,000sq ft of wharehouse for production of some sort.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (164,'Active',166,'2010-05-13 08:43:09','2010-05-20 16:37:05',150000,'Carbon Steel,Stainless Steel,Aluminum,UHMW and Urethane','2 inch or less','Heavy Production (8hrs & multiple shifts)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head,Oxy-fuel Torch','None','Auto Cad','Email','Budget Pricing','Trade Publication','Do Not Require Financing','Yes',NULL,NULL,'wedekemperscoverletter-05-19-2010.docx,50-812051801-wedekempers-05-18-2010.pdf',NULL);
INSERT INTO `quotes` VALUES (165,'Active',167,'2010-05-14 14:06:40','2010-05-20 17:18:08',380000,'Carbon Steel','2 inch or less','Heavy Production (8hrs & multiple shifts)','120inch X 540inch','3 Phase 440V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch',NULL,NULL,'Email','Budget Pricing','Online Search','Do Not Require Financing','No',NULL,NULL,'100-1445051901-Valerus.pdf',NULL);
INSERT INTO `quotes` VALUES (166,'Active',168,'2010-05-16 21:01:02','2010-05-17 02:01:02',NULL,'Carbon Steel','.5 inch or less','Medium Duty (8hrs per day)','60inch X 240inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Mail','Budget Pricing','Other','Do Not Require Financing','Yes','I\'m looking for a computerized machine to cut quarter inch or less steel. 4 ft by 8 ft or less. Thanks',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (167,'Active',169,'2010-05-17 15:47:00','2010-05-17 20:47:00',NULL,'Carbon Steel,Stainless Steel,Aluminum','2 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch,Other','no','yes','Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes','Please give me a final quote and I prefer to inspect the machine before i go for final payments of the purchased machine.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (168,'Active',170,'2010-05-18 07:59:07','2010-05-18 12:59:07',NULL,'Carbon Steel,Stainless Steel,Aluminum','2 inch or less','Heavy Production (8hrs & multiple shifts)','72inch X 240inch','3 Phase 440V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'No We have a Trumpf laser','No','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (169,'Active',171,'2010-05-18 14:14:01','2010-05-18 19:14:01',NULL,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','via cad pro 2009','Email','Budget Pricing','Online Search','Need Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (171,'Active',173,'2010-05-20 13:23:38','2010-05-25 00:49:13',43541,'Carbon Steel,Stainless Steel','.5 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','0 to 30 Days','Online Search','Do Not Require Financing','No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (170,'Active',172,'2010-05-20 10:11:04','2010-05-21 15:11:58',165000,'Carbon Steel,Stainless Steel,Aluminum','Above 2 inches','Heavy Production (8hrs & multiple shifts)','120inch X 288inch','3 Phase 440V, 50-60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','C & G with hypertherme 200 and oxy-fuel with burny 10 controler',NULL,'Email','Budget Pricing','Online Search','Do Not Require Financing','Yes','We would like to true hole tech-Knowledgy.\r\nwe cut shim stock to 6\" a36 ',NULL,'50-1024052101 KCP&L Great Plains Energy.pdf,coverletter.docx',NULL);
INSERT INTO `quotes` VALUES (173,'Active',175,'2010-05-23 08:10:39','2010-05-25 00:35:04',44945,'Carbon Steel,Aluminum','1 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch,Other','no','no','Email','60 to 120 Days','Other','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (172,'Active',174,'2010-05-20 17:17:27','2010-06-03 01:56:38',44945,NULL,'1 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing',NULL,NULL,'Yes',NULL,1004,'ECA-10-510051003.pdf',NULL);
INSERT INTO `quotes` VALUES (175,'Active',177,'2010-05-25 21:21:04','2010-05-26 02:21:04',NULL,'Carbon Steel','.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Mail','Budget Pricing','Trade Publication','Need Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (176,'Active',178,'2010-05-27 09:18:46','2010-06-01 23:43:59',162816,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Medium Duty (8hrs per day)','120inch X 540inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','Messer ',NULL,'Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,'05812-HPR130XD-Lapeyre.pdf',NULL);
INSERT INTO `quotes` VALUES (178,'Active',180,'2010-05-29 00:40:11','2010-06-03 01:24:09',55950,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','powermax 1250','no','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'Double A -10-510051012.pdf',NULL);
INSERT INTO `quotes` VALUES (179,'Active',181,'2010-05-29 13:15:29','2010-06-01 19:21:16',38975,'STEEL/ ALUNMIUM','1 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Other','NO','NO','Email','30 to 60 Days','Other','Do Not Require Financing','Yes','Mailed',NULL,'Hoffman-10-510051009.pdf',NULL);
INSERT INTO `quotes` VALUES (180,'Active',182,'2010-05-30 10:18:23','2010-06-01 18:34:50',38725,'Carbon Steel','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'PABS-10-510051008.pdf',NULL);
INSERT INTO `quotes` VALUES (181,'Active',183,'2010-05-30 14:50:20','2010-06-01 18:14:17',58950,NULL,'1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Other','not yet','no','Email','0 to 30 Days','Other','Do Not Require Financing','Yes',NULL,NULL,'Garry-10-510051007.pdf',NULL);
INSERT INTO `quotes` VALUES (182,'Active',184,'2010-05-31 01:02:06','2010-06-01 17:53:22',68915,'Carbon Steel,Stainless Steel,Aluminum','2 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head,Oxy-fuel Torch','no','no','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,'LA_GEAR-10-510051006.pdf',NULL);
INSERT INTO `quotes` VALUES (177,'Active',179,'2010-05-28 08:58:14','2010-06-03 02:04:52',149546,NULL,'1.5 inch or less','Heavy Production (8hrs & multiple shifts)','60inch X 120inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'Hypertherm HT2000','Sigmanest','Email','60 to 120 Days','Online Search','Do Not Require Financing','No',NULL,1004,'05812-HPR400XD-Tuthill.pdf',NULL);
INSERT INTO `quotes` VALUES (174,'Active',176,'2010-05-25 05:13:38','2010-06-02 22:26:58',430480,NULL,'Above 2 inches','Heavy Production (8hrs & multiple shifts)','120inch X 540inch','3 Phase 600V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Drill Head,Oxy-fuel Torch',NULL,NULL,'Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'101045-HPR400XD-G&B.pdf',NULL);
INSERT INTO `quotes` VALUES (183,'Active',185,'2010-06-04 15:58:11','2010-06-04 20:58:11',NULL,NULL,'.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'just the plasma torch. powermax 1000','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (184,'Active',186,'2010-06-04 22:39:28','2010-06-09 16:16:21',39925,NULL,'.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'just the plasma torch. powermax 1000','no','Email','Budget Pricing','Online Search','Do Not Require Financing','Yes',NULL,NULL,'IBM-10-510051013_1250.pdf',NULL);
INSERT INTO `quotes` VALUES (185,'Active',187,'2010-06-07 18:52:30','2010-06-09 16:37:50',39925,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','no','Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,'Kustom-10-510051014_1250.pdf',NULL);
INSERT INTO `quotes` VALUES (186,'Active',188,'2010-06-09 20:07:09','2010-06-11 00:57:31',55950,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'Yes Sampson 510','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'Steel Depot -10-510051016.pdf',NULL);
INSERT INTO `quotes` VALUES (190,'Active',192,'2010-06-16 13:59:47','2010-06-17 17:14:14',38950,'Carbon Steel','.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','no','no','Email','0 to 30 Days','Online Search','Do Not Require Financing','No',NULL,NULL,'Hylanders -10-510051018.pdf',NULL);
INSERT INTO `quotes` VALUES (188,'Active',190,'2010-06-14 09:51:34','2010-06-18 17:41:23',143491,'Carbon Steel','1.5 inch or less','Heavy Production (8hrs & multiple shifts)','96inch X 144inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,'Oxy-fuel Torch','no','No','Email','30 to 60 Days','Online Search','Do Not Require Financing','No',NULL,NULL,'05812-HPR130XD-Hirotec.pdf,HPR260xd_Autogas.pdf',NULL);
INSERT INTO `quotes` VALUES (191,'Active',193,'2010-06-17 21:48:05','2010-06-18 17:40:35',39950,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,'5x10 koike monograph',NULL,'Email','0 to 30 Days','Online Search','Do Not Require Financing','Yes','Replacing koike table asap as was stuck by lighting recently.',NULL,'Custom Bent-10-510051019.pdf',NULL);
INSERT INTO `quotes` VALUES (187,'Active',189,'2010-06-13 22:25:03','2010-06-18 21:16:18',55950,'Carbon Steel,Stainless Steel,Aluminum','1.5 inch or less','Heavy Production (8hrs & multiple shifts)','72inch X 144inch','3 Phase 200/208V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'Samson cutting system','Yes','Email','60 to 120 Days','Online Search','Do Not Require Financing','Yes','Thank you...',NULL,'MTL-10-510051020.pdf',NULL);
INSERT INTO `quotes` VALUES (192,'Active',194,'2010-06-18 19:50:44','2010-06-21 17:58:37',39950,'Carbon Steel,Stainless Steel,Aluminum,copper','.5 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'no','alphacam','Mail','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,'EMT -10-510051022.pdf',NULL);
INSERT INTO `quotes` VALUES (193,'Active',195,'2010-06-18 23:30:10','2010-06-19 04:30:10',NULL,NULL,'.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,'Need high definition plasma or laser by hypertherm',NULL,'No, manual','software which ','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes','I need a CNC operated Plasma cutting for our stainless steel fabricated in Thailand. Got some quote from Torchmate but also need more information and pricing for high definition plasma and its total investment and operation cost.',NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (194,'Active',196,'2010-06-18 23:34:18','2010-07-01 17:28:47',0,'Stainless Steel','.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,'Need high definition plasma or laser by hypertherm',NULL,'No, currently we manually cut it.','software which helping us for nesting and import shape from different source','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes','We got a quote from torchmate for the same system indicated above, just like to get another quotation to compare both quality and price. Interested in the high definition plasma technology since our application would be on the Stainless steel sheet which and range between 0.5 mm to 2.5 mm.',NULL,'20510-HPR130XD-A.J.pdf',NULL);
INSERT INTO `quotes` VALUES (195,'Active',197,'2010-06-19 18:51:55','2010-06-19 23:51:55',NULL,NULL,'.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,NULL,NULL,'Mail','60 to 120 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (198,'Active',200,'2010-06-21 02:51:29','2010-06-21 18:36:41',62550,'Carbon Steel','1 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','3 Phase 440V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'no','yes Si solution','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'Carl -10-510051023.pdf',NULL);
INSERT INTO `quotes` VALUES (196,'Active',198,'2010-06-20 08:30:51','2010-06-21 17:22:55',-41950.17,'Carbon Steel','.5 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 600V, 60Hz',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,NULL,NULL,'Email','0 to 30 Days','Online Search','Need Financing','Yes',NULL,NULL,'Delco 10-510051018.pdf',NULL);
INSERT INTO `quotes` VALUES (197,'Active',199,'2010-06-20 23:25:39','2010-06-22 16:34:36',38950,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','1 Phase Only',NULL,NULL,NULL,NULL,'Water',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing','Online Search','Need Financing','Yes',NULL,NULL,'Momentum -10-510051024.pdf',NULL);
INSERT INTO `quotes` VALUES (189,'Sold',191,'2010-06-16 10:49:20','2010-06-30 16:00:55',55170,NULL,'.75 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 220V, 50-60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,'Drill Head','no','no','Email','30 to 60 Days','Online Search',NULL,'Yes','please quote high definiton and convetional plasma',NULL,'Techniservice 10-510051012.pdf',NULL);
INSERT INTO `quotes` VALUES (199,'Active',201,'2010-06-22 19:22:13','2010-06-25 16:46:28',41950,NULL,'1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','Budget Pricing',NULL,NULL,'No',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (200,'Active',202,'2010-06-25 07:38:52','2010-06-28 17:01:34',41950,'Carbon Steel,Stainless Steel,Aluminum','1 inch or less','Medium Duty (8hrs per day)','60inch X 120inch','3 Phase 480V, 60Hz',NULL,NULL,NULL,NULL,'Not Sure',NULL,NULL,NULL,'plasmacam','plasmacam','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,'Tom Cunningham 10-510051024.pdf',NULL);
INSERT INTO `quotes` VALUES (201,'Active',203,'2010-06-28 07:02:39','2010-06-29 15:26:02',43950,'Carbon Steel,Aluminum','.75 inch or less','Medium Duty (8hrs per day)','72inch X 144inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,NULL,'Email','60 to 120 Days','Online Search','Need Financing','Yes',' The machine i require would be cutting 12ga to 7ga material 95% of the time. materials heavier than that are very rare.',NULL,'International Container 10-510061223.pdf',NULL);
INSERT INTO `quotes` VALUES (202,'Active',204,'2010-06-29 04:52:09','2010-06-29 09:52:09',NULL,'Carbon Steel,Stainless Steel','2 inch or less','Medium Duty (8hrs per day)','120inch X 540inch','3 Phase 380V, 50-60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,'Oxy-fuel Torch','no','no','Email','30 to 60 Days','Online Search','Do Not Require Financing','Yes',NULL,NULL,NULL,NULL);
INSERT INTO `quotes` VALUES (203,'Active',205,'2010-06-29 22:07:11','2010-07-01 17:26:24',41950,'Carbon Steel,Stainless Steel,Aluminum','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,'POWERMAX 1250 OR HSD130 ',NULL,'KOIKE DUCTMASTER','PM2000','Email','30 to 60 Days','Online Search','Need Financing','Yes',NULL,NULL,'Steve Eckstine 10-510051025.pdf',NULL);
INSERT INTO `quotes` VALUES (204,'Active',206,'2010-06-30 10:26:59','2010-07-01 17:24:52',147816,'Carbon Steel','1.5 inch or less','Medium Duty (8hrs per day)','60inch X 240inch','3 Phase 240V, 60Hz',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,'NO','NO','Email','60 to 120 Days','Online Search','Do Not Require Financing','No',NULL,NULL,'05820-HPR130XD-Salford.pdf,05820-HPR130XD-SalfordB.pdf',NULL);
INSERT INTO `quotes` VALUES (205,'Active',207,'2010-07-06 12:37:16','2010-07-06 17:37:16',NULL,'steel','.75 inch or less','Light Use (Hobbyist/Arts)','60inch X 120inch','Not Sure (Find Out Later)',NULL,NULL,NULL,NULL,'Downdraft',NULL,NULL,NULL,NULL,'Mach3','Email','Budget Pricing','Other','Need Financing','Yes',NULL,NULL,NULL,NULL);
--
-- Table structure for table `xml`
--
DROP TABLE IF EXISTS `xml`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xml` (
`tag` varchar(248) NOT NULL,
`data` mediumtext,
PRIMARY KEY (`tag`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='XML datasets';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xml`
--
INSERT INTO `xml` VALUES ('customers','\n\n\n \n Axis International, Inc.\n 2901 S. Highland Dr., Bldg. 4-C\n Las Vegas\n NV\n 89109\n 702-630-2760\n 702-361-9612\n jdill@axisplasma.com\n http://www.axisplasma.com/\n \n \n Jim Dill\n General Manager\n 702-630-2760\n jdill@axisplasma.com\n \n \n Prospective Customers Pipeline\n v2.4, March 2010\n Manage prospective customers and quotes.\n Harley H. Puthuff\n Copyright ©2010, Axis International, Inc.\n ALL RIGHTS RESERVED\n \n \n logo.png\n icon.png\n banner.png\n \n\n');
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2010-07-06 14:29:13