-- Expenses database backup -- Generated: 2026-04-16 08:22:10 -- Database: expenses SET FOREIGN_KEY_CHECKS=0; -- -- Table: purchase_tags -- DROP TABLE IF EXISTS `purchase_tags`; CREATE TABLE `purchase_tags` ( `purchase_id` decimal(6,0) NOT NULL, `tag_id` int(11) NOT NULL, PRIMARY KEY (`purchase_id`,`tag_id`), KEY `tag_id` (`tag_id`), CONSTRAINT `purchase_tags__purchase_tags__1` FOREIGN KEY (`purchase_id`) REFERENCES `purchases` (`ID`) ON DELETE CASCADE, CONSTRAINT `purchase_tags__purchase_tags__2` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (11, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (12, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (13, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (14, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (15, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (16, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (17, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (18, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (19, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (20, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (21, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (22, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (23, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (24, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (25, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (26, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (27, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (28, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (29, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (30, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (31, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (32, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (33, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (34, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (35, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (36, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (37, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (38, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (39, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (40, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (41, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (42, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (43, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (44, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (45, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (46, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (47, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (48, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (49, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (50, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (51, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (52, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (53, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (54, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (55, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (56, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (57, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (58, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (59, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (60, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (61, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (62, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (63, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (64, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (65, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (66, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (67, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (68, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (69, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (70, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (71, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (72, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (73, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (74, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (75, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (76, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (77, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (78, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (79, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (80, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (81, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (82, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (83, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (84, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (85, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (86, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (87, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (88, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (89, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (90, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (91, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (92, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (93, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (94, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (95, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (96, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (97, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (98, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (99, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (100, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (101, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (102, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (103, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (104, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (105, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (106, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (107, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (108, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (109, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (110, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (111, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (112, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (113, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (114, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (115, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (116, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (117, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (118, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (119, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (120, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (121, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (122, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (123, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (124, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (125, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (126, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (127, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (128, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (129, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (130, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (131, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (132, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (133, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (134, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (135, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (136, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (137, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (138, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (139, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (140, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (141, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (142, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (143, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (144, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (145, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (146, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (147, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (148, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (149, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (150, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (151, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (152, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (153, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (154, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (155, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (156, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (157, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (158, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (159, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (160, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (161, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (162, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (163, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (164, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (165, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (166, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (167, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (168, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (169, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (170, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (171, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (172, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (173, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (174, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (175, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (176, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (177, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (178, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (179, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (180, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (181, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (182, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (183, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (184, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (185, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (186, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (187, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (188, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (189, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (190, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (191, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (192, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (193, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (194, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (195, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (196, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (197, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (198, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (199, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (200, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (201, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (202, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (203, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (204, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (205, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (206, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (207, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (208, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (209, 8); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (210, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (211, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (212, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (213, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (214, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (215, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (216, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (217, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (218, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (219, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (220, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (221, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (222, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (223, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (224, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (225, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (226, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (227, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (228, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (229, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (230, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (231, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (232, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (233, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (234, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (235, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (236, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (237, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (238, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (239, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (240, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (241, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (242, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (243, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (244, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (245, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (246, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (247, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (248, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (249, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (250, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (251, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (252, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (253, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (254, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (255, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (256, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (257, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (258, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (259, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (260, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (261, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (262, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (263, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (264, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (265, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (266, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (267, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (268, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (269, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (270, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (271, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (272, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (273, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (274, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (275, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (276, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (277, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (278, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (279, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (280, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (281, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (282, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (283, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (284, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (285, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (286, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (287, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (288, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (289, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (290, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (291, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (292, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (293, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (294, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (295, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (296, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (297, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (298, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (299, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (300, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (301, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (302, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (303, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (304, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (305, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (306, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (307, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (308, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (309, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (310, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (311, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (312, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (313, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (314, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (315, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (316, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (317, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (318, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (319, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (320, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (321, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (322, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (323, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (324, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (325, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (326, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (327, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (328, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (329, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (330, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (331, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (332, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (333, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (334, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (335, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (336, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (337, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (338, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (339, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (340, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (341, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (342, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (343, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (344, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (345, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (346, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (347, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (348, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (349, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (350, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (351, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (352, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (353, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (354, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (355, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (356, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (357, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (358, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (359, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (360, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (361, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (362, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (363, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (364, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (365, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (366, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (367, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (368, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (369, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (370, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (371, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (372, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (373, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (374, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (375, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (376, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (377, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (378, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (379, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (380, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (381, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (382, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (383, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (384, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (385, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (386, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (387, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (388, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (389, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (390, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (391, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (392, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (393, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (394, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (395, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (396, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (397, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (398, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (399, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (400, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (401, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (402, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (403, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (404, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (405, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (406, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (407, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (408, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (409, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (410, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (411, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (412, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (413, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (414, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (415, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (416, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (417, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (418, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (419, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (420, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (421, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (422, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (423, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (424, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (425, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (426, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (427, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (428, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (429, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (430, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (431, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (432, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (433, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (434, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (435, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (436, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (437, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (438, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (439, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (440, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (441, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (442, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (443, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (444, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (445, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (446, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (447, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (448, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (449, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (450, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (451, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (452, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (453, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (454, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (455, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (456, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (457, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (458, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (459, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (460, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (461, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (462, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (463, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (464, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (465, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (466, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (467, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (468, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (469, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (470, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (471, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (472, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (473, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (474, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (475, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (476, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (477, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (478, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (479, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (480, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (481, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (482, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (483, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (484, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (485, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (486, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (487, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (488, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (489, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (490, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (491, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (492, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (493, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (494, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (495, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (496, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (497, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (498, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (499, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (500, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (501, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (502, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (503, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (504, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (505, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (506, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (507, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (508, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (509, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (510, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (511, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (512, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (513, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (514, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (515, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (516, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (517, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (518, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (519, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (520, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (521, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (522, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (523, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (524, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (525, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (526, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (527, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (528, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (529, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (530, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (531, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (532, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (533, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (534, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (535, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (536, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (537, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (538, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (539, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (540, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (541, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (542, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (543, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (544, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (545, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (546, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (547, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (548, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (549, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (550, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (551, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (552, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (553, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (554, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (555, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (556, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (557, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (558, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (559, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (560, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (561, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (562, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (563, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (564, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (565, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (566, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (567, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (568, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (569, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (570, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (571, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (572, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (573, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (574, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (575, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (576, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (577, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (578, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (579, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (580, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (581, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (582, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (583, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (584, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (585, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (586, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (587, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (588, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (589, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (590, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (591, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (592, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (593, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (594, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (595, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (596, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (597, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (598, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (599, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (600, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (601, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (602, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (603, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (604, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (605, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (606, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (607, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (608, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (609, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (610, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (611, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (612, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (613, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (614, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (615, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (616, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (617, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (618, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (619, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (620, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (621, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (622, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (623, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (624, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (625, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (626, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (627, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (628, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (629, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (630, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (631, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (632, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (633, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (634, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (635, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (636, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (637, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (638, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (639, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (640, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (641, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (642, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (643, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (644, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (645, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (646, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (647, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (648, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (649, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (650, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (651, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (652, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (653, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (654, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (655, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (656, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (657, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (658, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (659, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (660, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (661, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (662, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (663, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (664, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (665, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (666, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (667, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (668, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (669, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (670, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (671, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (672, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (673, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (674, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (675, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (676, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (677, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (678, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (679, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (680, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (681, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (682, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (683, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (684, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (685, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (686, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (687, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (688, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (689, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (690, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (691, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (692, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (693, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (694, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (695, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (696, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (697, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (698, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (699, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (700, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (701, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (702, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (703, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (704, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (705, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (706, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (707, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (708, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (709, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (710, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (711, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (712, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (713, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (714, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (715, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (716, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (717, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (718, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (719, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (720, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (721, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (722, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (723, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (724, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (725, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (726, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (727, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (728, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (729, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (730, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (731, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (732, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (733, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (734, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (735, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (736, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (737, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (738, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (739, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (740, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (741, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (742, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (743, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (744, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (745, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (746, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (747, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (748, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (749, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (750, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (751, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (752, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (753, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (754, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (755, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (756, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (757, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (758, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (759, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (760, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (761, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (762, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (763, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (764, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (765, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (766, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (767, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (768, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (769, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (770, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (771, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (772, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (773, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (774, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (775, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (776, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (777, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (778, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (779, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (780, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (781, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (782, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (783, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (784, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (785, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (786, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (787, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (788, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (789, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (790, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (791, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (792, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (793, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (794, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (795, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (796, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (797, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (798, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (799, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (800, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (801, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (802, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (803, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (804, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (805, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (806, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (807, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (808, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (809, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (810, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (811, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (812, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (813, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (814, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (815, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (816, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (817, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (818, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (819, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (820, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (821, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (822, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (823, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (824, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (825, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (826, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (827, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (828, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (829, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (830, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (831, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (832, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (833, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (834, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (835, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (836, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (837, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (838, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (839, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (840, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (841, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (842, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (843, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (844, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (845, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (846, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (847, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (848, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (849, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (850, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (851, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (852, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (853, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (854, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (855, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (856, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (857, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (858, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (859, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (860, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (861, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (862, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (863, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (864, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (865, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (866, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (867, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (868, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (869, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (870, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (871, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (872, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (873, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (874, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (875, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (876, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (877, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (878, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (879, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (880, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (881, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (882, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (883, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (884, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (885, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (886, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (887, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (888, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (889, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (890, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (891, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (892, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (893, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (894, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (895, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (896, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (897, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (898, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (899, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (900, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (901, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (902, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (903, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (904, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (905, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (906, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (907, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (908, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (909, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (910, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (911, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (912, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (913, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (914, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (915, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (916, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (917, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (918, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (919, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (920, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (921, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (922, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (923, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (924, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (925, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (926, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (927, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (928, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (929, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (930, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (931, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (932, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (933, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (934, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (935, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (936, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (937, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (938, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (939, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (940, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (941, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (942, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (943, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (944, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (945, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (946, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (947, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (948, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (949, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (950, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (951, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (952, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (953, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (954, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (955, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (956, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (957, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (958, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (959, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (960, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (961, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (962, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (963, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (964, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (965, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (966, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (967, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (968, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (969, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (970, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (971, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (972, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (973, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (974, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (975, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (976, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (977, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (978, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (979, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (980, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (981, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (982, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (983, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (984, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (985, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (986, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (987, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (988, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (989, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (990, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (991, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (992, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (993, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (994, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (995, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (996, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (997, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (998, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (999, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1000, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1001, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1002, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1003, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1004, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1005, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1006, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1007, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1008, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1009, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1010, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1011, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1012, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1013, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1014, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1015, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1016, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1017, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1018, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1019, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1020, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1021, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1022, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1023, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1024, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1025, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1026, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1027, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1028, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1029, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1030, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1031, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1032, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1033, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1034, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1035, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1036, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1037, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1038, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1039, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1040, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1041, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1042, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1043, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1044, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1045, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1046, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1047, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1048, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1049, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1050, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1051, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1052, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1053, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1054, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1055, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1056, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1057, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1058, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1059, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1060, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1061, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1062, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1063, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1064, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1065, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1066, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1067, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1068, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1069, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1070, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1071, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1072, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1073, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1074, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1075, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1076, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1077, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1078, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1079, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1080, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1081, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1082, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1083, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1084, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1085, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1086, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1087, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1088, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1089, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1090, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1091, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1092, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1093, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1094, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1095, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1096, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1097, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1098, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1099, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1100, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1101, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1102, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1103, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1104, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1105, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1106, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1107, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1108, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1109, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1110, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1111, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1112, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1113, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1114, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1115, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1116, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1117, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1118, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1119, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1120, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1121, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1122, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1123, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1124, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1125, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1126, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1127, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1128, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1129, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1130, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1131, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1132, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1133, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1134, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1135, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1136, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1137, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1138, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1139, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1140, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1141, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1142, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1143, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1144, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1145, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1146, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1147, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1148, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1149, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1150, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1151, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1152, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1153, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1154, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1155, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1156, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1157, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1158, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1159, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1160, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1161, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1162, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1163, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1164, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1165, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1166, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1167, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1168, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1169, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1170, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1171, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1172, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1173, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1174, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1175, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1176, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1177, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1178, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1179, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1180, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1181, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1182, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1183, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1184, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1185, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1186, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1187, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1188, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1189, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1190, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1191, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1192, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1193, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1194, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1195, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1196, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1197, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1198, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1199, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1200, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1201, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1202, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1203, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1204, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1205, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1206, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1207, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1208, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1209, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1210, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1211, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1212, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1213, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1214, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1215, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1216, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1217, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1218, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1219, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1220, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1221, 9); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1222, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1223, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1224, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1225, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1226, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1227, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1228, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1229, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1230, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1231, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1232, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1233, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1234, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1235, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1236, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1237, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1238, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1239, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1240, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1241, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1242, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1243, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1244, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1245, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1246, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1247, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1248, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1249, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1250, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1251, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1252, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1253, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1254, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1255, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1256, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1257, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1258, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1259, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1260, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1261, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1262, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1263, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1264, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1265, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1266, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1267, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1269, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1270, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1271, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1272, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1273, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1274, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1275, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1276, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1277, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1278, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1279, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1280, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1281, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1282, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1283, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1284, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1285, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1286, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1287, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1288, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1289, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1290, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1291, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1292, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1293, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1294, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1295, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1296, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1297, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1298, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1299, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1300, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1301, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1302, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1303, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1304, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1305, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1306, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1307, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1308, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1309, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1310, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1311, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1312, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1313, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1314, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1315, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1316, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1317, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1318, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1319, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1320, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1321, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1322, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1323, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1324, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1325, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1326, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1327, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1328, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1329, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1330, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1331, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1332, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1333, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1334, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1335, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1336, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1337, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1338, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1339, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1340, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1341, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1342, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1343, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1344, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1345, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1346, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1347, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1348, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1349, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1350, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1351, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1352, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1353, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1354, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1355, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1356, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1357, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1358, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1359, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1360, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1361, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1362, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1363, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1364, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1365, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1366, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1367, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1368, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1369, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1370, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1371, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1372, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1373, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1374, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1375, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1376, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1377, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1378, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1379, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1380, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1381, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1382, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1383, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1384, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1385, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1386, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1387, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1388, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1389, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1390, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1391, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1392, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1393, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1394, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1395, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1396, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1397, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1398, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1399, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1400, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1402, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1403, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1404, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1405, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1406, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1407, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1408, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1409, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1410, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1411, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1412, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1413, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1414, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1415, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1416, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1417, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1418, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1419, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1420, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1421, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1422, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1423, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1424, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1425, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1426, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1427, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1428, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1429, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1430, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1431, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1432, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1433, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1434, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1435, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1436, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1437, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1438, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1439, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1440, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1441, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1442, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1443, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1444, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1445, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1446, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1447, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1448, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1449, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1450, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1451, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1452, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1453, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1454, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1455, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1456, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1457, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1458, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1459, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1460, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1461, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1462, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1463, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1464, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1465, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1466, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1467, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1468, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1469, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1470, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1471, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1472, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1473, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1474, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1475, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1476, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1477, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1478, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1479, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1480, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1481, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1483, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1484, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1485, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1486, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1487, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1488, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1489, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1490, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1491, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1492, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1493, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1494, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1495, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1496, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1497, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1498, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1499, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1500, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1501, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1502, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1503, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1504, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1505, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1506, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1507, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1508, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1509, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1510, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1511, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1512, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1513, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1514, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1515, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1516, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1517, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1518, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1519, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1520, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1521, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1522, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1523, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1524, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1525, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1526, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1527, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1529, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1530, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1531, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1532, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1533, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1534, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1535, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1536, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1537, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1538, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1539, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1540, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1541, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1542, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1543, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1544, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1545, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1546, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1547, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1548, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1549, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1550, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1551, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1552, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1553, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1554, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1555, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1556, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1557, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1558, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1559, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1560, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1561, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1562, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1563, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1564, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1565, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1566, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1567, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1568, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1569, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1570, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1571, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1572, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1573, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1574, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1575, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1576, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1577, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1578, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1579, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1580, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1581, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1582, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1583, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1584, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1585, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1586, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1587, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1588, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1589, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1590, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1591, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1592, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1593, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1594, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1595, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1596, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1597, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1598, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1599, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1600, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1601, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1602, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1603, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1604, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1605, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1606, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1607, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1608, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1609, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1610, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1612, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1613, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1614, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1615, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1616, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1617, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1618, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1619, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1620, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1621, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1622, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1623, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1624, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1625, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1626, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1627, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1628, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1629, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1630, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1631, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1632, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1633, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1634, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1635, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1636, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1637, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1638, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1639, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1640, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1641, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1642, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1643, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1644, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1645, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1646, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1647, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1648, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1649, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1650, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1651, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1652, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1653, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1654, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1655, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1656, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1657, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1658, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1659, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1660, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1661, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1662, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1663, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1664, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1665, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1666, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1667, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1668, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1669, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1670, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1671, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1672, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1673, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1674, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1675, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1676, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1677, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1678, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1679, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1680, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1681, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1682, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1683, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1684, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1685, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1686, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1687, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1688, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1689, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1690, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1691, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1692, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1693, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1694, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1695, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1696, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1697, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1698, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1699, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1700, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1701, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1702, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1703, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1704, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1705, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1706, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1707, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1708, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1709, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1710, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1711, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1712, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1713, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1714, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1715, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1716, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1717, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1718, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1719, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1720, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1721, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1722, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1723, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1724, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1725, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1726, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1727, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1728, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1729, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1730, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1731, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1732, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1733, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1734, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1735, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1736, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1737, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1738, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1739, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1740, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1741, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1742, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1743, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1744, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1745, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1746, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1747, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1748, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1749, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1750, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1751, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1752, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1753, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1754, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1755, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1756, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1757, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1758, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1759, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1760, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1761, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1762, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1763, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1764, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1765, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1766, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1767, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1768, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1769, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1770, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1771, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1772, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1773, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1774, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1775, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1776, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1777, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1778, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1779, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1780, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1781, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1782, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1783, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1784, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1785, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1786, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1787, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1788, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1790, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1791, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1792, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1793, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1794, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1795, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1796, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1797, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1798, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1799, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1800, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1801, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1802, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1803, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1804, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1805, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1806, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1807, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1808, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1809, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1810, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1811, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1812, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1813, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1814, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1815, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1816, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1817, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1818, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1819, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1820, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1821, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1822, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1823, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1824, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1825, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1826, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1827, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1828, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1829, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1830, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1831, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1832, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1833, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1834, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1835, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1836, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1837, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1838, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1839, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1840, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1841, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1842, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1843, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1844, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1845, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1846, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1847, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1848, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1849, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1850, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1851, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1852, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1853, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1854, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1855, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1856, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1857, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1858, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1859, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1860, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1861, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1862, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1863, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1864, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1865, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1866, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1867, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1868, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1869, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1870, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1871, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1872, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1873, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1874, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1875, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1876, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1877, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1878, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1879, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1880, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1881, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1882, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1883, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1884, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1885, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1886, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1887, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1888, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1889, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1890, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1891, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1892, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1893, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1894, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1895, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1896, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1897, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1898, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1899, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1900, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1901, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1902, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1903, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1904, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1905, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1906, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1907, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1908, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1909, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1910, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1911, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1912, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1913, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1914, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1915, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1916, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1917, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1918, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1919, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1920, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1921, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1922, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1923, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1924, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1925, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1926, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1927, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1928, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1929, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1930, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1931, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1932, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1933, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1934, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1935, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1936, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1937, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1938, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1939, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1940, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1941, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1942, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1943, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1944, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1945, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1946, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1947, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1948, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1949, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1950, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1951, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1952, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1953, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1954, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1955, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1956, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1957, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1958, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1959, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1960, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1961, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1962, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1963, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1964, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1965, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1966, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1967, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1968, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1969, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1970, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1971, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1972, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1973, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1974, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1975, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1976, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1977, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1978, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1979, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1980, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1981, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1982, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1983, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1984, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1985, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1986, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1987, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1988, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1989, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1990, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1991, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1992, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1993, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1994, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1995, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1996, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1997, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1998, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (1999, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2000, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2001, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2002, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2003, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2004, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2005, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2006, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2007, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2008, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2009, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2010, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2011, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2012, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2013, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2014, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2015, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2016, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2017, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2018, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2019, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2020, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2021, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2022, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2023, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2024, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2025, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2026, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2027, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2028, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2029, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2030, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2031, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2032, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2033, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2034, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2035, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2036, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2037, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2038, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2039, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2040, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2041, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2042, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2043, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2045, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2046, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2047, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2048, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2049, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2050, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2051, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2052, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2053, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2054, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2055, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2056, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2057, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2058, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2059, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2060, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2061, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2062, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2063, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2064, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2065, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2066, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2067, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2068, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2069, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2070, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2071, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2072, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2073, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2074, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2075, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2076, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2077, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2078, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2079, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2080, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2081, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2082, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2083, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2084, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2085, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2086, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2087, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2088, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2089, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2090, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2091, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2092, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2093, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2094, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2095, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2096, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2097, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2098, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2099, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2100, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2101, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2102, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2103, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2104, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2105, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2106, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2107, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2108, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2109, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2110, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2111, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2112, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2113, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2114, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2115, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2116, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2117, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2118, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2119, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2120, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2121, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2122, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2123, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2124, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2125, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2126, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2127, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2128, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2129, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2130, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2131, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2132, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2133, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2134, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2135, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2136, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2137, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2138, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2139, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2140, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2141, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2142, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2143, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2144, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2145, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2146, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2147, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2148, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2149, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2150, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2151, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2152, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2153, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2154, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2155, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2156, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2157, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2158, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2159, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2160, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2161, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2162, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2163, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2164, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2165, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2166, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2167, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2168, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2169, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2170, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2171, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2172, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2173, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2174, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2175, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2176, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2177, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2178, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2179, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2180, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2181, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2182, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2183, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2184, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2185, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2186, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2187, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2188, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2189, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2190, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2191, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2192, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2193, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2194, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2195, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2196, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2197, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2198, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2199, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2200, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2201, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2202, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2203, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2204, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2205, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2206, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2207, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2208, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2209, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2212, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2213, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2214, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2215, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2216, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2217, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2218, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2219, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2220, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2221, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2222, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2223, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2224, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2225, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2226, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2227, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2228, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2229, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2230, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2231, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2232, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2233, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2234, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2235, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2236, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2237, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2238, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2240, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2241, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2242, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2243, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2244, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2245, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2246, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2247, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2248, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2249, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2250, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2251, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2252, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2253, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2254, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2255, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2256, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2257, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2258, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2259, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2260, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2261, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2262, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2263, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2264, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2265, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2266, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2267, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2268, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2269, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2270, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2271, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2272, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2273, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2274, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2275, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2276, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2277, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2278, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2279, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2280, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2281, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2282, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2283, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2284, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2285, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2286, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2287, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2288, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2289, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2290, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2291, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2292, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2293, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2294, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2295, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2296, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2297, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2298, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2299, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2300, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2301, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2302, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2303, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2304, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2305, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2306, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2307, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2308, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2309, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2310, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2311, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2312, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2313, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2314, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2315, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2316, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2317, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2318, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2319, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2320, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2321, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2322, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2323, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2324, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2325, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2326, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2327, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2328, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2329, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2330, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2331, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2332, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2333, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2334, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2335, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2336, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2337, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2338, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2339, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2340, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2342, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2343, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2344, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2345, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2346, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2347, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2348, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2349, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2350, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2351, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2352, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2353, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2354, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2355, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2356, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2357, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2358, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2359, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2360, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2361, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2362, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2363, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2364, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2365, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2366, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2367, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2368, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2369, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2370, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2371, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2372, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2373, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2374, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2375, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2376, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2377, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2378, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2379, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2380, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2381, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2382, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2383, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2384, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2385, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2386, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2387, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2388, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2389, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2390, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2391, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2392, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2393, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2394, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2395, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2396, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2397, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2398, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2399, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2400, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2401, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2402, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2403, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2404, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2405, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2406, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2407, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2408, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2409, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2410, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2411, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2412, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2413, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2414, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2415, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2416, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2417, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2418, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2419, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2420, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2421, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2422, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2423, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2424, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2425, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2426, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2427, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2428, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2429, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2430, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2431, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2432, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2433, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2434, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2435, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2436, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2437, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2438, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2439, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2440, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2441, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2442, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2443, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2444, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2445, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2446, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2447, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2448, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2449, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2450, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2451, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2452, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2453, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2454, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2455, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2456, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2458, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2459, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2460, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2461, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2462, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2463, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2464, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2465, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2466, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2467, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2468, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2469, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2470, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2471, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2472, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2473, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2474, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2475, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2476, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2477, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2478, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2479, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2480, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2481, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2482, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2483, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2484, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2485, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2486, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2487, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2488, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2489, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2490, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2491, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2492, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2493, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2494, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2495, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2496, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2497, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2498, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2499, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2500, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2501, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2502, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2503, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2504, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2505, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2506, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2507, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2508, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2509, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2510, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2511, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2512, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2513, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2514, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2515, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2516, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2517, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2518, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2519, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2520, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2521, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2522, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2523, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2524, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2525, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2526, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2527, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2528, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2529, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2530, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2531, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2532, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2533, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2534, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2535, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2536, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2537, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2538, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2539, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2540, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2541, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2542, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2543, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2544, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2545, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2546, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2547, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2548, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2549, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2550, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2551, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2552, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2553, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2554, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2555, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2556, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2557, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2558, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2559, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2560, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2561, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2562, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2563, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2564, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2565, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2566, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2567, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2568, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2569, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2570, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2571, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2572, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2573, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2574, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2575, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2576, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2577, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2578, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2579, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2580, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2581, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2582, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2583, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2584, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2585, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2586, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2588, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2589, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2590, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2591, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2592, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2593, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2594, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2595, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2596, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2597, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2598, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2599, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2600, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2601, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2602, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2603, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2604, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2605, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2606, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2607, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2608, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2609, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2610, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2611, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2612, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2613, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2614, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2615, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2616, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2617, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2618, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2619, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2620, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2621, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2622, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2623, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2624, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2625, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2626, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2627, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2628, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2629, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2630, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2631, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2632, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2633, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2634, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2635, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2636, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2637, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2638, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2639, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2640, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2641, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2642, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2643, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2644, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2645, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2646, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2647, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2648, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2649, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2650, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2651, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2652, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2653, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2654, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2655, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2656, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2657, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2658, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2659, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2660, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2661, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2662, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2663, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2664, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2665, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2666, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2667, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2668, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2669, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2670, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2671, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2672, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2673, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2674, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2675, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2676, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2677, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2678, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2679, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2680, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2681, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2682, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2683, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2684, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2685, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2686, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2687, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2688, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2689, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2690, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2691, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2692, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2693, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2694, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2695, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2696, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2697, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2698, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2699, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2700, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2701, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2702, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2703, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2704, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2705, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2706, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2707, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2708, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2709, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2710, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2711, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2712, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2713, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2714, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2715, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2716, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2717, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2718, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2719, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2720, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2721, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2722, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2723, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2724, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2725, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2726, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2727, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2728, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2729, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2730, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2731, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2732, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2733, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2734, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2735, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2736, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2737, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2738, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2739, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2740, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2741, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2742, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2743, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2744, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2745, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2746, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2747, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2748, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2749, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2750, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2751, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2752, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2753, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2754, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2755, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2756, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2757, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2758, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2759, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2760, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2761, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2762, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2763, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2764, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2765, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2766, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2767, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2768, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2769, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2770, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2771, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2772, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2773, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2774, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2775, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2776, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2777, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2778, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2779, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2780, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2781, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2782, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2783, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2784, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2785, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2786, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2787, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2788, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2789, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2790, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2791, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2792, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2793, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2794, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2795, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2796, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2797, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2798, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2799, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2800, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2801, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2802, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2803, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2804, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2805, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2806, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2807, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2808, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2809, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2810, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2811, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2812, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2813, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2814, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2815, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2816, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2817, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2818, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2819, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2820, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2821, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2822, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2823, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2824, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2825, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2826, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2827, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2828, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2829, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2830, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2831, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2832, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2833, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2834, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2835, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2836, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2837, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2838, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2839, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2840, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2841, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2842, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2843, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2844, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2845, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2846, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2847, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2848, 12); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2849, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2850, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2851, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2852, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2853, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2854, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2855, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2856, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2857, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2858, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2859, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2860, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2861, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2862, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2863, 7); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2864, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2865, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2866, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2867, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2868, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2869, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2870, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2871, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2872, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2873, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2874, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2875, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2876, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2877, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2878, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2879, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2880, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2881, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2882, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2883, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2884, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2885, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2886, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2887, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2888, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2889, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2890, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2891, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2892, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2893, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2894, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2895, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2896, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2897, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2898, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2899, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2900, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2901, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2902, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2903, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2904, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2905, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2906, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2907, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2908, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2909, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2910, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2911, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2912, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2913, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2914, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2915, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2916, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2917, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2918, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2919, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2920, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2921, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2922, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2923, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2924, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2925, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2926, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2927, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2928, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2929, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2930, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2931, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2932, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2933, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2934, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2935, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2936, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2937, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2938, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2939, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2940, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2941, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2942, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2943, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2944, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2945, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2946, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2947, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2948, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2949, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2950, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2951, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2952, 13); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2953, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2954, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2955, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2956, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2957, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2958, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2959, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2960, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2961, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2962, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2963, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2964, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2965, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2966, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2967, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2968, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2969, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2970, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2971, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2972, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2973, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2974, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2975, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2976, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2977, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2978, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2979, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2980, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2981, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2982, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2983, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2984, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2985, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2986, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2987, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2988, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2989, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2990, 6); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2991, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2992, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2993, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2994, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2995, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2996, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2997, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2998, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (2999, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3000, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3001, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3002, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3003, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3004, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3005, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3006, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3007, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3008, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3009, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3010, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3011, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3012, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3013, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3014, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3015, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3016, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3017, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3018, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3019, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3020, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3021, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3022, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3023, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3024, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3025, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3026, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3027, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3028, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3029, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3030, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3031, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3032, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3033, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3034, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3035, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3036, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3037, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3038, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3039, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3040, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3041, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3042, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3043, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3045, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3046, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3047, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3048, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3049, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3050, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3051, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3052, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3053, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3054, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3055, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3056, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3057, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3058, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3059, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3060, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3061, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3062, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3063, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3064, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3065, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3066, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3067, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3068, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3069, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3070, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3071, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3072, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3073, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3074, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3075, 16); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3076, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3077, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3078, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3079, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3080, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3081, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3082, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3083, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3084, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3085, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3086, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3087, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3088, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3089, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3090, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3091, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3092, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3093, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3094, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3095, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3096, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3097, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3098, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3099, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3100, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3101, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3102, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3103, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3104, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3105, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3106, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3107, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3108, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3109, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3110, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3111, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3112, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3113, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3114, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3115, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3116, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3117, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3118, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3119, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3120, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3121, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3122, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3123, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3124, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3125, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3126, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3127, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3128, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3129, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3130, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3131, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3132, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3133, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3134, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3135, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3136, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3137, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3138, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3139, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3140, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3141, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3142, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3143, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3144, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3145, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3146, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3147, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3148, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3149, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3150, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3151, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3152, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3153, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3154, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3155, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3156, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3157, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3158, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3159, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3160, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3161, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3162, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3163, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3164, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3165, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3166, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3167, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3168, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3169, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3170, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3171, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3172, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3173, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3174, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3175, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3176, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3177, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3178, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3179, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3180, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3181, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3182, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3183, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3184, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3185, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3186, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3187, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3188, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3189, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3190, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3191, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3192, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3193, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3194, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3195, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3196, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3197, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3198, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3199, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3200, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3201, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3202, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3203, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3204, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3205, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3206, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3207, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3208, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3209, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3210, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3211, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3212, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3213, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3214, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3215, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3216, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3217, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3218, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3219, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3220, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3221, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3222, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3223, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3224, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3225, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3226, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3227, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3228, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3229, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3230, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3231, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3232, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3233, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3234, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3235, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3236, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3237, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3238, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3239, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3240, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3241, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3242, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3243, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3244, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3245, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3246, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3247, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3248, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3249, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3250, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3251, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3252, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3253, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3254, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3255, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3256, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3257, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3258, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3259, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3260, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3261, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3262, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3263, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3264, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3265, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3266, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3267, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3268, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3269, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3270, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3271, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3272, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3273, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3274, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3275, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3276, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3277, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3278, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3279, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3280, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3281, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3282, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3283, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3284, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3285, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3286, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3288, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3289, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3290, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3291, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3292, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3293, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3294, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3295, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3296, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3297, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3298, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3299, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3300, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3301, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3302, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3303, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3304, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3305, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3306, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3307, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3308, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3309, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3310, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3311, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3312, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3313, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3314, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3315, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3316, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3317, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3318, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3319, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3320, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3321, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3322, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3323, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3324, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3325, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3326, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3327, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3328, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3329, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3330, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3331, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3332, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3333, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3334, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3335, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3336, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3337, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3338, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3339, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3340, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3341, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3342, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3343, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3344, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3345, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3346, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3347, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3348, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3349, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3350, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3351, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3352, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3353, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3354, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3355, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3356, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3357, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3358, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3359, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3360, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3361, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3362, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3363, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3364, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3365, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3366, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3367, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3368, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3369, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3370, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3371, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3372, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3373, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3374, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3375, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3376, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3377, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3378, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3379, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3380, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3381, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3382, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3383, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3384, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3385, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3386, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3387, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3388, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3389, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3390, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3391, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3392, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3393, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3394, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3395, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3396, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3397, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3398, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3399, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3400, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3401, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3402, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3403, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3404, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3405, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3406, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3407, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3408, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3409, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3410, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3411, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3412, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3413, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3414, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3415, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3416, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3417, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3418, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3419, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3420, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3421, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3422, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3423, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3424, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3425, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3426, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3427, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3428, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3429, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3430, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3431, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3432, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3433, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3435, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3436, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3437, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3438, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3439, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3440, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3441, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3442, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3443, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3444, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3445, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3446, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3447, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3448, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3449, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3450, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3451, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3452, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3453, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3454, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3455, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3456, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3457, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3458, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3459, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3460, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3461, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3462, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3463, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3464, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3465, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3466, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3467, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3468, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3469, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3470, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3471, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3472, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3473, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3474, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3475, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3476, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3477, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3478, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3479, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3480, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3481, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3482, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3483, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3484, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3485, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3486, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3487, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3488, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3489, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3490, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3491, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3492, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3493, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3494, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3495, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3496, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3497, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3498, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3499, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3500, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3501, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3502, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3503, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3504, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3505, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3506, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3507, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3508, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3509, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3510, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3511, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3512, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3513, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3514, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3515, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3517, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3518, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3519, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3520, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3521, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3522, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3523, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3524, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3525, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3526, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3527, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3528, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3529, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3530, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3531, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3532, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3533, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3534, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3535, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3536, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3537, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3538, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3539, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3540, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3541, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3542, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3543, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3544, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3545, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3546, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3547, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3548, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3549, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3550, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3551, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3552, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3553, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3554, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3555, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3556, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3557, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3558, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3559, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3560, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3561, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3562, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3563, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3564, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3565, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3566, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3567, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3568, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3569, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3570, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3571, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3572, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3573, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3574, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3575, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3576, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3577, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3578, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3579, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3580, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3581, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3582, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3583, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3584, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3585, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3586, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3587, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3588, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3589, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3590, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3591, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3592, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3593, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3594, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3595, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3596, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3597, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3598, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3599, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3600, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3601, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3602, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3603, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3604, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3605, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3606, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3607, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3608, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3609, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3610, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3611, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3612, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3613, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3614, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3615, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3616, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3617, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3618, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3619, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3620, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3621, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3622, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3623, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3624, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3625, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3626, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3627, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3628, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3629, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3630, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3631, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3632, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3633, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3634, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3635, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3637, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3638, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3639, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3640, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3641, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3642, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3643, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3644, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3645, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3646, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3647, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3648, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3649, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3650, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3651, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3652, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3653, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3654, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3655, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3656, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3657, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3658, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3659, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3660, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3661, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3662, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3663, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3664, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3665, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3666, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3667, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3668, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3669, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3670, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3671, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3672, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3673, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3674, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3675, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3676, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3677, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3678, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3679, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3680, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3681, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3682, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3683, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3684, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3685, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3686, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3687, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3688, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3689, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3690, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3691, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3692, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3693, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3694, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3695, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3696, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3697, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3698, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3699, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3700, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3701, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3702, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3703, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3704, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3705, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3706, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3707, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3708, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3709, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3710, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3711, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3712, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3713, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3714, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3715, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3716, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3717, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3718, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3719, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3720, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3721, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3722, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3723, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3724, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3725, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3726, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3727, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3728, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3729, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3730, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3731, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3732, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3733, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3734, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3735, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3736, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3737, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3738, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3739, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3740, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3741, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3742, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3743, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3744, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3745, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3746, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3747, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3748, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3749, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3750, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3751, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3752, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3753, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3754, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3755, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3756, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3757, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3758, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3759, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3760, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3761, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3762, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3763, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3764, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3765, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3766, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3767, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3768, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3769, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3770, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3771, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3772, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3773, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3774, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3775, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3776, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3777, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3778, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3779, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3780, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3781, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3782, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3783, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3784, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3785, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3786, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3787, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3788, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3789, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3790, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3791, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3792, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3793, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3794, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3795, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3797, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3798, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3799, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3800, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3801, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3802, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3803, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3804, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3805, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3806, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3807, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3808, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3809, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3810, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3811, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3812, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3813, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3814, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3815, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3816, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3817, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3818, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3819, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3820, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3821, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3822, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3823, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3824, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3825, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3826, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3827, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3828, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3829, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3830, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3831, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3832, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3833, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3834, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3835, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3836, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3837, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3838, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3839, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3840, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3841, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3842, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3843, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3844, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3845, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3846, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3847, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3848, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3849, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3850, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3851, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3852, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3853, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3854, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3855, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3856, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3857, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3858, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3859, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3860, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3861, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3862, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3863, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3864, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3865, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3866, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3867, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3868, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3869, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3870, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3871, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3872, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3873, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3874, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3875, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3876, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3877, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3878, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3879, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3880, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3881, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3882, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3883, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3884, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3885, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3886, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3887, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3888, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3889, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3890, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3891, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3892, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3893, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3894, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3895, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3896, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3897, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3898, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3899, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3900, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3901, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3902, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3903, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3904, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3905, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3906, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3907, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3908, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3909, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3910, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3911, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3912, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3913, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3914, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3915, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3916, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3917, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3918, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3919, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3920, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3921, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3922, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3923, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3924, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3925, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3926, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3927, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3928, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3929, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3930, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3931, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3932, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3933, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3934, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3935, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3936, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3937, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3938, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3939, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3940, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3941, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3942, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3943, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3944, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3945, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3946, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3947, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3948, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3949, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3950, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3951, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3952, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3953, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3954, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3955, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3956, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3957, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3958, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3959, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3960, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3961, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3962, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3963, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3964, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3965, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3966, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3967, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3968, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3969, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3970, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3971, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3972, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3973, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3974, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3975, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3976, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3977, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3978, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3979, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3980, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3981, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3982, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3983, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3984, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3985, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3986, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3987, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3988, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3991, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3992, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3993, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3994, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3995, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3996, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3997, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3998, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (3999, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4000, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4001, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4002, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4003, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4004, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4005, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4006, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4007, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4008, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4009, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4010, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4011, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4012, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4013, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4014, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4015, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4016, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4017, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4018, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4019, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4020, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4021, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4022, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4023, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4024, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4025, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4026, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4027, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4028, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4029, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4030, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4031, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4032, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4033, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4034, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4035, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4036, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4037, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4038, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4039, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4040, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4041, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4042, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4043, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4044, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4045, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4046, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4047, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4048, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4049, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4050, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4051, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4052, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4053, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4054, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4055, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4056, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4057, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4058, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4059, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4060, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4061, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4062, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4063, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4064, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4065, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4066, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4067, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4068, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4069, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4070, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4071, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4072, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4073, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4074, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4075, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4076, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4077, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4078, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4079, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4080, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4081, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4082, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4083, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4084, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4085, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4086, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4087, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4088, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4089, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4090, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4091, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4092, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4093, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4094, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4095, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4096, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4097, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4098, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4099, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4100, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4101, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4102, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4103, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4104, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4105, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4106, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4107, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4108, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4109, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4110, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4111, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4112, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4113, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4114, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4115, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4116, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4117, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4118, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4119, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4120, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4121, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4122, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4123, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4124, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4125, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4126, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4127, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4128, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4129, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4130, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4131, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4132, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4133, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4134, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4135, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4136, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4137, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4138, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4139, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4140, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4141, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4142, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4143, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4144, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4145, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4146, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4147, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4148, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4149, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4150, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4151, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4152, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4153, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4154, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4155, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4156, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4157, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4158, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4159, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4160, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4161, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4162, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4163, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4164, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4165, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4166, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4167, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4168, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4169, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4170, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4171, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4172, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4173, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4174, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4175, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4176, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4177, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4178, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4179, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4180, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4181, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4182, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4183, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4184, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4185, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4186, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4187, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4188, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4189, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4190, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4191, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4192, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4193, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4194, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4195, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4196, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4197, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4198, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4199, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4200, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4201, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4202, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4203, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4204, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4205, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4206, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4207, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4208, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4209, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4210, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4211, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4212, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4213, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4214, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4215, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4216, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4217, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4218, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4219, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4220, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4221, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4222, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4223, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4224, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4225, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4226, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4227, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4228, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4229, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4230, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4231, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4232, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4233, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4234, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4235, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4236, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4237, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4238, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4239, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4240, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4241, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4242, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4243, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4244, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4245, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4246, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4247, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4248, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4249, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4250, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4251, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4252, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4253, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4254, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4255, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4256, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4257, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4258, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4259, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4260, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4261, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4262, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4263, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4264, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4265, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4266, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4267, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4268, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4269, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4270, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4271, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4272, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4273, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4274, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4275, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4276, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4277, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4278, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4279, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4280, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4281, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4282, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4283, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4284, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4285, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4286, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4287, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4288, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4289, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4290, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4291, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4292, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4293, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4294, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4295, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4296, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4297, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4298, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4299, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4300, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4301, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4302, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4303, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4304, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4305, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4306, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4307, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4308, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4309, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4310, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4311, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4312, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4313, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4314, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4315, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4316, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4317, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4318, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4319, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4320, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4321, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4322, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4323, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4324, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4325, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4326, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4327, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4328, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4329, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4330, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4331, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4332, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4333, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4334, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4335, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4336, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4337, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4338, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4339, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4340, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4341, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4342, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4343, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4344, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4345, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4346, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4347, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4348, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4349, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4350, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4351, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4352, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4353, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4354, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4355, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4356, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4357, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4358, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4359, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4360, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4361, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4362, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4363, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4364, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4365, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4366, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4367, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4368, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4369, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4370, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4371, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4372, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4373, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4374, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4375, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4376, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4377, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4378, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4379, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4380, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4381, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4382, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4383, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4384, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4385, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4386, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4387, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4388, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4389, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4390, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4391, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4392, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4393, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4394, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4395, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4396, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4397, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4398, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4399, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4400, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4401, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4402, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4403, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4404, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4405, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4406, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4407, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4408, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4409, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4410, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4411, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4412, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4413, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4414, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4415, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4416, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4417, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4418, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4419, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4420, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4421, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4422, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4423, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4424, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4425, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4426, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4427, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4428, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4429, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4430, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4431, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4432, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4433, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4434, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4435, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4436, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4437, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4438, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4439, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4440, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4441, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4442, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4443, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4444, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4445, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4446, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4447, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4448, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4449, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4450, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4451, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4452, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4453, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4454, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4455, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4456, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4457, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4458, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4459, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4460, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4461, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4462, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4463, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4464, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4465, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4466, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4467, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4468, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4469, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4470, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4471, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4472, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4473, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4474, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4475, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4476, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4477, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4478, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4479, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4480, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4481, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4482, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4483, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4484, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4485, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4486, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4487, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4488, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4489, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4490, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4491, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4492, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4493, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4494, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4495, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4496, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4497, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4498, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4499, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4500, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4502, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4503, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4504, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4505, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4506, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4507, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4508, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4509, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4510, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4511, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4512, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4513, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4514, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4515, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4516, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4517, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4518, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4519, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4520, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4521, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4522, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4523, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4524, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4525, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4526, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4527, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4528, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4529, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4530, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4531, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4532, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4533, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4534, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4535, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4536, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4537, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4538, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4539, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4540, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4541, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4542, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4543, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4544, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4545, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4546, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4547, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4548, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4549, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4550, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4551, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4552, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4553, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4554, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4555, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4556, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4557, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4558, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4559, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4560, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4561, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4562, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4563, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4564, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4565, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4566, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4567, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4568, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4569, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4570, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4571, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4572, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4573, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4574, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4575, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4576, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4577, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4578, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4579, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4580, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4581, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4582, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4583, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4584, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4585, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4586, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4587, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4588, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4589, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4590, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4591, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4592, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4593, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4594, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4595, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4596, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4597, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4598, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4599, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4600, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4601, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4602, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4603, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4604, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4605, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4606, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4607, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4608, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4609, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4610, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4611, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4612, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4613, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4614, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4615, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4616, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4617, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4618, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4619, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4620, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4621, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4622, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4623, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4624, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4625, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4626, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4627, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4628, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4629, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4630, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4631, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4632, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4633, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4634, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4635, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4636, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4637, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4638, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4639, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4640, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4641, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4642, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4643, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4644, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4645, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4646, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4647, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4648, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4649, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4650, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4651, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4652, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4653, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4654, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4655, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4656, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4657, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4658, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4659, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4660, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4661, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4662, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4663, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4664, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4665, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4666, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4667, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4668, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4669, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4670, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4671, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4672, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4673, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4674, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4675, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4676, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4677, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4678, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4679, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4680, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4681, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4682, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4683, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4684, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4685, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4686, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4687, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4688, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4689, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4690, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4691, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4692, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4693, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4694, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4695, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4696, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4697, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4698, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4699, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4700, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4701, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4702, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4703, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4704, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4705, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4706, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4707, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4708, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4709, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4710, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4711, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4712, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4713, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4714, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4715, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4716, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4717, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4718, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4719, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4720, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4721, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4722, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4723, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4724, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4725, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4726, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4727, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4728, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4729, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4730, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4731, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4732, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4733, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4734, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4735, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4736, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4737, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4738, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4739, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4740, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4741, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4742, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4743, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4744, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4745, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4746, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4747, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4748, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4749, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4750, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4751, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4752, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4753, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4754, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4755, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4756, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4757, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4758, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4759, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4760, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4761, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4762, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4763, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4764, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4765, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4766, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4767, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4768, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4769, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4770, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4771, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4772, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4773, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4774, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4775, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4776, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4777, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4778, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4779, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4780, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4781, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4782, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4783, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4784, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4785, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4786, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4787, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4788, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4789, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4790, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4791, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4792, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4793, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4794, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4795, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4796, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4797, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4798, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4799, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4800, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4801, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4802, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4803, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4804, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4805, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4806, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4807, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4808, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4809, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4810, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4811, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4812, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4813, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4814, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4815, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4816, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4817, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4818, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4819, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4820, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4821, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4822, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4823, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4824, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4825, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4826, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4827, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4828, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4829, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4830, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4831, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4832, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4833, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4834, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4835, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4836, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4837, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4838, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4839, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4840, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4841, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4842, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4843, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4844, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4845, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4846, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4847, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4848, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4849, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4850, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4851, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4852, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4853, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4854, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4855, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4856, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4857, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4858, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4859, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4860, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4861, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4862, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4863, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4864, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4865, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4866, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4867, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4868, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4869, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4870, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4871, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4872, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4873, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4874, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4875, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4876, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4877, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4878, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4879, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4880, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4881, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4882, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4883, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4884, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4885, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4886, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4887, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4888, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4889, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4890, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4891, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4892, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4893, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4894, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4895, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4896, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4897, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4898, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4899, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4900, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4901, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4902, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4903, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4904, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4905, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4906, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4907, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4908, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4909, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4910, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4911, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4912, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4913, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4914, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4915, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4916, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4917, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4918, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4919, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4920, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4921, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4922, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4923, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4924, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4925, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4926, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4927, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4928, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4929, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4930, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4931, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4932, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4933, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4934, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4935, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4936, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4937, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4938, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4939, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4940, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4941, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4942, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4943, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4944, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4945, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4946, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4947, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4948, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4949, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4950, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4951, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4952, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4953, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4954, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4955, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4956, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4957, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4958, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4959, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4960, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4961, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4962, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4963, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4964, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4965, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4966, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4967, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4968, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4969, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4970, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4971, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4972, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4973, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4974, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4975, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4976, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4977, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4978, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4979, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4980, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4981, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4982, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4983, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4984, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4985, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4986, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4987, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4988, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4989, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4990, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4991, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4992, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4993, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4994, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4995, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4996, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4997, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4998, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (4999, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5000, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5001, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5002, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5003, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5004, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5005, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5006, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5007, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5008, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5009, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5010, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5011, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5012, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5013, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5014, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5015, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5016, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5017, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5018, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5019, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5020, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5021, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5022, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5023, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5024, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5025, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5026, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5028, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5029, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5030, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5031, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5032, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5033, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5034, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5035, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5036, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5037, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5038, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5039, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5040, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5041, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5042, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5043, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5044, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5045, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5046, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5047, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5048, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5049, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5050, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5051, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5052, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5053, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5054, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5055, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5056, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5057, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5058, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5059, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5060, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5062, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5063, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5064, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5065, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5066, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5067, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5068, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5069, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5070, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5071, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5072, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5073, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5074, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5075, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5076, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5077, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5078, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5079, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5080, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5081, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5082, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5083, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5084, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5085, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5086, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5087, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5088, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5089, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5090, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5091, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5092, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5093, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5094, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5095, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5096, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5097, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5098, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5099, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5100, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5101, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5102, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5103, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5104, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5105, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5106, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5107, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5108, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5110, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5111, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5112, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5113, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5114, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5115, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5116, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5117, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5118, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5119, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5120, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5121, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5122, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5123, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5124, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5125, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5126, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5127, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5128, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5129, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5130, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5131, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5132, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5133, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5134, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5135, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5136, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5137, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5138, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5139, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5140, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5141, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5142, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5143, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5144, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5145, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5146, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5147, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5148, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5149, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5150, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5151, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5152, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5153, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5154, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5155, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5156, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5157, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5158, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5159, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5160, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5161, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5162, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5163, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5164, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5165, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5166, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5167, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5168, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5169, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5170, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5171, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5172, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5173, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5174, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5175, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5176, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5177, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5178, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5179, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5180, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5181, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5182, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5183, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5184, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5185, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5186, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5187, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5188, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5189, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5190, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5191, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5192, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5193, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5194, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5195, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5196, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5197, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5198, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5199, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5200, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5201, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5202, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5203, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5204, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5205, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5206, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5207, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5208, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5209, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5210, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5211, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5212, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5213, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5214, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5215, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5216, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5217, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5218, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5219, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5220, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5221, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5222, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5223, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5224, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5225, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5226, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5227, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5228, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5229, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5230, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5231, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5232, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5233, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5234, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5235, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5236, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5237, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5238, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5239, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5240, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5241, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5242, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5243, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5244, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5245, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5246, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5247, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5248, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5249, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5250, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5251, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5252, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5253, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5254, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5255, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5256, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5257, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5258, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5259, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5260, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5261, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5262, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5263, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5264, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5265, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5266, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5267, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5268, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5269, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5270, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5271, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5272, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5273, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5274, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5275, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5276, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5277, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5278, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5279, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5280, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5281, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5282, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5283, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5284, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5285, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5286, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5287, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5288, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5289, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5290, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5291, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5292, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5293, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5294, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5295, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5296, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5297, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5298, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5299, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5300, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5301, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5302, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5303, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5304, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5305, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5306, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5307, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5308, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5309, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5310, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5311, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5312, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5313, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5314, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5315, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5316, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5317, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5318, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5319, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5320, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5321, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5322, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5323, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5324, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5325, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5326, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5327, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5328, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5329, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5330, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5331, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5332, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5333, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5334, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5335, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5336, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5337, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5338, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5339, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5340, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5341, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5342, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5343, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5344, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5345, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5346, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5347, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5348, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5349, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5350, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5351, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5352, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5353, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5354, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5355, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5356, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5357, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5358, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5359, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5360, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5361, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5362, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5363, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5364, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5365, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5366, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5367, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5368, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5369, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5370, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5371, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5372, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5373, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5374, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5375, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5376, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5377, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5378, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5379, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5380, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5381, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5382, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5383, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5384, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5385, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5386, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5387, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5388, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5389, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5390, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5391, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5392, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5393, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5394, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5395, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5396, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5397, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5398, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5399, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5400, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5401, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5402, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5403, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5404, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5405, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5406, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5407, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5408, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5409, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5410, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5411, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5412, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5413, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5414, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5415, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5416, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5417, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5418, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5419, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5420, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5421, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5422, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5423, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5424, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5425, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5426, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5427, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5428, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5429, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5430, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5431, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5432, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5433, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5434, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5435, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5436, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5437, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5438, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5439, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5440, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5441, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5442, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5443, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5444, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5445, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5446, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5448, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5449, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5450, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5451, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5452, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5453, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5454, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5455, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5456, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5457, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5458, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5459, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5460, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5461, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5462, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5463, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5464, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5465, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5466, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5467, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5468, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5469, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5470, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5471, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5472, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5473, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5474, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5475, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5476, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5477, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5478, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5479, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5480, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5481, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5482, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5483, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5484, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5485, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5486, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5487, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5488, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5489, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5490, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5491, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5492, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5493, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5494, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5495, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5496, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5497, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5498, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5499, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5500, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5501, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5502, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5503, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5504, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5505, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5506, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5507, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5508, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5509, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5510, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5511, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5512, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5513, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5515, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5516, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5517, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5518, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5519, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5520, 16); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5521, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5522, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5523, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5524, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5525, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5526, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5527, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5528, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5529, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5530, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5531, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5532, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5533, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5534, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5535, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5536, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5537, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5538, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5539, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5540, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5541, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5542, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5543, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5544, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5545, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5546, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5547, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5548, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5549, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5550, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5551, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5552, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5553, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5554, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5555, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5556, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5557, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5558, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5560, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5561, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5562, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5563, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5564, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5565, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5566, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5567, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5568, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5569, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5570, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5571, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5572, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5573, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5574, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5575, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5576, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5577, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5578, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5579, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5580, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5581, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5582, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5583, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5584, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5585, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5586, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5587, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5588, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5589, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5590, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5591, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5592, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5593, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5594, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5595, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5596, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5597, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5598, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5599, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5600, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5601, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5602, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5603, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5604, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5605, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5606, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5607, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5608, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5611, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5612, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5613, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5614, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5615, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5616, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5617, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5618, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5619, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5620, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5621, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5622, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5623, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5624, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5625, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5626, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5627, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5628, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5629, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5630, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5631, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5632, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5633, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5634, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5635, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5636, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5637, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5638, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5639, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5640, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5641, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5642, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5643, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5645, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5646, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5647, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5648, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5649, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5650, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5651, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5652, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5653, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5654, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5655, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5656, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5657, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5658, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5659, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5660, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5661, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5662, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5663, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5664, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5665, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5666, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5667, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5668, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5669, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5670, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5671, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5672, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5673, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5674, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5676, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5677, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5678, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5679, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5680, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5681, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5682, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5683, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5684, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5685, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5686, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5687, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5688, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5689, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5690, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5691, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5692, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5693, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5694, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5695, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5696, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5697, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5698, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5699, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5700, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5701, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5702, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5703, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5704, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5705, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5706, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5707, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5708, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5709, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5710, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5711, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5712, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5713, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5714, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5715, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5716, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5717, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5718, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5719, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5720, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5721, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5722, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5723, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5724, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5725, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5726, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5727, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5728, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5729, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5730, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5731, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5732, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5733, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5734, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5735, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5736, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5737, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5738, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5739, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5740, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5741, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5742, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5743, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5744, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5745, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5746, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5747, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5748, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5749, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5750, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5751, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5752, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5753, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5754, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5755, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5756, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5757, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5758, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5759, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5760, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5761, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5762, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5763, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5764, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5765, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5766, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5767, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5768, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5769, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5770, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5771, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5772, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5773, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5774, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5775, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5776, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5777, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5778, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5779, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5780, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5781, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5782, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5783, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5784, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5785, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5786, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5787, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5788, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5789, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5790, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5791, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5792, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5793, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5794, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5795, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5796, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5797, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5798, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5799, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5800, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5801, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5802, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5803, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5804, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5805, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5806, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5807, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5808, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5809, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5810, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5811, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5812, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5813, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5814, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5815, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5816, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5817, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5818, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5819, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5820, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5821, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5822, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5823, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5824, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5825, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5826, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5827, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5828, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5830, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5831, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5832, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5833, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5834, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5835, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5836, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5837, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5838, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5839, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5840, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5841, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5842, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5843, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5844, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5845, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5846, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5847, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5848, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5849, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5850, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5851, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5852, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5853, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5854, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5855, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5856, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5857, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5858, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5859, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5860, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5861, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5862, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5863, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5864, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5865, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5866, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5867, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5868, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5869, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5870, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5871, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5872, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5873, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5874, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5875, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5876, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5877, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5878, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5879, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5880, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5881, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5882, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5883, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5884, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5885, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5886, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5887, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5888, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5889, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5890, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5891, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5892, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5893, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5894, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5895, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5896, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5897, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5898, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5899, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5900, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5902, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5903, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5904, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5905, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5906, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5907, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5908, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5909, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5910, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5911, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5912, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5913, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5914, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5915, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5916, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5917, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5918, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5919, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5920, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5921, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5922, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5923, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5924, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5925, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5926, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5927, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5928, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5929, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5930, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5931, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5932, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5933, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5934, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5935, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5936, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5937, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5938, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5939, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5940, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5941, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5942, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5943, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5944, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5945, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5946, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5947, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5948, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5949, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5950, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5951, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5952, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5953, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5954, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5955, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5956, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5957, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5958, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5959, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5960, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5961, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5962, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5963, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5964, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5965, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5966, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5967, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5968, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5969, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5970, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5971, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5972, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5973, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5974, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5975, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5976, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5977, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5978, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5979, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5980, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5981, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5982, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5983, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5984, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5985, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5986, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5987, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5988, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5989, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5990, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5991, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5992, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5993, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5994, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5995, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5996, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5997, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5998, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (5999, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6000, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6001, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6002, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6003, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6004, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6005, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6006, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6007, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6008, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6009, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6010, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6011, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6012, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6013, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6014, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6015, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6016, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6017, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6018, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6019, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6020, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6021, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6022, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6023, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6024, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6025, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6026, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6027, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6028, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6029, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6030, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6031, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6032, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6033, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6034, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6035, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6036, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6037, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6038, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6039, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6040, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6041, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6042, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6043, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6045, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6046, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6047, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6048, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6049, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6050, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6051, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6052, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6053, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6054, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6055, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6056, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6057, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6058, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6059, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6060, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6061, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6062, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6063, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6064, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6065, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6066, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6067, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6068, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6069, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6070, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6071, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6072, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6073, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6074, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6075, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6076, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6077, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6078, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6080, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6081, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6082, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6083, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6084, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6085, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6086, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6087, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6088, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6089, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6090, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6091, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6092, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6093, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6094, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6095, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6096, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6097, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6098, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6099, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6100, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6101, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6102, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6103, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6104, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6105, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6106, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6107, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6108, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6109, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6110, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6111, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6112, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6113, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6114, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6115, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6116, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6117, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6118, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6119, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6120, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6121, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6122, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6123, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6124, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6125, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6126, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6127, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6128, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6129, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6130, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6131, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6132, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6133, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6134, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6135, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6136, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6137, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6138, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6139, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6140, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6141, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6142, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6143, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6144, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6145, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6146, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6147, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6148, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6149, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6150, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6151, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6152, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6153, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6154, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6155, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6156, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6157, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6158, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6159, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6160, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6161, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6162, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6163, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6164, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6165, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6166, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6167, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6168, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6169, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6170, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6171, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6172, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6173, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6174, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6175, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6176, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6177, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6178, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6179, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6180, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6181, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6182, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6183, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6184, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6185, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6186, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6187, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6188, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6189, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6190, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6191, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6192, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6193, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6194, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6195, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6196, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6197, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6198, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6199, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6200, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6201, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6202, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6203, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6204, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6205, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6207, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6208, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6209, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6210, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6211, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6212, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6213, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6214, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6215, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6216, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6217, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6218, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6219, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6220, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6221, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6222, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6224, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6225, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6226, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6227, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6228, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6229, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6230, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6231, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6232, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6233, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6234, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6235, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6236, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6237, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6238, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6240, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6241, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6243, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6244, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6245, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6246, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6247, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6248, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6249, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6250, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6251, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6252, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6253, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6254, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6255, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6256, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6257, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6258, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6259, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6260, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6261, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6262, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6263, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6264, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6265, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6266, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6267, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6268, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6269, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6270, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6271, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6272, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6273, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6274, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6275, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6276, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6277, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6278, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6279, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6280, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6281, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6282, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6283, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6284, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6285, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6286, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6287, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6288, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6289, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6290, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6291, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6292, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6293, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6294, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6295, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6296, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6297, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6298, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6299, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6300, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6301, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6302, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6303, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6304, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6305, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6306, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6307, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6308, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6309, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6310, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6311, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6312, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6313, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6314, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6315, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6316, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6317, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6318, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6319, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6320, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6321, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6322, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6323, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6324, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6325, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6326, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6327, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6328, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6329, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6330, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6331, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6332, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6333, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6334, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6335, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6336, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6337, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6339, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6340, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6341, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6342, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6343, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6344, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6345, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6346, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6347, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6348, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6349, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6350, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6351, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6352, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6353, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6354, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6355, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6356, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6357, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6358, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6359, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6360, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6361, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6362, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6363, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6364, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6365, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6366, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6367, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6368, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6369, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6370, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6371, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6372, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6373, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6374, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6375, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6376, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6377, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6378, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6379, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6380, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6381, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6382, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6383, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6384, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6385, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6386, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6387, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6388, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6389, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6390, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6391, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6392, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6393, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6394, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6395, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6396, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6397, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6398, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6399, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6400, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6401, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6402, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6403, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6404, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6405, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6406, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6407, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6408, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6409, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6410, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6411, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6412, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6413, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6414, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6415, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6416, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6417, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6418, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6419, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6420, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6421, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6422, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6423, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6424, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6425, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6426, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6427, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6428, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6429, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6430, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6431, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6432, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6433, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6434, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6435, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6436, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6437, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6438, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6439, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6440, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6441, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6442, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6443, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6444, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6445, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6446, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6447, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6448, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6449, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6450, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6451, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6452, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6453, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6454, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6455, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6456, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6457, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6458, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6459, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6460, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6461, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6462, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6463, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6464, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6465, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6466, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6467, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6468, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6469, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6470, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6471, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6472, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6473, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6474, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6475, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6476, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6477, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6478, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6479, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6480, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6481, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6482, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6483, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6485, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6486, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6487, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6488, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6489, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6490, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6491, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6492, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6493, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6494, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6495, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6496, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6497, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6498, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6499, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6500, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6501, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6502, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6503, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6504, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6505, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6506, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6507, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6508, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6509, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6510, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6511, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6512, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6513, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6514, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6515, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6516, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6517, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6518, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6519, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6520, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6521, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6522, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6523, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6524, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6525, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6526, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6527, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6528, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6529, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6530, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6531, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6532, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6533, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6534, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6535, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6536, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6537, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6538, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6539, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6540, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6541, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6542, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6543, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6544, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6545, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6546, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6547, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6548, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6549, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6550, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6551, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6552, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6553, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6554, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6555, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6556, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6557, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6558, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6559, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6560, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6561, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6562, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6563, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6564, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6565, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6566, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6567, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6568, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6569, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6570, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6571, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6572, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6573, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6574, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6575, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6576, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6577, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6578, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6579, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6580, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6581, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6582, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6583, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6584, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6585, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6586, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6587, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6588, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6589, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6590, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6591, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6592, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6593, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6594, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6595, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6596, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6597, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6598, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6599, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6600, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6601, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6602, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6603, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6604, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6605, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6606, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6607, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6608, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6609, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6610, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6611, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6612, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6613, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6614, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6615, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6616, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6617, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6618, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6619, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6620, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6621, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6622, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6623, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6624, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6625, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6626, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6627, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6628, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6629, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6630, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6631, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6632, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6633, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6634, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6635, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6636, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6637, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6638, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6639, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6640, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6641, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6642, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6643, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6644, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6645, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6646, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6647, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6648, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6649, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6650, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6651, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6652, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6653, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6654, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6655, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6656, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6657, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6658, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6659, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6660, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6661, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6662, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6663, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6664, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6665, 16); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6666, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6667, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6668, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6669, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6670, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6671, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6672, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6673, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6674, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6675, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6676, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6677, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6678, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6679, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6680, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6681, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6682, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6683, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6684, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6686, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6687, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6688, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6689, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6690, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6691, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6692, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6693, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6694, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6695, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6696, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6697, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6698, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6699, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6700, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6701, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6702, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6703, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6704, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6705, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6706, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6707, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6708, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6709, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6710, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6712, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6713, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6714, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6715, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6716, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6717, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6718, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6719, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6720, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6721, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6722, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6723, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6724, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6725, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6726, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6727, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6728, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6729, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6730, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6731, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6732, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6733, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6734, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6735, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6736, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6737, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6738, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6739, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6740, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6741, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6742, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6743, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6744, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6745, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6746, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6747, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6748, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6749, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6750, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6751, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6752, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6753, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6754, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6755, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6756, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6757, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6758, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6759, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6760, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6761, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6762, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6763, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6764, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6765, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6766, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6767, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6768, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6769, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6770, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6771, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6772, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6773, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6774, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6775, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6776, 12); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6777, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6778, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6779, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6780, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6781, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6782, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6783, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6784, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6785, 16); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6786, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6787, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6788, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6789, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6790, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6791, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6792, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6793, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6794, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6795, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6796, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6797, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6798, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6799, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6800, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6801, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6802, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6803, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6804, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6805, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6806, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6807, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6808, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6809, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6810, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6811, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6812, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6813, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6814, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6815, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6816, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6817, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6818, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6819, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6820, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6821, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6822, 12); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6823, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6824, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6825, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6826, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6827, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6828, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6829, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6830, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6831, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6832, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6833, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6834, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6835, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6836, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6837, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6838, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6839, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6840, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6841, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6842, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6843, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6844, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6845, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6846, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6847, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6848, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6849, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6850, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6851, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6852, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6853, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6854, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6855, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6856, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6857, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6858, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6859, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6860, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6861, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6862, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6863, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6864, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6865, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6866, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6867, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6868, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6869, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6870, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6871, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6872, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6873, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6874, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6875, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6876, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6877, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6878, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6879, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6880, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6881, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6882, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6883, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6884, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6885, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6886, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6887, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6888, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6889, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6890, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6891, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6892, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6893, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6894, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6895, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6896, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6897, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6898, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6899, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6900, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6901, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6902, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6903, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6904, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6905, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6906, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6907, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6908, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6909, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6910, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6911, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6912, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6913, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6914, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6915, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6916, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6917, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6918, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6919, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6920, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6921, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6922, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6923, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6924, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6925, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6926, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6927, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6928, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6929, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6930, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6931, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6932, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6933, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6934, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6935, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6936, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6937, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6938, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6939, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6940, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6941, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6942, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6943, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6944, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6945, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6946, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6947, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6948, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6949, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6950, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6951, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6952, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6953, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6954, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6955, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6956, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6957, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6958, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6959, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6960, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6961, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6962, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6963, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6964, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6965, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6966, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6967, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6968, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6969, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6970, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6971, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6972, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6973, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6974, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6975, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6976, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6977, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6978, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6979, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6980, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6981, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6982, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6983, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6984, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6985, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6986, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6987, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6988, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6989, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6990, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6991, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6992, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6993, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6994, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6995, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6996, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6997, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6998, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (6999, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7000, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7001, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7002, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7003, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7004, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7005, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7006, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7007, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7008, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7009, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7010, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7011, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7012, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7013, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7014, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7015, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7016, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7017, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7018, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7019, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7020, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7021, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7022, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7023, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7024, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7025, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7026, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7027, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7028, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7029, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7030, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7031, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7032, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7033, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7034, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7035, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7036, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7037, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7038, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7039, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7040, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7041, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7042, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7043, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7045, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7046, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7047, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7048, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7049, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7050, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7051, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7052, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7053, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7054, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7055, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7056, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7057, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7058, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7059, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7060, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7061, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7062, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7063, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7064, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7065, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7066, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7067, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7068, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7069, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7070, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7071, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7072, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7073, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7074, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7075, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7076, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7077, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7078, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7079, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7080, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7081, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7082, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7083, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7084, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7085, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7086, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7087, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7088, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7089, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7090, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7091, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7092, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7093, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7094, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7095, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7096, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7097, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7098, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7099, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7100, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7101, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7102, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7103, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7104, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7105, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7106, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7107, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7108, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7109, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7110, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7111, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7112, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7113, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7114, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7115, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7116, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7117, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7118, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7119, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7120, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7121, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7122, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7123, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7124, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7125, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7126, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7127, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7128, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7129, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7130, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7131, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7132, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7133, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7134, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7135, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7136, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7137, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7138, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7139, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7140, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7141, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7142, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7143, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7144, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7145, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7146, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7147, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7148, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7149, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7150, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7151, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7152, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7153, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7154, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7155, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7156, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7157, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7158, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7159, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7160, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7161, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7162, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7163, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7164, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7165, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7166, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7167, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7168, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7169, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7170, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7171, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7172, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7173, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7174, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7175, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7176, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7177, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7178, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7179, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7180, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7181, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7182, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7183, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7184, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7185, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7186, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7187, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7188, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7189, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7190, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7191, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7192, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7193, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7194, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7195, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7196, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7197, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7198, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7199, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7200, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7201, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7202, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7203, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7204, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7205, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7206, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7207, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7208, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7209, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7210, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7211, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7212, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7213, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7214, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7215, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7216, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7217, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7218, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7219, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7220, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7221, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7222, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7223, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7224, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7225, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7226, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7227, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7228, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7229, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7230, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7231, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7232, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7233, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7234, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7235, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7236, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7237, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7238, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7239, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7240, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7241, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7242, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7243, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7244, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7245, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7246, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7247, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7248, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7249, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7250, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7251, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7252, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7253, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7254, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7255, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7256, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7257, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7258, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7259, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7260, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7261, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7262, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7263, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7264, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7265, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7266, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7267, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7268, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7269, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7270, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7271, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7272, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7273, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7274, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7275, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7276, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7277, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7278, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7279, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7280, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7281, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7282, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7283, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7284, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7285, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7286, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7287, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7288, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7289, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7290, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7291, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7292, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7293, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7294, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7295, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7296, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7297, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7298, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7299, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7300, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7301, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7302, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7303, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7304, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7305, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7306, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7307, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7308, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7309, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7310, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7311, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7312, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7313, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7314, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7315, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7316, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7317, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7318, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7319, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7320, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7321, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7322, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7323, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7324, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7325, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7326, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7327, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7328, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7329, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7330, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7331, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7332, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7333, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7334, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7335, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7336, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7337, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7338, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7339, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7340, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7341, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7342, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7343, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7344, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7345, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7346, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7347, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7348, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7349, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7350, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7351, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7352, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7353, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7354, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7355, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7356, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7357, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7358, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7359, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7360, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7361, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7362, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7363, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7364, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7365, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7366, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7367, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7368, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7369, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7370, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7371, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7373, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7374, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7375, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7376, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7377, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7378, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7379, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7380, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7381, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7382, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7383, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7384, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7385, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7386, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7387, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7388, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7389, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7390, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7391, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7392, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7393, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7394, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7395, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7396, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7397, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7398, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7399, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7400, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7401, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7403, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7404, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7405, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7406, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7407, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7408, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7409, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7410, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7411, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7412, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7413, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7414, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7415, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7416, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7417, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7418, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7419, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7420, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7421, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7422, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7423, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7424, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7425, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7426, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7427, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7428, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7429, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7430, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7431, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7432, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7433, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7434, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7435, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7436, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7437, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7438, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7439, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7440, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7441, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7442, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7443, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7444, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7445, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7446, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7447, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7448, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7449, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7450, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7451, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7452, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7453, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7454, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7455, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7456, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7457, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7458, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7459, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7460, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7461, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7462, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7463, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7464, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7465, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7466, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7467, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7468, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7469, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7470, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7471, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7472, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7473, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7474, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7475, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7476, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7477, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7478, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7479, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7480, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7481, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7482, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7483, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7484, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7485, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7486, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7487, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7488, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7489, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7490, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7491, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7492, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7493, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7494, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7495, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7496, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7497, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7498, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7499, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7500, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7501, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7502, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7503, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7504, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7505, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7506, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7507, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7508, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7509, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7510, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7511, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7513, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7514, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7515, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7516, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7517, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7518, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7519, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7520, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7521, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7522, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7523, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7524, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7525, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7526, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7527, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7528, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7529, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7530, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7531, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7532, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7533, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7534, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7535, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7536, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7537, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7538, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7539, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7540, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7541, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7542, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7543, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7544, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7545, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7546, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7547, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7548, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7549, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7550, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7551, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7552, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7553, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7554, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7555, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7556, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7557, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7558, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7559, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7560, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7561, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7562, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7563, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7564, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7565, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7566, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7567, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7568, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7569, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7570, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7571, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7572, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7573, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7574, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7575, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7576, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7577, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7578, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7579, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7580, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7581, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7582, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7583, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7584, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7585, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7586, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7587, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7588, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7589, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7590, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7591, 10); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7592, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7593, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7594, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7595, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7596, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7597, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7598, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7599, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7600, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7601, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7602, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7603, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7604, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7605, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7606, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7607, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7608, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7609, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7610, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7611, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7612, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7613, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7614, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7615, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7616, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7617, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7618, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7619, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7620, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7621, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7622, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7623, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7624, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7625, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7626, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7628, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7629, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7630, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7631, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7632, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7633, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7634, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7635, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7636, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7637, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7638, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7639, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7640, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7641, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7642, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7643, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7644, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7645, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7646, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7647, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7648, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7649, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7650, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7652, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7653, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7654, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7655, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7656, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7657, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7658, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7659, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7660, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7661, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7662, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7663, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7664, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7665, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7666, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7667, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7668, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7669, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7670, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7671, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7672, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7673, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7674, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7675, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7676, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7677, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7678, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7679, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7680, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7681, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7682, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7683, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7684, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7685, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7686, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7687, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7688, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7689, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7690, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7691, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7692, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7693, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7694, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7696, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7697, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7698, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7699, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7700, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7701, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7702, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7703, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7704, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7705, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7706, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7707, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7708, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7709, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7710, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7711, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7712, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7713, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7714, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7715, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7716, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7717, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7718, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7719, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7720, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7721, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7722, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7723, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7724, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7725, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7726, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7727, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7728, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7729, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7730, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7731, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7732, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7733, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7734, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7735, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7736, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7737, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7738, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7739, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7740, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7741, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7742, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7743, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7744, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7745, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7746, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7747, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7748, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7749, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7751, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7752, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7753, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7754, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7755, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7756, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7757, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7758, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7759, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7760, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7761, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7762, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7763, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7764, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7765, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7766, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7767, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7768, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7769, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7770, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7771, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7772, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7773, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7774, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7775, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7776, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7777, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7778, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7779, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7780, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7781, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7782, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7783, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7784, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7785, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7786, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7787, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7788, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7789, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7790, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7791, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7792, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7793, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7794, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7795, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7796, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7797, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7798, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7799, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7800, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7801, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7802, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7803, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7804, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7805, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7806, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7807, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7808, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7809, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7810, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7811, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7812, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7813, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7814, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7816, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7817, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7818, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7819, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7820, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7821, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7822, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7823, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7824, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7825, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7826, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7827, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7828, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7829, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7830, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7831, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7832, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7833, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7834, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7835, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7836, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7837, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7839, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7840, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7841, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7842, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7843, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7844, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7845, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7846, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7847, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7848, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7849, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7850, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7851, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7852, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7853, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7854, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7855, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7856, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7857, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7858, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7859, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7860, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7861, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7862, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7863, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7864, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7865, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7866, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7867, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7868, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7869, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7870, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7871, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7872, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7873, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7874, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7875, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7876, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7877, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7878, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7879, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7880, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7881, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7882, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7883, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7884, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7885, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7886, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7887, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7888, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7889, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7890, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7891, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7892, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7893, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7894, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7895, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7896, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7897, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7898, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7899, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7900, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7901, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7902, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7903, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7904, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7905, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7906, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7907, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7908, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7909, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7910, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7911, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7912, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7913, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7914, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7915, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7916, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7917, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7918, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7919, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7920, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7921, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7922, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7923, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7924, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7925, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7926, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7927, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7928, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7929, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7930, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7931, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7932, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7933, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7934, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7935, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7936, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7937, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7938, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7939, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7940, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7941, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7942, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7943, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7944, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7945, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7946, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7947, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7948, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7949, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7950, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7951, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7952, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7953, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7954, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7955, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7956, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7957, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7958, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7959, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7960, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7961, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7962, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7963, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7964, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7965, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7966, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7967, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7968, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7969, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7970, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7971, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7972, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7973, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7974, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7975, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7976, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7977, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7978, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7979, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7980, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7981, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7982, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7983, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7984, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7985, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7986, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7987, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7988, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7989, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7990, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7991, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7992, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7993, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7994, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7995, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7996, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7997, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7998, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (7999, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8000, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8001, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8002, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8003, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8004, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8005, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8006, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8007, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8008, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8009, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8010, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8011, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8012, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8013, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8014, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8015, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8016, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8017, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8018, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8019, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8020, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8021, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8022, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8023, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8024, 16); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8025, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8026, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8027, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8028, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8029, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8030, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8031, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8032, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8033, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8034, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8035, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8036, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8037, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8038, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8039, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8040, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8041, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8042, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8043, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8045, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8046, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8047, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8048, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8049, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8050, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8051, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8052, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8053, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8054, 16); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8055, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8056, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8057, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8058, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8059, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8060, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8061, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8062, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8063, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8064, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8065, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8066, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8067, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8068, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8069, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8070, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8072, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8074, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8075, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8076, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8077, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8078, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8079, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8080, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8081, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8082, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8083, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8084, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8085, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8086, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8087, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8089, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8090, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8091, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8092, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8093, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8094, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8095, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8096, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8097, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8098, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8099, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8100, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8101, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8102, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8103, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8104, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8105, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8106, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8107, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8108, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8109, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8110, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8111, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8112, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8113, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8114, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8115, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8116, 17); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8117, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8118, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8119, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8120, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8121, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8122, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8123, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8124, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8125, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8126, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8127, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8128, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8129, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8130, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8131, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8132, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8133, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8134, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8135, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8136, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8137, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8138, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8139, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8140, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8141, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8142, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8143, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8144, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8145, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8146, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8147, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8148, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8149, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8150, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8151, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8152, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8153, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8154, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8155, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8156, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8157, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8158, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8159, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8160, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8161, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8162, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8163, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8164, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8165, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8166, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8167, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8168, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8169, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8170, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8171, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8172, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8173, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8174, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8175, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8176, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8177, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8178, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8179, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8180, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8181, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8182, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8183, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8184, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8185, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8186, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8187, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8188, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8189, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8190, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8191, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8192, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8193, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8194, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8195, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8196, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8197, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8198, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8199, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8200, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8201, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8202, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8203, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8204, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8205, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8206, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8207, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8208, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8209, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8210, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8211, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8212, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8213, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8214, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8215, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8216, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8217, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8218, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8219, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8220, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8221, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8222, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8223, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8224, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8225, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8226, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8227, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8228, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8229, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8230, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8231, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8232, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8233, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8234, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8235, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8236, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8237, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8238, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8239, 11); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8240, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8241, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8242, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8243, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8244, 15); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8245, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8246, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8247, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8248, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8249, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8250, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8251, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8252, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8253, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8254, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8255, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8256, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8257, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8258, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8259, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8260, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8261, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8262, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8263, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8264, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8265, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8266, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8267, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8268, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8269, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8270, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8271, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8272, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8273, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8274, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8275, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8276, 14); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8277, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8278, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8279, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8280, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8281, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8282, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8283, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8284, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8285, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8286, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8287, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8288, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8289, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8290, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8291, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8292, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8293, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8294, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8295, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8296, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8297, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8298, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8299, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8300, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8301, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8302, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8303, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8304, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8305, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8306, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8307, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8308, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8309, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8310, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8311, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8312, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8313, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8314, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8315, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8316, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8317, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8318, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8319, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8320, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8321, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8322, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8323, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8324, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8325, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8326, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8327, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8328, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8329, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8330, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8331, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8332, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8333, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8334, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8335, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8336, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8337, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8338, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8339, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8340, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8341, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8342, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8343, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8344, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8345, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8346, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8347, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8348, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8349, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8350, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8351, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8352, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8353, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8354, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8355, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8356, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8357, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8358, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8359, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8360, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8361, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8362, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8363, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8364, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8365, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8366, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8367, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8368, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8369, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8370, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8371, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8372, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8373, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8374, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8375, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8376, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8377, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8378, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8379, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8380, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8381, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8382, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8383, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8384, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8385, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8386, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8387, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8388, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8389, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8390, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8391, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8392, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8393, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8394, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8395, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8396, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8397, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8398, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8399, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8400, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8401, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8402, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8403, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8404, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8405, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8406, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8407, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8408, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8409, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8410, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8411, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8412, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8413, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8414, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8415, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8416, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8417, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8418, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8419, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8420, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8421, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8422, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8423, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8424, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8425, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8426, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8427, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8428, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8429, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8430, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8431, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8432, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8433, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8434, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8435, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8436, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8437, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8438, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8439, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8440, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8441, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8442, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8443, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8444, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8445, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8446, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8447, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8448, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8449, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8450, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8451, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8452, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8453, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8454, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8455, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8456, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8457, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8458, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8459, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8460, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8461, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8462, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8463, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8464, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8465, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8466, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8467, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8468, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8469, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8470, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8471, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8472, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8473, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8474, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8475, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8476, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8477, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8478, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8479, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8480, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8481, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8482, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8483, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8484, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8485, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8486, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8487, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8488, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8489, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8490, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8491, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8492, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8493, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8494, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8495, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8496, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8497, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8498, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8499, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8500, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8501, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8502, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8503, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8504, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8505, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8506, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8507, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8508, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8509, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8510, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8511, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8512, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8513, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8514, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8515, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8516, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8517, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8518, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8519, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8520, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8521, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8522, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8523, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8524, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8525, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8526, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8527, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8528, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8529, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8530, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8531, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8532, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8533, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8534, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8535, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8536, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8537, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8538, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8539, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8540, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8541, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8542, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8543, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8544, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8545, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8546, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8547, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8548, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8549, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8550, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8551, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8552, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8553, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8554, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8555, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8556, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8557, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8558, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8559, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8560, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8561, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8562, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8563, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8564, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8565, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8566, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8567, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8568, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8569, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8570, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8571, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8572, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8573, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8574, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8575, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8576, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8577, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8578, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8579, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8580, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8581, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8582, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8583, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8584, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8585, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8586, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8587, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8588, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8589, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8590, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8591, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8592, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8593, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8594, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8595, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8596, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8597, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8598, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8599, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8600, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8601, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8605, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8606, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8607, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8608, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8609, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8610, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8611, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8612, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8613, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8614, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8615, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8616, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8617, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8618, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8619, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8620, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8621, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8622, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8623, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8624, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8625, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8626, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8627, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8628, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8629, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8630, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8631, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8632, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8633, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8634, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8635, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8636, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8637, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8638, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8639, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8640, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8641, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8642, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8643, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8644, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8645, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8646, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8647, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8648, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8649, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8650, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8651, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8652, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8653, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8654, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8655, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8656, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8657, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8658, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8659, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8660, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8661, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8662, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8663, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8664, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8665, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8666, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8667, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8668, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8669, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8670, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8671, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8672, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8673, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8674, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8675, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8676, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8677, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8678, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8679, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8680, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8681, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8682, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8683, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8684, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8685, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8686, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8687, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8688, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8689, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8690, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8691, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8692, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8693, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8694, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8695, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8696, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8697, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8698, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8700, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8701, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8702, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8703, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8704, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8705, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8706, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8707, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8708, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8709, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8710, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8711, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8712, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8713, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8714, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8715, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8716, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8717, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8718, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8719, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8720, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8721, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8722, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8723, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8724, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8725, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8726, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8727, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8728, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8729, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8730, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8731, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8732, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8733, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8734, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8735, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8736, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8737, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8738, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8739, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8740, 26); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8741, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8742, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8743, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8744, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8745, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8746, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8747, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8748, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8749, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8750, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8751, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8752, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8753, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8754, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8755, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8756, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8757, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8758, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8759, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8760, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8761, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8762, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8763, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8764, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8765, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8766, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8767, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8768, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8769, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8770, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8771, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8772, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8773, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8774, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8775, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8776, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8777, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8778, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8779, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8780, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8781, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8782, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8783, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8784, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8785, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8786, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8787, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8788, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8789, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8790, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8791, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8792, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8793, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8794, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8795, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8796, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8797, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8798, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8799, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8800, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8801, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8802, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8803, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8804, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8805, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8806, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8807, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8808, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8809, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8810, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8811, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8813, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8814, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8815, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8816, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8817, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8818, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8819, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8820, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8821, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8822, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8823, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8824, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8825, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8826, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8827, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8828, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8829, 41); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8830, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8831, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8832, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8833, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8834, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8835, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8836, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8837, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8838, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8839, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8840, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8841, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8842, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8843, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8844, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8845, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8846, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8847, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8848, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8849, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8850, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8851, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8852, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8853, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8854, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8855, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8856, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8857, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8858, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8859, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8860, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8861, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8862, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8863, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8864, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8865, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8866, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8867, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8868, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8869, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8870, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8871, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8872, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8873, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8874, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8875, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8876, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8877, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8878, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8879, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8880, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8881, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8882, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8883, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8884, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8885, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8886, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8887, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8888, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8889, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8890, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8891, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8892, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8893, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8894, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8895, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8896, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8897, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8898, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8899, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8900, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8901, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8902, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8903, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8904, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8905, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8906, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8907, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8908, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8909, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8910, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8911, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8912, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8913, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8914, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8915, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8916, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8917, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8918, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8919, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8920, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8921, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8922, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8923, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8924, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8925, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8926, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8927, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8928, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8929, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8930, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8931, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8932, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8933, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8934, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8935, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8936, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8937, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8938, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8939, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8940, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8941, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8942, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8943, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8944, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8945, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8946, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8947, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8948, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8949, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8950, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8951, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8952, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8953, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8954, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8955, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8956, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8957, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8958, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8959, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8960, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8961, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8962, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8963, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8964, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8965, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8966, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8967, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8968, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8969, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8970, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8971, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8972, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8973, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8974, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8975, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8976, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8977, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8978, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8979, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8980, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8981, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8982, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8983, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8984, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8985, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8986, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8987, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8988, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8989, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8990, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8991, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8992, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8993, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8994, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8995, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8996, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8997, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8998, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (8999, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9000, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9001, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9002, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9003, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9004, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9005, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9006, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9007, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9008, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9009, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9010, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9011, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9012, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9013, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9014, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9015, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9016, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9017, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9018, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9019, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9020, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9021, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9022, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9023, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9024, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9025, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9026, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9027, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9028, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9029, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9030, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9031, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9032, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9033, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9034, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9035, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9036, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9037, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9038, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9039, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9040, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9041, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9042, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9043, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9045, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9046, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9047, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9048, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9049, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9050, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9051, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9052, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9053, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9054, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9055, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9056, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9057, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9058, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9059, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9060, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9061, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9062, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9063, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9064, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9065, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9066, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9067, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9068, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9069, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9070, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9071, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9072, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9073, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9074, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9075, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9076, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9077, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9078, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9079, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9080, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9081, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9082, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9083, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9084, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9085, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9086, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9087, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9088, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9089, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9090, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9091, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9092, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9093, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9094, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9095, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9096, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9097, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9098, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9099, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9100, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9101, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9102, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9103, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9104, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9105, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9106, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9107, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9108, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9109, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9110, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9111, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9112, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9113, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9114, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9115, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9116, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9117, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9118, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9119, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9120, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9121, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9122, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9123, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9124, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9125, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9126, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9127, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9128, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9129, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9131, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9132, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9133, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9134, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9135, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9136, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9137, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9138, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9139, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9140, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9141, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9142, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9143, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9144, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9145, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9146, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9147, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9148, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9149, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9150, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9151, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9152, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9153, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9154, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9155, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9156, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9157, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9158, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9159, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9160, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9161, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9162, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9163, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9164, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9165, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9166, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9167, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9168, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9169, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9170, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9171, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9172, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9173, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9174, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9175, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9176, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9177, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9178, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9179, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9180, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9181, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9182, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9183, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9184, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9185, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9186, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9187, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9188, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9189, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9190, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9191, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9192, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9193, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9194, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9195, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9196, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9197, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9198, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9199, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9200, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9201, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9202, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9203, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9204, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9205, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9206, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9207, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9208, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9209, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9210, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9211, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9212, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9213, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9214, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9215, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9216, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9217, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9218, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9219, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9220, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9221, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9222, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9223, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9224, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9225, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9226, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9227, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9228, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9229, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9230, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9231, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9232, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9233, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9234, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9235, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9236, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9237, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9238, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9239, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9240, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9241, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9242, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9243, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9244, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9245, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9246, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9247, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9248, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9249, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9250, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9251, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9252, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9253, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9254, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9255, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9256, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9257, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9258, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9259, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9260, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9261, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9262, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9263, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9264, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9265, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9266, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9267, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9268, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9269, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9270, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9271, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9273, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9274, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9275, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9276, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9277, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9278, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9279, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9280, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9281, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9282, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9283, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9284, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9285, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9286, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9287, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9288, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9289, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9290, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9291, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9292, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9293, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9294, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9295, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9296, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9297, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9298, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9299, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9300, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9301, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9302, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9303, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9304, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9305, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9306, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9307, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9308, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9309, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9310, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9311, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9312, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9313, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9314, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9315, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9316, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9317, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9318, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9319, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9320, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9321, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9322, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9323, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9324, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9325, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9326, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9327, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9328, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9329, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9330, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9331, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9332, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9333, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9334, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9335, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9336, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9337, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9338, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9339, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9340, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9341, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9342, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9343, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9344, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9345, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9346, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9347, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9348, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9349, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9350, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9351, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9352, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9353, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9354, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9355, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9356, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9357, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9358, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9359, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9360, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9361, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9362, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9363, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9364, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9365, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9366, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9367, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9368, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9369, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9370, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9371, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9372, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9373, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9374, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9375, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9376, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9377, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9378, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9379, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9380, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9381, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9382, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9383, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9384, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9385, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9386, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9387, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9388, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9389, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9390, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9391, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9392, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9393, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9394, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9395, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9396, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9397, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9398, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9399, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9400, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9401, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9402, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9403, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9404, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9405, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9406, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9407, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9408, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9409, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9410, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9411, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9412, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9413, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9414, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9415, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9416, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9417, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9418, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9419, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9420, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9421, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9422, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9423, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9424, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9425, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9426, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9427, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9428, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9429, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9430, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9431, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9432, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9433, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9434, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9435, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9436, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9437, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9438, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9439, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9440, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9441, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9442, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9443, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9444, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9445, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9446, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9447, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9448, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9449, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9450, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9451, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9452, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9453, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9454, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9455, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9456, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9457, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9458, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9459, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9460, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9461, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9462, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9463, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9464, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9465, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9466, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9467, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9468, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9469, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9470, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9471, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9472, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9473, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9474, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9475, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9476, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9477, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9478, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9479, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9480, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9481, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9482, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9483, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9484, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9485, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9486, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9487, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9488, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9489, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9490, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9491, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9492, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9493, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9494, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9495, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9496, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9498, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9499, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9500, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9501, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9502, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9503, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9504, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9505, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9506, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9507, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9508, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9509, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9510, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9511, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9512, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9513, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9514, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9515, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9516, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9517, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9518, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9519, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9520, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9521, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9522, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9523, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9524, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9525, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9526, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9527, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9528, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9529, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9530, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9531, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9532, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9533, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9534, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9535, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9536, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9537, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9538, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9539, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9540, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9541, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9542, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9543, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9544, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9545, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9546, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9547, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9548, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9549, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9550, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9551, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9552, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9553, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9554, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9555, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9556, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9557, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9558, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9559, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9560, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9561, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9562, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9563, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9564, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9565, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9566, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9567, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9568, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9569, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9570, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9571, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9572, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9573, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9574, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9575, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9576, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9577, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9578, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9579, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9580, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9581, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9582, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9583, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9584, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9585, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9586, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9587, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9588, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9589, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9590, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9591, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9592, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9593, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9594, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9595, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9596, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9597, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9598, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9599, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9600, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9601, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9602, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9603, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9604, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9605, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9606, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9607, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9608, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9609, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9610, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9611, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9612, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9613, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9614, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9615, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9616, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9617, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9618, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9619, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9620, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9621, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9622, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9623, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9624, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9625, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9626, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9627, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9628, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9629, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9630, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9631, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9632, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9633, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9634, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9635, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9636, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9637, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9638, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9639, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9640, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9641, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9642, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9643, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9644, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9645, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9646, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9647, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9648, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9649, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9650, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9651, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9652, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9653, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9654, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9655, 36); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9656, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9657, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9658, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9659, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9660, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9661, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9662, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9663, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9664, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9665, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9666, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9667, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9668, 25); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9669, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9670, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9671, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9672, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9673, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9674, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9675, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9676, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9677, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9678, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9679, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9680, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9681, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9682, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9683, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9684, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9685, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9686, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9687, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9688, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9689, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9690, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9691, 20); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9692, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9693, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9694, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9695, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9696, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9697, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9698, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9699, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9700, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9701, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9702, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9703, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9704, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9705, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9706, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9707, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9708, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9709, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9710, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9711, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9712, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9713, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9714, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9715, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9716, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9717, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9718, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9719, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9720, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9721, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9722, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9723, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9724, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9725, 22); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9726, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9727, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9728, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9729, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9730, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9731, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9732, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9733, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9734, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9735, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9736, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9737, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9738, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9739, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9740, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9741, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9742, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9743, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9744, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9745, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9746, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9747, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9748, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9749, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9750, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9751, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9752, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9753, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9754, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9755, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9756, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9757, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9758, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9759, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9760, 42); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9761, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9762, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9763, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9764, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9765, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9766, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9767, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9768, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9769, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9770, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9771, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9772, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9773, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9774, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9775, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9776, 39); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9777, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9778, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9779, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9780, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9781, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9782, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9783, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9784, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9785, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9786, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9787, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9788, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9789, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9790, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9791, 4); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9792, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9793, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9794, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9795, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9796, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9797, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9798, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9799, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9800, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9801, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9802, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9803, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9804, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9805, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9806, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9807, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9808, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9809, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9810, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9811, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9812, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9813, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9814, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9815, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9816, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9817, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9818, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9819, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9820, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9821, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9822, 37); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9823, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9824, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9825, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9826, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9827, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9828, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9829, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9830, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9831, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9832, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9833, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9834, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9835, 19); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9836, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9837, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9838, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9839, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9840, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9841, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9842, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9843, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9844, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9845, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9846, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9847, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9848, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9849, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9850, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9851, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9852, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9853, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9854, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9855, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9856, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9857, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9858, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9859, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9860, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9861, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9862, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9863, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9864, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9865, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9866, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9867, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9868, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9869, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9870, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9871, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9872, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9873, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9874, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9875, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9876, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9877, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9878, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9879, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9880, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9881, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9882, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9883, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9884, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9885, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9886, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9887, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9888, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9889, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9890, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9891, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9892, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9893, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9894, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9895, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9896, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9897, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9898, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9899, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9900, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9901, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9902, 32); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9903, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9904, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9905, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9906, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9907, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9908, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9909, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9910, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9911, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9912, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9913, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9914, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9915, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9916, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9917, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9918, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9919, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9920, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9921, 28); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9922, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9923, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9924, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9925, 3); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9926, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9927, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9928, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9929, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9930, 30); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9931, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9932, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9933, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9934, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9935, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9936, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9937, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9938, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9939, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9940, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9941, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9942, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9943, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9944, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9945, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9946, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9947, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9948, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9949, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9950, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9951, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9952, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9953, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9954, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9955, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9956, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9957, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9958, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9959, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9960, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9961, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9962, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9963, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9965, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9966, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9967, 31); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9968, 40); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9969, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9970, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9971, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9972, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9973, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9974, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9975, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9976, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9977, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9978, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9979, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9980, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9981, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9982, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9983, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9984, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9985, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9986, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9987, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9988, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9989, 76); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9990, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9991, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9992, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9993, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9994, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9995, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9996, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9997, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9998, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (9999, 77); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10000, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10001, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10002, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10003, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10004, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10005, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10006, 1); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10007, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10008, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10009, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10010, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10011, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10012, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10013, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10014, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10015, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10016, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10017, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10018, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10019, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10020, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10021, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10022, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10023, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10024, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10025, 2); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10026, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10027, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10028, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10029, 24); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10030, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10031, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10032, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10033, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10034, 35); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10035, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10036, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10037, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10038, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10039, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10040, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10041, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10042, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10043, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10044, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10045, 27); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10046, 29); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10047, 23); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10048, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10049, 34); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10050, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10051, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10052, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10053, 38); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10054, 21); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10055, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10056, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10057, 33); INSERT INTO `purchase_tags` (`purchase_id`, `tag_id`) VALUES (10058, 29); -- -- Table: purchases -- DROP TABLE IF EXISTS `purchases`; CREATE TABLE `purchases` ( `ID` decimal(6,0) NOT NULL DEFAULT 0, `date` date DEFAULT NULL, `amount` decimal(10,2) DEFAULT NULL, `vendor` varchar(64) DEFAULT NULL, `note` text DEFAULT NULL, UNIQUE KEY `ID` (`ID`), FULLTEXT KEY `vendor` (`vendor`), FULLTEXT KEY `note` (`note`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1, '2005-01-01', 25.00, 'Farm Sanctuary', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2, '2005-01-01', 26.49, 'Banana Republic', 'Skirt for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3, '2005-01-01', 5.70, 'Nick\'s Gyros', 'Cookies and tea for three at the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4, '2005-01-01', 20.11, 'The Children\'s Place', 'Fleece clothing for Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5, '2005-01-01', 5.29, 'Disney Store', 'Underwears for Adit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6, '2005-01-01', 5.28, 'Blockbuster', 'DVD rental of \"Home Alone\" and outstanding late fee for the last movie rented a long time ago in September 2004!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7, '2005-01-02', 36.00, 'Burmese Gems', 'Eating out with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8, '2005-01-02', 30.81, 'RadioShack', 'Batteries: rechargeable AAA, Arun\'s parents\' camera, garage remote'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9, '2005-01-04', 1.50, 'Indianapolis Airport Parking', 'Arun dropped off his parents for NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10, '2005-01-05', 35.00, 'Annette Lee Hair & Nail', 'Hair cut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (11, '2005-01-06', 19.46, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (12, '2005-01-06', 25.56, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (13, '2005-01-07', 28.00, 'La Torre', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (14, '2005-01-08', 2.81, 'Indianapolis Airport Parking', 'Visit to the airport for changing the name on Minaxi\'s mother\'s ticket. The amount includes $1.31 for the change fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (15, '2005-01-09', 71.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (16, '2005-01-12', 46.71, 'Marshalls', 'Christmas gift for dadiji bought by Arun\'s mother on visit to NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (17, '2005-01-14', 13.00, 'Anyetsang Little Tibet', 'Friday lunch out'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (18, '2005-01-14', 24.75, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (19, '2005-01-16', 26.88, 'Target', 'blades, body wash, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (20, '2005-01-16', 2.12, 'Menards', 'Two pairs of woollen thermal socks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (21, '2005-01-16', 1.90, 'Pizza Hut', 'Breadsticks at the Pizza Hut in Target'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (22, '2005-01-16', 12.66, 'Bed Bath & Beyond', '6 Irish coffee mugs for Arun\'s parents\' wedding anniversary'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (23, '2005-01-16', 2.85, 'Target', 'L\'Oreal kids shampoos (pair)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (24, '2005-01-16', 2.11, 'Bed Bath & Beyond', 'Altoids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (25, '2005-01-16', 51.16, 'Menards', 'Replacement circuit braker, two high-efficiency flood lamps, cleaners'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (26, '2005-01-17', 4.10, 'Olive Market', 'Samosas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (27, '2005-01-19', 57.01, 'E-Bay', 'Body-by-Victoria bras (5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (28, '2005-01-20', 28.03, 'E-Bay', 'Body-by-Victoria bras (4)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (29, '2005-01-21', 18.41, 'Walkers Amoco (BP)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (30, '2005-01-21', 27.04, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (31, '2005-01-21', 25.82, 'gradimages.com', 'Minaxi\'s graduation pictures'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (32, '2005-01-22', 22.69, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (33, '2005-01-22', 25.59, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (34, '2005-01-22', 4.00, 'IU auditorium', 'The Incredibles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (35, '2005-01-23', 3.84, 'Target', 'B&W picture enlargement, gym lock for Minaxi, hooks for hanging pictures'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (36, '2005-01-24', 8.96, 'Starbucks', 'Coffee at the airport when Arun went to pick his parents coming from NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (37, '2005-01-28', 12.17, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (38, '2005-01-28', 25.26, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (39, '2005-01-29', 17.46, 'Greensburg BP', 'gas on the way to Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (40, '2005-01-29', 77.03, 'Ann Taylor Loft', 'Minaxi\'s white coat from Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (41, '2005-01-29', 8.86, 'Dairy Queen', 'sandwiches for Arun\'s parents on the way to Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (42, '2005-01-29', 13.61, 'The Children\'s Place', 'Woollen hat for Adit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (43, '2005-01-29', 237.94, 'Jungle Jim\'s', 'groceries from Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (44, '2005-01-29', -83.74, 'Pottery Barn', 'Return of the Metal Phone (Grand)---actually returned on 2005-02-19'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (45, '2005-01-29', 84.53, 'Pottery Barn', 'Metal phone (Grand) for the master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (46, '2005-01-29', 6.91, 'The Sharper Image', 'Unrefunded delivery charge on the returned atomic clock for master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (47, '2005-01-31', 53.00, 'E-Bay', 'Pottery Barn metallic phone for the master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (48, '2005-02-01', 25.00, 'Farm Sanctuary', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (49, '2005-02-01', 29.06, 'E-Bay', 'Radio controlled alarm clock for master bedroom (sold by Atomic Clock)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (50, '2005-02-05', 19.81, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (51, '2005-02-05', 6.50, 'Shell', 'car wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (52, '2005-02-05', 78.00, 'Casablanca Restaurant', 'Lunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (53, '2005-02-05', 16.01, 'Oliver Winery', 'Liquor: one Soft Rose and one Soft White wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (54, '2005-02-05', 25.50, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (55, '2005-02-05', 5.50, 'Scholars Inn Bakehouse', 'bread for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (56, '2005-02-06', 129.56, 'Walmart', 'Shopping by Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (57, '2005-02-08', 76.24, 'Fragrancenet.com', 'Valentine\'s Day gift for Minaxi from Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (58, '2005-02-09', -27.46, 'E-Bay', 'Refund of undelivered Omron HEM-432C semi-automatic blood pressure monitor for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (59, '2005-02-09', 27.46, 'E-Bay', 'Omron HEM-432C semi-automatic blood pressure monitor for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (60, '2005-02-10', 10.00, 'Indian Student Association at IU', 'Donation for Tsunami aid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (61, '2005-02-10', 23.00, 'Bangkok Cuisine', 'Arun took his parents to lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (62, '2005-02-10', 26.44, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (63, '2005-02-10', 57.82, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (64, '2005-02-11', 20.08, 'E-Bay', 'Wedding gift for Himani (Calvin Klein perfume)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (65, '2005-02-12', 19.55, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (66, '2005-02-12', 12.63, 'Gap', 'Two blouses and a scarf for Minaxi from Keystone Crossing at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (67, '2005-02-12', 37.10, 'Ann Taylor', 'Pants for Minaxi from Keystone Crossing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (68, '2005-02-12', 23.50, 'Runcible Spoon', 'Brunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (69, '2005-02-12', 3.16, 'Starbucks', 'Coffee for Arun\'s mom at the Keystone mall in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (70, '2005-02-12', 11.06, 'The Sharper Image', 'Unrefunded delivery charge on the returned wrist blood pressure monitor that was bought for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (71, '2005-02-12', 15.85, 'The Sharper Image', 'Mini umbrella for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (72, '2005-02-12', 5.27, 'Gap', 'Blouse for Himani from Keystone Crossing at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (73, '2005-02-12', -178.77, 'Lifestyle Fascination', 'Returned the wall-clock because it was too big and the analog clock was not atomic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (74, '2005-02-12', 178.77, 'Lifestyle Fascination', 'Atomic RC wall-clock with indoor-outdoor temperature for Minaxi\'s birthday gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (75, '2005-02-14', 0.70, 'vending machine', 'Animal Crackers from the Lindley Hall vending machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (76, '2005-02-14', 7.01, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (77, '2005-02-17', 7.75, 'The Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (78, '2005-02-18', 18.85, 'Big Lots', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (79, '2005-02-18', 46.00, 'Cracker Barrel Store', 'Goodbye dinner for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (80, '2005-02-18', 12.53, 'Big Lots', 'Miscellaneous items for Arun\'s parents to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (81, '2005-02-18', 7.37, 'Big Lots', 'Various batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (82, '2005-02-19', 10.59, 'Eddie Bauer', 'T-shirt for Arun from the Circle Centre mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (83, '2005-02-19', 14.20, 'Maki of Japan', 'Lunch at the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (84, '2005-02-19', 3.00, 'Indianapolis Airport Parking', 'Dropping Arun\'s parents off for their return to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (85, '2005-02-19', 17.03, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (86, '2005-02-19', 14.61, 'Target', 'Film processing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (87, '2005-02-21', 0.70, 'venging machine', 'Animal Crackers from the Lindley Hall vending machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (88, '2005-02-22', 13.00, '', 'Hair cut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (89, '2005-02-23', 20.35, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (90, '2005-02-24', 29.00, 'Bangkok Cuisine', 'dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (91, '2005-02-25', 15.55, 'USPS', 'Book of stamps and mailing of three of the watches bought from E-Bay for exchange'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (92, '2005-02-26', 25.00, 'Sears', 'Gift card for Seema and Dharmendra\'s daughter, Monica'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (93, '2005-02-26', 3.17, 'Blockbuster', 'Spirited Away (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (94, '2005-02-28', 69.34, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (95, '2005-03-01', 6.00, 'Girl scouts', 'Girl scouts cookies from Calie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (96, '2005-03-02', 23.00, 'Chow Bar', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (97, '2005-03-03', 29.26, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (98, '2005-03-03', 52.98, 'Big Red Liquors', 'Chivas Regal Scotch whiskey and Tequila'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (99, '2005-03-03', 4.23, 'Blockbuster', 'Shark Tale (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (100, '2005-03-05', 60.00, 'WTIU', 'One year membership to the local PBS station'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (101, '2005-03-05', 21.19, 'Macy\'s', 'Sweater for Arun at the Greenwood Park Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (102, '2005-03-05', 30.53, 'Macy\'s', 'Three purses for Minaxi at the Greenwood Park Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (103, '2005-03-05', 96.46, 'Macy\'s', 'Pink coat for Minaxi at the Greenwood Park Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (104, '2005-03-05', 3.00, 'Pizza di Roma', 'Pizza slices at the Greenwood Park Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (105, '2005-03-05', 8.54, 'Eastern Bistro', 'Dinner at the Greenwood Park Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (106, '2005-03-08', 15.00, 'Bangkok Cuisine', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (107, '2005-03-09', 0.55, 'vending machine', 'Peanuts from Lindley Hall vending machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (108, '2005-03-10', 29.82, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (109, '2005-03-11', 10.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (110, '2005-03-11', 50.31, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (111, '2005-03-12', 22.30, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (112, '2005-03-12', -21.19, 'Banana Republic', 'Returned Minaxi\'s shirt on 2005-05-30'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (113, '2005-03-12', 138.29, 'Banana Republic', '2 pants for Arun and 1 pants and 1 shirt for Minaxi from Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (114, '2005-03-12', 17.47, 'Eddie Bauer', 'Night-suit for Minaxi from Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (115, '2005-03-12', 9.22, 'Geoffrey Beene', 'Sweater for Minaxi from Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (116, '2005-03-12', 2.11, 'Little Italy', 'Slice of pizza at Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (117, '2005-03-12', -15.89, 'Kitchen Collection', 'Returned tortilla press on 2005-05-30'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (118, '2005-03-12', 24.34, 'Kitchen Collection', 'Tortilla press etc from Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (119, '2005-03-12', 24.36, 'The Tool Warehouse', 'Rubber broom and wrench from Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (120, '2005-03-13', 33.34, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (121, '2005-03-13', 49.50, 'Walmart', 'Garage shelves and door stops'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (122, '2005-03-13', 84.79, 'Best Buy', 'Panasonic KX-TG5431 cordless telephone'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (123, '2005-03-13', 18.15, 'Big Lots', 'Frozen pizza, trash bags, seeds, etc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (124, '2005-03-15', 2.11, 'Kroger', 'Parchment paper to give another try to the tortilla press'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (125, '2005-03-17', 10.00, 'IU faculty club', 'Minaxi\'s lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (126, '2005-03-17', 12.00, 'Chow Bar', 'lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (127, '2005-03-17', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (128, '2005-03-17', 13.65, 'USPS', 'Minaxi\'s parents\' airline tickets express mailed to Charu\'s cousin (Jyoti)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (129, '2005-03-17', 12.01, 'E-Bay', 'KX-TCA91 Panasonic headset for the cordless phone from bargaindepot04'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (130, '2005-03-18', 12.50, 'Steak \'N Shake', 'Fries and shakes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (131, '2005-03-18', 50.70, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (132, '2005-03-18', 95.37, 'Menards', 'Honeywell RTH7500D programmable digital thermostat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (133, '2005-03-18', 6.72, 'Menards', 'peanuts, seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (134, '2005-03-20', -26.49, 'Sears', 'Returned: trench coat for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (135, '2005-03-20', 24.17, 'Sears', 'Dress shirt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (136, '2005-03-20', 26.49, 'Sears', 'Trench coat for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (137, '2005-03-20', 20.00, 'Runcible Spoon', 'Brunch for Glenn\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (138, '2005-03-20', 500.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (139, '2005-03-25', 11.00, 'Subway', 'Sandwiches for lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (140, '2005-03-25', 11.65, 'Bloomingfoods Market & Deli', 'Liquor: wine for party at Beth\'s place'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (141, '2005-03-26', 23.20, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (142, '2005-03-26', 13.00, 'Winter Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (143, '2005-03-26', 42.52, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (144, '2005-03-27', 84.79, 'Sears', 'New battery for Sentra'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (145, '2005-03-31', 0.50, 'vending machine', 'snacks for Minaxi from the Lindley Hall vending machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (146, '2005-04-01', 33.50, 'Cracker Barrel', 'dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (147, '2005-04-01', 69.46, 'TrueGreen ChemLawn', 'Pre-emergent treatement for the lawn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (148, '2005-04-01', 1.42, 'USPS', 'Media-mail postage for returning the wrong book Minaxi got for Arun\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (149, '2005-04-03', 7.08, 'Target', 'Razors for Minaxi and cotton balls'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (150, '2005-04-03', 1.90, 'Pizza Hut', 'Breadsticks at the College Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (151, '2005-04-03', 120.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (152, '2005-04-03', 3.99, 'Target', 'Planters peanuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (153, '2005-04-03', 55.47, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (154, '2005-04-03', 5.29, 'Target', 'Dish detergent and gardening gloves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (155, '2005-04-05', 25.00, 'Humane Society', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (156, '2005-04-07', 0.70, 'vending machine', 'Animal Crackers for Arun from the Lindley Hall vending machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (157, '2005-04-07', 1.99, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (158, '2005-04-07', 29.76, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (159, '2005-04-08', 33.50, 'Anvetsang Little Tibet', 'dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (160, '2005-04-08', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (161, '2005-04-09', 6.99, 'Kroger', 'Cake for women\'s party at Jean\'s place attended by Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (162, '2005-04-10', 25.33, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (163, '2005-04-10', 26.27, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (164, '2005-04-10', 26.47, 'Bloomington Hardware', 'Hedge shear, knee pad, grass seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (165, '2005-04-16', 12.29, 'Aver\'s Pizza', 'dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (166, '2005-04-18', 22.05, 'Chow Bar', 'dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (167, '2005-04-18', 25.00, 'various', 'Unclaimable eating expenses by Minaxi on her New Jursey trip for DIMACS'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (168, '2005-04-21', 23.84, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (169, '2005-04-21', 8.00, 'Bangkok Cuisine', 'Lunch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (170, '2005-04-22', 21.00, 'Anatolia Restaurant', 'Lunch at the Turkish restaurant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (171, '2005-04-22', 31.00, 'The Irish Lion', 'Dinner at the WIC social'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (172, '2005-04-24', 10.00, 'AID', 'Samosas at Amzad Ali Khan concert'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (173, '2005-04-25', 3.99, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (174, '2005-04-25', 72.16, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (175, '2005-04-27', 22.00, 'IMU', 'Lunch for the Secretaries Day at Tudor Room'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (176, '2005-04-27', 100.00, 'IU CS', 'Gift for the secretarial staff on the Secretary\'s day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (177, '2005-04-27', 20.00, 'OSL', 'Flowers for the OSL secretarial staff on the Secretary\'s day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (178, '2005-04-29', 110.73, 'Lowe\'s', 'Trimmer (Black & Decker Grass Hog GH600), 100ft extension cord, softner salt, tomato plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (179, '2005-04-29', 15.45, 'E-Bay', 'Buddleia plants (butterfly bush)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (180, '2005-04-29', 21.00, 'E-Bay', '10 Raspberry plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (181, '2005-04-30', 5.29, 'Kroger', 'Bouquet for Wendy\'s party for Andrew Lumsdaine\'s promotion to full Professor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (182, '2005-04-30', 31.45, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (183, '2005-04-30', 50.47, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (184, '2005-04-30', 4.64, 'Bloomington Hardware', 'Cow manure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (185, '2005-05-02', 120.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (186, '2005-05-03', 18.00, 'E-Bay', '10 Blueberry plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (187, '2005-05-03', 3.98, 'Kroger', 'Cookies for the final exam in Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (188, '2005-05-05', 6.84, 'Starbucks', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (189, '2005-05-05', 22.82, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (190, '2005-05-05', 11.31, 'Bloomington Hardware', '4 bags of cow manure and 1 bag of potting soil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (191, '2005-05-06', 78.82, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (192, '2005-05-07', 4.22, 'Big Lots', 'Toothpaste, face cleanser'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (193, '2005-05-07', 6.62, 'Big Lots', 'Pizza, snacks, candies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (194, '2005-05-07', 32.81, 'Worm\'s Way', 'Worm castings and Peruvian seabird guano'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (195, '2005-05-08', 1.16, 'Walmart', 'Sour cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (196, '2005-05-08', 11.15, 'Walmart', 'Softner salt, a/c filter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (197, '2005-05-08', 1.35, 'Walmart', 'Fabric freshner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (198, '2005-05-08', 20.44, 'Walmart', 'Two watches for Minaxi and three watch batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (199, '2005-05-09', 20.00, 'E-Bay', 'Blackberry plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (200, '2005-05-10', 15.78, 'Bloomington Hardware', '8 bags of cow manure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (201, '2005-05-14', 6.31, 'Bloomington Market & Deli', 'Shaving cream for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (202, '2005-05-14', 15.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (203, '2005-05-14', 63.41, 'Bloomingfoods Truckload Sale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (204, '2005-05-14', 9.81, 'Bloomington Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (205, '2005-05-15', 20.63, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (206, '2005-05-15', 25.20, 'Chow Bar', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (207, '2005-05-15', 7.00, 'CS coffee club', '$7 instead of the usual $6 because there was no change'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (208, '2005-05-15', 17.72, 'K-Mart', '6 bags of manure and 2 hostas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (209, '2005-05-16', 15.00, 'City of Bloomington', 'Parking ticket that Minaxi got at the Farmers Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (210, '2005-05-16', 34.11, 'E-Bay', 'Dharma console'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (211, '2005-05-17', 46.62, 'Bloomington Hardware', 'Wheelbarrow and sunflower seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (212, '2005-05-17', 6.34, 'K-Mart', 'Hostas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (213, '2005-05-19', 18.50, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (214, '2005-05-20', 1.10, 'OSC vending machine', 'Two cups of coffee at OSC'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (215, '2005-05-20', 15.00, 'Bangkok Cuisine', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (216, '2005-05-20', 2.00, 'University Plaza Hotel', 'Tip for the maid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (217, '2005-05-21', 24.00, 'Annette Lee Hair & Nail', 'Hair cut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (218, '2005-05-21', 7.21, 'Runcible Spoon', 'Minaxi\'s brunch with Kalpana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (219, '2005-05-21', 20.00, 'Organic Gardners Association', '$15 donation for getting plants and $5 for chilly and tomato plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (220, '2005-05-21', 157.12, 'Bruce Sims', 'Electrical repair for outdoor lights'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (221, '2005-05-22', 5.49, 'Menards', 'Peanuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (222, '2005-05-22', 23.24, 'Menards', 'Tool rack for garden tools'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (223, '2005-05-23', 55.91, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (224, '2005-05-23', 67.03, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (225, '2005-05-23', 47.02, 'Bloomington Hardware', 'Pond pebbles, weed-block fabric, moth balls'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (226, '2005-05-23', 11.12, 'Bloomingfoods Market & Deli', 'Liquid laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (227, '2005-05-24', 34.59, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (228, '2005-05-25', 24.00, 'Shanti Indiana Cuisine', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (229, '2005-05-25', 155.50, 'Nature Neutral', 'Online purchase of milky spores control for Japanese beetle grubs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (230, '2005-05-25', 6.35, 'Bloomington Hardware', 'Blood meal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (231, '2005-05-27', 40.26, 'Bloomington Hardware', 'Cedar barrels for front door'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (232, '2005-05-27', 38.01, 'Amazon.com', 'Books: \"In Defense of Globalization\" and \"Development as Freedom\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (233, '2005-05-28', 2.25, 'Shell', 'Car vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (234, '2005-05-28', 19.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (235, '2005-05-28', 34.49, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (236, '2005-05-28', 8.50, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (237, '2005-05-29', 31.00, 'Runcible Spoon', 'Breakfast with the Shrimali family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (238, '2005-05-29', 8.50, 'Nashville House', 'Apple butter and fried biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (239, '2005-05-29', 5.00, 'Brown County State Park', 'Entry fee for the Brown county state park (visit with the Shrimali family)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (240, '2005-05-29', 2.65, 'Nashville House', 'Hard candy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (241, '2005-05-29', 4.13, 'Nashville House', 'Egg beater and tea maker'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (242, '2005-05-30', 21.11, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (243, '2005-05-30', 9.53, 'Banana Republic', 'T-shirt for Arun from the Edinburgh Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (244, '2005-05-30', 13.55, 'Kitchen Collection', 'Two Pyrex dishes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (245, '2005-06-01', 82.98, 'Solar Illuminations', 'Online purchase of two solar lights for the driveway'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (246, '2005-06-02', 11.98, 'Dragon Express', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (247, '2005-06-02', 5.67, 'Starbucks', 'Coffee with Pooja Malpani'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (248, '2005-06-02', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (249, '2005-06-03', 24.00, 'Defenders of Wildlife', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (250, '2005-06-03', 14.30, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (251, '2005-06-03', 120.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (252, '2005-06-03', 11.63, 'Lowe\'s', 'Broom (with wide brush) for outdoor rough surfaces'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (253, '2005-06-04', 15.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (254, '2005-06-04', 11.12, 'K-Mart', 'Peat moss and pine bark mulch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (255, '2005-06-04', 23.00, 'Farmers Market', 'Two blueberry plants and some flower plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (256, '2005-06-04', 23.37, 'White River Co-op', 'Alfalfa fertilizer and rabbit repellent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (257, '2005-06-06', 25.00, 'Little Tibet', 'Lunch with Mike Dunn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (258, '2005-06-07', 54.15, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (259, '2005-06-08', 0.55, 'Lindley Hall vending machine', 'peanuts for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (260, '2005-06-10', 0.70, 'Lindley Hall vending machine', 'Animal Crackers for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (261, '2005-06-10', 14.42, 'Chipotle', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (262, '2005-06-10', 4.66, 'Jiffy Treet', 'Icecream after dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (263, '2005-06-11', 4.00, 'Farmers Market', 'Coffee and cake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (264, '2005-06-11', 14.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (265, '2005-06-11', 2.43, 'Bloomington Hardware', 'Fence staples for plant cages'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (266, '2005-06-11', 33.33, 'Lowe\'s', 'Plants: 3 Hydrangea and 6 evergreen shrubs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (267, '2005-06-11', 45.82, 'Lowe\'s', 'Chicken wire for plant cage, rubber edging, and gardening gloves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (268, '2005-06-11', 7.35, 'Joa-Ann Fabrics', 'Bird netting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (269, '2005-06-11', 9.00, 'Farmers Market', 'Plants: 3 Fox Gloves and3 Primadora Roses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (270, '2005-06-11', 31.77, 'Lowe\'s', 'Coffee grinder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (271, '2005-06-11', -31.77, 'Lowe\'s', 'Returned: Coffee grinder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (272, '2005-06-13', 36.00, 'Citizens Action Coalition', 'For promoting alternative energy sources'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (273, '2005-06-13', 101.94, 'Nature Neutral', 'Online purchase of milky spores control for Japanese beetle grubs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (274, '2005-06-15', 69.60, 'Sephora (Chicago)', 'Makeup items for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (275, '2005-06-15', 21.21, 'Express', 'Shirt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (276, '2005-06-15', 73.92, 'Gap', 'Skirt, capri, and blazer for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (277, '2005-06-16', 16.93, 'Marshall Field\'s', 'Cardigan for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (278, '2005-06-16', 35.87, 'T. J. Maxx', 'Blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (279, '2005-06-16', 18.48, 'The Children\'s Place', 'Skort, Blouse, and hat for Soni\'s daughter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (280, '2005-06-17', 10.88, 'Bath & Body Works', '4 lip balms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (281, '2005-06-18', 138.82, 'Fresh Farms Int\'l Market', 'Indian groceries from Devon street in Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (282, '2005-06-18', 39.11, 'Patel Brothers', 'Indian groceries from Devon Street in Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (283, '2005-06-18', 18.38, 'Barnes & Noble', '2005 Rand McNally road Atlas and Chicago map, bought in Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (284, '2005-06-19', 19.68, 'Target', 'Hats'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (285, '2005-06-19', 9.50, 'Lowe\'s', 'Two 25 ft poultry nettings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (286, '2005-06-20', 22.97, 'Bloomington Hardware', 'One 25pk 2ft bamboo stakes, nozzle for the shorter water hose'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (287, '2005-06-21', 649.98, 'Letstalk', 'Online purchase of Treo 650 and Motorola RAZR from letstalk.com: $350 to be refunded'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (288, '2005-06-21', -350.00, 'Letstalk', 'Online purchase of Treo 650 and Motorola RAZR: refund from letstalk.com received in December 2005'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (289, '2005-06-22', 1.79, 'Bloomington Hardware', 'One 25 pk 2ft bamboo stakes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (290, '2005-06-24', 23.05, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (291, '2005-06-24', 26.00, 'Chow Bar', 'Dinner with Kalpana and Glen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (292, '2005-06-24', 8.00, 'IU Fine Arts', 'Bride and Prejudice, with Kalpana and Glen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (293, '2005-06-25', 7.92, 'Big Lots', 'Toothpastes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (294, '2005-06-25', 8.00, 'Farmers Market', 'Bouquet for dinner at Mike Dunn\'s'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (295, '2005-06-25', 1.05, 'Big Lots', 'Chewing gum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (296, '2005-06-25', 33.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (297, '2005-06-25', 36.60, 'Lowe\'s', '2 50ft poultry netting, 2 Vibernum shrubs, 1 Rhododendron, trimmer line'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (298, '2005-06-25', 4.00, 'Farmers Market', 'Plants: 2 Tansies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (299, '2005-06-25', 9.12, 'White River Co-op', '50lb Alfalfa pellets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (300, '2005-06-25', 22.24, 'Big Lots', 'Wicker magazine basket and vase for master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (301, '2005-06-26', 17.79, 'Lowe\'s', 'One 25p 2ft bamboo stakes, 20ft professional edging, two bags pine mulch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (302, '2005-06-26', 7.40, 'Lowe\'s', 'Plant: (Pieris japonic) forest fire shrub'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (303, '2005-06-27', 26.45, 'National Film Board of Canada', '\"Being Caribou\": movie bought by Minaxi for WIC get-together'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (304, '2005-06-29', 7.70, 'Coldstone Creamery', 'Ice-cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (305, '2005-06-29', 16.94, 'E-Bay', 'From eforcity.com: car chargers for RAZR V3 and Treo 650, headset for RAZR V3'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (306, '2005-06-30', 16.00, 'Bangkok Cuisine', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (307, '2005-07-01', 14.30, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (308, '2005-07-01', 120.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (309, '2005-07-01', 7.41, 'Bloomingfoods Market & Deli', 'Liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (310, '2005-07-01', 31.79, 'Bloomingfoods Market & Deli', 'Composter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (311, '2005-07-01', 6.86, 'Bloomington Hardware', '2 bags of pond pebbles and okra seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (312, '2005-07-02', 36.99, 'Burnham Woods Nursery', '1 Clethra, 3 Geraniums, 3 Astilbes, and 1 Filipendula'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (313, '2005-07-02', 6.82, 'Bloomington Hardware', '6 tomato supports'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (314, '2005-07-02', 8.35, 'Bloomington Hardware', '4 bags of cow manure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (315, '2005-07-06', 1.45, 'vending machine', 'Animal Crackers and potato chips for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (316, '2005-07-06', 23.00, 'Cracker Barrel', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (317, '2005-07-07', 5.17, 'Subway', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (318, '2005-07-07', 16.14, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (319, '2005-07-08', 25.00, 'Farm Sanctuary', 'Donation to replace their tractor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (320, '2005-07-08', 17.50, 'Anyetsang Little Tibet', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (321, '2005-07-08', 3.71, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (322, '2005-07-09', 22.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (323, '2005-07-10', 1.05, 'Apple', 'The song \"Stayin\' Alive\" by Bee Gees from iTunes store'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (324, '2005-07-11', 23.52, 'Speedway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (325, '2005-07-11', 55.00, 'Earl Grey and Sons', 'Repair call for softener; could not fix the problem'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (326, '2005-07-11', 1.50, 'Indianapolis Airport Parking', 'Dropped Minaxi for her Maryland trip and bought the United tickets to NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (327, '2005-07-11', 176.62, 'United Airlines', 'Tickets to NY visit from July 28th through Aug 1st, after $200 discount with two coupons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (328, '2005-07-16', 8.81, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (329, '2005-07-16', 160.00, 'Rainsoft', 'Repair call for broken regeneration timer motor on the softener'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (330, '2005-07-17', 25.35, 'Farmers Market', 'Including $2.50 for cardamom coffee cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (331, '2005-07-19', 40.00, 'Olive Garden', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (332, '2005-07-19', 34.81, 'Lowe\'s', '1 bag pine mulch, 4 20ft garden edging'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (333, '2005-07-20', 31.80, 'K&S Menswear', 'Two shirts for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (334, '2005-07-20', 3.91, 'Subway', 'Sandwich for Minaxi\'s lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (335, '2005-07-20', 88.21, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (336, '2005-07-20', 4.88, 'Organic Style', 'Two-year subscription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (337, '2005-07-20', 8.25, 'Organic Gardening', 'One-year subscription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (338, '2005-07-20', 8.89, 'Garden Design', 'Three year subscription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (339, '2005-07-21', 0.60, 'vending machine', 'Diet Coke for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (340, '2005-07-21', 127.95, 'Top One International Corp.', 'Atomic Solar Casio watch (Waveceptor WVA430TDA-1A3V) for Arun ordered at 4-watches.com'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (341, '2005-07-21', 9.48, 'E-Bay', '2.5mm to 3.5mm stereo adaptor for Treo from Dans Cellular Accessories'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (342, '2005-07-22', 20.52, 'Walmart', 'bodywash, cleanser, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (343, '2005-07-22', 4.24, 'Walmart', '20 ft edging'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (344, '2005-07-22', 20.09, 'Menards', 'Truck rental for hauling the patio furniture'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (345, '2005-07-22', 273.48, 'Walmart', 'Patio furniture: 6-seater dining set and umbrella'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (346, '2005-07-22', 53.01, 'Menards', 'Umbrella base and 6 chair covers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (347, '2005-07-23', 17.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (348, '2005-07-23', 10.00, 'Farmers Market', 'Two raspberry bushes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (349, '2005-07-25', 3.29, 'Kobricks Coffee', 'Coffee for Arun at Bloomington Hospital'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (350, '2005-07-26', 15.00, 'The Razor\'s Edge', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (351, '2005-07-26', 12.00, 'Bloomington Hospital', 'Pain killer and antibiotic for Minaxi after the surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (352, '2005-07-26', 13.09, 'Southern Indiana Pathologists', 'Tests on the day of Minaxi\'s surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (353, '2005-07-26', 29.75, 'Bloomington Hospital', 'Anesthesiologist\'s fee for Minaxi\'s surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (354, '2005-07-26', 485.13, 'Bloomington Hospital', 'Hospital expenses for Minaxi\'s surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (355, '2005-07-26', 548.31, 'Dr Charles McKeen', 'Fee for Minaxi\'s surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (356, '2005-07-27', 16.69, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (357, '2005-07-27', 20.00, 'Rainsoft', 'Tip to Tim for the second visit to replace the softener motor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (358, '2005-07-27', 200.34, 'Rainsoft', 'Replaced the broken regeneration timer motor on the softener on the second call (no charge for visit)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (359, '2005-07-27', 10.00, 'Repairworks', 'Getting the links removed from Arun\'s new watch band (two visits)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (360, '2005-07-28', 16.61, 'Panda Express', 'Lunch at the Chicago O\'Hare airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (361, '2005-07-28', 43.00, 'Taxi', 'Cab from La Guardia airport to Bronx'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (362, '2005-07-29', 12.98, 'Marshalls', 'After-shave balm for Arun and bed spray from NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (363, '2005-07-29', 93.00, 'Royal Palace', 'Dinner hosted for Ranjan and his family at NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (364, '2005-07-29', 1.25, 'Toll', 'Toll paid from Bronx to Westchester county for dinner with Ranjan & Rinku'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (365, '2005-07-30', 51.00, 'Coromandel', 'Lunch hosted for dadaji and dadiji at NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (366, '2005-07-30', 50.00, 'Marshalls', 'Gift card for dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (367, '2005-07-30', 54.00, 'Friendly Wireless', 'T-Mobile SIM card for the pre-paid cellular plan for dadaji and dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (368, '2005-07-30', 8.97, 'Unknown grocery store', '2 papayas bought in NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (369, '2005-07-30', 1.25, 'Toll', 'Toll paid from Bronx to Westchester county for tea with Jaya'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (370, '2005-07-31', 34.00, 'Rice \'N Beans', 'Dinner with Quynh and Jason in Manhattan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (371, '2005-07-31', 34.00, 'Saigon Grill', 'Lunch with Quynh and Jason in Manhattan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (372, '2005-07-31', 5.41, 'Williams-Sonoma', 'A pair of tongs from Manhattan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (373, '2005-07-31', 4.00, 'NY Subway', '2 Metrocards for return from Manhattan to Bronx'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (374, '2005-07-31', 5.00, 'street vendor', 'Bouquet of flowers for Quynh and Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (375, '2005-08-01', 120.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (376, '2005-08-01', 30.00, 'Indianapolis Airport', 'Parking at the Economy Lot for 5 days'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (377, '2005-08-01', 6.36, 'Au Bon Pain', 'Coffee and water at the La Guardia airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (378, '2005-08-02', 5.78, 'Starbucks', 'Coffee and cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (379, '2005-08-02', 4.30, 'USPS', 'USPS Priority Mail to send telephone charger, car charger, and handsfree headset to dadaji and dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (380, '2005-08-02', 19.85, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (381, '2005-08-02', 5.00, 'Osco Drug', 'Antibiotic for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (382, '2005-08-03', 5.08, 'The Laughing Planet', 'Minaxi\'s lunch with Kay'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (383, '2005-08-03', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (384, '2005-08-03', 79.05, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (385, '2005-08-03', 45.05, 'neemtreefarms.com', '$15 for 1/2 lb neem leaves, $20 for neem plant, $7 for tulsi plant, $20 for shipping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (386, '2005-08-04', 19.96, 'therainforest.com', 'Necklace for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (387, '2005-08-04', 219.95, 'livingright.com', 'Omega 8005 juicer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (388, '2005-08-05', 10.96, 'Qdoba Mexican Grill', 'Dinner at Indianapolis after Minaxi\'s MRI'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (389, '2005-08-05', 5.28, 'Pier 1 Imports', 'Set of 3 candle-holders: welcome gift for Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (390, '2005-08-05', 14.05, 'Trader Joe\'s', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (391, '2005-08-05', 19.55, 'Nature\'s Market', 'Sprouter and broccoli seeds, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (392, '2005-08-05', 137.88, 'IU Medical Center', 'MRI'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (393, '2005-08-05', 3.00, 'IU Medical Center Parking', 'Parking fee at the IU Medical Center at Indianapolis on the visit for Minaxi\'s MRI'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (394, '2005-08-06', 3.17, 'Big Lots', 'Body cream for Arun to keep in his office'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (395, '2005-08-06', 24.85, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (396, '2005-08-06', 178.93, 'PepBoys', '30,000 mile preventive maintenance + battery protection service + replaced front pads and resurfaced rotors'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (397, '2005-08-06', 25.50, 'Cracker Barrel', 'Lunch while getting the 30000 miles maintenance done on car'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (398, '2005-08-06', 31.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (399, '2005-08-06', 7.39, 'Blommingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (400, '2005-08-06', 29.96, 'Lowe\'s', 'Pots for growing Neem and a rose plant, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (401, '2005-08-06', 42.39, 'Bed Bad & Beyond', 'Black metal shelf'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (402, '2005-08-06', 5.29, 'Bed Bath & Beyond', 'Metal turner (cooking utensil)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (403, '2005-08-06', 5.29, 'Big Lots', 'Skillet to be used for cooking rotis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (404, '2005-08-06', 74.20, 'Big Lots', 'Console table'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (405, '2005-08-06', 1.05, 'Big Lots', 'Notebook for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (406, '2005-08-07', 32.02, 'Amazon.com', '2 Books: \"Treating Cancer with Herbs\" and \"Outsmart Your Cancer\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (407, '2005-08-08', 7.50, 'Anyetsang Little Tibet', 'Minaxi\'s lunch with Kay and Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (408, '2005-08-08', 52.81, 'Lowe\'s', '2 flower pots and saucers for growing Tulsi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (409, '2005-08-09', 92.09, 'tropicaltraditions.com', 'Unrefined palm and coconut oils'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (410, '2005-08-10', 4.77, 'Starbucks', 'Coffee and cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (411, '2005-08-10', 10.55, 'Bloomington Hardware', '3 plastic trays, peat humus, and top soil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (412, '2005-08-11', 0.60, 'vending machine', 'Diet Coke for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (413, '2005-08-11', 18.83, 'Bloomingfoods Market & Deli', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (414, '2005-08-11', 11.41, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (415, '2005-08-11', 31.22, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (416, '2005-08-11', 4.55, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (417, '2005-08-15', 12.68, 'amazon.com', '2 books: \"Juicing for Health\" and \"Keeping Your Breasts\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (418, '2005-08-16', 3.49, 'Bloomingfoods Market & Deli', 'Salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (419, '2005-08-17', 13.00, 'Razor\'s Image', 'Hair cut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (420, '2005-08-17', 100.00, 'Arnab Paul', 'Wedding gift for Arnab and Aparna: $50 for Bloomingdales and $50 for Brooks Brothers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (421, '2005-08-17', 50.00, 'Charu Agarwal', 'Birthday gift for birthday on August 20th'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (422, '2005-08-17', -50.00, 'Charu Agarwal', 'Birthday gift for birthday on August 20th: NOT RECEIVED'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (423, '2005-08-17', 12.99, 'Aegis Women', 'Minaxi\'s initial checkup with Dr Brandt Ludlow'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (424, '2005-08-18', 17.90, 'Georgetown Market', 'Lunch at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (425, '2005-08-18', 46.20, 'Georgetown Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (426, '2005-08-18', 59.47, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (427, '2005-08-18', 4.24, 'Worm\'s Way', '4 trays for growing wheat grass'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (428, '2005-08-19', 262.88, 'Long\'s Landing', 'Writing desk and chair for the Master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (429, '2005-08-19', 1.00, 'Fourwinds Resorts & Marina', 'Tip at the drinks bar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (430, '2005-08-20', 27.35, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (431, '2005-08-20', 111.79, 'Banana Republic', 'From the Edinburgh Outlet Mall: 1 pair of pants for Arun, 3 tops for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (432, '2005-08-20', 18.01, 'Factory Brand Shoes', 'Shoes for Minaxi from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (433, '2005-08-20', 26.49, 'Nine West', 'Shoes for Minaxi from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (434, '2005-08-20', 5.46, 'Starbucks', 'Coffee and cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (435, '2005-08-20', 18.55, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (436, '2005-08-20', 48.73, 'Farberware', 'A small saucepan and a small skillet plus lid from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (437, '2005-08-20', 28.00, 'Bureau of Motor Vehicles', 'Fees for transferring Arun and Minaxi\'s Georgia driving licenses to Indiana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (438, '2005-08-22', 11.68, 'University Clinic Pathology Assoc', 'Fees for the pathological services'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (439, '2005-08-25', 0.70, 'vending machine', 'Cookies for Arun from the Lindley Hall vending machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (440, '2005-08-28', 500.00, 'ICICI Bank', 'Money for buying medicine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (441, '2005-08-29', 6.66, 'USPS', 'Stamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (442, '2005-08-30', 19.06, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (443, '2005-08-31', 5.29, 'Cancer Care Center', 'General consultancy with Rajesh Shah in August'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (444, '2005-09-01', 31.87, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (445, '2005-09-01', 120.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (446, '2005-09-01', 104.10, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (447, '2005-09-01', 8.53, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (448, '2005-09-01', 187.19, 'Mechling Book Bindery', 'Thesis binding: 2 copies each of the PhD theses of Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (449, '2005-09-02', 5.84, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (450, '2005-09-02', 12.00, 'Bloomington Hospital', 'Antibiotics and pain killers for Minaxi after the second surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (451, '2005-09-02', 30.30, 'Dr Charles McKeen', 'Fee for Minaxi\'s second surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (452, '2005-09-02', 42.50, 'Bloomington Hospital', 'Anesthesiologist\'s and other fees for Minaxi\'s second surgery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (453, '2005-09-03', 40.00, 'Cracker Barrel', 'Dinner with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (454, '2005-09-03', 70.00, 'Good Life Alternative', 'First session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (455, '2005-09-04', 8.50, 'Nashville House', 'Fried biscuits and apple sauce with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (456, '2005-09-04', 9.00, 'Snow Lion', 'Snacks at the 4th Street Arts Festival with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (457, '2005-09-04', 4.00, 'Brown County State Park', 'Visit to the state park with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (458, '2005-09-04', 12.31, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (459, '2005-09-06', 40.00, 'Snow Lion', 'Lunch with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (460, '2005-09-06', 9.82, 'Coldstone Creamery', 'Icecream with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (461, '2005-09-07', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (462, '2005-09-07', 22.43, 'Kroger', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (463, '2005-09-08', 7.99, 'bargainbooks.com', 'Book: \"Fighting Cancer from Within\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (464, '2005-09-09', 43.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (465, '2005-09-10', 20.10, 'Bloomingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (466, '2005-09-10', 9.08, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (467, '2005-09-14', 13.00, 'Razor\'s Image', 'Hair cut for Arun (the date is approximate)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (468, '2005-09-15', 37.42, 'Bloomingfoods Market & Deli', 'Eucalyptus body wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (469, '2005-09-15', 25.41, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (470, '2005-09-15', 43.80, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (471, '2005-09-16', 3.77, 'Starbucks', 'Coffee for Arun at the airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (472, '2005-09-16', 1.50, 'Indianapolis Airport', 'Parking fee for picking up Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (473, '2005-09-17', 9.00, 'Old Navy', 'A pair of men\'s slippers for outside use'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (474, '2005-09-17', 10.00, 'Aver\'s Pizza', 'Pizza with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (475, '2005-09-17', 47.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (476, '2005-09-17', 8.46, 'Bed Bath & Beyond', 'Bucket and travel coffee cup'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (477, '2005-09-17', 49.10, 'Walmart', 'Small can for compostable trash, toothpaste, shaving blades, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (478, '2005-09-19', 24.97, 'Scientific American', 'One year subscription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (479, '2005-09-21', 15.25, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (480, '2005-09-22', 73.31, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (481, '2005-09-23', 4.23, 'Blockbuster', 'Brother Bear (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (482, '2005-09-24', 20.09, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (483, '2005-09-24', 15.89, 'Liz Claiborne', 'Wallet for Minaxi from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (484, '2005-09-24', 18.57, 'Shoe Outlet', 'A pair of shoes for Minaxi from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (485, '2005-09-24', 26.49, 'Nine West', 'Purse for Minaxi from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (486, '2005-09-24', 52.95, 'Banana Republic', 'Skirt and blouse for Minaxi and shirt for Arun from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (487, '2005-09-24', 55.12, 'The Jockey Store', 'Bras for Minaxi from the Edinburgh Outlet2 Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (488, '2005-09-24', 30.00, 'Good Life Alternative', 'Minaxi\'s session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (489, '2005-09-25', 36.00, 'Anyetsang Little Tibet', 'Lunch with Kalpana and Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (490, '2005-09-25', 9.60, 'Coldstone Creamery', 'Ice cream after lunch with Kalpana and Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (491, '2005-09-25', 0.63, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (492, '2005-09-25', 53.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (493, '2005-09-29', 130.73, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (494, '2005-09-29', 21.88, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (495, '2005-09-29', 4.75, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (496, '2005-09-30', 31.79, 'Bed Bath & Beyond', 'White bedsheet for guest bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (497, '2005-09-30', -8.48, 'Bed Bath & Beyond', 'Retrospective 20% off coupon adjustment on black metal shelf'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (498, '2005-09-30', 29.76, 'Walmart', 'Softener salt, lightbulbs, chocolates'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (499, '2005-10-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (500, '2005-10-01', 57.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (501, '2005-10-03', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (502, '2005-10-05', 2.07, 'Starbucks', 'cake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (503, '2005-10-06', 7.11, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (504, '2005-10-07', 33.00, 'Pizza Hut', 'Dinner with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (505, '2005-10-07', 5.07, 'Coldstone Creamery', 'Ice-cream for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (506, '2005-10-08', 53.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (507, '2005-10-08', 6.64, 'Bloomington Hardware', 'Brushes and paint thinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (508, '2005-10-08', 30.00, 'Good Life Alternative', 'Minaxi\'s session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (509, '2005-10-08', 8.00, 'garage sale', '4 kitchen containers, etc. from sale benefiting Habitat for Humanity'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (510, '2005-10-10', 16.15, 'USPS', '18 stamps, postage for priority mailing Minaxi\'s thesis to her advisor, postage for Roomba\'s parts for warranty invocation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (511, '2005-10-11', 38.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (512, '2005-10-13', 5.46, 'Starbucks', 'coffee and cake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (513, '2005-10-13', 187.78, 'SIRA Imaging Center', 'Fees for Minaxi\'s exams'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (514, '2005-10-13', 298.13, 'Bloomington Hospital', 'Fees for Minaxi\'s surgery on 2005-09-02'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (515, '2005-10-13', 5.29, 'Cancer Care Center', 'Fees for Minaxi\'s visit with Rajesh Shah and Karuna Koneru'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (516, '2005-10-14', 29.43, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (517, '2005-10-14', 51.68, 'Dr Charles McKeen', 'Fees for multiple visits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (518, '2005-10-15', 13.25, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (519, '2005-10-15', 48.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (520, '2005-10-16', 12.50, 'Coldstone Creamery', 'Ice cream with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (521, '2005-10-16', 20.00, 'Starbucks', 'Gift cards for Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (522, '2005-10-16', 4.69, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (523, '2005-10-17', 87.84, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (524, '2005-10-19', 20.00, 'Defenders of Wildlife', 'For campaign against drilling in Alaska'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (525, '2005-10-19', 12.51, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (526, '2005-10-19', 19.95, 'ShSh Software', 'Palm telephony application TakePHONE for Arun\'s Treo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (527, '2005-10-21', 9.27, 'Claire\'s Boutiques', 'Hair clips for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (528, '2005-10-21', 25.31, 'Old Navy', 'T-shirts, flip-flops, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (529, '2005-10-21', 33.38, 'Old Navy', 'Winter indoor clothing for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (530, '2005-10-21', 6.86, 'Inside Scoop', 'Hard candies from the College Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (531, '2005-10-21', 4.65, 'Target', 'Dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (532, '2005-10-22', 12.00, 'Razor\'s Image', 'Hair cut for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (533, '2005-10-22', 24.00, 'Annette Lee Hair & Nail', 'Hair cut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (534, '2005-10-22', 36.00, 'The Design Studio', 'Padicure for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (535, '2005-10-22', 6.50, 'Farmers Market', 'Coffee for Arun and coffee cake for Arun and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (536, '2005-10-22', 4.00, 'Brown County State Park', 'Visit to view fall colors with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (537, '2005-10-22', 53.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (538, '2005-10-24', 29.52, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (539, '2005-10-24', 48.40, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (540, '2005-10-27', 8.94, 'Hobby-Lobby', 'clothes and misc stuff for Halloween costumes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (541, '2005-10-27', 27.54, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (542, '2005-10-28', 62.88, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (543, '2005-10-28', 30.00, 'Good Life Alternative', 'Minaxi\'s session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (544, '2005-10-29', 10.00, 'Halloween party', 'Donation for drinks at the Mad Scientist Ball (Halloween Party)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (545, '2005-10-29', 23.27, 'PT Fireworks / Rons Hallow', 'Wigs for Halloween costumes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (546, '2005-10-29', 50.00, 'Jackson and Fourth Design', 'Fee for preliminary consultancy with Anita Bracalente'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (547, '2005-10-30', 3.00, 'Kroger', 'Limes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (548, '2005-10-30', 63.53, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (549, '2005-10-30', 22.43, 'Kroger', '4 bags of softener salt pellets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (550, '2005-10-31', 9.52, 'Kroger', 'Toilet paper, vitamin'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (551, '2005-11-01', 10.00, 'Runcible Spoon', 'Breakfast for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (552, '2005-11-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (553, '2005-11-02', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (554, '2005-11-02', 44.57, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (555, '2005-11-05', 24.62, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (556, '2005-11-05', 35.00, 'Abyssinia', 'Lunch at the Ethiopian restaurant in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (557, '2005-11-05', 1.50, 'Indianapolis Airport', 'Parking fee for a visit to change Minaxi\'s parents\' tickets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (558, '2005-11-05', 100.00, 'Delta Airlines', 'Change of return date from Nov 14 to Jan 17 for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (559, '2005-11-05', 19.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (560, '2005-11-05', 21.00, 'Oliver Winery', '1 Soft Red and 1 Zinfandel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (561, '2005-11-05', 4.50, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (562, '2005-11-06', 11.45, 'Kohl\'s', 'Blouse for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (563, '2005-11-06', 33.07, 'Kohl\'s', 'Night-suite for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (564, '2005-11-06', -33.07, 'Kohl\'s', 'returned the night-suite for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (565, '2005-11-06', 105.99, 'Big Lots', '10 compartment shelf for the living room'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (566, '2005-11-06', 15.89, 'Bed Bath & Beyond', 'Dining table runner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (567, '2005-11-06', 3.17, 'Big Lots', 'kitchen towels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (568, '2005-11-07', 10.00, 'Esan Thai', 'Minaxi\'s lunch with Kay and Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (569, '2005-11-08', 25.00, 'Citizens Action Coalition', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (570, '2005-11-08', 33.68, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (571, '2005-11-08', 66.91, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (572, '2005-11-11', 1.54, 'White Castle', 'Onion chips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (573, '2005-11-11', 52.99, 'Office Depot', 'Backpack for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (574, '2005-11-11', 91.19, 'Office Depot', 'Cherry colored book-case as the TV cart for guest bedroom, pack of CD-Rs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (575, '2005-11-12', 7.00, 'Farmers Market', 'Cake and coffee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (576, '2005-11-12', 23.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (577, '2005-11-12', 4.50, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (578, '2005-11-16', 212.95, 'openchute.com (aka livingright.com)', 'Juicer for Gaurav and Charu on their first wedding anniversary'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (579, '2005-11-16', 24.63, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (580, '2005-11-16', 37.90, 'tropicaltraditions.com', '1 quart unrefined organic sesame oil and 2 quarts unrefined palm oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (581, '2005-11-18', 20.66, 'Made in Washington', 'Liquor: Port wine for Minaxi\'s dad from Seattle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (582, '2005-11-19', 15.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (583, '2005-11-19', 30.00, 'Good Life Alternative', 'Minaxi\'s session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (584, '2005-11-20', 21.86, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (585, '2005-11-20', 29.13, 'Udupi Cafe', 'Dinner at the Indian restaurant at Lafayette Square in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (586, '2005-11-20', 28.32, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (587, '2005-11-20', 67.15, 'International Bazaar', 'Indian grocery store at Lafayette Square in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (588, '2005-11-22', 73.38, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (589, '2005-11-23', 11.56, 'China Wok', 'Pickup for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (590, '2005-11-23', 16.57, 'Menards', '2 bags of softener salt pellets, 3 packs of wire connectors'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (591, '2005-11-23', 4.23, 'Blockbuster', 'Madagascar (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (592, '2005-11-24', 3976.00, 'electronics-net', 'Mitsubishi WD-62827 62\" DLP TV ordered through E-Bay'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (593, '2005-11-25', 10.60, 'Bath & Body Works', '3 liquid hand soaps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (594, '2005-11-25', 18.55, 'Aeropostale', 'Full-sleeved T-shirt for Arun from the Circle Center Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (595, '2005-11-25', 4.31, 'Frullati', 'Fruit smoothy for Minaxi\'s father at the Circle Center Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (596, '2005-11-25', 6.27, 'Circle Center Mall', 'Milk shake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (597, '2005-11-25', 1.50, 'Circle Centre Parking Garage', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (598, '2005-11-25', 195.90, 'Church Hill Classics', 'online order of diploma frame for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (599, '2005-11-26', 26.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (600, '2005-11-26', 3.97, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (601, '2005-11-26', 5.50, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (602, '2005-11-26', 255.99, 'elektromart', 'Samsung HD950 Region Free HDMI DVD player through E-Bay'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (603, '2005-11-27', 37.96, 'Target', 'Listerine, after-shave, toothpaste, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (604, '2005-11-27', 105.97, 'Target', 'Roman shades for the master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (605, '2005-11-27', -105.97, 'Target', 'Returned: Roman shades for the master bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (606, '2005-11-29', 22.90, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (607, '2005-11-29', 0.99, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (608, '2005-11-29', 30.45, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (609, '2005-11-29', 57.62, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (610, '2005-11-29', 8.03, 'E-Bay', '3-year subscription of Natural Health magazine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (611, '2005-11-30', 288.00, 'furnitureonline.com', 'Dark coffee colored TV stand (made by d-Scan)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (612, '2005-12-01', 25.00, 'The Ocean Conservancy', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (613, '2005-12-01', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (614, '2005-12-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (615, '2005-12-03', 25.00, 'Abyssinia', 'Lunch at the Ethiopian restaurant in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (616, '2005-12-03', 3.99, 'Starbucks', 'Coffee for Arun at the airport while dropping off Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (617, '2005-12-03', 3.00, 'Indianapolis Airport', 'Parking fee while dropping Minaxi\'s parents off to California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (618, '2005-12-03', 9.08, 'Pier 1 Imports', 'Candles for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (619, '2005-12-05', 30.00, 'Good Life Alternative', 'Minaxi\'s session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (620, '2005-12-06', 97.10, 'Rainsoft', 'Three filters for the reverse osmosis system and a wrench'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (621, '2005-12-07', 18.55, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (622, '2005-12-08', 50.00, 'Computer Science', 'Donation for the department holiday gifts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (623, '2005-12-09', 18.57, 'Starbucks', 'Coffee and snacks for Minaxi, Valeria, Raquel, and Kalpana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (624, '2005-12-09', 6.70, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (625, '2005-12-09', 73.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (626, '2005-12-09', 20.00, 'tip', 'Tip to the TV delivery guy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (627, '2005-12-10', 1.50, 'Indianapolis Airport', 'Parking fee while dropping Valeria off'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (628, '2005-12-10', 30.00, 'Runcible Spoon', 'Brunch with Valeria'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (629, '2005-12-10', 29.36, 'International Bazaar', 'Indian grocery store at Lafayette Square in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (630, '2005-12-10', 5.25, 'Waldenbooks', 'Map of Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (631, '2005-12-10', 4.23, 'Blockbuster', 'March of the Penguins (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (632, '2005-12-12', 11998.00, 'Commercial Service of Bloomington', 'Geothermal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (633, '2005-12-13', 1.00, 'tip', 'Tip at the bar at the Informatics party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (634, '2005-12-14', 10.00, 'Starbucks', '$10 gift card for Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (635, '2005-12-14', 31.67, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (636, '2005-12-14', 70.83, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (637, '2005-12-14', 44.00, 'Amazon.com', '3 books: \"The World is Flat\", \"Square Foot Gardening\", and \"The Vegetable Gardener\'s Bible\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (638, '2005-12-16', 11.50, 'Indiana Memorial Union', 'Minaxi\'s lunch for the WIC meeting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (639, '2005-12-17', 25.06, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (640, '2005-12-17', 10.00, 'tip', 'Tip to the CableCARD installation guy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (641, '2005-12-17', 4.23, 'Blockbuster', 'Kinsey (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (642, '2005-12-19', 14.00, 'Bangkok Cuisine', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (643, '2005-12-21', 46.02, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (644, '2005-12-21', 16.01, 'E-Bay', 'Ovulation kit for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (645, '2005-12-22', 14.95, 'E-Bay', '5 \"First Response\" pregnancy tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (646, '2005-12-23', 152.04, 'Banana Republic', 'Woollen pants for Arun, blouse for Minaxi, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (647, '2005-12-23', 57.23, 'G. H. Bass', 'Black leather shoes for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (648, '2005-12-23', 69.96, 'The Jockey Store', 'Bras for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (649, '2005-12-23', 31.78, 'Bed', ' Bath & Linen Outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (650, '2005-12-24', 6.35, 'Target', 'Photographic film'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (651, '2005-12-26', 65.00, 'North Dekalb Atlanta Farmers Market', 'Groceries got through Kalpana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (652, '2005-12-26', 15.90, 'theAnimalRescueSite.com', 'Gym bag for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (653, '2005-12-27', 9.53, 'Target', 'Film development, printing, and scanning onto CD-RoM'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (654, '2005-12-28', 12.00, 'The Razor\'s Image', 'Hair cut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (655, '2005-12-28', 24.99, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (656, '2005-12-28', 37.86, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (657, '2005-12-29', 34.00, 'Chow Bar', 'Lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (658, '2005-12-29', 4.23, 'Blockbuster', '12 Dogs of Christmas (DVD rental)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (659, '2005-12-31', 29.52, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (660, '2005-12-31', 4.66, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (661, '2005-12-31', 41.60, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (662, '2005-12-31', 30.00, 'Good Life Alternative', 'Minaxi\'s session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (663, '2006-01-01', 78.38, 'Banana Republic', 'Sweater for Arun, pants for Minaxi, T-shirts for Minaxi\'s father, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (664, '2006-01-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (665, '2006-01-01', 21.19, 'Farberware Outlet Store', 'Non-stick pan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (666, '2006-01-02', 38.16, 'Old Navy', 'clothes for Minaxi\'s parents to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (667, '2006-01-03', 72.51, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (668, '2006-01-03', 27.03, 'Menards', 'holiday lights, compact fluorescent flood light and lamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (669, '2006-01-05', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (670, '2006-01-05', 6.66, 'USPS', 'book of stamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (671, '2006-01-06', 10.00, 'Wikimedia Foundation', 'Donation to Wikipedia through PayPal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (672, '2006-01-06', 16.74, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (673, '2006-01-06', 3.71, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (674, '2006-01-06', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (675, '2006-01-07', 11.50, 'Coldstone Creamery', 'Icecream with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (676, '2006-01-07', 31.78, 'Sears', 'clothes for Minaxi\'s parents to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (677, '2006-01-07', 33.61, 'Big Lots', 'Chocolates, etc. for Minaxi\'s parents to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (678, '2006-01-07', 22.15, 'Menards', '3 Low-wattage (3W) high-efficiency lamps for outdoor use'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (679, '2006-01-07', 42.36, 'Menards', '3 18-inch garland holiday lights'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (680, '2006-01-07', -4.23, 'Big Lots', 'Returned: Carving set (knife and fork)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (681, '2006-01-07', 4.23, 'Big Lots', 'Carving set (knife and fork)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (682, '2006-01-09', 83.35, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (683, '2006-01-12', 25.00, 'Defenders of Wildlife', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (684, '2006-01-12', 61.83, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (685, '2006-01-13', 25.09, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (686, '2006-01-13', 58.00, 'Michael\'s Uptown Cafe', 'Lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (687, '2006-01-13', 19.44, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (688, '2006-01-14', 12.95, 'Old Navy', 'Fleece pyjamas, sweatshirt, and full-sleeved T-shirt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (689, '2006-01-14', 22.20, 'Old Navy', 'Clothes for Minaxi\'s parents to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (690, '2006-01-14', 8.78, 'Lowe\'s', 'softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (691, '2006-01-16', 69.25, 'Bloomington Hospital', 'Tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (692, '2006-01-17', 3.55, 'Starbucks', 'Tazo Tea at the airport while dropping Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (693, '2006-01-17', 3.00, 'Indianapolis Airport', 'Parking fee while dropping Minaxi\'s parents returning to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (694, '2006-01-17', 63.60, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (695, '2006-01-18', 69.25, 'Bloomington Hospital', 'Tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (696, '2006-01-18', 7.67, 'Bloomington Hardware', 'Fasteners (tent hooks), ropes, etc. for securing the falling tree'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (697, '2006-01-20', 206.30, 'SIRA Imaging', 'Minaxi\'s ultrasound'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (698, '2006-01-23', 52.96, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (699, '2006-01-25', 30.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (700, '2006-01-26', 22.25, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (701, '2006-01-26', 204.76, 'Bloomington Hospital', 'Tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (702, '2006-01-26', 81.20, 'AEGIS Women\'s Healthcare', 'Ultrasound followup'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (703, '2006-01-26', 6.03, 'Subway', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (704, '2006-01-26', 33.99, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (705, '2006-01-26', 36.32, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (706, '2006-01-30', 74.98, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (707, '2006-01-31', 14.00, 'WIC', 'WIC T-shirt for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (708, '2006-01-31', 34.40, 'Gempler\'s', 'Work boots for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (709, '2006-01-31', 0.75, 'vending machine', 'Cheetos for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (710, '2006-01-31', 0.25, 'vending machine', 'Napkin for Minaxi (backlog)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (711, '2006-02-01', 25.00, 'Defenders of Wildlife', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (712, '2006-02-01', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (713, '2006-02-02', 21.15, 'Barnes & Noble', 'Cookbook for Christian\'s birthday gift: Biggest Book of Slow Cooking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (714, '2006-02-03', 18.07, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (715, '2006-02-05', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (716, '2006-02-06', 13.04, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (717, '2006-02-09', 5.57, 'Starbucks', 'Coffee and cake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (718, '2006-02-10', 17.00, 'Anyetsang Little Tibet', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (719, '2006-02-11', 37.55, 'Old Navy', 'Brown jacket for Arun, a few other small items'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (720, '2006-02-11', 53.79, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (721, '2006-02-11', 53.79, 'Sahara mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (722, '2006-02-11', 15.26, 'Big Lots', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (723, '2006-02-11', 2.11, 'Bed Bath & Beyond', 'Combination lock'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (724, '2006-02-13', 6.03, 'Subway', '12-inch sandwich for lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (725, '2006-02-13', 400.00, 'Commercial Service of Bloomington', 'Kitchen exhaust'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (726, '2006-02-14', 13.00, 'The Razor\'s Image', 'Arun\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (727, '2006-02-14', 82.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (728, '2006-02-15', 20.00, 'Hoosier Environmental Council', 'Money for drive against I-69'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (729, '2006-02-17', 13.20, 'Chipotle', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (730, '2006-02-17', 5.83, 'Theater Cafe', 'Cakes for dessert'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (731, '2006-02-17', 11.15, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (732, '2006-02-17', 17.08, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (733, '2006-02-17', 12.70, 'Kroger', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (734, '2006-02-24', 179.54, 'Bloomington Hospital', 'Tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (735, '2006-02-24', 13.45, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (736, '2006-02-25', 89.81, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (737, '2006-02-25', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (738, '2006-02-28', 26.25, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (739, '2006-03-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (740, '2006-03-02', 14.94, 'China Wok', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (741, '2006-03-02', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (742, '2006-03-04', 6.67, 'O\'Malia', 'Flintstones chewable multi-vitamins'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (743, '2006-03-04', 19.69, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (744, '2006-03-04', 10.34, 'Target', '4 10W high-efficiency lamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (745, '2006-03-04', 3.92, 'Target', '2 fine-tip (0.5mm) ball pens for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (746, '2006-03-05', 5.89, 'Black Lumber', 'Composte'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (747, '2006-03-07', 53.86, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (748, '2006-03-07', 7.71, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (749, '2006-03-08', 37.36, 'Bloomingfoods Market & Deli', 'Bulk liquid soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (750, '2006-03-08', 18.38, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (751, '2006-03-08', 36.93, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (752, '2006-03-10', 15.50, 'Anyetsang Little Tibet', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (753, '2006-03-11', -26.68, 'Banana Republic', 'Minaxi returned a few clothes at the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (754, '2006-03-11', 37.09, 'Eddie Bauer', 'Blazer for Arun from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (755, '2006-03-11', 6.99, 'Le Gourmet Chef', 'Roasted pineapple dip from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (756, '2006-03-11', 19.57, 'Farberware', 'Pizza stone and some storage containers from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (757, '2006-03-11', 3.17, 'The Tool Warehouse', 'Drain cleaning device from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (758, '2006-03-11', 63.58, 'Kitchen Collection', 'Coffee Grinder and Sandwich/Waffle Maker from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (759, '2006-03-12', 37.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (760, '2006-03-12', 2.74, 'Bloomingfoods Market & Deli', 'Dish detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (761, '2006-03-13', 17.32, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (762, '2006-03-13', 9.75, 'Shell', 'Carwash and vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (763, '2006-03-14', 0.00, 'PepBoys', 'Oil Change (oil change certificate used to get free service)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (764, '2006-03-14', 5.12, 'USPS', 'Pregnancy test kit parcel to Valeria, 39c stamp'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (765, '2006-03-14', 20.00, 'Cracker Barrel', 'Lunch while driving to Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (766, '2006-03-14', 23.26, 'BP', 'Gas for the car on the drive to Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (767, '2006-03-15', 12.54, 'G.H. Bass Store', 'Socks and shirt for Minaxi from Chattanooga'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (768, '2006-03-15', 11.71, 'Buford-Hwy Farmerks Market', 'Grocery shopping in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (769, '2006-03-15', 45.00, 'India Mahal Restaurant', 'Lunch with the Soni\'s in Chattanooga'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (770, '2006-03-15', 5.19, 'Corner Bakery', 'Sweet crisps at Atlanta\'s Lenox Square'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (771, '2006-03-16', 30.24, 'Mimi Maternity', 'Bella Band for Minaxi from Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (772, '2006-03-16', 164.82, 'Your Dekalb Farmers Market', 'Grocery shopping in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (773, '2006-03-16', 27.12, 'Cherians International Foods', 'Grocery shopping in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (774, '2006-03-16', 12.36, 'Teavana', 'Tea from Atlanta\'s Lenox Square'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (775, '2006-03-16', 38.92, 'Hot Wok', 'Lunch with the Soni\'s in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (776, '2006-03-17', 24.54, 'Travel Centers of America', 'Gas for the car on the drive back from Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (777, '2006-03-22', 25.87, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (778, '2006-03-22', 27.15, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (779, '2006-03-25', 24.00, 'Annette Lee Hair & Nail', 'Minaxi\'s hair cut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (780, '2006-03-25', 31.78, 'Motherhood Maternity', 'Pants for Minaxi from the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (781, '2006-03-25', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (782, '2006-03-26', 30.00, 'Mikado Japanese Restaurant', 'Gift certificate for Glenn on his 40th birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (783, '2006-03-28', 2.71, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (784, '2006-03-30', 47.78, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (785, '2006-04-01', 25.50, 'Anyetsang Little Tibet', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (786, '2006-04-01', 4.66, 'Starbucks', 'Coffee and cookie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (787, '2006-04-01', 19.54, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (788, '2006-04-01', 16.96, 'Kroger', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (789, '2006-04-01', 10.59, 'Bloomington Hardware', 'Groove joint plier'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (790, '2006-04-01', 34.64, 'Big Lots', 'TV antenna, bath tissue, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (791, '2006-04-01', 12.00, 'ShowPlace 12', 'Ice Age 2'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (792, '2006-04-03', 6.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (793, '2006-04-03', 8.25, 'Indiana Memorial Union', 'Minaxi\'s lunch at the WIC meeting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (794, '2006-04-04', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (795, '2006-04-06', 81.64, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (796, '2006-04-06', 7.39, 'Bloomingfoods Market & Deli', 'Laundry liquid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (797, '2006-04-07', 8.00, 'Siam House', 'Lunch with Chris Haynes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (798, '2006-04-08', 18.08, 'Target', 'Soap dish, toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (799, '2006-04-08', 61.87, 'Target', 'Printer cartridges (1 color and 1 black & white), dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (800, '2006-04-09', 37.48, 'Bloomington Hardware', 'The Weed Hound weed puller and 3 fence posts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (801, '2006-04-11', 7.67, 'Pizza Express', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (802, '2006-04-11', 49.98, 'Big Red Liquors', 'Chivas Regal and Reposado (Tequila)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (803, '2006-04-11', 6.35, 'Bloomington Hardware', 'Bale of straw'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (804, '2006-04-12', 15.00, 'Chow Bar', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (805, '2006-04-13', 1.31, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (806, '2006-04-13', 81.79, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (807, '2006-04-14', 62.90, 'Lowe\'s', 'Slats for raised beds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (808, '2006-04-15', 29.34, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (809, '2006-04-15', 23.52, 'Scholars Inn Bakehouse', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (810, '2006-04-15', 9.50, 'Farmers Market', 'Including $1.00 tip to a music player'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (811, '2006-04-15', 15.95, 'TaxAct.com', 'E-filing of 2005 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (812, '2006-04-15', 21.55, 'Bloomington Hardware', 'Caulk gun, Cement, coaxial strip tool, gloves, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (813, '2006-04-17', 3.17, 'Bloomington Hardware', 'Shrink tubing to repair the outdoor cable cut while preparing the beds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (814, '2006-04-19', 52.99, 'Target.com', 'Roomba replacement battery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (815, '2006-04-20', 1.68, 'Bloomingfoods Market & Deli', 'Lip balm'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (816, '2006-04-20', 92.77, 'Blooomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (817, '2006-04-21', 10.78, 'Bloomington Hospital', 'Tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (818, '2006-04-22', 3.20, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (819, '2006-04-23', 16.94, 'Bloomington Hardware', 'Grass seeds and a bale of straw'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (820, '2006-04-23', 32.98, 'Lowe\'s', 'Peach tree'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (821, '2006-04-25', 32.85, 'Target.com', 'Baby shower gift for Sangmi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (822, '2006-04-27', 3.39, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (823, '2006-04-27', 50.00, 'IU CS', 'Gift for the secretarial staff on the Secretary\'s day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (824, '2006-04-28', 13.20, 'Chipotle', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (825, '2006-04-28', 10.00, 'Starbucks', 'gift card for Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (826, '2006-04-28', 11.54, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (827, '2006-04-29', 16.99, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (828, '2006-04-29', 8.35, 'The Butcher\'s Block', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (829, '2006-04-29', 13.55, 'White River Cooperative', 'Alfalfa pallets and seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (830, '2006-04-29', 15.85, 'Burnham Woods Nursery', '1 Heptacodium bush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (831, '2006-04-29', 34.88, 'Lowe\'s', 'Rubber edging and Plants: Tomatoes, 2 Roses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (832, '2006-04-30', 3.29, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (833, '2006-04-30', 53.07, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (834, '2006-04-30', 30.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters (really on May 2nd, but of April because Minaxi missed her appointment)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (835, '2006-05-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (836, '2006-05-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (837, '2006-05-01', 4.99, 'Kroger', 'Donuts for Minaxi\'s class exam'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (838, '2006-05-01', 24.30, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (839, '2006-05-02', 95.48, 'Aegis Women\'s Healthcare', 'Minaxi\'s 14th week ultrasound'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (840, '2006-05-02', 16.96, 'Bombay House', 'Minaxi\'s lunch with Sima Setayashgar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (841, '2006-05-02', 7.25, 'eBay', 'Alternative Medicine magazine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (842, '2006-05-04', 27.29, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (843, '2006-05-04', 3.15, 'Chicago Toll', 'Total toll while going to Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (844, '2006-05-04', 32.00, 'Rash Dashen', 'Dinner in Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (845, '2006-05-05', 22.00, 'The Hancock Observatory', 'For the 100th-floor view on the trip to Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (846, '2006-05-05', 52.00, 'Rainforest Cafe', 'Dinner in Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (847, '2006-05-05', 6.95, 'Starbucks', 'Coffee, cake, and bagel for Arun\'s breakfast'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (848, '2006-05-06', 107.71, 'Motherhood Maternity Outlet', 'Minaxi\'s maternity clothes from Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (849, '2006-05-06', 18.31, 'Banana Republic', 'Windcheater for Arun from Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (850, '2006-05-06', 22.60, 'Little Me', 'Ujala\'s clothes from Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (851, '2006-05-06', 24.78, 'Carter\'s Childrenswear', 'Ujala\'s clothes from Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (852, '2006-05-06', 26.93, 'Eddie Bauer', 'Blazer for Minaxi from Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (853, '2006-05-06', 30.03, 'The Children\'s Place', 'Ujala\'s clothes from Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (854, '2006-05-06', 1.74, 'Great Steak & Potato', 'Drink for Arun at the Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (855, '2006-05-06', 32.50, 'Mobil', 'Gas on the trip to Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (856, '2006-05-06', 33.00, 'Happy Chef Dim Sum', 'Brunch in Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (857, '2006-05-06', 4.40, 'Chicago Toll', 'Total toll while returning from Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (858, '2006-05-06', 5.00, 'The Drake Hotel', 'Tip for the housekeeping staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (859, '2006-05-06', 6.24, 'Asian Chao', 'Dinner for Minaxi at the Chicago Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (860, '2006-05-07', 42.50, 'Saehan Lenzen', 'Money for pulling out weeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (861, '2006-05-09', 5.09, 'Coldstone Creamery', 'Ice-cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (862, '2006-05-09', 69.27, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (863, '2006-05-11', 10.50, 'Esan Thai', 'Minaxi\'s lunch with Steve and Markus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (864, '2006-05-13', 22.00, 'Anyetsang Little Tibet', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (865, '2006-05-13', 10.32, 'White River Cooperative', 'Grass and lettuce seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (866, '2006-05-13', 5.25, 'Lowe\'s', 'Plants: 1 Hosta and 6 tomatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (867, '2006-05-13', 18.78, 'Walmart', 'Minaxi\'s garden boots, 4 60W bulbs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (868, '2006-05-16', 278.96, 'HPDirectAV.com', 'Sony HT-DDW900 5.1 Dolby Home Theater System'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (869, '2006-05-17', 29.29, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (870, '2006-05-17', 72.89, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (871, '2006-05-18', 3.07, 'Starbucks', 'Minaxi\'s tea with Sangmi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (872, '2006-05-18', 3.07, 'Starbucks', 'Tea for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (873, '2006-05-19', 409.20, 'US Airways', 'Air ticket for dada-dadiji\'s trip to Blooomington (June 15-June 18)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (874, '2006-05-19', 13.00, 'Coldstone Creamery', 'Icecream for Shrideep and Sangmi on the visit for dinner at their place'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (875, '2006-05-20', 6.88, 'Big Lots', 'Cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (876, '2006-05-20', 6.34, 'Big Lots', 'Socks for Arun and an underwear for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (877, '2006-05-20', 1.96, 'Starbucks', 'Espresso cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (878, '2006-05-20', 16.74, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (879, '2006-05-20', 111.64, 'Bloomingfoods Market & Deli', 'Shopping at the Truck Sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (880, '2006-05-20', 21.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (881, '2006-05-20', 7.75, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (882, '2006-05-20', 16.92, 'Big Lots', '4 rubber edgings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (883, '2006-05-20', 169.00, 'Mulch Madness', '8 yards of mulch (including $25 delivery charge)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (884, '2006-05-20', 81.30, 'Big Lots', 'Towels, aluminum mugs, iron skillets (tavas), tortilla warmer, clothes hamper, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (885, '2006-05-22', 40.25, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (886, '2006-05-25', 12.03, 'China Wok', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (887, '2006-05-25', 10.60, 'White River Co-op', 'Alfalfa meal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (888, '2006-05-26', 0.75, 'vending machine', 'Cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (889, '2006-05-26', 16.47, 'Gray Brothers Cafetaria', 'Lunch while returning from Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (890, '2006-05-26', 19.42, 'Menards', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (891, '2006-05-26', 25.44, 'University Medical Diagnostic Assoc.', 'Minaxi\'s appointment with Dr George Sledge at IU Medical Center in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (892, '2006-05-26', 3.00, 'IUPUI Parking', 'Parking at the IU Medical Center at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (893, '2006-05-26', 24.51, 'Menards', '100 feet 14-AWG stranded wire for connecting the speakers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (894, '2006-05-27', 13.00, 'The Razor\'s Image', 'Arun\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (895, '2006-05-27', 28.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (896, '2006-05-27', 26.92, 'Lowe\'s', '5 stepping stones and 2 Peonies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (897, '2006-05-27', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (898, '2006-05-27', 17.29, 'Big Lots', '3 tote bags and 2 D-size batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (899, '2006-05-27', 19.05, 'Bloomington Hardware', 'Soldering iron, solder, 2 RCA plugs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (900, '2006-05-28', 20.86, 'Walmart', 'Shaving blades, baby oil, lotion'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (901, '2006-05-28', 28.31, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (902, '2006-05-28', 20.18, 'Walmart', 'Optical audio cable, dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (903, '2006-05-30', 24.50, 'Esan Thai', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (904, '2006-05-30', 7.02, 'USPS', 'Book of 39? stamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (905, '2006-05-31', 15.24, 'Kroger', 'vitamins & supplements: Iron, Flintstones'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (906, '2006-06-01', 37.00, 'National Geographic', 'One-year subscription for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (907, '2006-06-02', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (908, '2006-06-03', 114.45, 'Big Lots', 'Socks and clothes for Ujala, infant car seat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (909, '2006-06-03', 10.00, 'Roots', 'Breakfast at the Roots stall at Farmers Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (910, '2006-06-03', 3.69, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (911, '2006-06-03', 5.29, 'Big Lots', 'wrought iron skillet (tava) for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (912, '2006-06-03', 37.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (913, '2006-06-03', 15.80, 'Big Lots', '2 tote bags, misc items'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (914, '2006-06-06', 57.40, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (915, '2006-06-07', 15.50, 'Cafe Pizzaria', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (916, '2006-06-08', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (917, '2006-06-09', 3.38, 'Subway', 'Sandwich for Minaxi\'s lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (918, '2006-06-10', 27.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (919, '2006-06-10', 4.00, 'Scholar\'s Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (920, '2006-06-14', 24.00, 'Annette Lee Hair & Nail', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (921, '2006-06-14', 18.17, 'Menards', '3-ft plant support stakes, tomato cages'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (922, '2006-06-15', 21.39, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (923, '2006-06-15', 20.60, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (924, '2006-06-15', 75.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (925, '2006-06-16', 11.00, 'Coldstone Cremery', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (926, '2006-06-16', 5.00, 'Brown County State Park', 'Entry fee: visit with dada-dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (927, '2006-06-17', 34.92, 'Bombay House', 'Lunch with dada-dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (928, '2006-06-17', 29.59, 'Mercantile store #1', 'Model car for dadaji, decorative bird nest for dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (929, '2006-06-17', 18.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (930, '2006-06-18', 21.84, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (931, '2006-06-18', 1.50, 'Indianapolis Airport', 'Parking fee while dropping dada-dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (932, '2006-06-18', 3.20, '', 'Drinks at Nashville'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (933, '2006-06-18', 53.69, 'International Bazaar', 'Indian groceries from Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (934, '2006-06-22', 24.72, 'E-Bay', 'Capri jeans and blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (935, '2006-06-24', 18.96, 'Walmart', 'Calcium, multivitamins, & iron for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (936, '2006-06-24', 31.76, 'Walmart', 'Bath tub for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (937, '2006-06-24', 10.00, 'E-Bay', '4 maternity dresses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (938, '2006-06-24', 7.42, 'Walmart', 'Dress for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (939, '2006-06-24', 22.00, 'Runcible Spoon', 'Brunch with Kalpana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (940, '2006-06-24', 25.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (941, '2006-06-24', 18.55, 'White River Co-op', '10 lbs grass seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (942, '2006-06-24', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (943, '2006-06-24', 10.60, 'antique shop', 'Rocking chair'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (944, '2006-06-24', 9.82, 'Walmart', 'White vinegar, Purex, toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (945, '2006-06-25', 18.22, 'Marathon', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (946, '2006-06-25', 17.46, 'E-Bay', '3 maternity dresses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (947, '2006-06-25', 6.50, 'Indianapolis Airport', 'Minaxi\'s aborted trip to NSF; parking paid personally'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (948, '2006-06-26', 23.50, 'Chow Bar', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (949, '2006-06-27', 86.98, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (950, '2006-06-28', 13.00, 'The Razor\'s Image', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (951, '2006-06-28', 68.51, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (952, '2006-06-29', 7.34, 'Walmart', 'Liquid soap and hair clip for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (953, '2006-06-29', 1.50, 'Walmart', 'White bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (954, '2006-06-29', 28.03, 'Walmart', 'Spreader'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (955, '2006-06-30', 11.70, 'E-Bay', '2 nursing gowns for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (956, '2006-07-01', 45.50, 'Runcible Spoon', 'Brunch with the Soni family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (957, '2006-07-01', 11.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (958, '2006-07-01', 14.88, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (959, '2006-07-02', 19.92, 'Aver\'s Pizza', 'Pizza for dinner with the Soni family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (960, '2006-07-02', 8.60, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (961, '2006-07-04', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (962, '2006-07-05', 28.84, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (963, '2006-07-05', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (964, '2006-07-06', 298.60, 'Northwest Airlines', 'Arun\'s air-ticket IND<->SFO (Minaxi\'s reimbursed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (965, '2006-07-07', 40.00, 'Kabab & Curry', 'Dinner in Santa Clara with Gaurav & Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (966, '2006-07-08', 16.02, 'Hollister Co.', 'T-shirt and shirt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (967, '2006-07-08', 16.23, 'Tommy Hilfiger', 'Swimming trunks for Arun from the mall in Milpitas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (968, '2006-07-08', 65.05, 'The Children\'s Place', 'summer clothing for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (969, '2006-07-08', 194.84, 'Circuit City', 'Panasonic SC-HT40 5.1 home theater system for Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (970, '2006-07-08', 1.69, 'Mall', 'Water bottle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (971, '2006-07-08', 21.00, 'Farmers Market', 'Grocery shopping in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (972, '2006-07-08', 21.00, 'San Jose Farmers Market', 'Pirozhky and Russian muffins for lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (973, '2006-07-08', 3.00, 'Starbucks', 'Coffee for Arun in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (974, '2006-07-09', 32.46, 'Aerosoles', 'Sandals for Minaxi from the Stevens Creek mall in Santa Clara'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (975, '2006-07-10', 4.99, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (976, '2006-07-10', 20.00, 'Cine Arts Century Theatres', 'An Inconvenient Truth (watched in San Jose)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (977, '2006-07-10', 32.50, 'Indianapolis Airport', 'Parking for 5 days for the trip to California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (978, '2006-07-10', 7.20, '', 'Coffee with Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (979, '2006-07-11', 9.32, 'Bloomington Hospital', 'Tests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (980, '2006-07-12', 69.17, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (981, '2006-07-14', 24.50, 'Shanti Indian Cuisine', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (982, '2006-07-15', 19.85, 'Scholars Inn Bakehouse', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (983, '2006-07-15', 26.60, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (984, '2006-07-19', 45.00, 'Bloomington Hospital', 'All-day child birth class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (985, '2006-07-19', 27.00, 'Cafe Et Crepe', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (986, '2006-07-19', 32.02, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (987, '2006-07-19', -40.50, 'SkyMall', 'Dining chair covers returned'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (988, '2006-07-19', 63.27, 'SkyMall', 'Dining chair covers, duct cleaning brush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (989, '2006-07-20', 25.00, 'Esan Thai', 'Lunch with Kay, Kalpana, and Steve to celebrate CAREER submission'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (990, '2006-07-21', 45.97, 'Scientific American', 'Two year renewal of Scientific American (starting November 2006)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (991, '2006-07-22', 25.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (992, '2006-07-22', 22.64, 'Lowe\'s', '6in clay saucer, 2 6ft trellis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (993, '2006-07-22', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (994, '2006-07-22', 2.11, 'Kohl\'s', 'replacement brown shoe laces for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (995, '2006-07-22', 27.44, 'Kohl\'s', '4 towels and 1 lavender bath rug'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (996, '2006-07-22', 39.07, 'Bed Bath & Beyond', '6 place mats, 6 napkins, 1 towel hanger, 1 drink measure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (997, '2006-07-22', 4.23, 'Bed Bath & Beyond', 'Butter dish'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (998, '2006-07-22', 7.40, 'Lowe\'s', 'High-efficiency compact fluorescent lamp for master bath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (999, '2006-07-22', 7.94, 'Kohl\'s', '1 white bath rug'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1000, '2006-07-23', 11.53, 'Walmart', 'underwear for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1001, '2006-07-23', 18.53, 'Menards', '3 pots for Minaxi\'s office, small waterer, 1 Terracotta saucer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1002, '2006-07-23', 7.39, 'Menards', 'High-efficiency compact fluorescent lamp for over the kitchen sink'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1003, '2006-07-23', 7.94, 'Kohl\'s', '1 white bath rug'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1004, '2006-07-24', 28.20, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1005, '2006-07-24', 2.58, 'The Cheese Shop', 'Bread for Minaxi at her meeting at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1006, '2006-07-24', 3.49, 'E-Bay', 'Lowe\'s 20% discount coupon for the purchase of the reverse osmosis system'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1007, '2006-07-25', 269.98, 'E-Bay', 'Peg Perego Pliki P3 Mint colored stroller'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1008, '2006-07-26', 84.42, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1009, '2006-07-28', 7.00, 'E-Bay', 'Nursing gown for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1010, '2006-07-28', 12.24, 'Chipotle', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1011, '2006-07-30', 15.52, 'Walmart', 'Receiving blankets, crib pad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1012, '2006-07-30', 5.77, 'Walmart', 'underwear for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1013, '2006-07-30', 15.90, 'Lowe\'s', '4 40lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1014, '2006-07-30', 324.61, 'Lowe\'s', 'Krystal Pure KR15 reverse osmosis system with satin nickel finish Euro facuet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1015, '2006-07-30', 11.58, 'Walmart', '1 padlock for Arun, 100ft speaker wire'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1016, '2006-07-31', 85.00, 'E-Bay', 'Baby Monitor: Graco iMonitor 2795'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1017, '2006-07-31', 30.00, 'YuQing (Melanie) Wu\'s mother', 'Jasmine green tea from China'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1018, '2006-08-01', 13.45, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1019, '2006-08-02', 25.00, 'personal charity', 'Donation for Bharathi\'s indirect acquaintance (Rejendra) to help with the medical costs of a road accident'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1020, '2006-08-02', 35.00, 'BDLC', 'Advance for reserving a seat in the day-care'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1021, '2006-08-02', 1888.60, 'American Airlines', 'Two air-tickets for Minaxi\'s parents (Sep 07 2006-Mar 05 2007)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1022, '2006-08-03', 31.51, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1023, '2006-08-04', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1024, '2006-08-05', 11.13, 'Bass', 'Shirt for Arun (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1025, '2006-08-05', 21.17, 'Carter\'s Childrenswear', 'Long sleeved inner shirts and blankets for Ujala (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1026, '2006-08-05', 6.49, 'Eddie Bauer', 'Slippers for Arun (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1027, '2006-08-05', 6.54, 'The Children\'s Place', 'White straw hat, booties, and overalls for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1028, '2006-08-05', 8.47, 'Carter\'s Childrenswear', 'Short-sleeved inner shirts for Ujala (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1029, '2006-08-05', 8.68, 'Bloomington Bagel Co.', 'Breakfast'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1030, '2006-08-05', 50.00, 'Gap', 'Gift card for Meena for her Rakhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1031, '2006-08-05', 1.75, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1032, '2006-08-05', 3.62, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1033, '2006-08-05', 43.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1034, '2006-08-05', 8.15, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1035, '2006-08-05', 10.59, 'Kitchen Collection', 'Small pan for tadaka and tea (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1036, '2006-08-05', 19.00, 'Farberware', '3 bottle pourers, 2 small sugar bowls, 4 piece dessert set (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1037, '2006-08-05', 4.23, 'Bed, Bath & Linens', 'Non-slip rubber mat for rugs (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1038, '2006-08-05', 5.29, 'Le Gourmet Chef', 'Chicken roaster (Edinburgh outlet mall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1039, '2006-08-06', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1040, '2006-08-08', 28.37, 'Evenflo', 'Six 8 oz milk bottles and 12 silicone nipples, ordered over phone'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1041, '2006-08-08', 3.39, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1042, '2006-08-08', 139.99, 'CallAmericas.com', 'Doc-N-Talk cellphone to landline interface'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1043, '2006-08-09', 10.57, 'Lowe\'s', 'Wooden fan trellis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1044, '2006-08-09', 157.42, 'Bed Bath & Beyond', '3 sets of Chandi Blue 16-piece dinnerware, soap pump and toothbrush stand for master bath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1045, '2006-08-10', 59.30, 'Bloomingfoods Market & Deli', 'Shampoo and conditioner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1046, '2006-08-10', 58.96, 'eBay', '18 diaper covers, 6 medium diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1047, '2006-08-10', 79.63, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1048, '2006-08-10', 10.57, 'Bloomingfoods Market & Deli', 'Laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1049, '2006-08-11', 30.32, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1050, '2006-08-12', 9.00, 'Farmers Market', 'Soaps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1051, '2006-08-12', 16.00, 'Village Deli', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1052, '2006-08-12', 19.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1053, '2006-08-12', 9.84, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1054, '2006-08-15', 13.51, 'Bloomington Hospital', 'Pre-natal test'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1055, '2006-08-15', 26.00, 'Chow Bar', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1056, '2006-08-16', 12.71, 'Motherhood', 'Blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1057, '2006-08-17', 7.50, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1058, '2006-08-17', 82.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1059, '2006-08-17', 9.98, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1060, '2006-08-18', 36.00, 'by order', 'Pooris and samosas made to order (Anand and Surekha)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1061, '2006-08-18', 20.42, 'Target', '3 serving spoons, 1 glass pie plate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1062, '2006-08-19', 26.16, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1063, '2006-08-19', 31.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1064, '2006-08-19', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1065, '2006-08-21', 24.98, 'E-Bay', 'USB speakers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1066, '2006-08-21', 999.99, 'J&R Music and Computer World', 'Sony Alpha A100K 10.2MP Digital SLR camera kit with 18-70mm f3.5-5.6 lens (bought at amazon.com)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1067, '2006-08-22', 272.23, 'Walmart.com', 'Cherry finish Storkcraft sleigh-style glider and Ottoman'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1068, '2006-08-24', 655.14, 'Inbound USA', 'Medical insurance for Minaxi\'s parents for their visit to the US for 179 days (2006-09-07 to 2007-03-04)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1069, '2006-08-24', 5.95, 'E-Bay', 'One year subscription to Better Homes and Gardens magazine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1070, '2006-08-26', 13.00, 'The Razor\'s Image', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1071, '2006-08-26', 5.15, 'Old Navy', 'two crocheted ties and one blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1072, '2006-08-26', 23.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1073, '2006-08-26', 7.75, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1074, '2006-08-27', 3.00, 'BP', 'Charges for vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1075, '2006-08-27', 17.50, 'Cracker Barrel', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1076, '2006-08-29', 10.00, 'Cafe et Crepe', 'Minaxi\'s lunch with Tuli (Suchetana Mukhopadhyaya) from Biology department'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1077, '2006-08-31', 72.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1078, '2006-08-31', 72.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1079, '2006-09-01', 4.61, 'Starbucks', 'Coffee for Arun and chocolate chip cookie for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1080, '2006-09-01', 15.00, 'Cotas', '1 CD of native American music from the 4th Street Art Festival'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1081, '2006-09-01', 39.00, 'Strawglass', '2 drinking glasses from Walt Schmidt\'s stall at the 4th Street Art Festival'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1082, '2006-09-01', 85.90, 'SuperMediaStore.com', '2 2GB 150x Ridata CompactFlash memory cards'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1083, '2006-09-02', 100.00, 'Ti Wagner', 'Doula services (advance)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1084, '2006-09-02', 25.00, 'Runcible Spoon', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1085, '2006-09-02', 25.00, 'Runcible Spoon', 'Brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1086, '2006-09-02', 34.50, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1087, '2006-09-02', 41.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1088, '2006-09-02', 5.30, 'USPS', 'Priority Mail with delivery confirmation for returning the seat covers bought from SkyMall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1089, '2006-09-04', 25.00, 'Citizens Action Coalition', 'Donation for their drive to get Indiana electric power companies to include a green mix'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1090, '2006-09-04', 181.50, 'Aegis Women\'s Healthcare', 'Minaxi\'s pre-natal visits + delivery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1091, '2006-09-04', 236.26, 'Bloomington Hospital', 'Ujala\'s delivery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1092, '2006-09-05', 3.78, 'Bloomington Hospital Cafeteria', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1093, '2006-09-05', 5.49, 'Bloomington Hospital Cafeteria', 'Lunch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1094, '2006-09-06', 18.52, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1095, '2006-09-07', 15.00, 'CVS', 'Diapers, prescription pain killers for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1096, '2006-09-07', 300.00, 'Ti Wagner', 'Doula services (balance)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1097, '2006-09-07', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1098, '2006-09-09', 30.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1099, '2006-09-09', 16.95, 'Bed Bath & Beyond', 'Laptop lap desk for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1100, '2006-09-09', 18.45, 'USPS', 'Postage for sending Gaurav and Charu\'s package to San Jose, California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1101, '2006-09-09', 21.79, 'Walmart', '12\" globe, dishpan for Ujala\'s dirty cloth diapers, plastic barrel for storing flour, watch battery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1102, '2006-09-10', 84.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1103, '2006-09-11', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1104, '2006-09-11', 51.44, 'tropicaltraditions.com', '1 gallon unrefined sesame oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1105, '2006-09-12', 189.95, 'E-Bay', 'Ameda Purely Yours breast pump'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1106, '2006-09-13', 102.58, 'Bloomington Hospital', 'Ujala\'s birth (Ujala\'s part)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1107, '2006-09-15', 187.74, 'Southern Indiana Pediatrics', 'Birth and two-week appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1108, '2006-09-16', 7.71, 'Target', '2 shaving gels, panty liners'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1109, '2006-09-16', 12.22, 'Target', 'Diapers and bottle brush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1110, '2006-09-16', 36.95, 'Sam\'s Club', 'Diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1111, '2006-09-16', 37.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1112, '2006-09-16', 37.55, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1113, '2006-09-16', 6.25, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1114, '2006-09-16', 20.00, 'Sam\'s Club', 'Annual membership shared with Raquel Hill'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1115, '2006-09-16', 5.83, 'Target', 'scrub sponge'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1116, '2006-09-18', 86.04, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1117, '2006-09-19', 20.48, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1118, '2006-09-21', 77.30, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1119, '2006-09-21', 8.65, 'Sam\'s Club', '2 bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1120, '2006-09-21', 32.09, 'Sam\'s Club', 'Paper towel, toilet paper (not charged for it), dishwasher detergent, 4 toothpastes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1121, '2006-09-23', 2.79, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1122, '2006-09-23', 51.20, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1123, '2006-09-23', 60.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1124, '2006-09-26', 3.71, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1125, '2006-09-26', 24.90, 'sewelldirect.com', 'FireWire 14.5ft active extension cable'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1126, '2006-09-27', 82.66, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1127, '2006-09-28', 84.95, 'Sam\'s Club', 'Including chocolates'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1128, '2006-09-30', 13.45, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1129, '2006-09-30', 10.05, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1130, '2006-09-30', 10.96, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1131, '2006-09-30', 48.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1132, '2006-09-30', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1133, '2006-10-04', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1134, '2006-10-07', 13.77, 'Hobby Lobby', 'Buttons, scissors, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1135, '2006-10-07', 6.31, 'Anyetsang Little Tibet', 'Lunch for Arun picked by Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1136, '2006-10-07', 28.00, 'IU School of Music', 'Two Fall Ballet tickets for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1137, '2006-10-07', 53.10, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1138, '2006-10-07', 90.09, 'White River Cooperative', 'Grass seeds, Kale seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1139, '2006-10-07', 4.55, 'Bloomington Hardware', 'Mini Fuse Emergency kit: for replacing the Robomower\'s charger fuse'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1140, '2006-10-07', 8.44, 'Bloomington Hardware', '4 plastic trays for growing wheat grass'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1141, '2006-10-10', 62.73, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1142, '2006-10-14', 15.13, 'Sam\'s Club', 'Lubriderm'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1143, '2006-10-14', 24.19, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1144, '2006-10-14', 31.16, 'Walmart', '2 packs of Similac organic formula, a set of 4 baby spoons, a set of 3 anti-colic milk bottles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1145, '2006-10-14', 10.40, 'Sam\'s Club', 'Ujala\'s two-piece swim suit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1146, '2006-10-14', 11.50, 'Old Navy', '5 short-sleeved T-shirts for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1147, '2006-10-14', 5.83, 'Starbucks', 'Coffee and cake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1148, '2006-10-14', 14.90, 'Sam\'s Club', 'Walnuts, garlic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1149, '2006-10-14', 80.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1150, '2006-10-14', 25.95, 'Sam\'s Club', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1151, '2006-10-14', 13.49, 'Sam\'s Club', '8 high-efficiency lamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1152, '2006-10-14', 9.41, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1153, '2006-10-17', 59.97, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1154, '2006-10-19', 42.00, 'Annette Lee Hair & Nail', 'Haircut for Minaxi and eyebrows trimming for her mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1155, '2006-10-21', 39.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1156, '2006-10-21', 48.22, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1157, '2006-10-21', 48.22, 'Bloomingfoods Truckload Sale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1158, '2006-10-21', 6.25, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1159, '2006-10-22', 53.00, 'Runcible Spoon', 'Brunch with Gaurav & Charu and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1160, '2006-10-23', 8.85, 'China Wok', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1161, '2006-10-24', 14.83, 'Aver\'s Pizza', 'Dinner with Minaxi\'s parents and Gaurav & Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1162, '2006-10-26', 55.67, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1163, '2006-10-27', 4.54, 'Blockbuster', 'DVD rental: Shrek'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1164, '2006-10-28', 26.00, 'The Razor\'s Image', 'Haircut for Arun and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1165, '2006-10-28', 94.05, 'Bloomington Hospital', 'Tests for the emergency visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1166, '2006-10-28', 18.98, 'China Wok', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1167, '2006-10-28', 28.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1168, '2006-10-28', 5.36, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1169, '2006-10-28', 8.70, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1170, '2006-10-28', 20.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1171, '2006-10-30', 4.87, 'Coldstone Creamery', 'Ice-cream for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1172, '2006-10-30', 100.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1173, '2006-10-30', 9.77, 'Candy Dish Inc', 'Hard candy bought by Minaxi from Nashville on her trip with her parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1174, '2006-10-31', 23.52, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1175, '2006-11-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1176, '2006-11-01', 93.04, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1177, '2006-11-02', 28.00, 'Cafe Et Crepe', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1178, '2006-11-04', 8.23, 'Walmart', 'Crib pad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1179, '2006-11-04', 11.11, 'Goodwill', 'Three pants for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1180, '2006-11-04', 25.69, 'Walmart', 'Winter slippers for Minaxi\'s father, shoes for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1181, '2006-11-04', 16.08, 'Walmart', 'Cereal, brittle, sugar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1182, '2006-11-04', 33.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1183, '2006-11-04', 57.53, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1184, '2006-11-11', 129.94, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1185, '2006-11-11', 24.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1186, '2006-11-11', 2.43, 'Bloomingfoods Market & Deli', 'Dish detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1187, '2006-11-14', 3.45, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1188, '2006-11-16', 10.00, 'Anyetsang Little Tibet', 'Lunch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1189, '2006-11-17', 18.00, 'Aver\'s Pizza', 'Dinner with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1190, '2006-11-18', 41.36, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1191, '2006-11-18', 58.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1192, '2006-11-18', 25.65, 'Spring Dry Cleaners', '2 coats of Minaxi, 1 coat of Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1193, '2006-11-19', 63.30, 'Sam\'s Club', 'Two colognes for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1194, '2006-11-19', 15.52, 'USPS', 'Parcel to dada-dadiji containing home-made snacks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1195, '2006-11-19', 19.59, 'Sam\'s Club', 'Razor for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1196, '2006-11-19', 47.00, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1197, '2006-11-19', 79.64, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1198, '2006-11-19', 8.65, 'Sam\'s Club', 'Water softener'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1199, '2006-11-19', 17.44, 'Sam\'s Club', 'Dishwasher detergent, 12 D-size cells'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1200, '2006-11-22', 6.04, 'Starbucks', 'Coffee for Arun and brownie for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1201, '2006-11-25', 135.53, 'Southern Indiana Pediatrics', 'Emergency visit on Oct 28th and first immunization on Nov 3rd'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1202, '2006-11-25', 65.60, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1203, '2006-11-26', 3.26, 'Bloomington Hardware', 'Cement and spreader to fix the roof leaks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1204, '2006-11-27', 23.53, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1205, '2006-11-27', 21.02, 'Babies-R-Us', '3pk 9oz double-nipple bottles (The First Years)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1206, '2006-11-27', 36.95, 'Sam\'s Club', 'Diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1207, '2006-11-27', 24.30, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1208, '2006-11-27', 9.41, 'Sam\'s Club', 'Ziplock bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1209, '2006-11-28', 21.15, 'Starbucks', 'Coffee mug for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1210, '2006-11-28', 16.00, 'CSGSA', '2 CSGSA coffee mugs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1211, '2006-11-29', 25.00, 'Hoosier Environmental Council', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1212, '2006-11-29', 87.76, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1213, '2006-11-29', 9.58, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1214, '2006-11-30', 70.00, 'CS', '$30 by Minaxi and $40 by Arun: holiday gift for support staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1215, '2006-12-01', 12.00, 'E-Bay', '4 breast-pump valves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1216, '2006-12-02', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1217, '2006-12-03', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1218, '2006-12-05', 11.61, 'China Work', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1219, '2006-12-05', 4.20, 'Starbucks', 'Coffee for Arun when dropping Minaxi\'s parents at the airport for California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1220, '2006-12-09', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1221, '2006-12-09', 24500.00, 'Royal on the Eastside', '2007 Subaru Outback 2.5i'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1222, '2006-12-14', 78.18, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1223, '2006-12-16', 4.24, 'Goodwill', 'Minaxi\'s pants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1224, '2006-12-16', 55.00, 'Grazie Italian Eatery', 'Lunch with Kalpana and Glenn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1225, '2006-12-16', 3.95, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1226, '2006-12-20', 7.00, 'Christmas', 'Christmas gift of prisoners\' kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1227, '2006-12-21', 25.64, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1228, '2006-12-21', 126.86, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1229, '2006-12-21', 25.42, 'Tenth Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1230, '2006-12-21', 3.13, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1231, '2006-12-22', 14.79, 'China Wok', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1232, '2006-12-23', 220.72, 'Banana Republic', '2 sweaters, 1 T-shirt, 1 blazer, 1 pair of jeans for Arun; 1 coat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1233, '2006-12-23', 5.04, 'The Children\'s Place', 'Fleece shirt for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1234, '2006-12-23', 86.90, 'G.H. Bass', 'A pair of shoes each for Arun and Minaxi from the Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1235, '2006-12-23', 20.73, 'Banana Republic', 'Two T-shirts for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1236, '2006-12-23', 5.29, 'Tool Warehouse', 'Furniture sliders from the Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1237, '2006-12-24', 27.68, 'Target', 'Gillette Fusion Power razor for Arun, Fusion cartridge pack, two shaving gels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1238, '2006-12-24', 28.58, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1239, '2006-12-25', 1.50, 'Indianapolis Airport', 'Parking fee when picking Minaxi\'s parents back from California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1240, '2006-12-26', 5.54, 'Dadaji', 'Hard-copy of Ujala\'s pictures through snapfish.com'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1241, '2006-12-27', 619.00, 'Alpine Air Duct Cleaning', 'A/C and dryer duct cleaning'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1242, '2006-12-28', 38.97, 'eBay', '12 large diapers and 6 large nylon panties for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1243, '2006-12-28', 87.77, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1244, '2006-12-30', 24.37, 'BP', 'On the way to Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1245, '2006-12-30', 20.10, 'Gap Clearance Center', 'Some shopping from the Gap Distribution Center at Hebron, Kentucky'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1246, '2006-12-30', 146.90, 'Jungle Jim\'s', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1247, '2006-12-30', 29.10, 'Jungle Jim\'s', 'Chivas Regal Scotch whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1248, '2006-12-23', -51.92, 'Banana Republic', 'Returned 1 blazer for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1249, '2007-01-03', 15.00, 'The Razor\'s Image', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1250, '2007-01-03', 4.42, 'Amazon.com', 'Book: Living Downstream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1251, '2007-01-04', 219.00, 'simplydesks.com', 'Desk for the bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1252, '2007-01-05', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1253, '2007-01-06', 29.78, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1254, '2007-01-06', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1255, '2007-01-08', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1256, '2007-01-10', 4.19, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1257, '2007-01-10', 36.35, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1258, '2007-01-11', 23.48, 'Tenth St Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1259, '2007-01-11', 80.28, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1260, '2007-01-12', 32.07, 'Old Navy', 'Scarfs for Minaxi and some clothing for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1261, '2007-01-12', 29.15, 'Old Navy', 'T-shirts and pants for gifts through Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1262, '2007-01-13', 12.22, 'Walmart', 'Peas and Ujala\'s organic formula'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1263, '2007-01-13', 24.85, 'Menards', 'Softener salt: 4 50-lb bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1264, '2007-01-13', 4.19, 'Menards', 'Biodegradable general purpose cleaner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1265, '2007-01-13', 5.81, 'Big Lots', 'Batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1266, '2007-01-13', 64.01, 'Walmart', 'Desk lamp for bedroom desk, HDMI cable'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1267, '2007-01-15', 55.00, 'Farmers Market', 'Bought personally from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1269, '2007-01-16', 13.18, 'Old Navy', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1270, '2007-01-16', 2.87, 'Old Navy', 'Scarf for Arun, hat for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1271, '2007-01-16', 10.31, 'Old Navy', 'T-shirt and pants to be given away by Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1272, '2007-01-16', 26.63, 'Old Navy', 'Coats for gifts through Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1273, '2007-01-16', 26.63, 'Old Navy', 'Coats to be given away by Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1274, '2007-01-18', 26.36, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1275, '2007-01-18', 3.60, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1276, '2007-01-18', 70.95, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1277, '2007-01-19', 11.69, 'Aver\'s Pizza', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1278, '2007-01-19', 20.00, 'IMA Woodscrest Family Practice', 'General checkup: Arun\'s first appointment with Lori Thompson'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1279, '2007-01-19', 20.00, 'IMA Woodscrest Family Practice', 'General checkup: Minaxi\'s first appointment with Lori Thompson'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1280, '2007-01-23', 36.95, 'Sam\'s Club', 'Diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1281, '2007-01-23', 35.31, 'Sam\'s Club', 'Jumpsuit, etc for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1282, '2007-01-23', 8.98, 'Sam\'s Club', 'Minaxi\'s socks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1283, '2007-01-23', 9.41, 'Sam\'s Club', 'Deodorant sticks to be given away by Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1284, '2007-01-23', 125.33, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1285, '2007-01-23', 28.36, 'Sam\'s Club', 'Toilet paper, dishwasher gel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1286, '2007-01-27', 2.59, 'Hobby Lobby', 'Knitting needles for Ujala\'s sweater and hat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1287, '2007-01-27', 26.25, 'Farmers Market', 'Wool for Ujala\'s sweater and hat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1288, '2007-01-27', 15.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1289, '2007-01-30', 126.86, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1290, '2007-01-30', 11.65, 'Bloomingfoods Market & Deli', 'Laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1291, '2007-01-31', 0.75, 'Shell', 'Air for tires'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1292, '2007-02-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1293, '2007-02-01', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1294, '2007-02-04', 17.71, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1295, '2007-02-04', 67.00, 'Olive Garden', 'Lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1296, '2007-02-05', 1.69, 'Sears', 'Windshield fluid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1297, '2007-02-07', 17.14, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1298, '2007-02-07', 83.71, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1299, '2007-02-08', 27.83, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1300, '2007-02-11', 27.13, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1301, '2007-02-11', 3.71, 'Disney Store', 'Toy for Ujala from the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1302, '2007-02-11', 18.63, 'The Children\'s Place', 'From the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1303, '2007-02-11', 2.39, 'American Greetings', 'Chocolates at the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1304, '2007-02-11', 4.95, 'Cinnabon', 'Pastry at the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1305, '2007-02-11', 62.00, 'Abyssinia Ethiopian Restaurant', 'Dinner with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1306, '2007-02-11', 18.64, 'The Children\'s Place', 'From the Circle Centre Mall at Indianapolis: to be given away by Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1307, '2007-02-11', 1.50, 'Sun Garage', 'Parking at the Circle Centre Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1308, '2007-02-15', 29.95, 'Defenders of Wildlife', 'Shooting rights for three wolves in Idaho'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1309, '2007-02-15', 71.67, 'fogdog.com', 'A pair of inline skates for Minaxi\'s father\'s friend\'s son'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1310, '2007-02-15', 26.75, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1311, '2007-02-15', 9.53, 'Saraga Asian Market', 'Microwave rice cooker for keeping dough'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1312, '2007-02-17', 12.00, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1313, '2007-02-18', 20.83, 'Walmart', 'Clogs for Arun, bib towels for Ujala, socks for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1314, '2007-02-18', 27.35, 'Walmart', '4 bras and a panty for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1315, '2007-02-18', 41.24, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1316, '2007-02-18', 5.80, 'Walmart', 'Sippy cups for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1317, '2007-02-20', 5.99, 'Starbucks', 'Coffee for Arun, cookie for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1318, '2007-02-21', 18.47, 'Snapfish.com', '115 photos for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1319, '2007-02-21', 2591.80, 'American Airlines', 'American Airlines tickets for Arun\'s parents (father: 2007-03-13 to 2007-04-08; mother: 2007-03-13 to 2007-08-26)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1320, '2007-02-21', 162.29, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1321, '2007-02-21', 11.65, 'Bloomingfoods Market & Deli', 'Laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1322, '2007-02-23', 7.02, 'USPS', 'Book of stamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1323, '2007-02-24', 29.24, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1324, '2007-02-24', 6.00, 'Girl Scouts', 'Girl scouts cookies from Calie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1325, '2007-02-24', 18.98, 'China Wok', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1326, '2007-02-24', 13.00, 'The Razor\'s Image', 'Haircut for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1327, '2007-02-24', 53.53, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1328, '2007-02-25', 140.96, 'Target', 'High chair for Ujala, another unknown item'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1329, '2007-02-25', 22.04, 'Gymboree', 'Pants, blouse, and sweater for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1330, '2007-02-25', 15.89, 'Sears', 'Shoes for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1331, '2007-02-27', 84.79, 'Target', 'Jumperoo for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1332, '2007-02-27', 4.49, 'Target', 'Top (unknown)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1333, '2007-02-27', 9.22, 'Kroger', 'Cookies for the midterm in Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1334, '2007-03-03', 3.18, 'Kroger', 'Bouquet for our lunch host Shyam and Deepa'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1335, '2007-03-04', 3.00, 'Indianapolis Airport', 'Parking fee while dropping Minaxi\'s parents for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1336, '2007-03-04', 3.05, 'Target', 'Prints from digital pictures for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1337, '2007-03-04', 27.98, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1338, '2007-03-04', 5.85, 'Walmart', 'Batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1339, '2007-03-08', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1340, '2007-03-08', 102.41, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1341, '2007-03-09', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1342, '2007-03-10', 25.75, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1343, '2007-03-10', 23.29, 'Carter\'s Childrenswear', 'Ujala\'s clothes from the Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1344, '2007-03-10', 27.02, 'Banana Republic', 'Cotton pants for Minaxi from Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1345, '2007-03-10', 35.25, 'Gap', 'T-shirts for Minaxi, jeans for Minaxi, canvas belt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1346, '2007-03-11', 305.61, 'Inbound USA', 'Insurance for Arun\'s mother (2007-03-13 to 2007-08-26)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1347, '2007-03-11', 49.41, 'Inbound USA', 'Insurance for Arun\'s father (2007-03-13 to 2007-04-18)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1348, '2007-03-13', 3.51, 'Starbucks', 'Coffee for Arun waiting at the airport for picking his parents arriving from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1349, '2007-03-13', 3.00, 'Indianapolis Airport', 'Parking fee when picking up Arun\'s parents arriving from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1350, '2007-03-14', 12.59, 'Sam\'s Club', 'Dove soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1351, '2007-03-14', 24.00, 'Annette Lee Hair & Nail', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1352, '2007-03-14', 19.76, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1353, '2007-03-14', 1.50, 'Shell', 'Car vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1354, '2007-03-14', 7.50, 'Shell', 'Car wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1355, '2007-03-14', 114.01, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1356, '2007-03-14', 22.05, 'Sam\'s Club', '5 40-lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1357, '2007-03-15', 111.70, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1358, '2007-03-15', 3.95, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1359, '2007-03-15', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1360, '2007-03-16', 15.00, 'Health Department', 'Ujala\'s birth certificate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1361, '2007-03-16', 31.75, 'Quick Pic', 'Passport photos for Ujala: 2 copies and a CD'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1362, '2007-03-17', 82.95, 'USPS', 'Ujala\'s passport fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1363, '2007-03-18', 40.00, 'Southern Indiana Pediatrics', 'Ujala\'s emergency visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1364, '2007-03-18', 11.32, 'Aver\'s Pizza', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1365, '2007-03-20', 30.25, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1366, '2007-03-20', 23.35, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1367, '2007-03-20', 40.26, 'Big Red Liquors', 'Glenfiddich Scotch whiskey and Triple Sec'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1368, '2007-03-22', 9.09, 'Bloomingfoods Market & Deli', '2 bottles of shaving cream for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1369, '2007-03-22', 0.75, 'Lindley vending machine', 'Potato chips for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1370, '2007-03-22', 58.86, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1371, '2007-03-24', 45.00, 'Bombay House', 'Lunch with dadaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1372, '2007-03-25', 10.26, 'Starbucks', 'Coffee for Arun and his parents at the Indianapolis airport while dropping off dadaji for New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1373, '2007-03-28', 63.50, 'Good Life Alternative', 'Vitamin \"Vibe\" for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1374, '2007-03-29', 17.06, 'China Wok', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1375, '2007-03-29', 3.89, 'Tenth Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1376, '2007-03-29', 51.33, 'Tenth Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1377, '2007-03-31', 98.49, 'International Bazaar', 'Indian groceries from Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1378, '2007-03-31', 11.37, 'I Love LA', 'Inflatable travel pillow for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1379, '2007-04-01', 40.00, 'Cafe et Crepe', 'Lunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1380, '2007-04-02', 118.24, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1381, '2007-04-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1382, '2007-04-03', 200.00, 'ICICI Bank', 'Money for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1383, '2007-04-03', 149.99, 'Amazon.com', 'Friendly Robotics power pack (battery)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1384, '2007-04-04', 20.66, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1385, '2007-04-05', 36.98, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1386, '2007-04-05', 26.39, 'Target', 'Gillette Fusion Razor, blades, and shaving cream for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1387, '2007-04-07', 31.56, 'Scholars Inn Bakehouse', 'Brunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1388, '2007-04-07', 20.95, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1389, '2007-04-08', 6.75, 'Starbucks', 'Coffee for Arun and his mother while dropping Arun\'s father for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1390, '2007-04-08', 3.00, 'Indianapolis Airport', 'Parking fee while dropping Arun\'s father for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1391, '2007-04-08', 8.53, 'The Paradies Shop', 'Chocolates bought at Indianapolis airport for giving away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1392, '2007-04-12', 30.66, 'Tenth Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1393, '2007-04-13', 11.32, 'Aver\'s Pizza', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1394, '2007-04-14', 91.56, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1395, '2007-04-14', 50.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1396, '2007-04-15', 2.85, 'Target', 'Tongue cleaner for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1397, '2007-04-15', 4.24, 'DEB', 'Coat for Minaxi from the College Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1398, '2007-04-17', 3.34, 'Starbucks', 'Pomegranate drink for Minaxi with Sangmee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1399, '2007-04-17', 1.74, 'USPS', 'Charges for mailing 2006 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1400, '2007-04-19', 3.87, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1402, '2007-04-20', 11.50, 'Falafels', 'Minaxi\'s lunch with Markus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1403, '2007-04-20', 13.46, 'China Wok', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1404, '2007-04-21', 12.96, 'Walmart', 'Formula for Ujala after two $5 discount coupons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1405, '2007-04-21', 4.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1406, '2007-04-21', 8.95, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1407, '2007-04-21', 1.57, 'Walmart', 'Hair clip for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1408, '2007-04-24', 70.00, 'IU CS', '$50: gift for the administrative assistants on the admin. asst. day, $20: special contribution for Lucy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1409, '2007-04-24', 31.80, 'Classicchecks.com', 'Defenders of Wildlife checks (2 boxes, starting at number 1101) + $3.00 check fraud protection'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1410, '2007-04-26', 17.54, 'China Wok', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1411, '2007-04-28', 25.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1412, '2007-04-21', 14.00, 'The Razor\'s Image', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1413, '2007-04-19', 60.00, 'WTIU', 'Annual membership'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1414, '2007-04-01', 22.82, 'Walmart', 'Including two cans of Ujala\'s formula'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1415, '2007-04-01', 64.69, 'Walmart', 'Watch, sandals, and cream for mummy; shoes for Adit and Kasvi; some toys'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1416, '2007-04-01', 20.05, 'Walmart', 'Potty trainer and rattle toy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1417, '2007-04-01', 1.43, 'Walmart', 'Mesh strain for kitchen sink'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1418, '2007-04-21', 74.23, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1419, '2006-04-21', 4.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1420, '2006-04-21', 8.82, 'Sam\'s Club', 'Two 40 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1421, '2007-04-21', 36.97, 'Sam\'s Club', 'Diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1422, '2007-04-21', 31.66, 'Sam\'s Club', 'Fragrances for Arun\'s mother and for giving away'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1423, '2007-04-21', 10.47, 'Sam\'s Club', 'Toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1424, '2007-04-26', 18.87, 'Tenth Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1425, '2007-04-28', 25.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1426, '2007-04-28', 9.00, 'Yard sale', 'Ujala\'s toys'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1427, '2007-04-23', 74.61, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1428, '2007-05-03', 109.15, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1429, '2007-05-03', 108.68, 'White River Co-op', 'Grass and cilantro seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1430, '2007-04-28', 37.78, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1431, '2007-05-05', 18.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1432, '2007-04-21', 21.55, 'Big Lots', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1433, '2007-05-03', 4.23, 'Kroger', 'Lighter fluid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1434, '2007-05-03', 12.18, 'Kmart', 'Pregnancy test'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1435, '2007-05-02', 31.28, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1436, '2007-05-01', 14.95, 'Kroger', 'Cookies etc. for the final exam of Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1437, '2007-05-19', 30.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1438, '2007-05-16', 75.00, 'Shane', 'Horse manure delivery (812-361-YARD)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1439, '2007-05-16', 24.00, 'Annette Lee Hair & Nail', 'Minaxi\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1440, '2007-05-15', 74.37, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1441, '2007-05-19', 121.61, 'Bloomingfoods Truckload Sale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1442, '2007-05-19', 27.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1443, '2007-05-26', 3.08, 'Old Navy', 'Three sleeping shirts for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1444, '2007-05-26', 16.96, 'Relish', 'Coffee mug for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1445, '2007-05-20', 31.70, 'Lowe\'s', 'Rabbit fence, barberry crimson pygmy bush, two herbs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1446, '2007-05-22', 7.59, 'Bloomington Hardware', 'four 3-ft fence posts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1447, '2007-05-21', 18.00, 'Aver\'s Pizza', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1448, '2007-05-20', 73.13, 'Big Lots', '12 25-ft rubber lining, spade set, pear tree'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1449, '2007-05-20', 3.82, 'Big Lots', 'Two toothpastes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1450, '2007-05-12', 30.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1451, '2007-05-12', 20.00, 'Farmers Market', 'Plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1452, '2007-05-12', 9.00, 'Farmers Market', 'Soaps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1453, '2007-05-12', 6.00, 'Farmers Market', 'Soaps to give away'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1454, '2007-05-26', 8.50, 'Scholars Inn Bakehouse', 'Bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1455, '2007-05-26', 42.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1456, '2007-05-26', 8.00, 'Farmers Market', 'Plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1457, '2007-05-26', 29.00, 'El Norteno Restaurant', 'Lunch with Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1458, '2007-05-29', 27.48, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1459, '2007-05-29', 41.06, 'Walmart', 'Cereal and two cans of Ujala\'s formula'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1460, '2007-05-29', 31.61, 'Walmart', 'Blood pressure monitor and Schiff Joint Care Supplement (Glucosamine 1500mg) for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1461, '2007-05-29', 11.58, 'Walmart', 'Dress for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1462, '2007-05-29', 9.71, 'Walmart', 'Two 40-lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1463, '2007-05-29', 16.75, 'Walmart', 'Video bag, 18 Qt pail'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1464, '2007-05-26', 10.60, 'Bath & Body Works', 'Five bottles of hand soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1465, '2007-05-14', 40.15, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1466, '2007-05-13', 7.16, 'Starbucks', 'Coffee for Arun and Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1467, '2007-05-13', 33.91, 'Noodles & Company', 'Lunch with Arun\'s mother (including $2 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1468, '2007-05-03', 43.36, 'Big Lots', 'Charcoal grill and two bags of charcoal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1469, '2007-05-13', 5.57, 'Red Lobster', 'Dessert'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1470, '2007-05-13', 22.35, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1471, '2007-05-05', 26.33, 'Lowe\'s', 'Tomato plants, peach tree, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1472, '2007-05-11', 34.01, 'Bloomington Hardware', 'Flat garden spade, three dormant hostas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1473, '2007-05-10', 30.08, 'Tenth Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1474, '2007-05-10', 22.00, 'Mandalay Restaurant', 'Arun & Minaxi\'s lunch with Kay and Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1475, '2007-05-11', 6.00, 'Dats', 'Minaxi\'s lunch with Markus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1476, '2007-05-11', 12.00, 'Falafels', 'Arun\'s lunch with Geoffrey Brown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1477, '2007-05-06', 5.98, 'Cinnabon', 'Snacks at the Circle Centre Mall in Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1478, '2007-05-06', 15.90, 'The Children\'s Place', 'Two pairs of pants for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1479, '2007-05-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1480, '2007-06-12', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1481, '2007-04-11', 20.00, 'IU School of Informatics', 'Contribution toward Mike Dunn\'s retirement gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1483, '2007-06-30', 45.00, 'NY Taxi', 'Taxi fare from La Guardia to dadaji\'s place'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1484, '2007-06-05', 2.00, 'NWA checkin', 'Tip to the Northwest curb-side check-in at SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1485, '2007-07-06', 10.00, 'Chiffrons\'s garage sale', 'Five wooden coat hangers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1486, '2007-07-06', 900.00, 'Rick Patrick Tree Care', 'Cutting down three dead trees in the front, one in the back, and clearing up the area behind black berries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1487, '2007-07-06', 3.45, 'Bloomingfoods Market & Deli', 'Toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1488, '2007-07-06', 12.06, 'Bloomingfoods Market & Deli', 'Dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1489, '2007-07-06', 90.88, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1490, '2007-06-23', 19.18, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1491, '2007-06-23', 1.50, 'Shell', 'Car vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1492, '2007-07-03', 13.44, 'Max Brenner', 'Chocolate cake and drink in Manhattan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1493, '2007-07-04', 9.00, 'NY Toll', 'Toll at the Whitestone bridge for dadaji\'s roundtrip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1494, '2007-06-27', 47.01, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1495, '2007-07-03', 14.00, 'MTA (New York)', 'Two day-passes for the subway'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1496, '2007-07-01', 8.29, 'Stop & Shop', 'Extra virgin olive oil for Ujala, left at dadaji\'s'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1497, '2007-06-04', 45.96, 'Group USA', 'Cloths for Minaxi from CA, 3 blouses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1498, '2007-06-30', 3.51, 'Starbucks', 'Coffee for Arun at Indianapolis airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1499, '2007-06-29', 18.04, 'USPS', 'To and fro shipment for incorrect order of flax oil. No product bought!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1500, '2007-05-30', 159.89, 'Thrifty Car Rental', '6-day car rental at SFO, 2 days charged to Minaxi\'s research account'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1501, '2007-06-25', 14.98, 'Bloomington Bagel Company', 'Breakfast for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1502, '2007-05-16', 10.71, 'The Design Studio', 'Conditioners for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1503, '2007-06-01', 11.10, 'David Joines', 'Gas for rental car in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1504, '2007-06-04', 8.10, 'Starbucks', 'Coffee with Gurmeet in San Jose'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1505, '2007-06-03', 4.00, 'California Department of Transportation', 'Toll on the way to visit Valeria'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1506, '2007-05-31', 6.35, 'Starbucks', 'Coffee for Arun and his mother in SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1507, '2007-06-05', 11.20, 'Chevron', 'Gas for rental car in SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1508, '2007-06-04', 18.33, 'Walmart', 'Camera bag from San Jose'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1509, '2007-06-04', 20.99, 'Specialty\'s Cafe and Bakery', 'Lunch in San Jose'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1510, '2007-06-04', 4.84, 'Home Depot', 'Soil for Mintu and Charu\'s house plant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1511, '2007-06-01', 24.97, 'David Joines', 'Gas for rental car in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1512, '2007-05-29', 40.00, 'Aegis Women\'s Healthcare', 'Minaxi\'s regular visit to Dr Wood'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1513, '2007-06-01', 15.00, 'Various farms', 'Fruit (cherries, strawberries, and peaches) picking in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1514, '2007-06-02', 30.00, 'Farmers Market', 'Grocery shopping at the San Jose Farmers Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1515, '2007-06-01', 7.58, 'Safeway', 'Organic ice-cream in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1516, '2007-06-03', 63.42, 'Shell', 'Gas for the rental car on the way back from Davis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1517, '2007-06-04', 10.81, 'Payless Shoesource', 'A pair of shoes for Minaxi from California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1518, '2007-06-01', 19.37, 'Safeway', 'Diapers for Ujala and water, Gatorade, Starbucks Frappuccino, etc. during the fruit-picking trip in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1519, '2007-07-07', 86.50, 'Farmers Market', 'Including $50 worth of stew meat from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1520, '2007-07-07', 5.00, 'Chiffrons\'s garage sale', 'White chair for the bedroom desk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1521, '2007-07-07', 21.00, 'Runcible Spoon', 'Brunch with Kalpana and Glenn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1522, '2007-01-11', 43.96, 'tropicaltraditions.com', '4 32oz bottles of unrefined orgranic sesame oil (free shipment)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1523, '2007-06-17', 27.99, 'Party Mart (Louisville)', '750ml Bourbon whiskey (Woodford Reserve) for Arun\'s Father\'s Day gift, purchased by Minaxi from Kentucky through her student Kevin McGrath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1524, '2007-07-10', 15.95, 'thehungersite.org', 'A silver \"om\" pendant necklace for Minaxi. It was on sale and shipping was only $1.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1525, '2007-07-10', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1526, '2007-07-09', 62.91, 'tropicaltraditions.com', '1 gallon unrefined organic sesame oil, 3 lbs unrefined organic coconut oil (free shipping)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1527, '2007-07-11', 5.25, 'Qdoba Mexican Grill', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1529, '2007-07-14', 40.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1530, '2007-07-14', 36.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters (10% off for Mothers Day, retroactively)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1531, '2007-07-09', 7.17, 'Starbucks', 'Coffee for Arun and his mother at Indianapolis airport when Arun picked his mother returning from New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1532, '2007-07-14', 8.47, 'Old Navy', 'White pants for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1533, '2007-07-14', 20.60, 'Old Navy', 'A pair of pants, one windbreaker, and three T-shirts for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1534, '2007-07-06', 49.78, 'Marshalls', 'Purchases by Arun\'s mother in New York for giving away (three wallets and one umbrella)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1535, '2007-07-12', 52.09, 'Bloomingfoods Market & Deli', 'Toothpaste, body wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1536, '2007-07-12', 52.43, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1537, '2007-07-14', 6.00, 'Bubble Fest', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1538, '2007-07-14', 9.94, 'Lowe\'s', '2 40 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1539, '2007-07-14', 40.68, 'Lowe\'s', 'one 50\' rabbit fence, one 50\' 48\"-high fence'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1540, '2007-06-23', 32.17, 'PepBoys Auto', 'Oil change'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1541, '2007-06-23', 1.40, 'Target', 'Six 4\"x6\" pictures printed for dada-dadiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1542, '2007-06-23', 26.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1543, '2007-06-23', 61.67, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1544, '2007-06-22', 20.57, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1545, '2007-06-22', 15.76, 'Subway', 'Sandwiches for picnic at the Third Street park concert'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1546, '2007-06-16', 58.60, 'Good Life Alternative', 'Vitamin \"Vibe\" for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1547, '2007-06-16', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1548, '2007-06-15', 39.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1549, '2007-05-30', 5.38, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1550, '2007-06-16', 5.00, 'Brown County State Park', 'Park entry fee for picnic with Shrideep, Sangmee, and Dylan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1551, '2007-06-14', 10.00, 'Anyetsang Little Tibet', 'Lunch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1552, '2007-06-20', 12.63, 'Saraga Asian Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1553, '2007-06-20', 9.49, 'Bloomington Hardware', 'Five 3\' fence posts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1554, '2007-06-05', 18.76, 'Asian Chao', 'Dinner at Indianapolis airport upon return from California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1555, '2007-05-29', -13.61, 'Walmart', 'Video bag returned (on 2007-06-09)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1556, '2007-06-09', 2.00, 'Farmers Market', 'Money to the players for Ujala\'s entertainment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1557, '2007-06-09', 2.75, 'Farmers Market', 'Mint plant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1558, '2007-06-09', 37.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1559, '2007-06-09', 13.67, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1560, '2007-06-09', 34.94, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1561, '2007-06-12', 10.50, 'Trojan Horse', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1562, '2007-06-15', 40.00, 'Southern Indiana Pediatrics', 'Ujala\'s 9-month pediatric appointment; the amount includes $20 outstanding from the previous visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1563, '2007-03-19', 29.20, 'Northwest Airline', 'The amount waived (of the total $329.20) while receiving the reimbursement from dadaji for the air ticket for his visit during Arun\'s parents\' stay in Bloomington'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1564, '2007-06-13', 6.87, 'Bloomingfoods Market & Deli', 'Toothbrush and apricot oil for Minaxi and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1565, '2007-06-13', 107.00, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1566, '2007-06-20', 7.29, 'Bloomingfoods Market & Deli', 'Toothpaste and almond oil for Minaxi and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1567, '2007-06-20', 73.57, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1568, '2007-05-01', 9.70, 'The Laughing Planet Cafe', 'Minaxi\'s lunch with Beth'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1569, '2007-07-17', 41.87, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1570, '2007-07-19', 2.00, 'Bloomington Bagel Company', 'Breakfast for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1571, '2007-07-19', 40.00, 'Internal Medicine Associates (IMA)', 'Tests and shots required for green-card I-485 application for Arun and MInaxi (tests for TB, Syphilis, HIV, Measles, Mumps, Rubella, and Chicken Pox; chest X-ray for Minaxi; Tetanus shots)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1572, '2007-07-28', 66.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1573, '2007-07-28', 1.00, 'Farmers Market', 'Donation to musicians for Ujala\'s entertainment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1574, '2007-07-26', 8.02, 'Panera Bread', 'Breakfast for Arun and Minaxi and a scone for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1575, '2007-07-28', 7.25, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1576, '2007-07-27', 33.94, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1577, '2007-07-27', 150.00, 'St. Francis Occupational Health Center', 'Physical exam for Immigration (I-693), to be accompanied with form I-485'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1578, '2007-07-27', 395.00, 'US Citizenship and Immigration Services (USCIS)', 'Application fee for I-485 ($325) and fingerprinting fees ($70) for Immigration. Arun\'s fee was refunded because the check was not signed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1579, '2007-07-27', 5.25, 'USPS', 'Priority mailing the Immigration application to USCIS'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1580, '2007-07-24', 28.05, 'Marathon', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1581, '2007-07-19', 20.56, 'China Wok', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1582, '2007-07-20', 44.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1583, '2007-07-20', 5.00, 'Garage sale', 'Robotic cat toy for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1584, '2007-07-22', 12.89, 'Sam\'s Club', 'Passport pictures for Immigration form (including a CD of the pictures)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1585, '2007-07-21', 21.19, 'KB Toy', 'Wooden toy box for Ujala from the Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1586, '2007-07-21', 19.07, 'Banana Republic', 'A pair of sandals for Minaxi from the Edinburgh mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1587, '2007-07-21', 0.52, 'The Children\'s Place', 'Hat for Ujala from the Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1588, '2007-07-21', 4.22, 'The Children\'s Place', 'Clothes for giving away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1589, '2007-07-21', 62.45, 'Gap', 'Various clothes for giving away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1590, '2007-07-21', 47.68, 'Nine West', 'A pair of walking shoes and a pair of leather shoes for Minaxi from the Edinburgh outlet mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1591, '2007-07-22', 13.23, 'Sam\'s Club', 'Three 40 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1592, '2007-07-22', 36.97, 'Sam\'s Club', 'Ujala\'s diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1593, '2007-07-22', 45.45, 'Sam\'s Club', 'Four bottles of Glucosamine Sulfate + MSM for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1594, '2007-07-22', 38.50, 'Sam\'s Club', 'Chocolates for giving away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1595, '2007-07-22', 84.34, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1596, '2007-07-27', 4.03, 'Sam\'s Club', 'Development and printing of film out of the old film SLR camera'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1597, '2007-08-01', 40.99, 'eBay', '24 size 3 training pants, 12 diaper doubler cloths from eBay, using vendor BabyBestBuy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1598, '2007-08-01', 17.24, 'Aver\'s Pizza', 'Two medium pizzas for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1599, '2007-08-02', 56.00, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1600, '2007-08-03', 4.60, 'USPS', 'Blackberries for Mintu and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1601, '2007-08-03', 1.75, 'Starbucks', 'Minaxi\'s coffee with Randy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1602, '2007-08-02', 5.25, 'USPS', 'Priority mail to USCIS of the I-539 form for extension of Arun\'s mother\'s stay until March 12, 2008'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1603, '2007-08-02', 300.00, 'USCIS', 'Fee for the form I-539 for extending Arun\'s mother\'s stay until March 12, 2008'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1604, '2007-07-26', 42.09, 'Bloomingfoods Near West Side', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1605, '2007-08-05', 10.00, 'Bloomington North High School', 'Donation to pay for Bloomington North High School football game jerseys.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1606, '2007-08-01', 40.00, 'Jeanice Jaffe', 'Introductory reiki session for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1607, '2007-08-02', 55.60, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1608, '2007-08-04', 43.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1609, '2007-08-06', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1610, '2007-08-08', 15.00, 'Michael\'s Uptown Cafe', 'Arun\'s breakfast with Dirk Van Gucht'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1612, '2007-08-11', 59.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1613, '2007-08-11', 15.00, 'Earth Drops', 'Five natural bar soaps from the crafts section of Farmers Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1614, '2007-08-10', 68.18, 'Bloomingfoods Market & Deli', 'Bulk shampoo, bulk body-wash, shampoo for Ujala, aftershave for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1615, '2007-08-11', 55.24, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1616, '2007-08-11', 12.75, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1617, '2007-08-12', 80.00, 'Garage sale at 3005 Forrester', 'Furniture for Ujala\'s room.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1618, '2007-08-12', 19.04, 'Menards', 'Simple Green cleaning solution.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1619, '2007-08-12', 12.69, 'Menards', 'Curtain rods for hanging bamboo curtains in garage.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1620, '2007-08-12', 17.18, 'Walmart', 'Lunch box carrier for Tanya and spiderman water bottle for Kasvi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1621, '2007-08-12', 44.92, 'Walmart', 'Cascadian farm organic granola, 2 boxes of formula for Ujala, and organic ice-cream.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1622, '2007-08-12', 3.92, 'Walmart', '18 kitchen cloths.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1623, '2007-08-12', 8.50, 'Walmart', 'Watch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1624, '2007-08-12', 5.50, 'Walmart', 'Pedometer for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1625, '2007-08-12', 15.68, 'Sam\'s Club', 'Swimming glasses for Adit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1626, '2007-08-12', 13.87, 'Sam\'s Club', 'Cheese-cake.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1627, '2007-08-12', 218.56, 'Sam\'s Club', 'GE 7cu.ft. freezer. Does not defrost itself.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1628, '2007-08-11', 35.44, 'Sam\'s Club', 'Haagen Daaz ice-cream bars, olive oil, oranges, lemons, and sugar.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1629, '2007-08-11', 18.00, 'Sam\'s Club', '15 scrubbers, 2 bags of softener salt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1630, '2007-08-11', 10.00, 'Sam\'s Club', '2 bottles of Listerine.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1631, '2007-08-11', 20.50, 'Sam\'s Club', 'Toilet paper -- 24 rolls.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1632, '2007-08-11', 9.75, 'Sam\'s Club', '4 transparent tapes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1633, '2007-08-13', 0.50, 'Apple', 'Extra money to add to Daniel\'s $10 gift to Arun, toward buying an additional song'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1634, '2007-08-17', 52.57, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1635, '2007-08-18', 68.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1636, '2007-08-18', 14.00, 'The Razor\'s Image', 'Arun\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1637, '2007-08-21', 49.99, 'amazon.com', 'Roomba replacement battery (APS 4905)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1638, '2007-08-21', 24.00, 'Annette Lee Hair & Nail', 'Minaxi\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1639, '2007-08-19', 10.00, 'Hindu Temple of Central Indiana', 'Donation for Ujala\'s first temple visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1640, '2007-08-19', 6.00, 'Hindu Temple of Central Indiana', 'Lunch for two at the temple'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1641, '2007-08-22', 50.00, 'American Airlines', 'Ticket change fee for Arun\'s mother\'s India ticket (return changed from 2007-08-26 to 2008-03-08)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1642, '2007-08-23', 50.00, 'American Express', 'Gift card for Minaxi\'s student Youngsang Shin\'s wedding'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1643, '2007-08-25', 104.00, 'Farmers Market', 'Including $40 worth tomatoes for freezing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1644, '2007-08-25', 3.00, 'Farmers Market', 'Coffee and cake for Arun from the Bloomingfoods stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1645, '2007-08-24', 18.00, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1646, '2007-08-16', 14.42, 'China Wok', 'Takeout for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1647, '2007-08-18', 25.90, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1648, '2007-08-20', 22.77, 'Bloomington Hardware', 'Twelve 3\' fence posts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1649, '2007-08-19', 7.78, 'Nordstrom', 'Coffee for Arun and his mother at the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1650, '2007-08-19', 11.65, 'Forever 21', 'Jacket for Minaxi from the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1651, '2007-08-19', 32.84, 'The Children\'s Place', 'Two pants and two tunics for Ujala from the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1652, '2007-08-19', 2.01, 'H&M', 'Hair clip for Minaxi from the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1653, '2007-08-19', 21.10, 'Aldo', 'Two purses to be given away as gifts by Arun\'s mother, from the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1654, '2007-08-26', 369.17, 'Inbound USA', 'Extension of Arun\'s mother\'s health insurance until March 12, 2008'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1655, '2007-08-19', 12.70, 'The Children\'s Place', 'Two tunics to be given away by Arun\'s mother, from the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1656, '2007-09-15', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1657, '2007-09-18', 4.00, 'Sugar and Spice', 'Walnut bread and coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1658, '2007-09-01', 115.00, 'Farmers Market', 'Including $75 for the lamb meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1659, '2007-09-01', 5.00, 'Garage sale', 'Toys (xylophone, push merry-go-round, pull cart) and drawing table set (table and three chairs) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1660, '2007-08-26', 5.53, 'Bloomingfoods Market & Deli', 'Fragrance-free Jason shampoo for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1661, '2007-08-26', 57.95, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1662, '2007-08-25', 33.70, 'Macy\'s', 'Clothing for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1663, '2007-08-25', 3.33, 'Macy\'s', 'Girls\' clothing to be given away by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1664, '2007-08-26', 1.88, 'Target', 'Bandaid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1665, '2007-09-08', 15.00, 'Macy\'s', 'A blouse for Minaxi and a blouse for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1666, '2007-08-26', 8.34, 'Sears', 'Clothing for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1667, '2007-08-25', 14.58, 'Sears', 'Clothing to be gifted by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1668, '2007-08-25', 19.44, 'Sears', 'Clothing for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1669, '2007-09-04', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1670, '2007-10-13', 8.00, 'Bloomingfoods Market & Deli', 'Laundry detergent from truckload sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1671, '2007-09-05', 57.50, 'Saehan Lenzen', 'Weed pulling in June\'07'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1672, '2007-09-07', 2.35, 'IMU food court', 'Tomato soup for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1673, '2007-09-07', 3.90, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1674, '2007-09-04', 13.73, 'Factory Card & Party Outlet', 'Balloons and ribbons for decoration on Ujala\'s B\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1675, '2007-09-15', 33.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1676, '2007-09-15', 1.50, 'Farmers Market', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1677, '2007-09-22', 59.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1678, '2007-09-22', 6.25, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1679, '2007-09-08', 50.00, 'Falafels', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1680, '2007-09-22', 13.30, 'Target', '3 T-shirts and a pair of shoes for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1681, '2007-09-08', 25.03, 'Sears', 'Pajamas for Minaxi, shorts/shirt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1682, '2007-09-15', 77.67, 'Bloomingfoods Market & Deli', '10% member appreciation day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1683, '2007-09-01', 2.00, 'Sugar and Spice', 'Coffee and cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1684, '2007-09-03', 101.41, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1685, '2007-09-12', 39.61, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1686, '2007-09-29', 7.99, 'Kroger', 'Pies for WIC potluck'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1687, '2007-09-24', 15.00, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1688, '2007-09-29', 55.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1689, '2007-09-29', 3.00, 'Bloomingfoods Market & Deli', 'Vegetarian chili at Lotus Festival at the 3rd street park'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1690, '2006-09-05', 4.23, 'Bed Bath & Beyond', 'One replacement bowl for Chandi Blue 16-piece dinnerware'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1691, '2007-09-22', 5.26, 'Target', 'Shoes for giving away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1692, '2007-09-08', 9.53, 'Target', 'A set of 5 DVD+RW'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1693, '2007-09-23', 17.66, 'Target', 'Body suits for Ujala, capri pants for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1694, '2007-09-23', 6.56, 'Target', 'Socks for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1695, '2007-09-22', 0.23, 'Target', 'Six passport pictures for Ujala\'s PIO application'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1696, '2007-09-08', 15.75, 'Sears', 'Lunch box and clothing to be given away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1697, '2007-09-08', 17.82, 'Macy\'s', 'Children\'s clothing to be given away by Arun\'s mother in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1698, '2007-08-26', 10.01, 'Macy\'s', 'Clothing for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1699, '2007-08-26', 10.00, 'Macy\'s', 'Gift for Steve and Amalia (farmers at Farmers Market)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1700, '2007-09-08', 48.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1701, '2007-09-08', 9.00, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1702, '2007-10-03', 4.00, 'Noodles & Company', 'Soup with Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1703, '2007-10-06', 48.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1704, '2007-10-13', 49.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1705, '2007-10-02', 139.92, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1706, '2007-10-13', 10.63, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1707, '2007-10-13', 106.98, 'Bloomingfoods Market & Deli', 'Truckload sale!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1708, '2007-10-13', 11.00, 'Bloomingfoods Market & Deli', 'Facewash, shaving cream, deodorant from truckload sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1709, '2007-09-24', 47.71, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1710, '2007-10-14', 38.00, 'Sam\'s Club', 'Joint supplement for Arun\'s mother and bua, chocolates, t-shirt for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1711, '2007-10-14', 32.00, 'Sam\'s Club', 'Kitchen trash bags, softner salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1712, '2007-10-14', 10.00, 'Sam\'s Club', 'Halloween candy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1713, '2007-10-14', 20.00, 'Sam\'s Club', 'Sanitary napkins, pantyliners for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1714, '2007-10-14', 77.20, 'Sam\'s Club', 'Almonds, walnuts, dates, olive oil etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1715, '2007-10-14', 16.00, 'Walmart', 'Cascadian farm organic granola, lasagna pasta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1716, '2007-10-14', 50.00, 'Walmart', 'Watches, handbag for gifting to Arun\'s relatives in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1717, '2007-10-14', 10.00, 'Walmart', 'Rubiks cube for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1718, '2007-10-14', 16.53, 'Walmart', 'Shoes and socks for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1719, '2007-08-12', 7.00, 'Walmart', 'Brown sandals for Bubby'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1720, '2007-10-15', 392.00, 'American Airlines', 'Ticket change fee for Arun\'s mother\'s India ticket (return changed from 2008-03-08 to 2003-10-23)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1721, '2007-10-16', 18.19, 'SnapFish.com', '30 5\"x7\" prints of Ujala\'s pictures for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1722, '2007-10-18', 9.00, 'US Citizenship and Immigration Services (USCIS)', 'Parking at Indy for Minaxi\'s fingerprinting for I-485'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1723, '2007-07-28', 100.00, 'T. J. Maxx', 'Purses for gifting in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1724, '2007-07-28', 26.06, 'T. J. Maxx', 'Purses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1725, '2007-10-20', 56.20, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1726, '2007-07-01', 50.00, 'Gap', 'Gift card for Meena for her B\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1727, '2006-10-01', 50.00, 'Gap', 'Gift card for Anwar\'s son, Azaan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1728, '2005-09-05', 125.00, 'Gap', 'Gift card for Valeria\'s wedding'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1729, '2005-01-01', 125.00, 'Gap', 'Gift card for Arnab\'s wedding'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1730, '2007-10-09', 1107.22, 'Amazon.com', 'Sony HDR-SR7 high-definition 60 GB hard disk camcorder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1731, '2007-10-07', 21.75, 'Amazon.com', 'Sony camcorder bag'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1732, '2007-10-09', 17.48, 'ehdmi.com', 'HDMI cable + mini-HDMI adaptor + DVI adaptor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1733, '2007-10-25', 25.00, 'Tutu Bene', 'Birthday gift for Kalpana: $50 gift certificate, shared with Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1734, '2007-10-26', 40.00, 'Red Lobster', '$50 gift certificate from Discover for Mina for Rakhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1735, '2007-10-27', 22.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1736, '2007-10-28', 15.60, 'Indianapolis zoo', 'Two copies of a picture of Ujala with Megan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1737, '2007-10-28', 5.92, 'Indianapolis zoo', 'Fries for Minaxi and Megan\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1738, '2007-10-27', 5.00, 'Bloomington Parks & Recreation', 'Entry fee for the Trick-or-Treat trail at Olcott Park'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1739, '2007-10-24', 35.20, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1740, '2007-10-31', 30.00, 'Leena Jadhav', 'Diwali party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1741, '2007-10-31', 80.00, 'WonderLab Museum', 'Yearly pass for Ujala and 4 other folks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1742, '2007-10-29', 80.41, 'Bloomingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1743, '2007-09-16', 20.00, 'Sam\'s Club', 'Annual membership shared with Raquel Hill'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1744, '2007-10-01', 64.18, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1745, '2007-10-23', 4.50, 'Indianapolis Airport', 'Parking fee while dropping Arun\'s mother for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1746, '2007-10-23', 14.02, 'Circle Center Mall', 'Cajun grill at the food court'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1747, '2007-10-23', 5.60, 'Indianapolis Airport', 'Coffee at Starbucks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1748, '2007-10-23', 9.41, 'AnnTaylor', 'Blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1749, '2007-10-23', 11.12, 'Express', 'Shirt for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1750, '2007-10-31', 24.00, 'Annette Lee Hair & Nail', 'Minaxi\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1751, '2007-10-20', 14.00, 'The Razor\'s Image', 'Arun\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1752, '2007-10-31', 6.00, 'Shell', 'Car wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1753, '2007-10-31', 7.68, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1754, '2007-10-20', 1.79, 'Bloomingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1755, '2007-10-23', 8.07, 'Kroger', 'Cookies for the midterm in Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1756, '2007-11-03', 24.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1757, '2007-10-04', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1758, '2007-11-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1759, '2007-11-05', 0.75, 'BP', 'Air-pressure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1760, '2007-11-07', 22.15, 'Old Navy', 'T-shirts and pants for giving away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1761, '2007-11-08', 4.00, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1762, '2007-11-07', 2.00, 'Old Navy', 'A pair of sandals for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1763, '2007-11-07', 15.90, 'Wet Seal', 'Two pair of tights for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1764, '2007-11-07', 73.90, 'Bloomingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1765, '2007-10-09', 74.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1766, '2007-10-07', 10.58, 'Kroger', '2 bags of softener salt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1767, '2007-10-06', 43.42, 'Big Lots', 'Gifts for giving away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1768, '2007-10-06', 40.00, 'Fajitas Mexican Restaurant', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1769, '2007-09-23', 40.00, 'Chow Bar', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1770, '2007-09-23', 21.00, 'Runcible Spoon', 'Arun\'s brunch with Jeremy Siek'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1771, '2007-10-24', 39.78, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1772, '2007-09-30', 33.00, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1773, '2007-10-27', 24.34, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1774, '2007-10-16', 12.95, 'Bloomingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1775, '2007-10-27', 2.75, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1776, '2007-10-21', 7.53, 'Target', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1777, '2007-10-21', 104.45, 'Target', 'Gifts for giving away in India by Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1778, '2007-10-20', 53.99, 'Best Buy', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1779, '2007-10-15', 4.98, 'Sugar and Spice', 'Walnut breads and coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1780, '2007-10-12', 5.25, 'USPS', 'Priority re-mailing of Arun\'s Immigration application to USCIS'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1781, '2007-11-09', 25.00, 'The Ocean Conservancy', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1782, '2007-10-20', 20.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1783, '2007-11-09', 20.00, 'Internal Medicine Associates (IMA)', 'An additional co-pay for Arun for the following:\r\n\r\nTests and shots required for green-card I-485 application for Arun and MInaxi (tests for TB, Syphilis, HIV, Measles, Mumps, Rubella, and Chicken Pox; chest X-ray for Minaxi; Tetanus shots)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1784, '2007-10-25', 9.00, 'Irish Lion', 'Dessert at Kalpana\'s b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1785, '2007-10-27', 4.60, 'USPS', 'Ujala\'s DVD for Mintu and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1786, '2007-11-01', 17.00, 'China Wok', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1787, '2007-11-10', 202.00, 'ICICI Bank', 'Money for Arun\'s parents (including $2 fee charged on less than $1000 transfers)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1788, '2007-11-10', 24.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1790, '2007-11-12', 27.88, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1791, '2007-11-03', 2.79, 'Bloomingfoods Market & Deli', 'Bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1792, '2007-11-03', 7.41, 'Bloomingfoods Market & Deli', 'Boir arnica ointment for Minaxi\'s cut near the eye'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1793, '2007-11-11', 12.21, 'Cafe Django', 'Lunch with Kalpana, Glenn, Archana, and Kevin'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1794, '2007-11-03', 21.73, 'Runcible Spoon', 'Saturday brunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1795, '2007-11-05', 3.99, 'Bloomingfoods Market & Deli', 'Ujala\'s milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1796, '2007-11-10', 30.61, 'Mr Lubie', 'Oil change'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1797, '2007-11-15', 88.48, 'Apple', 'iWork \'08 shipped directly to Rajul'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1798, '2007-11-16', 30.00, 'Defenders of Wildlife', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1799, '2007-12-06', 330.10, 'American Airlines', 'Air-ticket to Houston/Dallas trip for Minaxi (purchased on 2007-11-17)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1800, '2007-11-17', 62.50, 'Farmers Market', 'Includes $20 of lamb stew meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1801, '2007-11-15', 11.50, 'Bucceto\'s Smiling Teeth', 'Minaxi\'s dinner with Kalpana and Emily'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1802, '2007-11-16', 2.39, 'Uncle D\'s New York Pizza', 'A slice of pizza for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1803, '2007-11-14', 35.18, 'Bloomingfoods Market and Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1804, '2007-11-14', 7.61, 'Bloomingfoods Market and Deli', 'Hummus for Reena Soni'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1805, '2007-11-19', 0.95, 'Starbucks', 'Cookie for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1806, '2007-11-26', 42.17, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1807, '2007-11-26', 1.00, 'Bloomingfoods Market & Deli', 'Donation to Mother Hubbard\'s Pantry'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1808, '2007-11-21', 26.20, 'Shell', 'Gas, starting on the trip to Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1809, '2007-11-22', 49.90, 'Hot Wok', 'Lunch with the Soni\'s in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1810, '2007-11-21', 21.00, 'Cracker Barrel', 'Lunch at Shelbyville, Kentucky, on the way to Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1811, '2007-11-23', 75.37, 'Patel Brothers', 'Grocery shopping in Atlanta (strictly speaking, in Decatur)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1812, '2007-11-25', 13.75, 'Quiznos Sub', 'Lunch at London, Kentucky, on the way back from Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1813, '2007-11-23', 48.94, 'Your Dekalb Farmers Market', 'Grocery shopping in Atlanta: Two cans of organic extra virgin olive oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1814, '2007-12-03', 19.67, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1815, '2007-11-13', 8.18, 'Walmart', 'Four fluorescent lights (two each for master-bedroom closet and laundry)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1816, '2007-11-13', 13.61, 'Walmart', 'Camcorder bag'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1817, '2007-11-13', 52.99, 'Office Depot', 'Backpack for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1818, '2007-11-22', 17.71, 'Cafe Aquaria', 'Lunch at The Georgia Aquarium in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1819, '2007-11-22', 63.00, 'The Georgia Aquarium', 'Entry tickets for two adults into The Georgia Aquarium in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1820, '2007-11-21', 39.81, 'Shell', 'Gas at Knoxville while driving to Cleveland, Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1821, '2007-11-23', 120.86, 'Your Dekalb Farmers Market', 'Grocery shopping at the Atlanta Farmers Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1822, '2007-11-23', 101.46, 'Hampton Inn and Suites', 'One night stay at 2733 Circle 75 Parkway, Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1823, '2007-12-04', 40.00, 'CS', '$40 by Minaxi and $x by Arun: holiday gift for support staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1824, '2007-12-10', 5.00, 'American Airlines', 'Tip to the baggage delivery man'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1825, '2007-11-23', 33.80, 'Sam\'s Mart', 'Gas in Atlanta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1826, '2007-12-05', 39.18, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1827, '2007-11-25', 34.56, 'Shell', 'Gas in London, Kentucky, on the way back from the trip to Tennessee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1828, '2007-12-03', 9.20, 'UPS Store', 'A book of 20 stamps for $.41 each plus $1.00 service charge'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1829, '2007-10-02', 195.00, 'Indian Consulate at Chicago', 'Fee for Ujala\'s PIO card'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1830, '2007-10-02', 5.00, 'Chase', 'Fee for making a money-order for Ujala\'s PIO card'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1831, '2007-10-02', 5.25, 'USPS', 'Priority mailing of Ujala\'s PIO card application to the Indian Consulate at Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1832, '2007-12-08', 6.48, 'Hudson News Houston Hobby', 'A bag of Ghirardelli chocolates for Anand Gupta\'s daughter, Ria'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1833, '2007-12-06', 28.31, 'Chinese Cafe', 'Dinner in Houston'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1834, '2007-12-06', 5.41, 'Central Market', 'Two Lindt chocolate bars for Neelsh and Sandhya\'s daughter, Urvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1835, '2007-12-06', 15.96, 'Central Market', 'Grocery shopping in Houston: Milk, oranges, baklava, avocado oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1836, '2007-12-08', 12.63, 'Einstein Bros', 'Breakfast in Houston with Cheryl, Bem, and their daughter, Maeve'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1837, '2007-12-10', 50.25, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1838, '2007-12-07', 4.21, 'Roman Delight Pizza', 'Lunch for Minaxi at the Houston Galleria mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1839, '2007-11-17', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1840, '2007-12-19', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1841, '2007-06-23', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1842, '2007-12-22', 40.00, 'Good Life Alternative', 'Minaxi\'s Reflexology session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1843, '2007-12-20', 96.91, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1844, '2007-12-20', 28.54, 'Walmart', '10 boxes of organic cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1845, '2007-12-20', 50.00, 'Sam\'s Club', '2 boxes cereal, lemons, organic apples, cucumbers, peas, asparagus, organic salad mix'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1846, '2007-12-20', 18.00, 'Sam\'s Club', '2 bags rust-free softener salt, dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1847, '2007-12-20', 36.97, 'Sam\'s Club', 'Diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1848, '2007-12-20', 10.00, 'Sam\'s Club', '5-pack Colgate toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1849, '2007-12-23', 12.50, 'Scholars Inn Bakehouse', 'Muffins and a dozen bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1850, '2007-12-23', 20.50, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1851, '2007-09-14', 20.00, 'Southern Indiana Pediatrics', 'Ujala\'s 12-month pediatric appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1852, '2007-12-14', 20.00, 'Southern Indiana Pediatrics', 'Ujala\'s 15-month pediatric appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1853, '2008-01-01', 7.50, 'Gymboree', 'Christmas gift for Megan, a blouse'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1854, '2008-01-01', 18.97, 'Gymboree', 'Coat and a leggings for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1855, '2007-12-23', 14.82, 'Gymboree', '2 pairs of pants for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1856, '2007-12-23', 11.12, 'Old Navy', 'A pair of shoes for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1857, '2008-01-01', 42.20, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1858, '2007-12-27', 68.16, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1859, '2007-12-26', 5.00, 'Repairworks', 'Resizing Minaxi\'s watchband'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1860, '2007-12-23', 12.00, 'Regis', 'Ujala\'s haircut (including $2.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1861, '2007-12-23', 18.00, 'Farmers Market', 'Bought personally from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1862, '2007-12-30', 38.34, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1863, '2007-12-29', 15.90, 'Old Navy', 'Jacket for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1864, '2007-12-29', 19.07, 'Eddie Bauer', 'Pants for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1865, '2007-12-23', 14.50, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1866, '2007-12-23', 13.97, 'Target', 'A pair of shoes and a pair of pants for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1867, '2007-12-31', 17.55, 'Panera Bread', 'Lunch Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1868, '2007-12-28', 13.33, 'Panera Bread', 'Minaxi\'s lunch with Dennis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1869, '2007-12-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1870, '2008-01-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1871, '2008-01-11', 1502.00, 'Air India Ltd', 'Minaxi\'s mother\'s roundtrip ticket between Delhi and Indianapolis, bought on Orbitz (including $10.99 service fee) on 2007-12-30. Arrival on 2008-01-11, departure on 2008-03-09.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1872, '2007-12-19', 126.00, 'leisurepro.com', 'Casio watch (LWQ120SGA-7AV Executive Atomic Solar Ladies Collection) for Minaxi as anniversary gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1873, '2008-02-01', 76.99, 'Bandolino', 'Two pairs of shoes for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1874, '2008-01-05', 15.23, 'Sam\'s Club', 'Cake for Steve and Cathy\'s baby shower, hosted by Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1875, '2008-01-05', 17.20, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1876, '2007-12-12', 26.83, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1877, '2007-12-12', 4.99, 'Kroger', 'Cookies for the final exam of Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1878, '2007-12-12', 25.27, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1879, '2008-01-08', 101.43, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1880, '2008-01-07', 3.91, 'Subway', 'Sandwich for Minaxi on the first day of Spring semester'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1881, '2008-01-13', 15.49, 'Amazon', '6 8oz glass bottles for Ujala from flreed9122'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1882, '2008-01-13', 100.00, 'Banana Republic, Gap', '$50 each gift cards for Jaya as an appreciation for taking care of Minaxi\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1883, '2008-01-13', 2.11, 'Apple', 'Desperate Housewives episode \"Welcome to Kanagawa\" from iTunes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1884, '2008-01-15', 110.24, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1885, '2008-01-09', 25.50, 'La Torre', 'Dinner for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1886, '2008-01-19', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1887, '2008-01-18', 1.39, 'Starbucks', 'Arun\'s coffee with Dennis Gannon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1888, '2007-12-22', 402.00, 'ICICI Bank', 'Money for Arun\'s parents (including $2 fee charged on less than $1000 transfers)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1889, '2008-01-26', 28.54, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1890, '2008-01-16', 36.94, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1891, '2008-01-16', 19.83, 'USPS', 'Mailing charges for returning dadiji\'s shoes and cellphone (along with oat cakes) and clothes for Gaurav and Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1892, '2008-01-12', 2.00, 'Indianapolis airport', 'Parking charges while picking Minaxi\'s mother arriving from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1893, '2008-01-19', 15.00, 'Aver\'s Pizza', 'Pizza pickup for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1894, '2008-01-19', 13.33, 'Sam\'s Club', 'Pack of 32 AA cells'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1895, '2008-01-19', 17.64, 'Sam\'s Club', 'Four 25 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1896, '2008-01-19', 48.85, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1897, '2008-01-14', 3.70, 'Old Navy', 'Sneakers for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1898, '2008-01-14', 27.46, 'Old Navy', 'Clothes to be given out by Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1899, '2008-01-15', 15.59, 'Old Navy', 'Frost free jacket for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1900, '2008-01-26', 8.19, 'Old Navy', 'A pair of pants for Minaxi and a woolen hat for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1901, '2008-01-26', 26.99, 'Old Navy', 'Clothes to be given out by Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1902, '2008-01-19', 15.90, 'Big Lots', 'Wooden cutting board and knives set, glass cutting board'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1903, '2008-01-19', 6.89, 'Big Lots', 'Shampoo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1904, '2008-01-19', 1.06, 'Big Lots', 'Hair clip for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1905, '2008-01-19', 53.51, 'Big Lots', 'Clothes and toiletries to be given out by Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1906, '2008-01-03', 2.79, 'Target', '\"Oncie\" for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1907, '2008-01-03', 10.58, 'Target', 'Clothing set for Steve and Cathy\'s baby shower'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1908, '2008-01-03', 13.77, 'Target', 'Shaving blades for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1909, '2008-02-01', 26.97, 'The Children\'s Place', '3 full-sleeve bodysuits, 2 full sleeve t-shirts, 1 pants for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1910, '2008-02-02', 130.06, 'Banana Republic', '6 blouses, 1 jacket, 2 pants for Minaxi, 1 pants, 1 fleece, 1 t-shirt for Arun from the Edinburgh outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1911, '2008-02-02', 40.00, 'Banana Republic', '4 T-shirts, 5 fleeces, 1 blouse for Minaxi\'s father, mother, and other gift-giving'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1912, '2008-02-02', 100.61, 'The Children\'s Place', '10 full-sleeve bodysuits, 9 pants, 2 coats for Ujala for next winter + 9 full-sleeve bodysuits for Ujala for the winter after'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1913, '2008-02-02', 13.00, 'The Children\'s Place', 'Two outfits to be given away in India by Minaxi\'s mother (for Sarika\'s children)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1914, '2008-02-01', 15.86, 'Gymboree', '2 full-sleeve bodysuits, 1 full-sleeve t-shirt, and a pair of pants for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1915, '2008-02-02', 14.30, 'Perfumania', 'Cologne to be given away in India by Minaxi\'s mother (for Sarika\'s husband)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1916, '2008-02-02', 36.01, 'Kitchen Collection', '2 stainless steel mixing bowls and 3 small food storage containers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1917, '2008-02-02', 42.39, 'Easy Spirit Outlet', 'Cream wooden coat for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1918, '2008-02-02', 10.36, 'Ann Taylor Factory', 'Vest for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1919, '2008-02-02', 10.59, 'Ann Taylor Factor', 'Blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1920, '2008-02-03', 65.44, 'Tenth St Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1921, '2008-01-22', 140.97, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1922, '2008-01-24', 10.24, 'Trulli Flatbread', 'Minaxi\'s lunch with the security group'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1923, '2008-01-31', 5.68, 'Sugar and Spice', 'Coffee for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1924, '2008-02-01', 2.25, 'Sugar and Spice', 'Coffee for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1925, '2008-02-03', 38.79, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1926, '2008-02-03', 44.81, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1927, '2008-02-05', 19.82, 'Harrison Bird Foods.com', '5lb organic hemp seed (in shell)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1928, '2008-02-09', 37.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1929, '2008-02-09', 78.00, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1930, '2008-02-09', 10.65, 'Sam\'s Club', 'High efficiency bulbs for bathroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1931, '2008-02-09', 7.00, 'Sam\'s Club', 'Creme for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1932, '2008-02-06', 80.40, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1933, '2008-02-06', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1934, '2008-02-09', 2.00, 'Farmers Market', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1935, '2008-02-09', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1936, '2008-02-14', 87.20, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1937, '2008-01-28', 89.63, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1938, '2008-02-14', 16.03, 'Tenth St Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1939, '2008-02-23', 45.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1940, '2008-02-23', 42.00, 'Esan Thai', 'Lunch with Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1941, '2008-02-20', 37.82, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1942, '2008-01-20', 99.96, 'BoAir.com', 'Aluminum frame electrostatic air filter (31.75\" x 29.375\" x 2\")'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1943, '2008-02-28', 39.47, 'Saraga Asian Market', 'Includes 12 bottles of Tofu sauce, approximately $20'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1944, '2008-02-25', 48.00, 'Annette Lee Hair & Nail', 'Minaxi\'s and her mother\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1945, '2008-02-25', 8.72, 'Bloomington Bagel Company', '13 bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1946, '2008-03-01', 29.01, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1947, '2008-03-04', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1948, '2008-01-06', 96.76, 'Inbound USA', 'Minaxi\'s mother\'s Insurance from 2008-01-11 to 2008-03-09 (59 days)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1949, '2008-03-09', 108.32, 'Inbound USA', 'Renewal of Minaxi\'s mother\'s insurance for the new dates of 2008-03-10 to 2008-05-11 (63 days) + $5.00 service fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1950, '2008-03-06', 20.00, 'Target', 'My share of the gift Steve purchased for Youngsang\'s baby'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1951, '2008-03-06', 20.00, 'Associates of Integrative Health', 'My share of the gift for Raquel\'s 40th B\'day. Phone number for the masseur: 812-339-2877'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1952, '2008-03-08', 20.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1953, '2008-03-08', 23.32, 'Na Rayance', 'Natural foundation from a local Bloomington product line. Purchased through Scarlett'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1954, '2008-03-08', 12.01, 'Factory Card and Party Outlet', 'Decorations for Raquel\'s 40th B\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1955, '2008-03-03', 80.64, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1956, '2008-03-08', 30.00, 'Sam\'s Club', 'Food for Raquel\'s 40th B\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1957, '2008-03-08', 47.55, 'Sam\'s Club', 'mostly produce, ice-cream, chips, bread, almonds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1958, '2008-03-08', 30.00, 'Sam\'s Club', 'Four 25 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1959, '2008-02-22', 9.22, 'China Wok', 'Soup and noodles to complement dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1960, '2008-01-26', 31.50, 'Pizza Hut', 'Pizza and hot wings dinner with Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1961, '2008-02-29', 43.80, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1962, '2008-03-10', 46.44, 'Irie Bargains', 'Water filter for Arun\'s and Minaxi\'s offices, includes $15 of S&H!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1963, '2008-02-19', 60.29, 'Walmart', 'Dryer for Minaxi\'s birthday gift (Infinity by Conair, including straightener)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1964, '2008-03-10', 92.62, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1965, '2008-03-22', 48.00, 'Farmers Market', 'Includes 2 lbs of meat from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1966, '2008-03-14', 20.00, 'Southern Indiana Pediatrics', 'Ujala\'s 18-month pediatric appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1967, '2008-03-21', 77.94, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1968, '2008-03-20', 5.89, 'Bloomingfoods Market & Deli', 'One gallon non-organic milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1969, '2008-03-20', 7.37, 'Noodles & Company', 'Dinner for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1970, '2008-03-14', 11.50, 'China Wok', 'Lunch during family flu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1971, '2008-03-14', 4.12, 'Kroger', 'Tylenol during family flu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1972, '2008-03-10', 250.00, 'Hal Stevens (812 929 9554)', 'Manure delivery charges on 3/7 ($50), 3/10 ($100), 3/12 ($100)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1973, '2008-03-27', 11.00, 'Trulli Flatbread', 'Minaxi\'s lunch with the security group'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1974, '2008-04-03', 121.05, 'Air India Ltd', 'Ticket change fee for Minaxi\'s mother from 3/9/08 to 5/11/08.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1975, '2008-04-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1976, '2008-03-30', 186.11, 'Jungle Jim\'s', 'Grocery shopping in Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1977, '2008-04-05', 19.04, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1978, '2008-04-03', 9.61, 'White River Co-op', 'Grape plant and a pair of cloth garden gloves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1979, '2008-03-31', 48.75, 'Bloomingfoods Market & Deli', 'Big bottle of body wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1980, '2008-03-31', 56.10, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1981, '2008-04-08', 90.07, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1982, '2008-04-10', 11.80, 'Amazon', 'Book: How to choose the sex of your baby'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1983, '2008-03-10', 36.53, 'Amazon', 'Water filter replacement for Arun\'s and Minaxi\'s offices, includes $9 of S&H!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1984, '2008-03-30', 28.00, 'Apna Indian Restaurant', 'Cincinnatti'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1985, '2008-04-12', 10.75, 'Garage sale', 'Toys (ride-on car, tractor, basketball hoop, two puzzles, wooden teddy) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1986, '2008-04-12', 1.00, 'Garage sale', 'Hand vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1987, '2008-04-12', 2.00, 'Garage sale', 'Jacket for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1988, '2008-04-11', 2.68, 'Kids Forever', 'Bouncy ball for Ujala from Indy Airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1989, '2008-04-11', 23.63, 'Gray Brothers Cafeteria', 'Dinner while returning after dropping Minaxi\'s mother for San Jose (state route 67)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1990, '2008-04-11', 2.00, 'Indianapolis airport', 'Parking charges while dropping Minaxi\'s mother for San Jose'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1991, '2008-03-27', 254.89, 'Frontier Airlines', 'Ticket for Minaxi\'s mother\'s San Jose trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1992, '2008-03-30', 34.68, 'BP', 'For Cincinnatti trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1993, '2008-04-02', 42.73, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1994, '2008-04-02', 34.17, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1995, '2008-04-10', 74.94, 'White River Co-op', 'Kentucky Bluegrass seed'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1996, '2008-03-30', 3.65, 'Starbucks', 'Arun\'s coffee at Cincinnatti\'s Jungle Jim grocery store'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1997, '2008-04-12', 7.50, 'Target', 'Slippers for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1998, '2008-04-12', 10.25, 'Target', 'Condoms + two $.99 bottles for carrying travel toiletaries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (1999, '2008-04-12', 50.32, 'Target', '184 diapers for Ujala and a insulated bottle for carrying Ujala\'s milk during trips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2000, '2008-04-12', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2001, '2008-04-19', 76.27, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2002, '2008-04-06', 98.39, 'Big Lots', 'Oral-B automatic toothbrushes for Mintu and Charu (2) and some gifts to be given in India by Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2003, '2008-04-06', 60.00, 'Big Lots', 'Oral-B toothbrushes for Minaxi and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2004, '2008-04-22', 85.00, 'IU CS', 'gift for the administrative assistants on the admin. asst. day from Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2005, '2008-04-19', 50.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters. Additional $10 are for Goji berries that Minaxi purchased.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2006, '2008-04-28', 6.50, 'Kroger', 'Cookies for the project presentations of Minaxi\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2007, '2008-04-28', 2.38, 'Kroger', 'Frying oil, 48oz'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2008, '2008-04-26', 3.00, 'Circle Center Mall Parking', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2009, '2008-05-01', 215.00, 'Deer Busters (a Yahoo! store)', 'Deer protection fencing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2010, '2008-05-05', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2011, '2008-05-03', 24.00, 'Farmers Market', 'Includes a 5-lb chicken from Many Cory'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2012, '2008-05-03', 11.00, 'Farmers Market', 'Herb (2), tomato (2), and pepper (2) plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2013, '2008-05-06', 50.00, 'Rick Patrick Tree Care', 'Tree clips for mulch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2014, '2008-05-07', 1001.00, 'ICICI Bank', '$1 above $1000 to avoid incurring the $2 service fee. This covers the amount for five months, Jan to May.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2015, '2008-05-10', 27.50, 'Farmers Market', 'Redbud tree and tomato plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2016, '2008-05-10', 35.75, 'Farmers Market', 'Includes a 4-lb chicken from Many Cory'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2017, '2008-05-11', 8.00, 'Indianapolis airport', 'Parking charges while dropping Minaxi\'s mother for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2018, '2008-05-11', 20.00, 'Minaxi', 'Petty cash for Minaxi\'s mother when she left for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2019, '2008-05-07', 76.03, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2020, '2008-04-29', 120.09, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2021, '2008-05-10', 21.50, 'Menards', 'Stick-on-the-wall soap dispensers for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2022, '2008-05-10', 8.42, 'Menards', 'Gloves (2 pairs) and cleaning solution (2 bottles)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2023, '2008-04-19', 11.00, 'USPS', 'Postage for mailing visa-related stuff for Arun\'s Bua'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2024, '2008-04-15', 3.27, 'Menards', 'Batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2025, '2008-05-11', 13.71, 'Au Bon Pain', 'Sandwiches for Minaxi and Arun at Indianapolis airport after dropping off Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2026, '2008-05-11', 2.02, 'Starbucks', 'Arun\'s coffee at Indianapolis airport while dropping off Minaxi\'s mother for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2027, '2008-05-10', 19.60, 'Walmart', 'Four 25 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2028, '2007-05-03', 53.49, 'T. J. Maxx', 'Carry-on luggage for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2029, '2007-05-03', 9.63, 'Goody\'s', 'Slippers with heels for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2030, '2008-04-12', 6.42, 'Gymboree', 'Bubble-maker for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2031, '2008-04-26', 35.75, 'The Children\'s Place', '3 frocks, 4 body suits (2 for the summer after), 1 cardigan for Ujala for this summer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2032, '2008-04-26', 62.00, 'Houlihan\'s', 'Dinner in Indianapolis for Arun, Minaxi, and Minaxi\'s mother after Minaxi attended workshop'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2033, '2008-05-03', 63.71, 'Lowe\'s', '4 Spiraea shrubs, 3 6-pack annuals, one lopper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2034, '2008-04-26', 42.47, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2035, '2008-05-10', 31.00, 'Walmart', 'Blood-pressure monitor for Arun\'s chachaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2036, '2008-05-10', 109.00, 'Walmart', 'Bras (5) for Minaxi\'s mother, panties (6) for Minaxi\'s mother, flash drive and cables for Minaxi\'s parents, and chocolates to be given by Minaxi\'s parents in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2037, '2007-03-10', 28.54, 'Walmart', '10 boxes of organic cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2038, '2008-05-10', 58.50, 'Walmart', 'Undergarments for Arun and Ujala, storage bags (4) for coats, one lingerie bag'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2039, '2008-05-10', 31.50, 'Walmart', '10 boxes of organic cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2040, '2008-05-10', 8.00, 'Walmart', '10-pack DVDs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2041, '2008-05-14', 41.57, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2042, '2008-05-17', 207.92, 'Bloomingfoods Market & Deli', 'Groceries from truckload sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2043, '2008-05-17', 50.00, 'Bloomingfoods Market & Deli', 'Bodywash, clothing detergent and dishwasher detergent from truckload sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2044, '2008-05-17', 25.14, 'Bloomingfoods Market & Deli', 'Ujju\'s milk plus lemon juice bottle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2045, '2008-05-24', 8.00, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2046, '2008-05-24', 37.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2047, '2008-05-24', 6.74, 'Target', 'Ujala\'s pull-up pants minus the returned diapers for $14.65'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2048, '2008-05-24', 63.40, 'Talbots', 'Cotton jacket for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2049, '2008-05-24', 12.70, 'Gymboree', 'Two pairs of pants for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2050, '2008-05-24', 62.33, 'Macy\'s', 'Four blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2051, '2008-05-27', 55.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2052, '2008-05-31', 13.00, 'Garage sale', 'Sundry items, mostly for kitchen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2053, '2008-05-31', 49.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2054, '2008-06-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2055, '2008-06-05', 109.80, 'Inbound USA', 'Insurance for two months for Arun\'s aunt (bua-ji)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2056, '2008-06-05', 95.89, 'Bloomingfoods Market & Deli', 'Includes 8 packs of Real Salt, at $4.29 a piece. They are normally $5.89.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2057, '2008-05-24', 169.86, 'Indiana Running Company', 'Running shoes for Arun and Minaxi, one pair each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2058, '2008-05-29', 78.97, 'Bloomington Hardware', '20 metal stakes for installing deer fence'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2059, '2008-05-22', 54.53, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2060, '2008-05-22', 78.97, 'Bloomington Hardware', '20 metal stakes for installing deer fence'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2061, '2008-06-07', 43.00, 'Olive Garden', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2062, '2008-06-07', 18.17, 'Lowe\'s', '28\"x50\' fence'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2063, '2008-06-07', 22.67, 'Kohl\'s', 'A pair of shoes and two active-wear tops for Minaxi, one pair of sandals for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2064, '2008-06-10', 5.54, 'Jewel-Osco', 'Milk and bananas at Lisle, Illinois (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2065, '2008-06-11', 19.00, 'Hickory Ridge Marriott', 'Breakfast for Arun at Lisle, IL (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2066, '2008-06-09', 25.90, 'Sears Tower Skydeck', 'Chicago vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2067, '2008-06-12', 36.23, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2068, '2008-05-30', 35.00, 'Farm', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2069, '2008-06-09', 40.00, 'The Phoenix Restaurant', 'Dim-sum lunch in Chinatown (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2070, '2008-06-09', 6.00, 'Chinatown parking', 'Parking while having dim-sum lunch (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2071, '2008-06-09', 3.50, 'Borders', 'Coffee for Arun (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2072, '2008-06-09', 23.00, 'Giordano\'s', 'Pizza for dinner in downtown (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2073, '2008-06-09', 8.00, 'Hunter Parking', 'Parking in downtown (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2074, '2008-06-09', 85.95, 'Comfort Inn', 'One night\'s stay at Markham, Illinois (Chicago vacation) including $2.00 tip for cleaning staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2075, '2008-06-11', 5.00, 'Hickory Ridge Marriott', 'Tip for the cleaning staff (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2076, '2008-06-09', 0.80, 'I-294 tollway', 'Chicago vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2077, '2008-06-11', 3.60, 'I-355 and I-294 tollways', 'Chicago vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2078, '2008-05-03', 53.49, 'T.j.maxx', 'Carry-on suitcase for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2079, '2008-06-18', 202.00, 'ICICI Bank', 'Including $2 service fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2080, '2008-05-30', 1201.66, 'Northwest Airlines', 'Roundtrip ticket between New Delhi and Indianapolis for Arun\'s aunt (fufi-ji). Arrival June 12, return Dec 7.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2081, '2008-06-19', 45.62, 'Murphy', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2082, '2008-06-16', 5.74, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2083, '2008-06-11', 6.84, 'Subway', 'Sandwich for Arun Minaxi upon returning from Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2084, '2008-06-12', 47.10, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2085, '2008-06-05', 24.00, 'Annette Lee Hair & Nail', 'Minaxi\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2086, '2008-06-14', 40.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2087, '2008-06-14', 8.00, 'Farmers Market', 'Smoothies for Arun and his Buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2088, '2008-06-18', 35.34, 'Tenth St Market', 'Atta and papaya'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2089, '2008-06-09', 1.93, 'Walgreens', 'Milk for Ujala in downtown Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2090, '2008-06-21', 58.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2091, '2008-06-21', 39.00, 'Taste of Bloomington', 'Including entry fee of $6 per adult, for 3 adults'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2092, '2008-06-24', 5.99, 'Qdoba Mexican Grill', 'Minaxi\'s lunch with Beth'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2093, '2008-06-25', 27.84, 'Amazon', '50 ovulation strips and 5 pregnancy tests from \"Early Pregnancy\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2094, '2008-06-28', 60.00, 'Farmers Market', 'Includes $20 of lamb meat and $10 of chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2095, '2007-06-28', 2.50, 'Yard sale', 'Ujala\'s toys: $2 laptop and $.50 watch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2096, '2008-06-28', 6.25, 'Old Navy', 'Slippers to be given out by Arun\'s bua'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2097, '2008-06-28', 9.00, 'Old Navy', 'Swimsuit and a pair of slippers for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2098, '2008-06-30', 92.49, 'tropicaltraditions.com', '1/2 gallon unrefined organic sesame oil, 1 gallon unrefined organic virgin coconut oil. $8 for shipping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2099, '2008-07-02', 202.00, 'ICICI Bank', 'Including $2 service fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2100, '2008-07-05', 53.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2101, '2008-07-05', 14.25, 'Scholars Inn Bakehouse', 'Breakfast'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2102, '2008-07-01', 5.90, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2103, '2008-07-01', 119.13, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2104, '2008-07-12', 51.00, 'Farmers Market', 'Includes 2lbs stew meat from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2105, '2008-07-12', 52.50, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2106, '2008-07-12', 23.00, 'Anyetsang Little Tibet', 'Lunch for Arun and his aunt (buaji)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2107, '2008-07-11', 319.93, 'AT&T', 'iPhone 3G (16GB, white) for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2108, '2008-07-12', 56.50, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2109, '2008-07-12', 43.00, 'Bloomingfoods Market & Deli', 'Bronner\'s bodywash, 1gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2110, '2008-07-13', 18.26, 'Walmart', 'Undies and sandals for Arun\'s Bua'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2111, '2008-07-13', 6.00, 'Walmart', 'Lemons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2112, '2008-07-13', 37.30, 'Walmart', 'Speakers and a telephone set'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2113, '2008-07-13', 5.00, 'Walmart', 'Sun glasses for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2114, '2008-07-19', 6.76, 'Sahara Mart', '4 packs of pita bread for picnic with some Informatics folks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2115, '2008-07-19', 29.00, 'Farmers Market', 'Includes $1 to the singers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2116, '2008-07-19', 0.50, 'Garage sale', 'Two books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2117, '2008-07-20', 3.20, 'road toll', 'Tolls while returning from Chicago (I294) (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2118, '2008-07-19', 4.75, 'road toll', 'Tolls while going to Chicago (I90) (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2119, '2008-07-19', 2.00, 'O\'Hare International Airport', 'Parking while picking Anand Gupta (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2120, '2008-07-19', 1.19, 'McDonald\'s', 'Coffee for Arun on the way to Chicago (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2121, '2008-07-19', 19.27, 'BP', 'Gas in Lebanon, Indiana on the way to Chicago (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2122, '2008-07-20', 55.14, 'BP', 'Gas in Frankfort, Indiana on the way back from Chicago (Chicago get together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2123, '2008-07-20', 6.89, 'Potbelly Sandwich', 'Breakfast (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2124, '2008-07-20', 9.00, 'CPS Parking', 'Overnight parking near the hotel (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2125, '2008-07-20', 3.74, 'Starbucks', 'Morning coffee (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2126, '2008-07-19', 24.00, 'The Cheesecake Factory', 'Dinner (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2127, '2008-07-19', 22.00, 'Greek Islands', 'Lunch in Greek town (Chicago get-together)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2128, '2008-07-19', 105.00, 'Crowne Plaza Hotel', 'One night\'s stay, shared with Rupam Shrimali (Chicago get-together), including $3 tip for the cleaning staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2129, '2008-07-20', 3.00, 'Pan American Garage', 'Parking while getting the Greyhound tickets for Arun\'s fufu-ji\'s trip to Cleveland, Ohio'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2130, '2008-07-16', 10.69, 'Apple', 'SplashID v4.0 for iPhone (from SplashData), software for storing sensitive information in encrypted form.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2131, '2008-07-27', 18.75, 'Santa Cruz Boardwalk', 'Tickets for rides (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2132, '2008-07-27', 25.00, 'Mystery Spot', 'Entry tickets for four (Arun, Minaxi, Gaurav, and Charu) plus $5 parking (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2133, '2008-07-25', 18.00, 'Dardar Seafood Restaurant', 'Lunch for Arun and Minaxi at the Chinese restaurant in Milpitas (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2134, '2008-07-27', 74.06, 'Passage to India', 'Lunch buffet for Arun, Minaxi, Gaurav, and Charu (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2135, '2008-07-26', 25.11, 'The Limited', 'Jacket and blouse for Minaxi, shopping in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2136, '2008-07-26', 86.59, 'Macy\'s', 'Slip-in brown casual shoes for Arun, shopping in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2137, '2008-07-23', 30.66, 'BP', 'Gas for traveling to the airport (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2138, '2008-07-23', 10.78, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2139, '2008-07-26', 13.31, 'Cocola', 'Coffee and cakes at Santana Row (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2140, '2008-07-25', 3.75, '99 Ranch Market', 'Dessert for Arun and Minaxi after lunch (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2141, '2008-07-25', 64.95, 'Big Lots', 'Car seat for Ujala, bought in California'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2142, '2008-07-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2143, '2008-08-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2144, '2008-07-25', 60.00, 'Fufiji', 'Pocket money for Arun\'s aunt during her visit to Cleveland, Ohio'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2145, '2008-07-20', 119.70, 'Greyhound Lines', 'Roundtrip bus ticket for Arun\'s aunt for her trip to Cleveland, Ohio'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2146, '2008-06-22', 72.26, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2147, '2008-08-02', 62.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2148, '2008-07-22', 39.10, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2149, '2008-07-29', 18.00, 'Prolific Oven', 'Cake (CA vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2150, '2008-07-22', 35.00, 'Children\'s Corner Cooperative and Nursery School', 'Application fee for Ujju\'s school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2151, '2008-06-21', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2152, '2008-07-24', 5.58, 'Burger King', 'Lunch while going (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2153, '2008-07-24', 6.38, 'Bojangles', 'Lunch while going (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2154, '2008-07-25', 42.19, 'Ross', 'Three frocks for Minaxi bought during California vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2155, '2008-08-02', 13.47, 'DEB', 'Three purses for Arun\'s Buaji to give in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2156, '2008-07-24', 3.18, 'Old Navy', 'Pair of slippers for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2157, '2008-08-02', 10.44, 'Sahara Mart', '5 packs of pita bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2158, '2008-08-02', 72.22, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2159, '2008-08-02', 55.77, 'Bloomingfoods Market & Deli', '1 gallon shampoo and 1 gallon conditioner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2160, '2008-08-02', 56.59, 'Talbots', 'Two cotton jacket for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2161, '2008-06-22', 18.00, 'Sam\'s Club', 'Four 25 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2162, '2008-06-22', 28.00, 'Sam\'s Club', 'Toilet paper + band aid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2163, '2007-06-22', 28.00, 'Sam\'s Club', 'Diapers (training pants)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2164, '2008-06-22', 109.38, 'Sam\'s Club', 'ice-cream, cookies, almonds, pistachio, berries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2165, '2008-08-04', 15.46, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2166, '2008-06-07', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2167, '2008-08-05', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2168, '2008-08-11', 202.00, 'ICICI Bank', 'Including $2 service fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2169, '2008-08-09', 87.00, 'Farmers Market', 'Includes tomatoes and beans for freezing ($20), and $9 worth of chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2170, '2008-08-09', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2171, '2008-08-12', 3.20, 'Scholars Inn Bakehouse', '2 loaves of bread at half price.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2172, '2008-08-12', 2.25, 'Scholars Inn Bakehouse', 'Brownie for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2173, '2008-08-13', 72.53, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2174, '2008-08-13', 5.50, 'Bloomingfoods Market & Deli', 'Toothpaste for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2175, '2008-08-13', 15.00, 'Bloomingfoods Market & Deli', 'Pre-natal for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2176, '2008-08-16', 75.25, 'Farmers Market', 'Includes $20 of stew lamb meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2177, '2008-07-29', 4.00, 'CalTrain', 'Train ticket for Arun from Palo Alto to Santa Clara (for San Jose)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2178, '2008-08-19', 181.50, 'Inbound USA', 'Insurance for 110 days for Arun\'s aunt (bua-ji)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2179, '2008-08-18', 20.31, 'Chipotle', 'Dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2180, '2008-08-23', 59.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2181, '2008-08-18', 10.78, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2182, '2008-08-26', 40.90, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2183, '2008-08-23', 1.50, 'Edinburgh Outlet vending machine', 'Cold drink for Arun\'s aunt (fufi-ji)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2184, '2008-08-24', 30.18, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2185, '2008-08-20', 5.08, 'Starbucks', 'Arun\'s coffee and Minaxi\'s oatmeal cookie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2186, '2008-08-12', 5.39, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2187, '2008-08-08', 4.32, 'Sugar and Spice', 'Coffee/cakes for Minaxi, Arun, Arun\'s Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2188, '2008-08-15', 12.00, 'Anyetsang Little Tibet', 'Lunch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2189, '2008-08-23', 97.33, 'Banana Republic', '1 jacket for Arun, 2 pants for Arun, one skirt for Minaxi from the Edinburgh outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2190, '2008-08-23', 14.97, 'G. H. Bass', 'Sandals for Ujala from Edinbergh Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2191, '2008-08-23', 10.68, 'Banana Republic', 'Coffee mug for Arun\'s Buaji and potato peeler for Arun\'s mother from the Edinburgh outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2192, '2008-08-23', 11.73, 'K*B Toy Liquidators', 'Bubble blower play-doh for Isha-Koyal\'s B\'day and wrist-toy for Arun\'s Buaji\'s grandson from the Edinburgh outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2193, '2008-08-23', 7.50, 'The Children\'s Place', 'Blouses to give away by Arun\'s Buaji. 2 blouses for Isha-Koyal\'s B\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2194, '2008-08-23', 7.89, 'The Children\'s Place', '7 blouses for Ujala from the Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2195, '2008-08-16', 8.25, 'USPS', 'Mailing charges for Charu\'s B\'day gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2196, '2008-08-08', 200.00, 'Shalini Chauhan Negi', 'Money for Rakhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2197, '2008-08-08', 100.00, 'Sushma Sharma', 'Money for Rakhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2198, '2008-08-30', 62.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2199, '2008-08-30', 17.50, 'Garage sale', 'Bike, writing pad, pool-float, and a set of 8 books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2200, '2008-08-31', 8.55, 'Sears', 'Blouse to be given away by Arun\'s buaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2201, '2008-08-30', 12.50, 'Big Lots', 'Undies and towels bought for Arun\'s buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2202, '2008-08-30', 9.00, 'Big Lots', 'Batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2203, '2008-08-30', 6.50, 'Big Lots', 'Gym towel for Arun and spoon rest for kitchen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2204, '2008-08-30', 5.69, 'Big Lots', 'Inflatable kiddie pool for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2205, '2008-09-02', 107.13, 'Bloomingfoods Market & Deli', 'Includes 25lb of wheat flour ($56!) and credit for bad Farmer\'s milk (-$21.55)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2206, '2008-09-04', 57.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2207, '2008-09-06', 75.00, 'Eileen & Mitch Rice', 'Live music for Ujala\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2208, '2008-09-08', 200.00, 'ICICI Bank', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2209, '2008-09-10', 1375.24, 'Monroe County Treasurer', 'Property Tax ($1309.75) + $65.49 (5% late penalty)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2212, '2008-09-04', 30.00, 'Farmers Market', 'Potatoes, eggs, minced lamb meat, cantaloupe, watermelon for Ujala\'s b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2213, '2008-09-20', 59.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2214, '2008-09-20', 21.31, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2215, '2008-09-20', 44.79, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2216, '2008-09-12', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2217, '2008-09-19', 90.00, 'Good Life Alternative', 'Minaxi\'s special raindrop therapy session with Scarlett Winters ($10) + special healing oiintment ($80).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2218, '2008-09-20', 36.23, 'Mr Lubie', 'Oil change.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2219, '2008-09-16', 99.25, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2220, '2008-09-13', 50.70, 'Kohl\'s', 'Several small gifts (clothes, handbags) to be given away in India by Arun\'s bua-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2221, '2008-09-13', 85.55, 'T J Maxx', 'Several small items (fragrances, accessories, etc.) to be given away in India by Arun\'s buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2222, '2008-08-31', 6.24, 'Target', 'Shampoo and a small travel toothpaste for Arun\'s buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2223, '2008-09-01', 19.50, 'Runcible Spoon', 'Brunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2224, '2008-09-05', 16.00, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2225, '2008-09-06', 29.95, 'Sugar and Spice', 'Cake for Ujala\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2226, '2008-09-06', 25.22, 'Kroger', 'Items for Ujala\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2227, '2008-09-11', 24.48, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2228, '2008-09-12', 20.00, 'Southern Indiana Pediatrics', 'Ujala\'s 24-month pediatric appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2229, '2008-09-05', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2230, '2008-09-27', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2231, '2008-09-27', 1.00, 'Farmers Market', 'Tip to the living statue performers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2232, '2008-10-02', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2233, '2008-09-27', 5.00, 'Brown County State Park', 'Picnic with Ranjith, Kanchan, and Krish'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2234, '2008-09-27', 75.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2235, '2008-09-26', 30.56, 'Sam\'s Club', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2236, '2008-09-26', 10.45, 'Sam\'s Club', 'The mix'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2237, '2008-09-26', 95.70, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2238, '2008-09-26', 20.00, 'Sam\'s Club', 'Annual membership shared with Raquel Hill'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2240, '2008-10-04', 25.46, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2241, '2008-10-04', 33.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2242, '2008-10-04', 24.00, 'Annette Lee Hair & Nail', 'Minaxi\'s haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2243, '2008-10-11', 43.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2244, '2008-10-11', 11.75, 'Columbus Expo', 'Dinner at the Multiethnic Expo at Columbus, Indiana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2245, '2008-10-11', 3.50, 'Garage sale', 'Teddy, Lego for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2246, '2008-10-11', 5.00, 'Garage sale', 'Jacket (to be given to fufi-ji)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2247, '2008-10-11', 8.00, 'Columbus Expo', 'Pewter serving spoon at the Multiethnic Expo at Columbus, Indiana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2248, '2008-10-13', 26.19, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2249, '2008-10-18', 35.96, 'Bloomingfoods Market & Deli', 'Clothes detergent (from the tent sale)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2250, '2008-10-18', 2.76, 'Bloomingfoods Market & Deli', 'Bar soaps (from the tent sale)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2251, '2008-10-18', 220.73, 'Bloomingfoods Market & Deli', 'Tent sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2252, '2008-10-18', 39.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2253, '2008-10-18', 26.88, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2254, '2008-10-19', 6.00, 'Indianapolis Zoo', '3 ride tickets (2 for Ujala and fufi-ji on the train and 1 for Ujala on the carousel)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2255, '2008-10-19', 100.80, 'Indianapolis Zoo', '$94.00 for one year family membership and $6.80 for one senior ticket (for fufi-ji)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2256, '2008-10-25', 68.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2257, '2008-10-28', 20.26, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2258, '2008-11-01', 47.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2259, '2008-09-20', 7.92, 'Sugar and Spice', 'Coffee/cakes for Minaxi, Arun, Arun\'s Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2260, '2008-09-26', 8.01, 'Goodwill', 'Two light-winter jackets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2261, '2008-09-27', 51.21, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2262, '2008-10-22', 0.75, 'BP', 'Air'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2263, '2008-10-07', 21.00, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2264, '2008-10-22', 34.18, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2265, '2008-10-21', 16.17, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2266, '2008-08-23', 42.49, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2267, '2008-10-18', 11.00, 'Big Lots', 'Diapers for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2268, '2008-10-18', 65.79, 'Big Lots', 'Purses, hair brush, nail polish, socks bought by Arun\'s buaji for gifting in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2269, '2008-10-18', 4.00, 'Big Lots', 'Arun\'s socks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2270, '2008-10-18', 10.70, 'Big Lots', 'Socks for Arun\'s buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2271, '2008-10-06', 2.89, 'Target', 'Tongue cleaner for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2272, '2008-08-16', 45.00, 'Talbots', 'Charu\'s B\'day gift (Jacket)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2273, '2008-10-23', 62.50, 'Delta Airlines', 'Fufi\'s ticket to NY (bought using Delta miles)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2274, '2008-11-02', 49.00, 'Mandalay Restaurant', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2275, '2008-11-02', 6.41, 'T.J.Maxx', 'Terracotta pan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2276, '2008-11-02', 1.70, 'Bloomington Hardware', 'Mouse trap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2277, '2008-11-01', 9.05, 'Old Navy', '1 T-shirt for Pratyush (Puppy\'s son) and 1 T-shirt for Adit, to be taken to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2278, '2008-11-01', 9.10, 'Old Navy', 'Clothes to be given away in India by fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2279, '2008-10-25', 25.25, 'Bloomingfoods Market & Deli', 'Tent sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2280, '2008-11-02', 47.28, 'Big Lots', 'Items to be given away in India by fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2281, '2008-11-02', 44.93, 'Big Lots', 'Ujala\'s toy organizer, tupperware'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2282, '2008-11-02', 8.56, 'Big Lots', 'Clogs for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2283, '2008-11-02', 20.33, 'Big Lots', '52 diapers, Halloween bucket'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2284, '2008-11-02', 71.69, 'Big Lots', 'Gifts to be given away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2285, '2008-11-02', 4.28, 'Old Navy', 'Gifts to be given away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2286, '2008-11-01', 19.24, 'Christopher & Banks', 'Gifts to be given away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2287, '2008-11-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2288, '2008-11-06', 1309.75, 'Monroe County Treasurer', 'Property tax'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2289, '2008-11-08', 74.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2290, '2008-11-07', 5.00, 'Wonderlab (Pizza Express)', 'Pizza and drink for Arun and fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2291, '2008-11-09', 50.10, 'Walmart', 'Haircut for fufi-ji, 2 bras, Ben10 action figure watch & sundry items to be given away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2292, '2008-11-09', 22.17, 'Walmart', 'Softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2293, '2008-11-09', 13.91, 'Walmart', 'Ujala\'s shoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2294, '2008-11-09', 22.40, 'Walmart', 'Ujala\'s diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2295, '2008-11-09', 29.76, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2296, '2008-11-09', 19.34, 'Walmart', 'Gifts to be given away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2297, '2008-10-14', 3947.80, 'Expedia (Northwest / KLM)', 'Air tickets to India, for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2298, '2008-11-14', 149.80, 'Apple', 'iPod Nano, 8GB, for Arun\'s Chachaji\'s son.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2299, '2008-11-10', 20.00, 'Kyung-hee Lenzen', 'Used composter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2300, '2008-11-06', 25.00, 'Wikimedia Foundation', 'Donation to support Wikipedia'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2301, '2008-11-15', 45.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2302, '2008-11-15', 94.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2303, '2008-11-15', 16.92, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2304, '2008-11-16', 30.00, 'Defenders of Wildlife', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2305, '2008-11-21', 11.76, 'Sobon', 'Dinner for Arun and Minaxi from a Korean take-out'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2306, '2008-11-29', 30.00, 'Farmers Market', 'Includes a whole chicken for $12'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2307, '2008-11-22', 22.17, 'Scholars Inn Bakehouse', 'Breakfast for Arun and Minaxi + 8-pack Challah roles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2308, '2008-11-21', 16.19, 'Tenth St Market', 'Papaya, whole urad, tea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2309, '2008-11-07', 9.06, 'Bloomington Bagel Company', 'Two bagel sandwiches for Minaxi and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2310, '2008-11-07', 80.00, 'Wonderlab', 'Annual membership for Ujala, valid till 11/30/08'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2311, '2008-11-20', 6.53, 'Asian Chao', 'Dinner for Minaxi at Circle Center Mall (Indianapolis)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2312, '2008-11-20', 5.00, 'Currito', 'Smoothie for Minaxi at Circle Center Mall (Indianapolis)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2313, '2008-11-20', 10.57, 'AnnTaylor', 'Blue sleeveless blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2314, '2008-11-20', 10.57, 'AnnTaylor', 'Blue sleeveless blouse for Charu (anniversary gift)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2315, '2008-11-23', 1.87, 'Wet Seal', 'Blouse to be given away in India by Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2316, '2008-11-20', 40.00, 'Fufiji', 'Pocket money for Arun\'s aunt during her visit to NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2317, '2008-11-20', 20.86, 'Marathon', 'Gas while returning from Indianapolis, after Minaxi dropped Arun\'s Fufiji for her NY trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2318, '2008-11-23', 19.00, 'The Children\'s Museum of Indianapolis', 'Ticket for Minaxi and Ujala + 2 carousel rides for Ujala. The adult ticket was $5 off due to their renovation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2319, '2008-11-22', 100.00, 'William and Sonoma', 'Wedding gift (certificate) for Sameer Adhikari'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2320, '2008-11-15', 25.00, 'Bed, Bath & Beyond', 'Christmas gift (certificate) for Meena Pyatt, in Houston'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2321, '2008-11-15', 25.00, 'Bed, Bath & Beyond', 'Christmas gift (certificate) for Scarlett (Minaxi\'s reiki giver)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2322, '2008-11-15', 25.00, 'Bed, Bath & Beyond', 'Christmas gift (certificate) for Jenny (Minaxi\'s favorite farmer at Farmers Market)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2323, '2008-11-15', 16.92, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2324, '2008-10-01', 200.00, 'ICICI', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2325, '2008-11-01', 200.00, 'ICICI', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2326, '2008-12-01', 200.00, 'ICICI', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2327, '2008-11-26', 21.37, 'Bloomington Hardware', 'Mouse traps and ultra sonic for mouse problem'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2328, '2008-11-26', 14.00, 'The Razor\'s Image', 'Arun\'s haircut (including $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2329, '2008-11-28', 2.00, 'Indianapolis airport', 'Garage parking when picking Arun\'s aunt (fufu-ji) up, returning from New York.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2330, '2008-12-06', 62.05, 'Sam\'s Club', 'Gifts to give away in India. Joint tablets for Arun\'s mother, face cream for Minaxi\'s mother, chocolates for kids, almonds and picture-development for Arun\'s Buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2331, '2008-12-06', 9.00, 'Sam\'s Club', 'Sanitary napkins'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2332, '2008-11-28', 10.78, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2333, '2008-11-25', 7.05, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2334, '2008-12-01', 66.89, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2335, '2008-12-02', 11.50, 'Tudor Room at IMU', 'Lunch with Beth'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2336, '2008-12-06', 19.05, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2337, '2008-12-10', 8.00, 'HMSHost', 'Coffee for Arun and Arun\'s aunt (fufi-ji) at the Amsterdam Schiphol airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2338, '2008-11-27', 10.00, 'Cracker Barrel', 'Thanksgiving dinner for one'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2339, '2008-12-14', 6.00, 'Haldiram Manufacturing Co. (India)', 'Raj kachauri and coffee each for Arun and Minaxi (Rs76 * 2, @Rs50 / $). 2 plates imerti for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2340, '2008-12-14', 4.74, 'Gelato Vinto (India)', 'Ice-cream for Minaxi, Adit, and Kasvi at the Ambience Mall, Gurgaon (Rs237 @Rs50/$). Vacation in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2342, '2008-12-12', 13.00, 'New Yadav Tourist Taxi Service', 'One day taxi for trip to IIT (Rs600+Rs50 tip, @Rs50/$). Vacation in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2343, '2008-12-14', 26.00, 'Adit Negi', 'Souvenir for Adit, one bill each for $20, $5, and $1.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2344, '2008-12-14', 500.00, 'Shalini Chauhan Negi', 'Money for investing in Adit and Kasvi\'s future.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2345, '2008-12-16', 300.00, 'USCIS', 'H1B visa fee for Arun and Minaxi (rounded to Rs 15,000 @Rs50/$).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2346, '2009-01-09', 231.00, 'Indianapolis airport', 'Economy parking during India trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2347, '2008-12-30', 900.00, 'Northwest Airlines', 'Ticket change fee to deal with Arun\'s H1-B visa processing delay. Moved tickets to 1/9/09 return instead of 12/30/08.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2348, '2008-01-10', 64.04, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2349, '2009-01-17', 6.62, 'Subway', 'Footlong sandwich for Minaxi and Ujala at the College Mall while shopping for winter clearance'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2350, '2009-01-18', 70.00, 'Old Navy', '2 pants, 1 jacket, 1 coat, 1 t-shirt for Arun, 1 jacket, 3 house pants, 2 jeans for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2351, '2009-01-17', 95.00, 'Old Navy', 'Gifts to be given away in India, all but two winter coats worth $20 are for Arun\'s family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2352, '2008-12-30', 16.00, 'New Yadav Tourist Taxi Service', 'Two half-day taxis to attend wedding (Rs350+Rs50 tip, @Rs50/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2353, '2009-01-04', 14.00, 'New Yadav Tourist Taxi Service', 'Full day taxi to visit Fufiji\'s house (Rs600 for 8 hours + Rs46 tip + Rs54 for kilometer overage).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2354, '2008-12-16', 28.15, 'Bata (Connaught Place, New Delhi, India)', 'Shoes for Arun\'s father (Rs1,299.00, dollar amount actual charged by Amex)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2355, '2008-12-20', 100.00, 'Shatabdi/Nizammuddin Express', 'Round trip fare from Delhi to Dehradun + kuli + taxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2356, '2008-12-25', 45.00, 'Paltan Bazaar (India)', '2 suits for Minaxi, including stitching charges'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2357, '2009-01-08', 22.53, 'Berco\'s (Dwarka, New Delhi, India)', 'Chinese dinner with Shalini\'s family (Rs1060, dollar amount actual charged by AT&T Mastercard, including $0.65 foreign transaction fee)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2358, '2008-12-17', 39.23, 'Moti Mahal (Dwarka, New Delhi, India)', 'Dinner with Shalini\'s family and Arun\'s parents (Rs1,817.00, dollar amount actual charged by Amex)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2359, '2008-12-15', 8.00, 'Parlour (India)', 'Pedicure + waxing for Minaxi (Rs 340)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2360, '2008-12-13', 20.00, 'Delhi Haat (India)', 'Decoration for home, a couple of toys for Ujala, Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2361, '2008-12-14', 11.51, 'Reliance Timeout, Gurgaon, India', 'Books for Ujala, including \"Five Point Something\" for Rajat (Rs545, dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2362, '2008-12-15', 15.00, 'USCIS', 'H1B visa document preparation and photos or Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2363, '2008-12-14', 10.00, 'Haldiram Manufacturing Co. (India)', 'Namkeens for bringing back to the US'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2364, '2008-12-14', 15.00, 'Ambience Mall (India)', 'Rides for Ujala and Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2365, '2009-01-04', 5.00, 'Raja Sweets (Dwarka, New Delhi, India)', 'Sweets to take to Fufiji\'s house'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2366, '2009-01-01', 30.00, 'Dwarka Market (India)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2367, '2008-12-31', 6.00, 'Shakti Apts Society (India)', 'New-year eve dinner for Arun, Minaxi, and Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2368, '2008-12-18', 22.00, 'Chandni Chawk (India)', 'Trip with Sushma and Bubby to eat jalibis, etc. Includes Metro tix.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2369, '2008-12-14', 7.00, 'Big Bazaar (India)', 'Snacks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2370, '2008-12-07', 7.00, 'Calling card (India)', 'Calling card for Arun\'s mother\'s phone'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2371, '2008-12-12', 3.00, 'Hawker (India)', 'Room decoration for Ujala\'s room'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2372, '2009-01-19', 6.22, 'Sapara Sweets (Dwarka, New Delhi)', 'Sweets to be taken to the US (Rs311, @Rs50/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2373, '2009-01-19', 7.36, 'Medical Plaza (Dwarka, New Delhi)', 'Some medicines for mummy; shaving cream for Arun (Rs368, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2374, '2009-01-19', 0.24, 'Dwarka Market', 'Half bread (Rs12, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2375, '2009-01-19', 1507.40, 'American Airlines', 'Roundtrip air-ticket for Arun\'s mother (22-JAN-2009, DEL->IND->DEL, 09-JUL-2009).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2376, '2009-01-19', 4.34, 'Bhagwati Store (Dwarka, New Delhi)', 'Shampoo, soaps, toilet rolls (Rs217, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2377, '2009-01-20', 142.74, 'Inbound USA', 'Medical insurance for Arun\'s mother while visiting the US. For 22-JAN-2009 to 09-APR-2009.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2378, '2009-01-20', 0.92, 'Delhi Metro (India)', 'Two tickets from IP to Dwarka Sec 11 + car parking at Dwarka Sec 11, Arun and mother returning from a visit to nani-ji\'s place (Rs36+Rs10, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2379, '2009-01-25', 14.07, 'Nizam\'s Kathi Kabab (Connaught Place, New Delhi, India)', 'Dinner with Bubby\'s family (Rs670, dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2380, '2009-01-25', 1.80, 'Delhi Metro (India)', 'Five metro tickets from Connaught Place to Dwarka (Arun and Bubby\'s family) (Rs90, @Rs50/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2381, '2009-01-27', 1.00, 'Adam\'s Saloon (Dwarka, New Delhi, India)', 'Haircut for Arun (Rs50, @Rs50/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2382, '2009-01-27', 0.24, 'Dwarka market (New Delhi, India)', 'Bread (Rs12, @Rs50/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2383, '2009-01-24', 49.16, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2384, '2009-01-26', 9.00, 'Scholars Inn Bakehouse', 'Bages and muffins for breakfast'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2385, '2009-01-25', 6.40, 'Macy\'s', '6 (2 3-pair) socks for Ujala for summer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2386, '2009-01-25', 6.40, 'Macy\'s', '2 pairs of socks for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2387, '2009-01-23', 38.00, 'BP', 'Includes $5 for the container that holds 1 gallon of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2388, '2009-01-09', 8.00, 'Duty-Free Delhi Airport', 'Rum from Delhi that had to be thrown away in Amsterdam anyway'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2389, '2009-01-30', 10.48, 'Reliance Timeout (Ambience Mall, Gurgaon, India)', 'DVD (An Inconvenient Truth) gift for Arun\'s mausaji on his retirement (Rs499, dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2390, '2009-01-30', 5.59, 'Big Bazaar (Ambience Mall, Gurgaon, India)', 'Rs265 (dollar amount actual charged by Chase).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2391, '2009-01-30', 16.64, 'Big Bazaar (Ambience Mall, Gurgaon, India)', 'Some groceries and miscellaneous items for Bubby, paid as courtesy. Rs788 (dollar amount actual charged by Chase).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2392, '2009-01-30', 12.60, 'KFC', 'Dinners for Minaxi and Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2393, '2009-01-30', 5.39, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2394, '2009-01-31', 85.00, 'Sam\'s Club', 'Jacket and joint supplement for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2395, '2009-01-31', 10.00, 'Sam\'s Club', 'Toothbrushes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2396, '2009-01-31', 80.42, 'Sam\'s Club', 'Almonds, rice, dates, milk, produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2397, '2009-01-19', 28.00, 'Target', 'Ujala\'s pull-up pants + diapers for the afternoons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2398, '2009-01-19', 30.14, 'Target', 'Cloths for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2399, '2009-01-31', 14.00, 'Maid (Dwarka, New Delhi, India)', 'Rs700 for the maid services (@Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2400, '2009-02-06', 18.49, 'eBay', 'Lingerie for Minaxi (7!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2401, '2009-02-07', 0.60, 'Grocery shop (Dwarka, New Delhi, India)', 'One pack of mehndi for Arun (Rs30 @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2402, '2009-02-07', 10.00, 'Book shop (Dwarka, New Delhi, India)', 'Two books as gift for Smartha on her birthday, one book for Adit (Rs500 @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2403, '2009-01-23', 257.50, 'CCCNS', 'Spring semester fee for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2404, '2009-02-07', 68.84, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2405, '2009-02-06', 4.50, 'WonderLab Museum', 'A slice of pizza each for Minaxi and Arun\'s mother + 1 soft drink (first friday of the month)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2406, '2009-02-04', 3.16, 'Sugar and Spice', '4 slices of sweet bread for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2407, '2009-02-05', 14.11, 'Tenth St Market', 'Papaya and a couple of other vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2408, '2009-01-10', 64.04, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2409, '2009-02-13', 132.60, 'American Airlines', 'Change fee for moving Arun\'s mother\'s return to India to 2009-03-20 (Fri).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2410, '2009-02-14', 14.45, 'Amazon.com', 'Two DVDs, \"Madagascar\" and \"Madagascar: Return 2 Africa\". The price includes a $10 gift coupon that Arun had received from HPCwire.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2411, '2009-02-12', 4.42, 'Costa Coffee (Dwarka, New Delhi, India)', 'Coffee for Arun, Shalini, and Rajat. (Rs212 @Rs48/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2412, '2009-02-14', 21.50, 'Hundred Percent (Dwarka, New Delhi, India)', 'Petrol for Arun\'s parents\' car (Rs985.44, dollar amount actual charged by Chase).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2413, '2009-02-07', 2.31, 'Haldiram (MGF Mall, Gurgaon, India)', 'Chhole bhature and kulfi for Arun at dinner with Shalini\'s family (Rs111, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2414, '2009-02-16', 64.26, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2415, '2009-02-14', 34.78, 'Golden Dragon (Dwarka, New Delhi, India)', 'Arun\'s dinner with Shalini\'s family (Rs 1,650; dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2416, '2009-02-15', 1.92, 'Sapara (Dwarka, New Delhi, India)', 'Flour biscuits and rusks (Rs92, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2417, '2009-02-15', 4.06, 'Gupta Sons (Dwarka, New Delhi, India)', 'Spiral CFL for the living/dining room (Rs195, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2418, '2009-02-15', 4.79, 'Deepmani Traders (Dwarka, New Delhi, India)', 'Two CFLs for the guest bedroom (Rs230 @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2419, '2009-02-15', 2.50, 'roadside vendors (Dwarka, New Delhi, India)', 'Vegetables and fruits (Rs120 @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2420, '2009-02-15', 2.50, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Pack of 4 toilet rolls (Rs120, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2421, '2009-02-15', 1.35, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Ajwain, bread, eggs (Rs65, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2422, '2009-02-17', 0.54, 'India Post (Dwarka, New Delhi, India)', 'Speed Post to Lokesh Bhog, clothes for his daughter (Rs23 for Speed Post + Rs3 for envelope, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2423, '2009-02-19', 22.71, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2424, '2009-02-21', 58.83, 'Sears', 'Wool jacket for Shalini (grey), shoes for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2425, '2009-02-21', 8.00, 'Macy\'s', 'Fleece sweater for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2426, '2009-02-20', 6.15, 'Red Lobster', 'Cake slice for Minaxi\'s b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2427, '2009-02-21', 22.75, 'Macy\'s', '3 blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2428, '2009-02-21', 18.62, 'China Wok', 'Noodles, spring rolls, soup, chicken for Minaxi and Arun\'s mother (Minaxi\'s b\'day)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2429, '2009-02-21', 4.27, 'Blockbuster', 'Madagascar Escape 2 Africa for Ujala (Minaxi\'s b\'day)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2430, '2009-02-16', 10.42, 'Milk supplier (Dwarka, New Delhi, India)', 'Advance payment for milk (Rs500, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2431, '2009-02-22', 11.47, 'DT Link Multiplex (Gurgaon, India)', 'Three tickets (Arun, Shalini, and Rajat) for the movie \"Slumdog Millionaire\" (Rs555, dollar amount actual charged by American Express).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2432, '2009-02-21', 1.62, 'Delhi Metro (New Delhi, India)', 'Three metro tickets, to and fro, between Dwarka Sector 9 and Janakpuri District Center to watch the movie \"Delhi 6\". Movie tickets paid by Rajat. (Rs39+39, @Rs48/$1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2433, '2009-02-21', 1.06, 'Nescafe (Janakpuri District Center, New Delhi, India)', 'Coffee for three at the Janakpuri District Center (Rs51, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2434, '2009-02-21', 1.17, 'Wordsworth (Janakpuri District Center, New Delhi, India)', 'Two Hindi rhyme books for Ujala (Rs56, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2435, '2009-02-27', 3.22, 'Roadside vendors (Dwarka, New Delhi, India)', 'Vegetables and fruits (Rs154.50 @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2436, '2009-02-27', 12.08, 'Deepmani Traders (Dwarka, New Delhi, India)', 'Two CFLs for the guest bedroom, two CFLs for the two bathrooms (Rs580 @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2437, '2009-02-27', 1.08, 'Sapara (Dwarka, New Delhi, India)', 'Flour biscuits (Rs52, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2438, '2009-02-27', 0.25, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Bread (Rs12, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2439, '2009-02-27', 0.88, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Shaving cream (Rs42, @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2440, '2009-02-27', 3.00, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Ariel laundry detergent 1 kg pack (Rs144 @Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2441, '2009-02-28', 16.67, 'Maid (Dwarka, New Delhi, India)', 'Rs800 for the maid services (@Rs48/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2442, '2008-02-28', 13.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2443, '2008-02-07', 25.00, 'Farmers Market', 'Includes salmon for $10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2444, '2008-01-24', 15.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2445, '2009-02-23', 69.26, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2446, '2009-02-25', 7.76, 'Noodles & Company', 'Dinner for Arun\'s mother when Minaxi was entertaining new PhD recruits at Dan Friedman\'s house'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2447, '2009-02-24', 8.03, 'Claire\'s boutique', '6 clips for Ujala. Another 6 are for gifting (they were 50% off the second pair).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2448, '2009-02-24', 23.00, 'Regis at College Mall', 'Haircut for Minaxi. Finally, she does not have to seek appointments with Annette Lee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2449, '2009-03-07', 5.23, 'The Children\'s Place', 'Two tights and a T-shirt for Kasvi from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2450, '2009-03-07', 15.00, 'The Children\'s Place', '1 pant, 3 tights and two winter night-suits for Ujala from the Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2451, '2009-03-07', 13.90, 'Banana Republic', '1 blouse for Minaxi from the Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2452, '2009-03-01', 3.58, 'Starbucks', 'Coffee for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2453, '2009-03-06', 15.50, 'Aver\'s Pizza', 'Pizza dinner for Minaxi and Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2454, '2009-03-03', 78.31, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2455, '2009-03-10', 632.00, 'IRS', 'We claimed child tax credit twice, IRS requested it back, with a $32 interest.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2456, '2009-02-28', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (Raindrop) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2458, '2009-03-15', 25.00, 'Walmart', 'Lasagna, fruits, veggies, cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2459, '2009-03-15', 3.00, 'Walmart', 'Crayons and magnetic-numbers\r\n for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2460, '2009-03-15', 2.50, 'Walmart', 'Dora toothbrush for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2461, '2009-03-15', 22.00, 'Walmart', 'Batteries (2-9v for weighing machine and one for the panasonic cordless)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2462, '2009-03-15', 58.08, 'Walmart', 'Cereal, footwear, corded phone, panties, ziploc bags for Arun\'s mother, manual BP monitor for gifting to Titu bhaiya, and candy for Kasvi and Adit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2463, '2009-03-15', 13.61, 'Sam\'s Club', 'Joint supplement for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2464, '2009-03-10', 78.31, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2465, '2009-03-15', 18.03, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2466, '2009-03-17', 15.95, 'eBay', 'Dora backpack for Ujala, using vendor grama*mary'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2467, '2009-03-16', 19.22, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2468, '2009-03-17', 27.24, 'Talbots', 'Two 3/4 sleeve blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2469, '2009-03-20', 1068.80, 'American Airlines', 'Roundtrip ticket (24-MAR-2009: DEL->IND, 08-MAY-2009: IND->DEL) for Minaxi\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2470, '2009-03-20', 926.70, 'American Airlines (via Expedia)', 'Roundtrip ticket (19-Jun-2009: DEL->IND, 17-Dec-2009: IND->DEL) for Arun\'s Buaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2471, '2009-03-21', 84.18, 'InboundUSA.com', 'Medical insurance for Minaxi\'s father (24-MAR-2009 to 08-MAY-2009).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2472, '2009-03-01', 17.60, 'Liquor shop (Dwarka, New Delhi, India)', 'Yellowtail chardonnay and beer for Rajat and Shalini (Rs880, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2473, '2009-03-01', 0.52, 'Dairy shop (Dwarka, New Delhi, India)', 'Paneer (Rs26, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2474, '2009-03-07', 1.92, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Shaving cream, toothpaste (Rs96, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2475, '2009-03-07', 1.66, 'Bhagwati Store (Dwarka, New Delhi, India)', 'Cumin seeds, bread, etc. (Rs83, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2476, '2009-03-07', 1.60, 'Liquor shop (Dwarka, New Delhi, India)', 'Beer for Rajat (Rs80, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2477, '2009-03-07', 1.88, 'Sapara (Dwarka, New Delhi, India)', 'Flour biscuits, rusks (Rs94, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2478, '2009-03-07', 0.80, 'Grocery store (Dwarka, New Delhi, India)', 'Noodles for Shalini to cook for lunch (Rs40, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2479, '2009-03-07', 1.60, 'Roadside vendors (Dwarka, New Delhi, India)', 'vegetables and fruits (Rs80, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2480, '2009-03-14', 2.88, 'Homeopathy doctor (Dwarka, New Delhi, India)', 'Cough medicine for Arun from Dr Malati Upadhyay (Rs150, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2481, '2009-03-17', 0.23, 'Varsha Departmental Store (Dwarka, New Delhi, India)', 'Bread (Rs12, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2482, '2009-03-16', 34.62, 'Aar Tech Compuserve (Sec 10, Dwarka, New Delhi, India)', '600VA UPS (Rs1,800 @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2483, '2009-03-17', 1.92, 'Sapara (Sec 6, Dwarka, New Delhi, India)', 'Flour biscuits, rusks (Rs100, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2484, '2009-03-17', 0.08, 'A-Vee Stationers', 'Envelope to send Arun\'s father\'s documents (Rs4, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2485, '2009-03-20', 2.69, 'Costa Coffee (Sector 5, Dwarka, New Delhi, India)', 'Coffee and cake for Arun (Rs140, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2486, '2009-03-20', 0.96, 'India Post (Dwarka, New Delhi, India)', 'Registered post of Arun\'s father\'s documents (Rs50, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2487, '2009-03-21', 1.10, 'Delhi Metro (New Delhi, India)', 'Metro fare for Arun, Shalini, and Rajat for Chandni Chowk, to buy electrical fixtures (Rs57, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2488, '2009-03-21', 1.31, 'Haldiram (Chandni Chowk, Delhi, India)', 'Coffee for Arun, Shalini, and Rajat (Rs68, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2489, '2009-03-21', 3.27, 'Sachdeva Electricals (Chandni Chowk, Delhi, India)', 'Two CFLs for Arun\'s parents\' bedroom (Rs170, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2490, '2009-03-22', 0.96, 'Adam\'s Saloon (Sec 10, Dwarka, New Delhi, India)', 'Haircut for Arun (Rs50, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2491, '2009-03-22', 0.19, 'M.S.K. (Ramfal Chowk, Dwarka, New Delhi, India)', 'Printout of Minaxi\'s father\'s US itinerary and insurance (Rs10, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2492, '2009-03-23', 0.48, 'Bhagwati Store (Sec 6, Dwarka, New Delhi, India)', 'Cumin seeds (Rs25, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2493, '2009-03-23', 2.77, 'Yours Books and Stationers (Sec 6, Dwarka, New Delhi, India)', 'Hindi and English letters and numbers drawing books for Ujala (Rs144, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2494, '2009-03-25', 3.46, 'Homeopathy doctor (Ramfal Chowk, Dwarka, New Delhi, India)', 'Cough consultation and medicine for Arun from Dr Malati Upadhyay (Rs180, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2495, '2009-03-28', 2.98, 'Cafe Coffee Day (Ambience Mall, Gurgaon, India)', 'Coffee for three (Arun, Shalini, and Rajat) (Rs155, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2496, '2009-03-23', 3.50, 'Costa Coffee (Sec 5, Dwarka, New Delhi, India)', 'Coffee for Arun and Minaxi\'s father (Rs162 + Rs20 tip, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2497, '2009-03-01', 9.61, 'Kadimi\'s (Sec 4, Dwarka, New Delhi, India)', 'Eating out with Shalini\'s family (Rs500, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2498, '2009-03-10', 361.54, 'Mobile Planet (Janak Puri District Centre, New Delhi, India)', 'Nokia 5800 XpressMusic cellphone for Shalini\'s birthday gift (Rs18,800 @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2499, '2009-03-13', 0.96, 'Maid (Dwarka, New Delhi, India)', 'Holi tip for the maid (Rs50 @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2500, '2009-03-27', 20.00, 'Southern Indiana Pediatrics', 'Check-up for Ujala to ensure that her cold was not turning into bronchitis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2501, '2009-03-25', 25.00, 'IMA Woodscrest Family Practice', 'Minaxi\'s bronchitis appt with Dr. Matthew Reeves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2502, '2009-03-25', 8.00, 'CVS', 'Antibiotics for Minaxi\'s bronchitis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2503, '2009-03-30', 3.16, 'Sugar and Spice', '4 slices of sweet bread for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2504, '2009-03-18', 45.17, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2505, '2009-03-24', 22.00, 'Olive Garden', 'Lunch for Minaxi, Ujala, and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2506, '2009-03-20', 6.00, 'Indianapolis airport', 'Garage parking when dropping off Arun\'s mother for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2507, '2009-03-28', 63.28, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2508, '2009-03-26', 7.69, 'Meat shop (Ramfal Chowk, Dwarka, New Delhi, India)', 'Two kgs mutton (Rs400 @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2509, '2009-03-29', 0.19, 'M.S.K. (Ramfal Chowk, Dwarka, New Delhi, India)', 'Scanning of the pink 221(g) letter from the New Delhi Embassy (Rs10 @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2510, '2009-03-31', 4.95, 'Apple', 'Five songs purchased by Arun (two from \"जाने तू या जाने ना\" and three from \"Slumdog Millionaire\")'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2511, '2009-04-02', 2.31, 'Homeopathy doctor (Ramfal Chowk, Dwarka, New Delhi, India)', 'Cough consultation and medicine for Arun from Dr Malati Upadhyay (Rs120, @Rs52/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2512, '2009-04-05', 10.16, 'E-Bay (India)', 'HDMI cable for Shalini (Rs494, dollar amount actual charged by Chase).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2513, '2009-04-04', 30.00, 'Olive Garden', 'Lunch for Minaxi, Ujala, and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2514, '2009-04-04', 13.20, 'Factory Card and Party Outlet', 'Mylar balloon for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2515, '2009-04-03', 27.05, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2516, '2009-04-03', 6.62, 'Qdoba Mexican Grill', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2517, '2009-04-04', 30.00, 'Sam\'s Club', 'Ujala\'s pull-up diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2518, '2009-04-04', 8.00, 'Sam\'s Club', 'Blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2519, '2009-04-04', 20.00, 'Sam\'s Club', 'Chocolate for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2520, '2009-04-04', 35.72, 'Sam\'s Club', 'Almonds, cashews, produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2521, '2009-03-14', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2522, '2009-04-11', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus channel-opening) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2523, '2009-04-11', 5.35, 'Subway', 'Footlong for Minaxi and her father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2524, '2009-04-11', 22.45, 'Talbots', 'Paisley print jacket for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2525, '2009-04-11', 8.50, 'Scholars Inn Bakehouse', 'Challah roles and day-old muffins/scone (3 total)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2526, '2009-04-11', 553.00, 'Farmers Market', '2009 CSA contribution ($525) + $28 of flours/meats/asparagus from Jennie Hoene'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2527, '2009-04-14', 11.99, 'eBay', '18 ovulation strips and 2 pregnancy tests and basal body thermometer from \"FertilityPlan\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2528, '2009-04-19', 153.09, 'Discount-Merchant.com', 'Replacement DLP lamp for Mitsubishi WD-62827.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2529, '2009-04-22', 60.00, 'IU CS', 'Gift for the administrative assistants on the admin. asst. day from Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2530, '2009-04-26', 20.00, 'Indianapolis Zoo', '12 ride tickets (4 leftover)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2531, '2009-04-26', 11.97, 'Indianapolis Zoo', 'One ice-cream, one fries, one coke for Ujala, Arun, Minaxi, and Minaxi\'s Dad to share'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2532, '2009-04-26', 7.20, 'Indianapolis Zoo', 'Entry for Minaxi\'s father (senior discount + 20% off for guests of members)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2533, '2009-04-25', 12.91, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2534, '2009-04-24', 58.65, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2535, '2009-04-25', 29.50, 'Farmers Market', 'Asparagus ($8!), green onions, eggs, lettuce, mushrooms, chives'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2536, '2009-04-25', 22.00, 'Garage sale', 'Train set, doctor-set, halloween costume, 3 pairs of shoes, 7 books, karaoke, skates for Ujala from Montessori annual garage sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2537, '2009-04-07', 48.25, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2538, '2009-04-17', 12.01, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2539, '2009-04-16', 54.50, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2540, '2009-04-16', 16.50, 'Asuka Japanese Restaurant', 'Lunch for Minaxi and her father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2541, '2009-04-16', 30.00, 'Southern Indiana Pediatrics', 'Ujala got her first ear infection! The co-pay increased to $25 and we only paid $20 during the Mar visit, so an extra $5 had to be paid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2542, '2009-04-16', 8.00, 'CVS Pharmacy', 'Ujala got her first ear infection! Antibiotics for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2543, '2008-04-26', 11.75, 'Target', '6 8oz glass bottles for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2544, '2009-05-01', 5.00, 'CCCNS', 'Lunch-bunch fee for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2545, '2009-05-01', 25.00, 'IMA Woodscrest Family Practice', 'Minaxi\'s bronchitis appt with nurse practitioner, Tina Jacobs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2546, '2009-05-01', 8.00, 'CVS', 'Antibiotics for Minaxi\'s right-lung infection'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2547, '2009-05-04', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2548, '2009-05-06', 14.65, 'Bloomingfoods Market & Deli', 'Probiotic supplement for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2549, '2009-05-06', 16.03, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2550, '2009-05-10', 25.00, 'IMA Woodscrest Family Practice', 'Arun\'s cough appt with nurse practitioner, Tina Jacobs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2551, '2009-05-10', 8.00, 'CVS', 'Antibiotics for Arun\'s cough'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2552, '2009-04-17', 12.64, 'Chicago Airport vendor', 'Sandwich and coffee for Arun while returning from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2553, '2009-04-19', 33.00, 'El Norteno Restaurant', 'Dinner for Arun, Minaxi, Ujala, and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2554, '2009-05-09', 15.30, 'Bloomington Hardware', 'Trimmer line, garden gloves for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2555, '2009-05-09', 5.00, 'Bloomington Hardware', 'Meat thermometer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2556, '2009-05-02', 5.00, 'Brown County State Park', 'Morel mushroom hunt entry fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2557, '2009-04-26', 8.13, 'Starbucks', 'Coffee for Arun and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2558, '2009-04-30', 7.05, 'Bloomington Bagel Co.', 'Breakfast for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2559, '2009-04-30', 25.20, 'Tenth St Market', 'Papaya and a couple of other vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2560, '2009-05-04', 20.00, 'Anyetsang Little Tibet', 'Lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2561, '2009-04-18', 7.70, 'Bruster\'s', 'Ice-cream for Arun and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2562, '2009-05-04', 7.89, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2563, '2009-05-07', 17.80, 'Sugar and Spice', 'Cakes for Arun\'s class presentation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2564, '2009-05-08', 6.00, 'Indianapolis airport', 'Garage parking when dropping off Minaxi\'s father for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2565, '2009-05-08', 4.25, 'Starbucks', 'Coffee for Arun while shopping at Keystone Mall, after dropping off Minaxi\'s father for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2566, '2009-05-10', 5.89, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2567, '2009-05-09', 21.24, 'China Wok', 'Dinner for Arun and Minaxi (Kristy and Dave joined us too)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2568, '2009-05-12', 25.00, 'Red Lobster', 'Lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2569, '2009-05-03', 35.35, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2570, '2009-05-08', 15.78, 'Gymboree', 'Slippers for Ujala (fancy!0'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2571, '2009-05-08', 15.78, 'Panda Express', 'Dinner for Arun, Minaxi, Ujala at Keystone Mall, after dropping off Minaxi\'s father for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2572, '2009-05-08', 7.58, 'Cheesecake Factory', 'Chocholate cake for Minaxi from Keystone Mall, after dropping off Minaxi\'s father for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2573, '2009-05-09', 5.20, 'Scholars Inn Bakehouse', '2 day-old loaves of bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2574, '2009-05-09', 49.75, 'Farmers Market', 'Includes 2lbs stew meat ($12)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2575, '2009-05-09', 3.00, 'Garage sale', 'Spice rack, extension cord'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2576, '2009-05-08', 10.69, 'Arden B', 'Blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2577, '2009-05-13', 31.03, 'IU Bookstore', 'Umbrella, desk clock for Craig\'s graduation gift (latter was $35, Andrew and Youngsang contributed $10 each)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2578, '2009-05-09', 32.66, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2579, '2008-05-01', 41.36, 'Sahara Mart', 'Juices for Minaxi, dates, milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2580, '2009-05-09', 20.00, 'O\'Malia', 'Trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2581, '2009-04-15', 735.00, 'Reliance Digital Retail', 'Compaq laptop for Arun\'s parents (Rs35,490, dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2582, '2009-05-15', 14.75, 'Garage sale', '5 books, 2 puzzles, drum, standing board, mechanical scooter, stuffed rabbit, lunch box carrier (CCCNS rummage sale)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2583, '2009-05-15', 93.00, 'Bloomington Hospital', 'Minaxi\'s emergency room visit after the car accident on 4/10/09'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2584, '2009-05-16', 147.90, 'Bloomingfoods Market & Deli', 'Includes tent sale purchase (6 liters olive oil, $18 for 8lbs of strawberries, 20lbs organic whole-wheat flour)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2585, '2009-05-16', 30.00, 'Bloomingfoods Market & Deli', '40oz clean kanteen water bottle, including $5 for special steel cap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2586, '2009-05-18', 10.00, 'School of Informatics', 'A chip to honor Kristin Hanks\' contributions to WIC. She was a PhD student at IU, left without degree.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2588, '2009-06-06', 8.00, 'CVS', 'Antibiotics for Minaxi\'s UTI (step B,colony count: 15K)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2589, '2009-06-05', 9.98, 'O\'Malia', 'Fried chicken and half german chocolate cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2590, '2009-05-27', 76.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2591, '2009-05-16', 40.00, 'Bloomingfoods Market & Deli', '4lbs laundary detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2592, '2009-06-01', 87.61, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2593, '2009-06-02', 40.00, 'Rick Patrick Tree Care', 'Mulch delivery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2594, '2009-06-03', 100.00, 'Commercial Service of Bloomington', 'A/C servicing. A follow-up appointment is needed to pressurize the coolant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2595, '2009-05-30', 53.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2596, '2009-05-16', 25.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2597, '2009-05-30', 4.50, 'Scholars Inn Bakehouse', '2 day-old loaves of bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2598, '2009-05-21', 33.77, 'Walmart', 'At Baltimore hotel where Minaxi attended a workshop'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2599, '2009-05-22', 7.00, 'MTA Maryland', 'Train tix to visit downtown and harbor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2600, '2009-05-22', 10.00, 'Street Performer', 'Guy playing with fire in downtown Baltimore'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2601, '2009-05-20', 24.25, 'Golden Palace Buffet', 'Lunch for Arun and Minaxi in Pittsburgh. Should have asked for the Chinese menu. Dishes were full of sugar! Amount entered includes $1.25 of parking.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2602, '2009-05-20', 3.49, 'Giant Eagle', 'Milk while vacationing in Pittsburgh'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2603, '2009-05-21', 13.00, 'Lucky House', 'Chinese lunch for Arun and Ujala while Minaxi attended workshop in Baltimore'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2604, '2009-05-19', 12.96, 'Subway', 'Dinner in IN for Arun, Minaxi, and Ujala while leaving for Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2605, '2009-05-16', 14.03, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2606, '2009-06-06', 27.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2607, '2009-05-17', 19.00, 'Walmart', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2608, '2009-05-14', 5.99, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2609, '2009-05-21', 11.63, 'Giant', 'Milk and fruits while Minaxi attended a workshop in Baltimore'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2610, '2009-05-24', 37.00, 'Abay Ethiopian Cuisine', 'Dinner for Arun, Minaxi, and Ujala in Pittsburgh. We were not happy with the pick. They gave one injira with the meal and charged extra for every other!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2611, '2009-05-24', 48.00, 'Just Ducky Tours', 'Land and water tour of Pittsburgh for Arun, Minaxi, and Ujala. Amount includes $5 parking at a nearby hourly garage.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2612, '2009-05-29', 13.25, 'Qdoba Mexican Grill', 'Lunch for Arun, Minaxi, Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2613, '2009-05-15', 12.04, 'Subway', 'Lunch for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2614, '2009-05-23', 15.32, 'Walmart', 'Milk etc. while vacationing in Pittsburgh'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2615, '2009-05-23', 18.23, 'Chan\'s Wok', 'Lunch for Arun, Minaxi, and Ujala while returning to Pittsburgh from Baltimore to finish vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2616, '2009-05-23', 4.23, 'Starbucks', 'Coffee for Arun while returning to Pittsburgh from Baltimore to finish vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2617, '2009-05-19', 5.00, 'Carnegie Science Museum', 'Parking at the museum. Entry was free due to Wonderlab passport program'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2618, '2009-05-19', 1.39, 'McDonald\'s', 'Drink for Arun and Minaxi in OH while leaving for Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2619, '2009-05-19', 9.50, 'Pittsburgh Toll', 'Highway toll during vacation (onward).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2620, '2009-05-19', 37.00, 'College Mall', 'Haircut for Minaxi. The guy fleeced me when only a simple haircut was asked for.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2621, '2009-05-25', 34.57, 'Valero', 'Gas while returning from vacation in Pittsburgh'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2622, '2009-05-24', 185.28, 'Springhill Suites by Marriot Pittsburgh Airport', '2-night stay in Pittsburgh for vacation. Includes $5 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2623, '2009-05-19', 87.26, 'Comfort Inn and Suites Pittsburgh', '1-night stay in Pittsburgh for vacation. Includes $2 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2624, '2009-05-24', 8.15, 'Pittsburgh Toll', 'Highway toll during vacation (return).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2625, '2009-06-10', 15.12, 'Saraga Asian Market', 'Korean bean and chili pastes, sweet potato noodles, seaweed, enoki mushrooms, 3 limes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2626, '2009-06-11', 99.99, 'GreenLivingEveryday.com', 'SharperBlade 450 W electric trimmer and edger.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2627, '2009-06-10', 100.00, 'Commercial Service of Bloomington', 'Re-pressurization of the ground loop.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2628, '2009-06-13', 7.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2629, '2009-06-13', 3.50, 'Farmers Market', 'One pepper and eight tomato plants.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2630, '2009-06-13', 3.75, 'Garage sale', 'Six books and Easter basket.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2631, '2009-06-13', 50.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus channel-opening) session with Scarlett Winters + $10 for probiotic for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2632, '2009-05-17', 16.00, 'Walmart', 'Three 25 lb bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2633, '2009-05-17', 11.05, 'Walmart', 'Toy batteries and unidentified item for $5.37'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2634, '2009-05-23', 28.13, 'BP', 'Gas while returning from Minaxi\'s Baltimore conference. Arun, Minaxi, and Ujala then proceeded to Pittsburgh for the rest of the vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2635, '2009-05-19', 15.10, 'BP', 'Gas while Arun, Minaxi, and Ujala were heading to Pittsburgh for a vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2636, '2009-05-20', 35.39, 'COGOS', 'Gas while Arun, Minaxi, and Ujala were heading to Pittsburgh for vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2637, '2009-05-25', 13.99, 'Marathon', 'Gas while Arun, Minaxi, and Ujala returned from Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2638, '2009-05-14', 16.03, 'Sobon', 'Korean lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2639, '2009-05-23', 3.00, 'Country Inn and Suites', 'Room tip for 3-night stay in Baltimore where Minaxi attended a workshop'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2640, '2009-06-15', 4.23, 'Noodles', 'Small noodle lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2641, '2009-06-08', 67.69, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2642, '2009-06-15', 91.02, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2643, '2009-06-17', 77.50, 'Sharon and Herb', 'Daycare for Ujala while waiting for Fufi\'s arrival'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2644, '2009-06-16', 181.00, 'Hoosier Courts', 'Deposit for Ujala\'s school from Fall. She will attend M-F 8:30am-11:30am'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2645, '2009-06-19', 6.32, 'Uncle D\'s NY Pizza', 'Dinner for Minaxi while Arun was waiting for Fufi-ji\'s flight to arrive from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2646, '2009-06-19', 27.11, 'eBay', '4 maternity blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2647, '2009-06-20', 22.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2648, '2009-06-20', 41.00, 'Taste of Bloomington', 'Including entry fee of $6 per adult, for 3 adults, including Arun\'s Bua'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2649, '2009-06-19', 16.00, 'Indianapolis airport', 'Garage parking when picking up Fufiji. Arun dropped Deeksha at the airport and was supposed to wait only an hour but Fufiji\'s flight was delayed by 8 hours!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2650, '2009-06-10', 30.70, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2651, '2009-06-10', 10.19, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2652, '2009-06-15', 24.00, 'Samira', 'Lunch for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2653, '2009-06-18', 34.22, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2654, '2009-06-19', 2.51, 'Starbucks', 'Coffee for Arun while he waited for Fufiji\'s arrival from India. The flight was delayed 8 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2655, '2009-06-19', 8.71, 'Indianapolis Airport', 'Dinner for Arun while waiting for Fufiji\'s arrival. The flight was delayed by 8 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2656, '2009-06-11', 16.00, 'Aver\'s Pizza', 'Pizza dinner for Minaxi and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2657, '2009-06-11', 4.43, 'Sugar and Spice', 'Bread for Minaxi, coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2658, '2009-06-25', 311.50, 'Inbound USA', 'Insurance for 175 days for Arun\'s aunt (bua-ji).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2659, '2009-06-27', 29.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2660, '2009-06-27', 25.00, 'Starbucks', 'Gift card for Eden\'s B\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2661, '2009-06-27', 37.19, 'Lowe\'s', 'Reverse osmosis filters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2662, '2009-06-27', 9.00, 'Lowe\'s', 'Chicken wire for making cages to protect hostas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2663, '2009-06-24', 7.92, 'USPS', 'Stamps (book of 18 first-class stamps).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2664, '2009-06-29', 2.00, 'Fufi-ji', 'Some change for fufi-ji\'s bus fare and incidentals.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2665, '2009-06-29', 20.00, 'Bloomington Transit', '$15 for July\'09 bus pass for fufiji so she and Ujala and go places. $5 for other BT trips before the pass was bought.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2666, '2009-06-29', 60.00, 'Monroe County YMCA', 'Fee for 4-week, half an hour twice a week (T/TH), swimming classes for Ujala. Classes would start 7/7/09.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2667, '2009-06-29', 2.14, 'Scholars Inn Bakehouse', 'Granola parfait -- tasty. They claimed that they were selling it at 70s prices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2668, '2009-06-26', 11.98, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2669, '2009-06-29', 18.75, 'eBay', '3 maternity pants (pre-owned) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2670, '2009-06-30', 19.50, 'Chow Bar', 'Lunch for Arun and Minaxi to celebrate the 9th week heartbeat appt for Ujala\'s sibling.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2671, '2009-06-30', 64.90, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2672, '2009-06-30', 7.48, 'eBay', 'Exercise top for Fufiji so she can take Ujala to swimming classes. Bought from gutdeal@gmail.com'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2673, '2009-06-29', 15.00, 'Bloomington Transit', 'Fufi-ji\'s July bus pass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2674, '2009-07-01', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2675, '2009-04-27', 20.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2676, '2009-07-03', 114.21, 'Patel Brothers', 'Indianapolis grocery store'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2677, '2009-07-03', 7.20, 'Indianapolis Zoo', 'Entry for Fufiji (senior discount + 20% off for guests of members)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2678, '2009-07-03', 7.00, 'Indianapolis Zoo', 'One coke for Fufiji and one mango shake for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2679, '2009-07-03', 38.00, 'Passage to India', 'Buffet dinner for Arun, Minaxi, Fufiji, and Ujala. They did not charge anything for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2680, '2009-07-04', 7.35, 'Brays You Pick', '3lbs blueberry\'s that Fufiji picked when she went with Kyung-Hee and Sharon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2681, '2009-06-07', 69.48, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2682, '2009-06-23', 59.36, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2683, '2009-05-01', 25.00, 'Sahara Mart', 'Juices for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2684, '2009-07-11', 17.00, 'Bartholomew County Fair', 'County fair at Columbus ($3 for parking + $14 for rides).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2685, '2009-07-11', 26.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2686, '2009-07-11', 5.60, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2687, '2009-07-18', 18.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2688, '2009-07-18', 15.00, 'Aver\'s Pizza', 'Pizza for dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2689, '2009-07-06', 6.90, 'Starbucks', 'Coffee for Arun and fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2690, '2009-07-15', 33.04, 'Bloomingfoods Market & Deli', 'Milk, beer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2691, '2009-07-07', 34.82, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2692, '2009-07-18', 20.00, 'US Airways', 'Baggage charge for bringing Ujala\'s booster seat from Mintu\'s place'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2693, '2009-07-17', 12.24, 'Kohl\'s', 'Blue purse for Minaxi. Bought during Minaxi\'s San Jose trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2694, '2009-07-15', 20.47, 'Talbots', 'Blouse for Minaxi. Bought during Minaxi\'s San Jose trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2695, '2009-07-17', 30.01, 'DSW', 'Comfy shoes for Minaxi. Bought during Minaxi\'s San Jose trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2696, '2009-07-15', 14.72, 'New York & Company', 'Shirt for Minaxi. Bought during Minaxi\'s San Jose trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2697, '2009-07-14', 8.65, 'OshKosh', 'Summer dress for Ujala. Bought during Minaxi\'s San Jose trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2698, '2009-07-15', 8.74, 'Dollar Tree Stores', 'Gifts for Fufiji to give away in India (two brushes, loofas). Bought during Minaxi\'s San Jose trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2699, '2009-07-20', 37.72, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2700, '2009-07-21', 5.18, 'Scholars Inn Bakehouse', 'Scone, croissant, muffin, bagel, one each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2701, '2009-07-27', 42.74, 'Walmart.com', 'Campbell Hausfeld cordless air compressor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2702, '2009-07-28', 21.56, 'eBay', 'maternity dress (pre-owned- $7, of which $6 was S&H) and 10-pair socks (new) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2703, '2009-07-28', 4.98, 'eBay', 'First five Captain Underpants books (boxed, soft cover) for Fufiji\'s grandson'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2704, '2009-07-28', 2.24, 'Scholars Inn Bakehouse', 'Home fries for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2705, '2009-07-28', 59.11, 'Master Rental Center, Inc.', 'Carpet shampoo + machine rental for one day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2706, '2009-07-25', 36.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2707, '2009-07-25', 42.47, 'Sam\'s Club', 'Limes, walnuts, green peas, mangoes (6), orange juice, ice-cream, onions'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2708, '2009-07-25', 53.66, 'Sam\'s Club', 'Joint supplement for Arun\'s mother, chocolates for Fufiji to give away in India, Dove bodywash, denture-cleaner tablets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2709, '2009-07-25', 30.00, 'Sam\'s Club', 'Ujala\'s pull-up diapers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2710, '2009-07-25', 19.50, 'Sam\'s Club', 'Toilet paper (36 roles)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2711, '2009-07-25', 10.50, 'Sam\'s Club', 'AA batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2712, '2009-07-23', 10.98, 'Sears', 'Capris-blouse set + shorts for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2713, '2009-07-29', 1498.35, 'Monroe County Treasurer', 'Property tax, includes $136.21 penalty for late payment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2714, '2009-07-29', 15.00, 'Bloomington Transit', 'Fufi-ji\'s August bus pass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2715, '2009-07-29', 229.20, 'Northwest Airlines', 'Fufiji\'s trip to NY (8/8/09-8/17/09)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2716, '2009-07-30', 17.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2717, '2009-11-06', 1362.14, 'Monroe County Treasurer', 'Property tax'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2718, '2009-07-31', 8.99, 'eBay', '8 maternity blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2719, '2009-08-03', 15.00, 'CS coffee club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2720, '2009-08-03', 49.99, 'eBay', 'Light blue 1200 thread count Egyptian cotton king size bed sheet set (1 fitted, one flat, two pillow cases), solid, not patterned. Bought from lexim_imports.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2721, '2009-08-04', 0.75, 'Shell', 'Tire pressure adjustment.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2722, '2009-08-04', 26.18, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2723, '2009-08-06', 11.49, 'eBay', 'Denim maternity jacket for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2724, '2009-08-12', 2.92, 'Sugar and Spice', 'Bread for Arun, a cookie each for Ujala and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2725, '2009-08-12', 19.50, '900 Hair Design (IMU)', 'Haircut for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2726, '2009-08-11', 10.49, 'Dulles Mindworks', 'Toy for Ujala, bought while Minaxi was returning from her Montreal trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2727, '2009-08-05', 115.27, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2728, '2009-08-08', 35.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2729, '2009-08-07', 200.00, 'Fufi-ji', 'Money for Fufi-ji to buy gifts during her NY trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2730, '2009-08-07', 5.94, 'eBay', 'Cotton maternity jacket for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2731, '2009-07-28', 33.33, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2732, '2009-08-06', 19.00, 'Walmart', '6 packs of organic cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2733, '2009-08-06', 14.35, 'Walmart', '3 7-pack panties, to be given as gifts to Fufi-ji, Shalini, and Pooja'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2734, '2009-08-16', 44.43, 'Rack Room Shoes', 'Two pairs of shoes for Ujala bought during our TN trip to Reena and Rajul\'s house. Size 10: Dora shoes with lights and size 11: casual wear leather'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2735, '2009-08-16', 17.01, 'Walmart', 'Gifts to give in India (panties for Kasvi, socks for Adit, sport top for Kasvi) + Hanes panties for Reena (bought during TN trip).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2736, '2009-08-16', 10.00, 'Walmart', '9-pack panties for Ujala, t-shirt/tight for Ujala, bought during TN trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2737, '2009-08-16', 5.00, 'Walmart', 'Bike bell for Ujala, bought during TN trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2738, '2009-08-16', 13.91, 'Walmart', 'Adaptor for Arun\'s laptop, bought during TN trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2739, '2009-08-17', 15.99, 'eBay', '5 maternity blouses (1 small, 4 mediums) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2740, '2009-08-17', 61.83, 'Circle K', 'Two gas stops while returning from TN trip (ORNL and Rajul\'s house)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2741, '2009-08-13', 21.00, 'Cracker Barrel', 'Lunch for Arun, Minaxi, and Ujala in Scottsburg (IN) while heading to TN (ORNL and Rajul\'s)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2742, '2009-08-13', 19.32, 'Speedway', 'Gas while heading for TN trip (ORNL and Rajul\'s house)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2743, '2009-08-13', 3.87, 'Starbucks', 'Coffee for Arun while heading for TN trip (ORNL and Rajul\'s house)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2744, '2009-08-13', 14.28, 'BP', 'Gas while heading for TN trip (ORNL and Rajul\'s house)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2745, '2009-08-15', 71.00, 'P.F. Chang', 'Dinner for Arun, Minaxi, Ujala, Reena, Roshan, Rishi in TN. Arun and Minaxi hate the restaurant but went so Roshan can have a good time, hence the categorization \"gifts\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2746, '2009-08-16', 26.05, 'Fazoli\'s', 'Lunch for Arun, Minaxi, Ujala, Reena, Roshan, Rishi in TN'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2747, '2009-08-17', 24.00, 'Casa Del Sol', 'Dinner for Arun, Minaxi, and Ujala in Nashville (IN) while returning from TN (ORNL and Rajul\'s)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2748, '2009-08-12', 6.32, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2749, '2009-08-19', 25.00, 'St Vincent Health', 'Minaxi\'s ultrasound and blood work to test for chromosomal defects. Done at 11 weeks and 2 days at Aegis by a Dr. Adam Hiett from St Vincent.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2750, '2009-07-11', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2751, '2009-08-22', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2752, '2009-08-22', 90.25, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2753, '2009-08-22', 7.75, 'Garage sale', 'Gifts for fufi-ji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2754, '2009-08-29', 12.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2755, '2009-08-29', 32.07, 'Motherhood', '2 small sweaters, one small jacket, and small layering top, all maternity, for Minaxi from Edinburgh Premium Outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2756, '2009-08-29', 13.11, 'McDonald\'s', 'Light dinner for Arun, Minaxi, Ujala, and fufiji while returning from Edinburgh outlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2757, '2009-08-29', 9.62, 'Banana Republic', 'T-shirt for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2758, '2009-08-27', 10.50, 'Scholars Inn Bakehouse', '3 breads, 1 cheese spread (1.5 breads and the spread were for School picnic that day)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2759, '2009-08-19', 62.11, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2760, '2009-08-29', 2.15, 'The Children\'s Place', 'Two sunglasses to be given by Fufiji in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2761, '2009-08-29', 3.17, 'The Children\'s Place', 'Shorts for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2762, '2009-08-26', 100.76, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2763, '2009-08-24', 21.00, 'Taste of India', 'Lunch for Arun and Minaxi with new School faculty'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2764, '2009-08-25', 6.50, 'Goodwill', '3 hard-copy books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2765, '2009-08-25', 4.16, 'Goodwill', 'Maternity blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2766, '2009-08-07', 18.03, 'China Wok', 'Buffet lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2767, '2009-08-01', 33.35, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2768, '2009-07-24', 14.70, 'Red Lobster', 'One entree and chocolate cake (used a $10 coupon)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2769, '2009-07-24', 3.48, 'Sugar and Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2770, '2009-08-06', 4.04, 'Walmart', 'Notebook for Minaxi to record research meetings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2771, '2009-08-06', 42.74, 'Walmart', 'Air compressor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2772, '2009-08-31', 17.12, 'Old Navy', 'Coat for Fufiji\'s son. It was bought in Jan.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2773, '2009-08-25', 27.66, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2774, '2009-09-02', 15.00, 'Bloomington Transit', 'Fufi-ji\'s September bus pass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2775, '2009-09-03', 8.50, 'eBay', '2 small maternity blouses (1 used) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2776, '2009-09-05', 86.75, 'Farmers Market', 'Includes 2 cartons of tomatoes ($20) for freezing and 1 cartoon of green beans ($16)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2777, '2009-09-05', 15.00, 'Garage sale', 'Ice box, trash can, one skirt, one cardigan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2778, '2009-09-07', 12.94, 'eBay', '5 small maternity blouses (used) for Minaxi, 4 full sleeved'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2779, '2009-09-08', 254.00, 'Hoosier Courts', 'Sept fee for Ujala\'s school (she started on 9/7, after turning 3). Subsequently, till end of July, it would come directly out of Minaxi\'s salary'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2780, '2009-09-08', 139.27, 'www.bulknaturaloils.com', '3 gallon oils 1) pumpkin (virgin, not organic): $39, 2) hazelnut (refined): $29 3) sesame (organic): $43.20. $28.07 is shipping and handling!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2781, '2009-09-05', 76.38, 'Walmart', 'Food for Ujala\'s b\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2782, '2009-09-05', 9.00, 'Walmart', 'Pump for Ujala\'s swimming pool'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2783, '2009-09-05', 51.50, 'Sam\'s Club', 'Food and drinks for Ujala\'s b\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2784, '2009-09-05', 30.00, 'Sam\'s Club', 'Chivas Regal whiskey for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2785, '2009-09-03', 73.98, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2786, '2009-09-10', 43.56, 'eBay', '13 small, full-sleeved maternity blouses and shirts for Minaxi, 2 jeans, one cargo pants. All used.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2787, '2009-09-10', 40.00, 'Craigslist', '5 small (or size 4/6) maternity pants for Minaxi, 1 sweater, 1 shirt. All used.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2788, '2009-09-10', 25.00, 'Southern Indiana Pediatrics', '3-year checkup for Ujala. She also got the first flu shot of her life.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2789, '2009-09-08', 42.92, 'Royal on the Eastside', 'Oil change + tire rotation (tire rotation for free, due to a service credit received earlier). Tires rotated front to rear.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2790, '2009-09-11', 23.00, 'Sweet Grass', 'Lunch with other GT folks at IU, sans Beth Plale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2791, '2009-09-22', 17.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2792, '2009-09-26', 43.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2793, '2009-09-21', 10.00, 'Irish Lion', 'Fries for Minaxi and Fufiji and beer for Arun during Kalpana\'s tenure-first-vote party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2794, '2009-09-21', 35.21, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2795, '2009-09-24', 10.69, 'Goodwill', 'Medium winter jacket for Minaxi, not maternity but will act as one'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2796, '2009-09-22', 98.67, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2797, '2009-09-17', 35.54, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2798, '2009-09-08', 47.92, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2799, '2009-09-19', 60.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2800, '2009-09-19', 3.20, 'Scholars Inn Bakehouse', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2801, '2009-09-19', 61.22, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2802, '2009-09-12', 36.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2803, '2009-09-12', 4.00, 'Garage sale', 'Eight books ($3), 2 nail polishes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2804, '2009-09-12', 51.00, 'Abyssinia Ethiopian Restaurant', 'The amount includes 1lb of berbere sauce ($8)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2805, '2009-09-12', 7.20, 'Indianapolis Zoo', 'Entry for Fufiji (senior discount + 20% off for guests of members)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2806, '2009-09-19', 22.86, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2807, '2009-09-19', 37.30, 'Mr Lubie', 'Oil change for Sentra, done exactly after one year'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2808, '2009-09-19', 71.43, 'Old Navy', '7 bottoms (3 skirts including one denim, one pair of jeans, one pair of pants, 2 capris) and 14 blouses for Ujala for next summer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2809, '2009-09-19', 9.32, 'Old Navy', 'Skirt-top for Kasvi and t-shirt for Arun\'s father, to be given when Arun goes to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2810, '2009-09-19', 10.70, 'Old Navy', 'T-shirt for Chachaji\'s son, Sonu, to be given by Fufiji when she returns to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2811, '2009-09-29', 15.00, 'Bloomington Transit', 'Fufi-ji\'s October bus pass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2812, '2009-10-02', 185.00, 'PanIIT', 'One day (Saturday) registration for Arun at PanIIT 2009.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2813, '2009-10-02', 49.14, 'Sam\'s Club', 'Almonds, sugar, jasmine rice, onions, pineapple, oreo cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2814, '2009-10-01', 4.28, 'Sugar and Spice', 'Two cookies for Ujala and two pieces of cake for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2815, '2009-09-12', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2816, '2009-10-03', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2817, '2009-10-03', 63.50, 'Farmers Market', 'Includes a big bucket of potatoes ($8) and a box of canning tomatoes ($10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2818, '2009-10-06', 23.50, 'Hoosier Courts', '2 5X7 individual, one 5X7 group picture for Ujala\'s picture day at School. The photographer won\'t give us a soft copy, so we had to purchase hard-copy ones.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2819, '2009-10-06', 71.03, 'Genzyme Genetics', 'Minaxi\'s sequential screen blood test was sent by Dr. Heitt of St. Vincent\'s Healthcare to this out-of-network Lab, hence the unnecessary bill. The sequential screen would test for chromosomal abnormalities.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2820, '2009-10-07', 67.52, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2821, '2009-10-10', 6.50, 'Sam\'s Club', 'Raquel picked up limes and vinegar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2822, '2009-10-17', 34.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2823, '2009-10-11', 86.40, 'Patel Brothers', 'Indianapolis grocery store'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2824, '2009-10-15', 60.66, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2825, '2009-10-18', 119.95, 'Bloomingfoods Market & Deli', 'Tent sale. No oil or dishwasher detergent this time'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2826, '2009-09-29', 15.65, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2827, '2009-09-18', 19.04, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2828, '2009-09-29', 3.58, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2829, '2009-10-09', 6.97, 'Starbucks', 'Coffee for Arun and Fufiji while heading for Chicago trip (Minaxi gave a seminar at Northwestern and Arun attended PanIIT)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2830, '2009-09-05', 26.74, 'Sugar and Spice', 'Cake for Ujala\'s b\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2831, '2009-10-12', 24.95, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2832, '2009-10-10', 44.29, 'John Hancock Observatory', 'Seeing Chicago at night for Minaxi, Fufiji, and Ujala (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2833, '2009-10-10', 23.00, 'Parking + Taxi', 'Chicago downtown visit for Minaxi, Fufiji, and Ujala (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2834, '2009-10-10', 12.79, 'Burrito Beach', 'Lunch in Chicago downtown for Minaxi, Fufiji, and Ujala (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2835, '2009-10-10', 3.26, 'Argo Tea', 'Tea for Fufiji in Chicago downtown (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2836, '2009-10-10', 5.00, 'Navy Pier', 'Carousel ticket for one ride for Ujala in Chicago downtown (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2837, '2009-10-09', 37.00, 'China Town Restaurant', 'Dinner near Northwester University for Arun, Minaxi, Fufiji, and Ujala (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2838, '2009-10-11', 35.84, 'Passage To India', 'Dinner in Indianapolis for Arun, Minaxi, Fufiji, and Ujala while returning from Chicago (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2839, '2009-10-11', 248.40, 'Staybridge Suites', '2-night stay in Schaumburg (near Chicago) in a 2-BR suite for Arun, Minaxi, Ujala, and Fufiji (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2840, '2009-10-09', 16.75, 'Marathon', 'Gas during Chicago trip (Minaxi gave a seminar at Northwestern and Arun attended PanIIT during this trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2841, '2009-10-05', 513.58, 'Bed Bath & Beyond', 'Roomba model 560 ($280) and Breville toaster ($200) + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2842, '2009-10-10', 33.05, 'Lego', 'Blocks for Ujala from Chicago downtown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2843, '2009-10-24', 53.75, 'Farmers Market', 'Includes $4 of chicken drumsticks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2844, '2009-10-24', 20.00, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2845, '2009-10-24', 2.25, 'Scholars Inn Bakehouse', 'Loaf of 1-day old bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2846, '2009-09-05', 16.00, 'Factory Card and Party Outlet', 'Cake candles, party hats, and mylar baloons for Ujala\'s b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2847, '2009-10-16', 3.49, 'Sugar and Spice', 'Two cookies for Minaxi (one-day old) and two pieces of cake for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2848, '2009-05-01', 250.00, 'Royal Cheverlet Mazda', 'Deductible for Subaru repair after Minaxi\'s accident'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2849, '2009-10-01', 292.00, 'Hoosier Courts', 'Oct fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2850, '2009-10-29', 15.61, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2851, '2009-10-29', 23.00, 'Bloomingfoods Market & Deli', '1 gallon Nature\'s Gate shampoo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2852, '2009-10-21', 21.00, 'Bloomingfoods Market & Deli', '2 1-litre Bronner\'s body wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2853, '2009-10-21', 16.00, 'Bloomingfoods Market & Deli', 'Calcium for Minaxi\'s third trimester of pregnancy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2854, '2009-10-21', 39.37, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2855, '2009-10-27', 15.00, 'Forever 21', '6-pair socks pack, nail polish, 2 shameez\'s for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2856, '2009-10-27', 4.57, 'Forever 21', 'Sleeveless blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2857, '2009-10-27', 2.41, 'Claire\'s Boutique', 'Halloween tiara for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2858, '2009-10-27', 28.35, 'Marathon', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2859, '2009-10-27', 3.91, 'Chick-fil-A', 'Chicken sandwich for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2860, '2009-10-28', 4.76, 'Sugar and Spice', '(Decaf) coffee and cookie for Minaxi, coffee for John Graham, who gave a lecture in Minaxi\'s Computer Networks class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2861, '2009-10-31', 15.00, 'Bloomington Transit', 'Fufi-ji\'s November bus pass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2862, '2009-10-31', 68.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2863, '2009-10-31', 2.50, 'BP', 'Vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2864, '2009-10-24', 2.50, 'BP', 'Vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2865, '2009-10-31', 7.19, 'Kroger', 'Chocolate to take to India. A few were given away at Halloween.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2866, '2009-10-31', 21.72, 'Big Lots', 'Nail polishes, lipsticks, conditioner etc. for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2867, '2009-10-31', 37.00, 'Big Lots', '2 lunch boxes, 2 packs batteries, electric (compact) vacuum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2868, '2009-10-31', 11.00, 'Big Lots', '12-game pack for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2869, '2009-10-31', 22.00, 'Big Lots', 'Conditioner, lotion, loofah for upstairs; loofah for Arun; nail polish, lipstick, bath salt, nail polish remover for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2870, '2009-10-31', 4.64, 'Big Lots', 'Tea bags, brownie mix'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2871, '2009-11-07', 10.70, 'Walmart', 'Gifts to give in India by Fufiji (shoes for her grandson, Pratyush)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2872, '2009-11-07', 212.93, 'Walmart', 'Wii for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2873, '2009-11-07', 14.00, 'Walmart', 'Pomegranates, lemons, tangerines, lemons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2874, '2009-11-07', 30.00, 'Walmart', 'Gifts to give in India (bras - one for Bubby and one for Minaxi\'s mother, 2 halloween tees, BP monitor for Arun\'s mother)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2875, '2009-11-07', 13.00, 'Walmart', 'Tutu for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2876, '2009-11-07', 16.25, 'Walmart', '33 diapers for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2877, '2009-11-04', 18.54, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2878, '2009-11-10', 9.05, 'eBay', '1 maternity sweater ($5.99 S&H!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2879, '2009-11-11', 120.00, 'Bloomingfoods Market & Deli', 'Includes 25lb whole wheat flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2880, '2009-11-11', 16.63, 'Bloomingfoods Market & Deli', 'Pre-natal for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2881, '2009-11-17', 16.96, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2882, '2009-11-21', 45.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2883, '2009-11-14', 40.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2884, '2009-11-07', 40.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2885, '2009-11-27', 35.00, 'Samira Restaurant', 'Lunch for Arun, Minaxi, Fufiji, Ujala (no charge for U)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2886, '2009-11-27', 22.48, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2887, '2009-11-01', 34.00, 'Taste of India', 'Lunch for Arun, Minaxi, Fufiji, Ujala (half charge for Ujala)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2888, '2009-11-13', 75.43, 'Sam\'s Club', 'Produce, butter cookies, dates, juice, wraps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2889, '2009-11-13', 30.00, 'Sam\'s Club', 'Training pants (diapers) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2890, '2009-11-13', 64.66, 'Sam\'s Club', 'Carry-on luggage and 4lbs almonds for Fufijji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2891, '2009-11-25', 7.73, 'Marsh', '1/2 gallon milk, one small pizza, and hash browns'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2892, '2009-11-26', 29.60, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2893, '2009-11-27', 162.63, 'Sears', '3/4HP stainless steel garbage disposer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2894, '2009-11-20', 1947.39, 'Sears', 'New fridge!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2895, '2009-11-20', 1166.02, 'Sears', 'New dishwasher!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2896, '2009-11-21', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2897, '2009-11-28', 40.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2898, '2009-11-28', 20.00, 'Farmers Market', 'Alpaca wool for Arun\'s gloves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2899, '2009-11-28', 3.00, 'Farmers Market', 'Soap (lemongrass)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2900, '2009-11-28', 25.00, 'Applebee\'s', '$25 gift card for Jennie at the Farmer\'s Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2901, '2009-12-04', 10.90, 'Kohl\'s', '6-pair socks to be given to Fufiji\'s granddaughters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2902, '2009-12-05', 40.00, 'Good Life Alternative', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2903, '2009-12-05', 35.00, 'Peak! Health and Wellness', 'Arun\'s detox soak with Dr. Scott Little'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2904, '2009-12-12', 283.71, 'Applebee\'s,Kohl\'s,Cash,Olive Garden,Bath & Body Works,Old Navy', '$25 Applebee\'s: Jennie, $25 Kohl\'s: Scarlett, $100: department staff, $50 Olive Garden: Benita, $33.71: 5 body washes/body lotions for U\'s teachers (Jennifer/Jitika) and bus8 driver, $25 Old Navy: Meena, $25 Old Navy: Megan/Charlotte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2905, '2009-12-12', 3.21, 'Bath & Body Works', 'Anti-bacterial hand soap for Fufiji\'s grandson, Pratyush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2906, '2009-12-08', 312.10, 'Grimes Plumbing', 'Installation of garbage disposer and fixing 3 small leaks. We got fleeced. Another good installer was offering to charge $90 for installing the garbage disposer and these folks charged us $80/hour from the moment their employee left the office!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2907, '2009-12-09', 41.17, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2908, '2009-12-09', 13.00, 'Bloomingfoods Market & Deli', 'Probiotic for Minaxi\'s father (Arun took it while going to India)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2909, '2009-12-10', 30.00, 'Sam\'s Club', '$20 for 48 5X7 pictures for Fufijji, $10 for chocolate for Adit which Arun took during his India trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2910, '2009-12-10', 20.00, 'Sam\'s Club', 'Annual membership shared with Raquel Hill'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2911, '2009-10-01', 100.00, 'Fufi-ji', 'Gift-giving money to Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2912, '2009-11-01', 365.00, 'Hoosier Courts', 'Nov fee (5 Mondays fell this month instead of 4)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2913, '2009-12-17', 20.00, 'Fufi-ji', 'Travel money to Fufiji as she returned to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2914, '2009-12-17', 4.00, 'Indianapolis airport', 'Garage parking when dropping off Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2915, '2009-12-15', 101.71, 'Bloomingfoods Market & Deli', '$15 for 4lbs of dhuli masoor dal!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2916, '2009-12-02', 73.67, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2917, '2009-12-17', 36.24, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2918, '2009-12-01', 3.49, 'Sugar and Spice', 'Cookies for Minaxi, cake for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2919, '2009-12-04', 3.49, 'Sugar and Spice', 'Cookies for Minaxi, cake for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2920, '2009-12-18', 2.25, 'Scholars Inn Bakehouse', 'Brownie for Ujala and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2921, '2009-12-21', 7.92, 'USPS', 'Stamps (book of 18 first-class stamps).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2922, '2009-12-21', 37.30, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2923, '2009-12-23', 17.08, 'Maki of Japan', 'Lunch at the Circle Center Mall, Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2924, '2009-12-23', 3.96, 'Starbucks', 'Coffee for Arun at the Newark airport, returning from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2925, '2009-12-23', 21.94, 'Forever 21', 'Ten pairs of socks for Minaxi, and four (inner) tops from the Circle Center Mall at Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2926, '2009-12-23', 3.60, 'Haagen Daz', 'Cookies for Minaxi and Ujala at Circle Center Mall, Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2927, '2009-12-23', 8.82, 'Gap', 'Skirt for Ujala at Cricle Center Mall, Indianapolis'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2928, '2009-12-22', 11.80, 'Qdoba Mexican Grill', 'Dinner for Minaxi and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2929, '2009-12-23', 319.93, 'AT&T', 'iPhone 3GS, 32GB (white) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2930, '2009-12-22', 10.02, 'Reliance Luxuries, Gurgaon, India', 'Hindi VCDs for Ujala + two book (Hardy Boys) for Adit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2931, '2009-12-22', 16.33, 'DRI Treo 650 Unlock', 'Unlock code for Treo 650 for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2932, '2009-12-20', 28.92, 'Sarvana Bhavan, New Delhi, India', 'Lunch with Mr Mohan Lal, and his daughter and son-in-law.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2933, '2009-12-12', 200.00, 'Shalini Chauhan', 'Rakhi gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2934, '2009-12-11', 100.00, 'Sushma Sharma', 'Rakhi gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2935, '2009-12-26', 27.25, 'Showplace 12', 'Princess and the Frog: Ujala\'s first movie in the theaters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2936, '2009-12-26', 4.25, 'Showplace 12', 'Princess and the Frog: popcorn at Ujala\'s first movie in the theaters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2937, '2009-12-12', 10.44, 'Local meat shop, Ramfal Chowk, New Delhi, India', 'Rs280 (@Rs46/$), meat purchased for a small get together at Arun\'s parents\' place.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2938, '2009-12-28', 25.01, 'Bath & Body Works', '8 body lotions to be gifted in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2939, '2009-12-30', 1.56, 'USPS', 'Postage for medical claim reimbursement from Nyhart'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2940, '2009-12-30', 30.00, 'Farm Sanctuary', 'Support for 2010'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2941, '2009-12-30', 30.00, 'The Nature Conservancy', 'Support for 2010'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2942, '2009-12-30', 30.00, 'Defenders of Wildlife', 'Support for 2010'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2943, '2009-12-30', 30.00, 'Ocean Conservancy', 'Support for 2010'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2944, '2009-12-30', 30.00, 'Wikimedia Foundation', 'Support for 2010'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2945, '2009-12-29', 20.00, 'Amol India', 'Bombay house has changed names (and owners)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2946, '2009-12-23', 65.00, 'Olive Garden', 'Anniversary lunch for Minaxi, Ujala, and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2947, '2009-12-31', 24.00, 'Runcible Spoon', 'Brunch for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2948, '2009-12-30', 111.00, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2949, '2009-12-27', 17.00, 'Dragon Express', 'Dinner for Arun, Minaxi, and Ujala after movie at the theatre'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2950, '2009-12-31', 24.94, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2951, '2010-01-01', 2568.80, 'American Airlines', 'Roundtrip ticket (1/21/10-7/18/10: DEL->IND, IND->DEL and vice versa) for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2952, '2010-01-04', 27930.00, 'Stephens Honda', 'Honda Odyssey V6 van with DVD player. Sentra was traded in for $3,199.00. The amount in this entry subtracts that amount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2953, '2010-01-04', 24.00, 'Shin\'s Family Restaurant', 'Lunch for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2954, '2010-01-06', 78.58, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2955, '2009-12-11', 15.00, 'CSGSA', '2 CSGSA coffee mugs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2956, '2010-01-12', 13.80, 'Dragon Express', 'Dinner for Arun, Minaxi, Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2957, '2010-01-18', 120.29, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2958, '2010-01-23', 30.00, 'Sam\'s Club', 'Dove bars, 2-pk Listerine, face cream for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2959, '2010-01-23', 27.00, 'Sam\'s Club', 'Chivas Regal whiskey for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2960, '2010-01-23', 17.00, 'Sam\'s Club', '4 bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2961, '2010-01-23', 178.88, 'Sam\'s Club', 'Cashews, almonds, walnuts, 15lb rice, wine, honey, sugar, tea, juice, produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2962, '2010-01-19', 9.03, 'Scholars Inn Bakehouse', 'Bagel for Minaxi, breakfast sandwich for Arun, 1-day old muffins (4) for home'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2963, '2010-01-21', 13.11, 'Subway', 'Two footlongs for dinner for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2964, '2010-01-14', 19.95, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2965, '2010-01-15', 4.28, 'Sugar & Spice', 'Cookies (2) for Minaxi, cake (2) for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2966, '2010-01-25', 85.94, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2967, '2010-01-24', 12.82, 'Bed Bath & Beyond', '2 bath towels for the guest bedroom. Matching hand towels (2) are on special order to complete the set'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2968, '2010-01-24', 25.33, 'Old Navy', 'Cloths for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2969, '2010-01-23', 21.00, 'Bureau of Motor Vehicles', 'Fee for renewal of Minaxi\'s driver\'s licence'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2970, '2009-12-01', 146.00, 'Hoosier Courts', 'Dec fee (2 Mondays only due to Christmas break)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2971, '2010-01-01', 357.00, 'Hoosier Courts', 'Jan fee (includes $25 material fee, I guess for the whole year). We changed plans and no volunteering increased weekly fees from $73 to $83.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2972, '2010-01-23', 34.65, 'Sam\'s Club', 'First fill of gas in the new Honday Odyssey (only 1/2 tank)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2973, '2010-01-25', 34.86, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2974, '2010-01-16', 96.29, 'Clarks/Bostonian Outlet', 'Walking shoes for Arun from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2975, '2010-01-16', 42.79, 'Eddie Bauer Outlet', 'Down jacket for Arun from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2976, '2010-01-16', 26.89, 'Banana Republic Outlet', '7 ladies blouses (2 for Minaxi, 1 for her mother, 2 for gift-giving in DDun, 2 for Shalini and Sushma) from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2977, '2010-01-16', 32.06, 'Gap Outlet', 'Wool sweater and 4 t-shirts for Arun, 2 full-sleeve t-shirts for Minaxi\'s father, one t-shirt each for Tarun and Rajat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2978, '2010-01-16', 21.38, 'Nine West Outlet', 'One wallet and one purse for Minaxi from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2979, '2010-01-16', 23.76, 'Gap Outlet', 'One pair of pants, one fleece, 2 t-shirts for Ujala for next winter from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2980, '2010-01-16', 9.61, 'Gymboree Outlet', 'One pair of leggings and one t-shirt for Ujala for next winter from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2981, '2010-01-16', 35.03, 'Carter\'s Outlet', '2-pair leggings, 1 pants and fleece set, 1 fleece pants, 1 vest for Ujala for next winter from Edinburgh Premium Outlet Mall + 2 full-sleeve onsies for the new baby ($5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2982, '2010-01-16', 7.69, 'Oshkosh B\'gosh Outlet', 'One light sweater for Ujala for next winter from Edinburgh Premium Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2983, '2010-01-24', 12.80, 'Old Navy', '2 pants, 2 fleeces for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2984, '2010-01-06', 17.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2985, '2010-01-15', 14.84, 'The Pita Pit', 'Dinner for Arun and Minaxi before heading to IU\'s SRSC for family night'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2986, '2010-01-09', 40.61, 'Macy\'s', 'Sweater for Minaxi, hair bands (3) for Ujala, 2 t-shirts and 2 pants for Ujala for next winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2987, '2010-01-21', 4.00, 'Indianapolis airport', 'Garage parking when picking up Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2988, '2010-01-21', 3.76, 'Starbucks', 'Coffee for Arun at the Indianapolis airport, while picking up Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2989, '2010-01-22', 0.87, 'Target', 'Passport size photos so Arun can renew his passport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2990, '2010-01-04', 33.22, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2991, '2010-01-03', 27.50, 'Walmart', 'Includes canola oil ($9) and salmon filets ($5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2992, '2010-01-03', 23.00, 'Walmart', '18 briefs for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2993, '2010-01-03', 84.00, 'Walmart', 'Printer cartridge ($65!) and an unknown item for $10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2994, '2010-01-03', 20.50, 'Walmart', 'Diapers (94 I think) for baby #2'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2995, '2010-01-03', 4.09, 'Walmart', 'Sensodyne toothpaste for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2996, '2010-01-30', 17.21, 'CVS', '36 newborn diapers + wipes for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2997, '2010-01-30', 25.00, 'Southern Indiana Pediatrics', 'Newborn checkup for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2998, '2010-01-29', 29.99, 'Bloomingfoods Market & Deli', '26oz infant formula for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (2999, '2010-01-28', 6.13, 'Olive Market', '1/2kg jeera for Minaxi\'s post-partum care'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3000, '2010-01-29', 11.90, 'Bloomingfoods Market & Deli', 'Milk gallon and wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3001, '2010-01-26', 20.00, 'USPS', 'Parcel to Minti-Charu containing snack brought by Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3002, '2010-01-28', 6.14, 'Bloomington Hospital', 'Coffee for Arun and Minaxi\'s father while checking Aahna out from the hospital'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3003, '2010-02-02', 10.00, 'Chow Bar', 'Lunch for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3004, '2010-02-03', 298.53, 'IU Bookstore', 'Apple Time Capsule router with 1GB hard disk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3005, '2010-02-03', 97.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3006, '2010-02-01', 94.99, 'Phone Labs', 'Dock and talk firmware upgrade'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3007, '2006-08-08', 139.99, 'Cellamericas', 'Dock-N-talk base by Phonelabs with cable for Motorola MV3'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3008, '2010-01-27', 75.00, 'Stephanie Estes', 'Doula services during Aahna\'s birth. Stephanie was in training at the time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3009, '2010-02-16', 32.91, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3010, '2010-02-16', 21.00, 'Indiana Bureau of Motor Vehicles (BMV)', 'Arun\'s drivers license renewal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3011, '2010-02-05', 65.65, 'Consulate General of India, Chicago', 'Arun\'s passport renewal; includes $40 renewal fee, $20 fee for return mail, $5.65 of postage'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3012, '2010-02-13', 30.12, 'Sam\'s Club', 'Produce purchase by Raquel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3013, '2010-02-20', 31.00, 'Farmers Market', 'This week\'s and last week\'s produce + eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3014, '2010-02-06', 11.00, 'Farmers Market', 'Produce + eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3015, '2009-11-29', 28.21, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3016, '2009-11-29', 14.03, 'Hudson News, Rochester, NY', '\"Connect Four\": game for Chen Ding\'s daughter as a gift during the visit to Rochester by Arun; bought at the Rochester airport.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3017, '2009-04-09', 20.86, 'Hundred Percent', 'Gas, Rs1043.12 (@Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3018, '2009-04-15', 21.75, 'Rockman Beer Island, Gurgaon, India', 'Arun\'s lunch and beer with Rajat at the Ambience Mall (Rs 1,050: dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3019, '2008-12-14', 5.28, 'Reliance Leisures Ltd, Gurgaon, India', 'Audio CD \"Geeta Dutt: Jaane Kya Tune Kahi\" (Rs250, dollar amount actual charged by Amex).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3020, '2009-04-16', 6.50, 'Daddy\'s Gift Gallery (Dwarka, New Delhi, India)', 'Airplane toy for Ujala before Arun\'s return from India (Rs325, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3021, '2009-04-16', 6.00, 'Raja Sweets', 'Sweets bought by Arun for bringing to the US (Rs300, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3022, '2009-04-16', 6.30, 'Sapara, Dwarka, New Delhi, India', 'Rusks and flour biscuits for bringing to the US (Rs315, @Rs50/$1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3023, '2009-04-09', 1.92, 'Sapara, Dwarka, New Delhi, India', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3024, '2009-10-11', 31.78, 'Shell, Mount Prospect, Illinois', 'Gas, while returning from Chicago trip with fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3025, '2009-02-08', 21.50, 'Hundred Percent, Dwarka, New Delhi, India', 'Gas (Rs1,013.13; dollar amount actual charged by Chase Visa).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3026, '2010-02-20', 164.51, 'Sam\'s Club', 'Produce + cooked chicken, salmon, shrimp ($45)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3027, '2010-02-20', 20.00, 'Sam\'s Club', '4-pack toothpaste + 8-pack toothbrushes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3028, '2010-02-20', 18.00, 'Sam\'s Club', '4 bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3029, '2010-02-20', 40.64, 'Sam\'s Club', 'Size 1 Huggies diapers for Aahna (288)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3030, '2010-02-21', 9.03, 'Scholars Inn Bakehouse', 'Brunch for Arun, Minaxi, Ujala + a few goodies for home (2 brownies, 1 pack challah rolls, 1 loaf bread)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3031, '2010-02-09', 16.74, 'Olive Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3032, '2010-02-10', 25.09, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3033, '2010-02-10', 8.09, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3034, '2010-02-09', 5.98, '10th Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3035, '2009-02-17', 14.00, 'Red Lobster', '2 desserts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3036, '2010-02-17', 22.00, 'Target', 'Size N Pampers diapers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3037, '2010-02-17', 37.47, 'Target', '(Rainforest) Bouncer for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3038, '2010-02-16', 101.26, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3039, '2010-02-13', 94.75, 'Bed Bath & Beyond', '40-liter steel trash can (originally $140 but we applied a 20% off coupon and got $40 credit for old, broken one) + towel set for guest bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3040, '2010-02-12', 25.00, 'Southern Indiana Pediatrics', '2-week checkup for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3041, '2010-02-20', 64.19, 'Apple', 'TomTom software for iPhone for turn-by-turn directions. Bought as a b\'day gift for Minaxi by Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3042, '2010-02-27', 40.00, 'Amol India', 'Lunch with Minaxi\'s parents on Aahna\'s first month birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3043, '2010-02-26', 3.73, 'Bloomington Hardware', 'Flushing lever for the half bath.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3044, '2010-02-23', 113.00, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3045, '2010-02-23', 17.77, 'Bloomingfoods Market & Deli', 'Prenatal for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3046, '2010-02-23', 5.35, 'Little Caesar\'s', 'Pizza for samping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3047, '2010-02-01', 332.00, 'Hoosier Courts', 'Feb fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3048, '2010-02-26', 500.08, 'Royal on the East Side', 'Replacement of front strut bearings and 4-wheel alignment.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3049, '2010-03-01', 415.00, 'Hoosier Courts', 'Mar fee (5 weeks)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3050, '2010-01-27', 372.00, 'Bloomington Hospital', 'Aahna\'s delivery. The amount includes a $28 rebate for paying the bill early.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3051, '2010-03-02', 70.56, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3052, '2010-03-06', 48.00, 'Walmart', 'Haircut for Minaxi, Ujala, Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3053, '2010-03-06', 78.38, 'Walmart', 'Includes salmon and tilapia filets ($32)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3054, '2010-03-06', 20.00, 'Walmart', 'Baniyans for Minaxi\'s father and jeans for her mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3055, '2010-03-02', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3056, '2010-03-08', 36.19, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3057, '2010-03-10', 114.89, 'Bloomingfoods Market & Deli', 'Includes two Sangria bottles ($5.99 each) and nuts (sesame, pumpkin, sunflower, brazil) for Minaxi\'s postpartum nut paste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3058, '2010-03-12', 27.62, 'Target', 'Organic formula for Aahna + Goldfish crackers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3059, '2010-03-13', 116.38, 'Saraga Asian Grocery', 'Indianapolis store, used as a substitute for when desi stores were closed'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3060, '2010-03-10', 5.35, 'Little Caesar\'s', 'Cheese pizza'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3061, '2010-03-05', 20.00, 'Citizens Action Coalition', 'Donation for their drive to get Indiana electric power companies to not raise rates'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3062, '2010-03-15', 19.50, 'Amazon', 'Magnetic MightyMind for Ujala\'s Hoosier Courts friend, Dorothy\'s b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3063, '2010-03-15', 9.54, 'Amazon', 'USC cell phone charger for car.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3064, '2010-03-15', 7.99, 'Learning Treasures', 'Game for Ujala (8 yrs and up)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3065, '2010-03-04', 41.53, '10th Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3066, '2010-03-17', 82.24, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3067, '2010-01-27', 205.20, 'Inbound USA', 'Insurance for 2 months for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3068, '2010-03-23', 148.64, 'Inbound USA', 'Insurance for 43 more days (28-MAR-2010 to 09-APR-2010) for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3069, '2010-03-21', 40.00, 'Sam\'s Club', 'Size 1 Huggies diapers for Aahna (288)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3070, '2010-03-21', 19.50, 'Sam\'s Club', 'Toilet paper (36 roles)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3071, '2010-03-21', 40.00, 'Sam\'s Club', 'Chocolates and candies for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3072, '2010-03-21', 61.57, 'Sam\'s Club', 'Produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3073, '2010-03-24', 91.50, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3074, '2010-03-24', 22.62, 'The UPS Store', 'Global priority mail to Dehradun, for Gaurav\'s company\'s documents signed by Minaxi\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3075, '2010-03-18', 39.58, 'Sears', '6 gauage, 16ft jumper cable.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3076, '2010-03-11', 3.25, 'Sugar & Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3077, '2010-03-18', 37.28, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3078, '2010-03-18', 7.13, 'Bloomington Bagel Co', 'Breakfast bagels for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3079, '2010-03-20', 200.00, 'Designscape Horticultural Services', '15 cubic yards of wood chips for use as mulch. Was charged $50 extra which was adjusted in the next load.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3080, '2010-03-25', 51.28, 'Sears', '6 jackets to gift in India by Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3081, '2010-03-26', 15.99, 'eBay', '6 breast-pump valves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3082, '2010-03-20', 49.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3083, '2010-03-27', 60.00, 'Farmers Market', '4lbs meat, $28'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3084, '2010-03-27', 60.00, 'Olive Garden', 'Lunch for Minaxi, Ujala, Arun and Minaxi\'s parents on Aahna\'s second-month b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3085, '2010-03-27', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters. It used to be called \"Good Life Alternative\".'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3086, '2010-03-20', 38.53, 'Sam\'s Club', 'First fill of gas in the new Honday Odyssey (only 1/2 tank)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3087, '2010-03-29', 3.75, 'Starbucks', 'Coffee for Arun at Info East'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3088, '2010-03-28', 9.62, 'CVS', 'Mylicon 0.5oz -- gas solution for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3089, '2010-04-02', 100.00, 'Designscape Horticultural Services', '15 cubic yards of wood chips for use as mulch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3090, '2010-03-26', 3.75, 'Sugar & Spice', '5 pcs of banana bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3091, '2010-04-03', 139.79, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3092, '2010-04-03', 16.00, 'Eyebrows Style', 'Threading for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3093, '2010-04-03', 25.75, 'College Mall', 'Lunch for Arun, Minaxi, Ujala, and Minaxi\'s parents at the College Mall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3094, '2010-04-03', 27.57, 'Target', 'Organic formula for Aahna + 3-pair socks for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3095, '2010-04-03', 10.43, 'Claire\'s Boutique', 'Hair clips for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3096, '2010-04-06', 19.48, 'eBay', '7 0-3month Gymboree onsies for Kanchan and Ranjith\'s about-to-arrive daughter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3097, '2010-03-03', 544.25, 'Farmers Market', 'Includes $500 credit to Jenny and $14 for 1/4 gallon honey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3098, '2010-04-10', 39.45, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3099, '2010-03-31', 37.50, 'BP', 'Gas while going to Purdue for a workshop with Raquel. Minaxi did not claim this money from the research account based on the hope that mileage reimbursement for previous trips to CERIAS would come about.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3100, '2010-04-10', 44.00, 'Garage sale', '13 books, 6 puzzles, 3 dresses and a pair of tights, two pair shoes, one pair snow pants, and one jacket for Ujala; 2 dresses, 2 body suits, one pair shoes for Aahna. All from Montessori Garage Sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3101, '2010-04-10', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3102, '2010-04-01', 332.00, 'Hoosier Courts', 'Apr fee (4 weeks)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3103, '2010-04-15', 490.00, 'Bloomington Montessori School (BMS)', '$150 registration + $340 for last month of school fee (part-time pre-school attendance)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3104, '2010-04-16', 25.00, 'Southern Indiana Pediatrics', '2-month checkup for Aahna. None of the 4 shots given. She got one before her 4-month appt later on.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3105, '2010-04-13', 111.56, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3106, '2010-04-19', 125.00, 'Designscape Horticultural Services', '10 cubic yards of horse manure from Rocky River Farm (333-0261, 2025 N Russell Road)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3107, '2010-05-10', 1503.62, 'Monroe County Treasurer', 'Property tax'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3108, '2010-11-10', 1503.62, 'Monroe County Treasurer', 'Property tax'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3109, '2010-04-18', 15.50, 'ShowPlace 11', 'Alice in Wonderland: Ujala and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3110, '2010-04-24', 22.07, 'Menards', '$15 for asparagus roots. Rest are tomatoes, peppers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3111, '2010-04-24', 10.64, 'White River Co-op', 'Okra, lima bean seeds, plants.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3112, '2010-04-24', 28.75, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3113, '2010-04-17', 80.00, 'Farmers Market', 'Includes 2lbs stew meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3114, '2010-04-10', 20.00, 'Farmers Market', 'Includes 2lbs stew meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3115, '2010-04-17', 2.00, 'Farmers Market', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3116, '2010-04-24', 4.00, 'Farmers Market', 'Coffee for Arun, popcorns for everyone else'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3117, '2010-04-22', 40.00, 'Sameera', 'Lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3118, '2010-04-19', 23.06, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3119, '2010-04-19', 9.62, 'CVS', 'Mylicon 1oz -- gas solution for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3120, '2010-04-22', 4.48, 'Qdoba Mexican Grill', 'Breakfast for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3121, '2010-04-22', 147.62, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3122, '2010-04-24', 17.00, 'Menards', '3 bottles of Simple Green cleaning solution'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3123, '2010-04-24', 16.00, 'Menards', 'Two soap dispensers for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3124, '2010-05-02', 490.00, 'American Airlines', 'Change fee to move the return date for Minaxi\'s parents\' ticket to 5/19/10. Initial ticket: 1/21/10-7/18/10: DEL->IND, IND->DEL and vice versa'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3125, '2010-05-01', 32.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3126, '2010-05-01', 10.00, 'Garage sale', 'Convection bread maker.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3127, '2010-05-01', 2.20, 'Garage sale', 'Science game for Ujala that Arun thinks she is too young for.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3128, '2010-05-01', 110.16, 'Walmart', 'Includes salmon, cod and perch fillets, 12lbs for $46.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3129, '2010-05-01', 26.00, 'Walmart', 'Size 3 diapers (94 I think) for Aahna for nights.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3130, '2010-05-01', 6.65, 'Walmart', '2 sweaters for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3131, '2010-05-01', 95.00, 'Walmart', '3 Jeans, 4 blouses, 1 capri, 3 t-shirts for Minaxi\'s mother to gift in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3132, '2010-05-01', 70.59, 'Bloomington Hardware', 'Grass seed ($15 for 1000 sq ft), weed killer ($10), and fertilizer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3133, '2010-05-04', 7.50, 'Cafe Ami', 'Minaxi\'s lunch w/Georgia Tech girls.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3134, '2010-05-04', 39.23, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3135, '2009-04-30', 296.25, 'Probotics.com (Cyperceptions Inc)', 'Replacement cells (PROBKS1 - Battery SUPER Cell Replacement Kit), manual controller (MSB0118A manual controller, ESBC50B main board and forward)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3136, '2005-04-12', 1920.75, 'Probotics.com (Cyperceptions Inc)', 'RL1000 robomower with docking station, 50 extra perimeter wire pegs, 500ft extra perimeter wire'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3137, '2006-10-17', 106.55, 'Probotics.com (Cyperceptions Inc)', 'Replacement blades for robomower, a bag of 50 perimeter wire pegs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3138, '2010-05-05', 229.00, 'Probotics.com (Cyperceptions Inc)', 'Replacement battery for the robomower'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3139, '2010-05-05', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3140, '2010-05-07', 39.20, 'Inbound USA', 'Insurance for 10 more days (10-MAY-2010 to 19-MAY-2010) for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3141, '2010-04-29', 79.12, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3142, '2010-05-04', 28.72, 'Red Lobster', 'Chocolate cake (14 slices) for mother\'s day. There was a $10 discount for using Discover card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3143, '2010-05-08', 26.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3144, '2010-05-08', 5.00, 'Farmers Market', 'Coffee for Arun and popped corn for Ujala and Minaxi\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3145, '2010-05-08', 7.00, 'Farmers Market', '2 soaps.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3146, '2010-05-08', 11.50, 'Big Lots', 'Cookies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3147, '2010-05-08', 15.00, 'Big Lots', 'Lipsticks for Minaxi\'s mother to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3148, '2010-05-08', 2.00, 'Big Lots', 'Lipstick for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3149, '2010-05-08', 8.00, 'Big Lots', 'Two books for Ujala, one on lawns for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3150, '2010-05-08', 26.16, 'Big Lots', 'Toiletaries for guess bathroom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3151, '2010-05-15', 26.00, 'Garage sale', '6 dresses for Ujala, 10 books for Ujala, one pants for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3152, '2010-05-15', 6.00, 'Garage sale', '2-pair 0-3 months dresses for girls for gifting to Kanchan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3153, '2010-05-15', 29.00, 'Bloomingfoods Market & Deli', '1 gallon shampoo, Nature\'s Gate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3154, '2010-05-15', 70.21, 'Bloomingfoods Market & Deli', '$30 of sesame seeds and pumpkin seeds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3155, '2010-04-29', 20.00, 'Bloomingfoods Market & Deli', '10 trash stickers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3156, '2010-05-16', 33.44, 'Bloomingfoods Market & Deli', 'Mangoes, strawberries, and avacados from the Truckload Sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3157, '2010-05-15', 40.00, 'Bloomingfoods Market & Deli', '4 gallons of laundry detergent + 1 bottle of dish detergent.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3158, '2010-05-15', 25.00, 'Bloomingfoods Market & Deli', 'perfume for Minaxi, lotion for Arun, 2 litres of peppermint body wash.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3159, '2010-05-15', 348.20, 'Bloomingfoods Market & Deli', 'Includes 18 litres olive oil. Not organic but am told is the best there is since it does not use words'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3160, '2010-05-12', 50.00, 'IMU Tudor Room', 'Mother\'s day lunch for Minaxi\'s parents, Arun, Minaxi. Dalai Lama was in Bloomington, messing up the plans since his followers ate all the food and Tudor room had to prepare new food outside of the menu. Lines were long too :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3161, '2010-05-14', 18.08, 'Aver\'s Pizza', '2 medium one topping , 4 sauces pizzas using the daily double deal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3162, '2010-05-09', 31.00, 'Target', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3163, '2010-05-09', 25.00, 'Target', 'Formula for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3164, '2010-05-09', 30.00, 'Target', '9 bottles, 3 6 to 9-month nipples for Aahna + bike training wheels for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3165, '2010-05-09', 3.91, 'Target', 'Sensodyne toothpaste for Minaxi\'s parents. It costs $4.74+taxes but the amount entered is different because Minaxi\'s approximated other expenses incurred the same day.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3166, '2010-05-01', 683.00, 'Hoosier Courts', 'May fee (5 weeks) -- Ujala now goes full time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3167, '2010-05-15', 26.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3168, '2010-05-13', 23.41, '10th Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3169, '2010-04-30', 2.54, 'Sugar & Spice', '3 pcs of banana bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3170, '2010-05-19', 61.00, 'Amazon.com', 'Four books: \r\n1. Tomorrow\'s Table: Organic Farming, Genetics, and the Future of Food\r\n2. I Am a Strange Loop\r\n3. How to Improve Your Child\'s Eyesight Naturally: A Thoughtful Parent\'s Guide\r\n4. The Emotion Machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3171, '2010-05-22', 39.50, 'Farmers Market', 'Includes 2lbs of stew meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3172, '2010-05-22', 53.00, 'Garage sale', 'Summer, fall, winter clothing for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3173, '2010-05-22', 10.00, 'Garage sale', '2 pairs of shoes for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3174, '2010-05-22', 4.00, 'Garage sale', 'Party supplies and a book for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3175, '2010-05-19', 53.49, 'The Walking Company', 'Everyday office wear shoes for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3176, '2010-05-19', 16.04, 'Loft', 'Blouse for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3177, '2010-05-19', 5.00, 'Starbucks', 'Scone for Ujala and coffee for Arun at the airport while dropping off Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3178, '2010-05-19', 6.00, 'Indianapolis airport', 'Garage parking when dropping off Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3179, '2010-05-19', 4.71, 'Godiva', 'Pistachio covered chocolate on a waffle cone for Ujala at the Circle Center Mall. Amount includes $1.50 of parking at the Mall as well.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3180, '2010-05-19', 3.48, 'Claire\'s Boutique', 'Hair bands and nail polish for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3181, '2010-05-14', 42.18, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3182, '2010-05-06', 10.50, 'USPS', 'Mailing fee for Arun\'s Japan visa. He will attend a conference.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3183, '2010-04-23', 50.00, 'Samira Restaurant', 'Lunch for Arun, Ujala, Minaxi, and Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3184, '2010-05-27', 81.00, 'Elizabeth Wain', 'Journalism student babysat Aahna for 9 hours this week'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3185, '2010-05-29', 35.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3186, '2010-05-29', 5.00, 'Garage sale', '2 books, a scrap book, stickers, a magic wand for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3187, '2010-05-27', 16.37, 'China Wok', 'Take-out dinner for Ujala, Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3188, '2010-06-05', 24.75, 'Farmers Market', '+$22.50 from Jenny (pre-paid $500 beginning of the season)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3189, '2010-06-06', 45.00, 'Marissa Newhoff', 'Dusting and cleaning (IU student, with her fiance Kristopher Mundi)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3190, '2010-06-04', 9.00, 'Garage sale', '6 body suits, 2 onsies for Aahna, 1 skirt, 2 T-shirts, 1 capris, 6 books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3191, '2010-06-03', 90.00, 'Elizabeth Wain', 'Journalism student babysat Aahna for 9.5 hours this week. Watched Ujala one of those days, so paid for 10 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3192, '2010-06-01', 439.00, 'Hoosier Courts', 'June fee (4 weeks) -- Ujala will go full time until 6/18 and then drop down to part-time in the morning until she goes to Montessori pre school camp.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3193, '2010-06-08', 155.00, 'Bloomington Montessori School (BMS)', '$155 for 2-week summer camp, 7/19-7/30, 8:30am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3194, '2010-06-08', 15.96, 'Scholars Inn Bakehouse', 'Breakfast for Arun and Minaxi (Euro sandwiches were $2 each for summer and Arun had a latte) + a few goodies for home (1 brownie, 2 loaves bread at 50% off)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3195, '2010-06-09', 75.00, 'Marissa Newhoff', 'Dusting and cleaning (IU student, with her fiance Kristopher Mundi)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3196, '2010-06-11', 130.50, 'Elizabeth Wain', 'Journalism student babysat Aahna for 14.5 hours this week'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3197, '2010-06-11', 12.00, 'Farmers Market', 'Water-melon, cherries, tomatoes from a street farmer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3198, '2010-06-11', 3.50, 'Garage sale', '11 pairs of socks and a stick pad for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3199, '2010-06-12', 14.00, 'Garage sale', '2 dresses, 1 top, 3 books for Ujala; 12-pair socks, 5 body suits, 6 onsies, 6 leggings for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3200, '2010-06-12', 44.00, 'Farmers Market', 'No deduction from Jennie\'s stall, I paid money for what I bought'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3201, '2010-06-05', 37.89, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3202, '2010-06-10', 41.58, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3203, '2010-06-13', 26.50, 'Walmart', '4 bags of softener salt + 3-pack kitchen scrubbers + 3-pack rough scrubbers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3204, '2010-06-13', 30.00, 'Walmart', 'Size 3 diapers (124) for Aahna + $2 bottle brush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3205, '2010-06-14', 22.00, 'Walmart', 'Includes 1lb almonds ($8) and 2lbs cherries ($5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3206, '2010-06-14', 23.03, 'Walmart', 'Double-sided non-rewritable DVDs, 15pk + permanent glue ($2)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3207, '2010-06-14', 21.50, 'Walmart', 'Machine washable, no-rings or liner required shower curtain for the guest bath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3208, '2010-06-14', 9.00, 'Walmart', '200 Calcium Citrate tablet for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3209, '2010-06-14', 7.00, 'Walmart', 'Tongue cleaners for Arun, Minaxi, and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3210, '2010-06-14', 12.00, 'Walmart', 'Painting supplies + 3-D chalks for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3211, '2010-06-15', 54.00, 'Elizabeth Wain', 'Journalism student babysat Aahna for 6 hours this week (only Mon and Tue)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3212, '2010-06-15', 61.36, 'Amazon.com', 'Battery for the Worx GT 151.5 trimmer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3213, '2010-06-18', 637.24, 'Inbound USA', 'Insurance for 179 days (19-JUN-2010 to 14-DEC-2010) for Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3214, '2010-06-19', 16.75, 'Farmers Market', '$13 from Jennie\'s stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3215, '2010-06-18', 9.00, 'Garage sale', 'Toys for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3216, '2010-06-20', 5.98, 'Walmart, Pittsburgh, PA', 'Pita pockets and ice-cream in Pittsburgh during our vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3217, '2010-06-20', 34.90, 'Carnegie Science Center', 'Museum entry tickets for Arun\'s parents + $5 parking during Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3218, '2010-06-18', 93.00, 'WonderLab Museum', 'Membership fee till 6/30/2011'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3219, '2010-06-19', 23.76, 'Panda Chinese Restaurant', 'Lunch for Arun, his parents, Minaxi, and Ujala outside of Indianapolis while dring toward our Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3220, '2010-06-18', 19.46, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3221, '2010-06-19', 46.32, 'BP', 'Gas for the van just before entering Pittsburgh for our vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3222, '2010-06-19', 11.15, 'Kroger, Zanesville, OH', 'Coffee for Arun and his parents, water for Arun\'s father, and crackers for Ujala in Zanesville, on our way to Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3223, '2010-06-21', 268.94, 'Residence Inn, Coraopolis, PA', 'By Marriot, near Pittsburgh airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3224, '2010-06-22', 46.65, 'Shell, Gaithersburg, MD', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3225, '2010-06-21', 35.00, 'El Ranchero, Hagerstown, MD', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3226, '2010-06-22', 23.21, 'Minerva Indian Cuisine, Gaithersburg, MD', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3227, '2010-06-27', 27.20, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3228, '2010-06-17', 106.89, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3229, '2010-06-26', 35.00, 'Farmers Market', '$10.50 from Jennie\'s stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3230, '2010-06-26', 20.00, 'Garage sale', 'Christmas tree, decorations, 2 wreaths, 2 garlands'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3231, '2010-06-17', 28.73, 'Target', 'Formula + 4 6-9 month nipples for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3232, '2010-06-17', 50.00, 'Target', 'Gift card for Sikandar\'s b\'day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3233, '2010-06-24', 25.06, 'Wendy\'s, Washington, PA', 'Lunch for Arun, his parents, Ujala, and Minaxi while returning from DC vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3234, '2010-06-24', 45.21, 'MOJ Corporation, Washington, PA', 'Gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3235, '2010-06-24', 37.00, 'COSI Columbus', 'Museum entry tickets for Arun\'s parents + $12 for their 3D IMAX tickets at the Columbus science center'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3236, '2010-06-25', 35.07, 'Chipotle, Columbus, OH', 'Lunch for Arun, his parents, Ujala, and Minaxi while returning from DC vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3237, '2010-06-25', 11.87, 'Starbucks, Richmond, IN', 'Coffee for Arun, his parents, chocolate milk for Ujala, and small cookie for Minaxi while returning from DC vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3238, '2010-06-25', 36.38, 'BP', 'Gas for the van near Columbus, OH, while returning from our Pittsburgh vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3239, '2010-06-21', 12.50, 'Toll, Pennsylvania Turnpike', 'Toll while heading toward DC'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3240, '2010-06-23', 7.00, 'Toll, DC', 'Toll while visiting Rupam. Onward: $5. Return $2, since Rupam told us a way to avoid toll'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3241, '2010-06-22', 18.00, 'DC Metro', 'Roundtrip tickets for Arun and Minaxi to attend the NSF broader impacts summit in DC'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3242, '2010-06-23', 18.00, 'DC Metro', 'Roundtrip tickets for Arun and Minaxi to attend the NSF broader impacts summit in DC'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3243, '2010-06-25', 148.28, 'Homewood Suites, Columbus, OH', 'By Hilton'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3244, '2010-06-24', 657.50, 'Summerfield Suites, Gaithersburg, MD', 'By Hyatt, near Arlington, VA where Arun and Minaxi attended an NSF workshop on broader impacts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3245, '2010-06-24', 50.00, 'MEDEXPRESS, Washington, PA', 'Aahna dislocated a bone in her right elbow while leaving from DC. The condition is called Nursemaid\'s elbow. She has to be taken into emergency care en route to Columbus!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3246, '2010-07-01', 42.00, 'City of Bloomington', 'Eight 30-min swimming classes for Ujala over a two-week period, Mon-Thur, 6-6:30pm, starting 7/5/10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3247, '2010-05-26', 3.45, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3248, '2010-07-03', 40.00, 'Farmers Market', '$16 from Jennie\'s stall. Includes $2.55 of popcorn and water for Ujala and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3249, '2010-07-06', 8.00, 'Thai A Roy D Kitchen', 'Lunch with Judy Qiu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3250, '2010-06-25', 24.89, 'Target', 'Formula for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3251, '2010-07-01', 55.30, '10th Street Market', 'Includes aata and lentils'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3252, '2010-06-10', 25.00, 'Southern Indiana Pediatrics', '4-month checkup for Aahna + second of the four vaccination shots.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3253, '2010-07-05', 25.00, 'Southern Indiana Pediatrics', 'Emergency care for Aahna since her left eye was watery. It turned out to be due to the peppermint bodywash.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3254, '2010-06-29', 119.01, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3255, '2010-07-05', 25.13, 'Sahara Mart', '3 gallons milk and two packs of pita bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3256, '2010-07-02', 8.00, 'Yogi\'s Grill and Bar', 'Lunch for Minaxi while meeting with security faculty'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3257, '2010-07-05', 13.35, 'Bloomington Hardware', 'Beettle trap ($9.00) and potting soil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3258, '2010-07-02', 2.54, 'Sugar & Spice', 'Chocolate chip cookies for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3259, '2010-06-02', 2509.20, 'Expedia.com', 'Delta tickets for Arun\'s parents (16-JUN-2010 to 14-DEC-2010)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3260, '2010-07-15', 29.00, 'The Design Studio', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3261, '2010-07-15', 42.00, 'City of Bloomington', 'Eight 30-min swimming classes for Ujala over a two-week period, Mon-Thur, 6:30-7:10pm, starting 7/26/10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3262, '2010-07-14', 33.00, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3263, '2010-07-14', 5.23, 'Bloomingfoods Market & Deli', 'Toothpaste for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3264, '2010-07-15', 15.00, 'Monroe County Health Dept', 'Birth certificate for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3265, '2010-07-17', 41.00, 'Farmers Market', '$17.50 from Jennie\'s stall. Includes $1 of popcorn for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3266, '2010-07-17', 121.20, 'USPS', 'Aahna\'s passport fee ($80), processing fee ($25), photos ($15), money order fee ($1.20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3267, '2010-07-10', 35.00, 'Farmers Market', '$15 from Jennie\'s stall (guessed amount)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3268, '2010-07-01', 0.00, 'Hoosier Courts', 'Ujala attended for two weeks. No fee since the deposit paid in 2009 took care of the fees.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3269, '2010-07-10', 116.60, 'Indianapolis Zoo', 'Yearly membership valid till 7/9/2011 ($109.00) + one senior ticket for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3270, '2010-07-10', 18.00, 'Indianapolis Zoo', 'Misc refreshments for Ujala, Minaxi, and Arun\'s parents at the Zoo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3271, '2010-07-10', 8.95, 'Indianapolis Zoo', 'Face painting for Ujala at the Zoo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3272, '2010-07-10', 50.91, 'Sahara Mart', 'Hummus+pita for the picnic, some groceries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3273, '2010-07-08', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3274, '2010-07-08', 8.45, 'The UPS Store, IMU', 'Priority mail package for dadi-ji in New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3275, '2010-07-09', 20.00, 'Avers Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3276, '2010-07-14', 2.70, 'Sugar & Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3277, '2010-07-04', 16.00, 'ShowPlace 12 West', 'Toy Story 3 3D, tickets for Arun and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3278, '2010-07-16', 32.44, 'Scholars Inn Bakehouse', 'Cake for Ujala\'s last day at Hoosier Courts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3279, '2010-07-16', 5.00, 'Scholars Inn Bakehouse', 'Bagel for Minaxi and stuffed croissant for Arun, for breakfast, while picking cake for Ujala\'s last day at Hoosier Courts (amount is approximate)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3280, '2010-07-03', 37.28, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3281, '2010-07-17', 38.98, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3282, '2010-06-24', 319.93, 'Apple', 'iPhone 4 for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3283, '2010-06-28', 14.90, 'Buy.com', 'Power supply for Compaq Presario CQ60 (18.5V, 3.5A, 65W)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3284, '2010-05-19', 6.00, 'Indianapolis Airport', 'Parking fee while dropping MInaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3285, '2010-07-24', 39.75, 'Farmers Market', '$40 from Jennie\'s stall, which includes $18 for beans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3286, '2010-07-26', 64.84, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3288, '2010-07-28', 25.00, 'Southern Indiana Pediatrics', '6-month check-up for Aahna. She has not even had her 4-month vaccinations yet. She was going to get them today but had a cold, thanks to Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3289, '2010-07-28', 2696.00, 'Bloomington Montessori School (BMS)', 'Fee for 2010-2011 academic year, 8:30am-11:30am (there is a $24 discount for pre-payment)!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3290, '2010-07-28', 41.66, 'IU Bookstore', 'Umbrella, sweat-shirt for Andrew (Youngsang, Chris, Pairoj each contributed $10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3291, '2010-07-29', 11.00, 'Garage sale', 'Wooden horse and 9 books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3292, '2010-08-07', 23.25, 'Farmers Market', '$27.25 from Jennie\'s stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3293, '2010-07-31', 66.00, 'Farmers Market', '$20 (?) from Jennie\'s stall. $66 includes $30 of tomatoes for freezing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3294, '2010-08-07', 50.00, 'Garage sale', 'In Step side-by-side stroller, upper end model from 2006 (11-AR265)).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3295, '2010-08-03', 16.48, 'Scholars Inn Bakehouse', 'Breakfast for Arun and Minaxi + a few goodies for home (1 brownie, 2 loaves bread at 50% off)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3296, '2010-08-06', 15.00, 'ASPCA', 'Donation for their drive to rehabilitate rescued fight dogs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3297, '2010-06-09', 3.14, 'Sugar & Spice', 'Cookie for Minaxi, 2 slices of cake-bread for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3298, '2010-07-17', 140.41, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3299, '2010-08-01', 32.10, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3300, '2010-07-31', 13.83, 'USPS', 'Parcel to Minti-Charu containing maternity cloths'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3301, '2010-10-07', 100.00, 'Bed Bath & Beyond', 'Gift card for Akola/Krishnan\'s daughter\'s wedding reception'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3302, '2010-08-09', 27.31, 'E-Bay', 'Accu-Chek Go test strips, pack of 50 (expires 07/2011), shipped from Australia for AUS $20 + AUS $9 for shipping and handlng'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3303, '2010-07-20', 60.46, 'Target', 'Two Similac organic, two sets of 3 glass bottles each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3304, '2010-07-20', 50.00, 'Target', 'Gift certificate for Amr on the birth of his daughter Huda'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3305, '2010-08-07', 42.82, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3306, '2010-08-05', 6.35, 'Sugar & Spice', 'Coffee for Arun, cakes and cookies for Minaxi and others'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3307, '2010-07-30', 22.42, 'China Wok', 'Dinner pickup'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3308, '2010-08-03', 16.48, 'Scholars Inn Bakehouse', 'Breakfast for Arun and Minaxi + some bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3309, '2010-08-07', 12.68, 'Starbucks', 'Coffee for Arun and his parents, pumpkin loaves for Ujala and Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3310, '2010-08-14', 31.25, 'Farmers Market', '$30 from Jennie\'s stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3311, '2010-08-15', 48.00, 'St. Louis Carriage Ride', 'For Arun, Minaxi, Ujala, Aahna, and Arun\'s parents during St Louis vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3312, '2010-08-15', 60.00, 'Wonton House (St. Louis)', 'Lunch for Arun, Minaxi, Ujala, and Arun\'s parents during St. Louis vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3313, '2010-08-15', 27.94, 'Shell (St. Louis)', 'Gas during St. Louis vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3314, '2010-08-16', 35.28, 'St Louis Science Center', 'Lunch for Arun, Minaxi, Ujala, and Arun\'s parents during St. Louis vacation. Entry was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3315, '2010-08-16', 52.49, 'Akshar Food Travel (St. Louis)', '40 lbs aata, 8 lbs daal etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3316, '2010-08-16', 54.28, 'Target (St. Louis)', 'Two Similac organic, 2 nipples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3317, '2010-08-16', 4.05, 'McDonald\'s (St. Louis)', 'Drinks for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3318, '2010-08-17', 47.00, 'Gateway Arch Riverfront (St. Louis)', 'Arch entry fee for $6*2 parking for Arun, his parents, and Ujala during St. Louis vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3319, '2010-08-18', 27.00, 'St. Louis Zoo', '$11 parking, $26 for train and carousel rides for Ujala and one adult, during St. Louis vacation. The zoo was free!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3320, '2010-08-18', 31.46, 'St. Louis Zoo', 'Lunch for Arun, his parents, and Ujala at the zoo, during St. Louis vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3321, '2010-08-18', 35.27, 'Shell (St. Louis)', 'Gas during St. Louis vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3322, '2010-08-13', 42.97, 'Royal on the East Side', 'Oil change'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3323, '2010-08-13', 75.01, 'Royal on the East Side', 'Oil change + tire rotation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3324, '2010-08-12', 32.09, 'Big Red Liquors', 'Black label Johnnie Walker, 750ml'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3325, '2010-08-03', 330.80, 'Delta Airlines', '2 x $165.40, air tickets for Arun\'s parents to New York, departing 2010-AUG-20, returning 2010-AUG-25'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3326, '2010-08-12', 97.59, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3327, '2010-08-05', 58.78, 'Sahara Mart', 'Got charged twice for wraps worth $4.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3328, '2010-08-12', 75.01, 'Royal on the East Side', 'Oil change and tire rotation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3329, '2010-08-14', 13.00, 'Smartstyle@Walmart', 'Haircut for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3330, '2010-08-14', 18.00, 'Smartstyle@Walmart', 'Haircut for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3331, '2010-07-09', 3.14, 'Sugar & Spice', 'Cookie for Minaxi, cake for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3332, '2010-08-19', 3.26, 'The Market @IMU', 'Odwalla mango juice for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3333, '2010-08-14', 5.34, 'Sam\'s Club', 'Whole cooked chicken for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3334, '2010-08-01', 38.00, 'Sam\'s Club', 'Fiber ($20), stevia, and antacid for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3335, '2010-08-01', 40.00, 'Sam\'s Club', 'Size 3 Pampers diapers for Aahna (160?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3336, '2010-08-01', 48.00, 'Sam\'s Club', 'Toilet paper (36 roles) + kitchen towel (12 roles) + ear buds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3337, '2010-08-01', 124.50, 'Sam\'s Club', 'Includes almonds, cashews, walnuts, biscotti, crackers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3338, '2010-08-14', 75.00, 'Walmart', 'Undergarments for Arun\'s father and mother, Gillette Fusion blades for his father, multi-vitamins for his father and lipstick and nail polish for his mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3339, '2010-08-14', 27.00, 'Walmart', '8 Gillette Fusion blades for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3340, '2010-08-14', 6.00, 'Walmart', 'Bracelet and index cards for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3341, '2010-08-14', 14.00, 'Walmart', 'Undergarments for Ujala (22 panties!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3342, '2010-08-14', 9.00, 'Walmart', 'Calcium for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3343, '2010-08-14', 23.16, 'Walmart', '4 packs of cereal, veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3344, '2010-08-27', 408.31, 'TruGreen Chemlawn', 'One chemical and fertilizer application at the (old) rate of $72, aeration + reseeding at $280 (discounted $40) and another fertilizer application at $72. Two more $72 applications next Spring. Pre-payment helped save an additional $42.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3345, '2010-08-26', 61.82, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3346, '2010-08-19', 72.95, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3347, '2010-08-19', 14.00, 'Bloomingfoods Market & Deli', '6 ginger oat cakes for Dadiji in NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3348, '2010-08-21', 13.38, 'Oliver Winery', 'Pinot Grigio'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3349, '2010-08-12', 171.56, 'Ameriflow Water Systems', '6 filters and a membrane to have worry-free reverse osmosis water until the summer of 2012. Three filters got used up in Aug\'10. The rest of the filters and the membrane would get used up in summer 2011.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3350, '2010-08-27', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3351, '2010-08-21', 22.00, 'Farmers Market', '$30 from Jennie\'s stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3352, '2010-08-28', 45.00, 'Farmers Market', '$15 from Jennie\'s stall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3353, '2010-08-28', 30.00, 'Garage sale', 'Car seat ($15) for Aahna, 13 books for Ujala, 2 dresses and 9 halloween costumes for Ujala; 2 skirts for Aahna,'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3354, '2010-08-28', 20.00, 'Garage sale', '20 blouses, 5 fleece, 1 jeans, 2 pajamas for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3355, '2010-08-28', 16.84, 'Old Navy', 'Cloths for Kasvi and Rajat, to be given by Arun\'s parents when they return to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3356, '2010-08-28', 11.13, 'Sears', 'Cloths for Kasvi, to be given by Arun\'s parents when they return to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3357, '2010-09-01', 31.00, 'Amazon', 'Magnetic MightyMind for Isha and Koyal, Think Fun Shape-by-shape for Megan. Both are birthday presents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3358, '2010-09-11', 55.00, 'Farmers Market', '$36 from Jenny, including $16 for 2lbs of lamb meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3359, '2010-09-15', 15.05, 'eBay', '2 Gymboree Fall frocks for Ujala (used, $6.49 is shipping!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3360, '2010-09-16', 15.96, 'eBay', '5 night suites for Ujala ($10.70 shipping!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3361, '2010-09-18', 57.50, 'Farmers Market', '$30 from Jenny. $19.75 for 6lbs honey.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3362, '2010-09-18', 37.50, 'Bloomington Montessori School (BMS)', 'Materials fee for 2010-2011 academic year for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3363, '2010-09-14', 63.00, 'K. Luke Eades DDS PC', 'Dental check-up for Ujala since she was complaining that a couple of her tooth/gums above hurt. Turned out to be nothing, she just had to stop scratching them.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3364, '2010-09-14', 49.78, 'Target', '2 24oz packs of formula for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3365, '2010-09-14', 26.74, 'Target', 'Booster seat for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3366, '2010-09-18', 16.47, 'Target', 'Nivea for Arun\'s mother, shaving gel, after shave, notebook for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3367, '2010-09-04', 36.00, 'Scholars Inn Bakehouse', 'Cake for Ujala\'s b\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3368, '2010-09-04', 69.23, 'Kroger', 'Food for Ujala\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3369, '2010-09-04', 30.00, 'Kroger', 'Bought while shopping for Ujala\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3370, '2010-09-20', 6.75, 'eBay', '2 tops for Ujala. Had bid on multiple items but got outbid on all the interesting ones. Landed with this uneconomical one. Such is eBay. It sucks!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3371, '2010-09-23', 35.60, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3372, '2010-09-23', 50.00, 'Southern Indiana Pediatrics', 'Aahna has an ear infection! Plus, 4-year wellness check for Ujala. She got MMR+chicken pox, DTap+polio, and flu shots.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3373, '2010-09-23', 10.00, 'Garage sale', 'One summer and one winter outfit for Aahna, all new with tags.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3374, '2010-09-24', 13.51, 'eBay', '9 tops for Ujala. Not all will fit this season. Shipping = $10.95'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3375, '2010-09-25', 52.00, 'Farmers Market', '$21.50 from Jenny.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3376, '2010-09-25', 9.50, 'Garage sale', 'Lamp for Ujala\'s room, oven mitt etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3377, '2010-09-24', 23.00, 'Dragon Express', 'Chinese takeout for Arun, Minaxi, Arun\'s parents and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3378, '2010-08-03', 30.48, 'Bloomingfoods Market & Deli', 'Nordic Naturals fish oil for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3379, '2010-09-11', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3380, '2010-09-11', 115.47, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3381, '2010-09-11', 78.00, 'Amol India', 'Lunch with Arun\'s parents and Kanchan-Ranjith. We paid for everyone.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3382, '2010-09-23', 27.73, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3383, '2010-09-03', 10.69, 'Kroger', 'Bouquet for Anju and Melanie\'s wedding party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3384, '2010-09-18', 42.89, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3385, '2010-08-23', 33.62, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3386, '2010-09-03', 5.74, 'Bloomington Bagel Co', 'Breakfast bagels for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3387, '2010-09-18', 2.13, 'Target', 'Printing Ujala\'s baby picture for her birthday month at BMS'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3388, '2010-08-20', 4.00, 'Indianapolis airport', 'Garage parking when dropping off Arun\'s parents for New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3389, '2010-08-25', 4.00, 'Indianapolis airport', 'Garage parking when picking up Arun\'s parents from New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3390, '2010-08-25', 11.28, 'Starbucks', 'Coffee for Arun and his parents at the Indianapolis airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3391, '2010-09-27', 39.02, 'eBay', '9 long sleeve T shirts, 3 leggings for this fall in size 5; 4 bermuda shorts, 4 tops in size 6 for next summer for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3392, '2010-09-27', 32.33, 'eBay', '16 long sleeve T shirts for Ujala in 5-6. She will wear some in the summer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3393, '2010-09-19', 6.76, 'Sahara Mart', '3 6-pack whole wheat pitas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3394, '2010-09-04', 53.50, 'Farmers Market', '$21 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3395, '2010-09-04', 37.07, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3396, '2010-09-04', 38.51, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3397, '2010-09-29', 919.13, 'Dell', 'Dell Inspiron Zino-HD 410 computer, 1TB HDD, BluRay, AMD Phenom II X4 P940 Quad Core @ 1.7GHz with 2MB L2 cache, 6GB DDR3 SDRAM, ATI Mobility Radeon HD 5450 MXM, Windows 7 64-bit home premium; plus wireless keyboard and media center remote'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3398, '2010-10-03', 25.40, 'eBay', '10 summer dresses, 3 gymboree sweaters for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3399, '2010-10-04', 21.50, 'eBay', '5 dresses, two tights for Ujala for this winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3400, '2010-10-04', 22.23, 'eBay', '3 jumpers, 3 dresses, 1 skirt, 1 tunic-legging set, 1 sweater, 1 shirt for Ujala for this winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3401, '2010-07-31', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3402, '2010-10-07', 23.00, 'eBay', '2 Gymboree/GAP dresses for Ujala for this winter. $5.99 shipping.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3403, '2010-10-08', 18.00, 'Craigslist', '6 pairs of new Carter\'s size 6 leggings for Ujala. May last until next winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3404, '2010-10-08', 35.00, 'eBay', '2 GAP and 1 Maggie Zoe dresses for Ujala for this Fall. $5 shipping. This NY woman was frustrating to deal with!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3405, '2010-10-10', 34.72, 'eBay', '2 dresses, 2 leggings, 5 blouses, 4 skirts for Ujala, 12 2-yr winter cloths for Aahna, including 5 leggings, 2 sweaters, and a skirt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3406, '2010-10-05', 21.40, 'IU Apple Store', 'Windows 7 Ultimate 64-bit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3407, '2010-10-08', 43.27, 'Rice University Bookstore', 'Gifts for Neelsh and Sandhya\'s kids: bird-book with sounds ($24.99) for Urvi, t-shirt ($14.98) for Purush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3408, '2010-10-08', 27.04, 'Rice University Bookstore', 'Rice alumni car license plate frame'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3409, '2010-10-08', 59.49, 'Rice University Bookstore', 'T-shirt for Aahna ($14.98), hooded fleece for Ujala ($39.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3410, '2010-10-16', 52.00, 'Farmers Market', '$12.50 from Jenny. I have consumed my $500 for this season.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3411, '2010-10-09', 20.00, 'Farmers Market', '$30 from Jenny'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3412, '2010-10-09', 7.00, 'Brown County State Park', 'Park entry + $2 pony ride during Ujala\'s School Fall fest.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3413, '2010-10-02', 170.09, 'Bloomingfoods Market & Deli', '$32 for Aahna\'s formula'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3414, '2010-10-02', 59.00, 'Farmers Market', '$15 from Jenny'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3415, '2010-10-02', 42.00, 'Bloomingfoods Market & Deli', 'Multi-vitamins for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3416, '2010-10-02', 12.00, 'Bloomingfoods Market & Deli', 'Shaving cream for Arun, toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3417, '2010-10-16', 45.00, 'Bloomingfoods Market & Deli', 'Laundry (2) and dishwasher detergent, toothpaste, lotion (2), shaving cream (2) from Bloomingfoods tent sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3418, '2010-10-16', 390.96, 'Bloomingfoods Market & Deli', 'Olive oil ($135), maple syrup ($15), tofu ($13), canned tomatoes ($19), cheese ($21), raisins ($12) and other misc from Bloomingfoods tent sale + $24 for milk from Bloomingfoods'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3419, '2010-10-08', 40.00, 'Sam\'s Club', 'Size 3 Huggies diapers for Aahna (180?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3420, '2010-10-08', 12.00, 'Sam\'s Club', 'Glucosamine/MSM tablets for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3421, '2010-10-08', 17.00, 'Sam\'s Club', 'Chocolates to give away on Halloween, hot chocolate mix for Ujala\'s school\'s fall festival picnic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3422, '2010-10-08', 210.67, 'Sam\'s Club', 'Rice ($12 for 15lbs), almonds ($12), cashews ($12), snacks ($20 or so) and other misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3423, '2010-10-08', 10.00, 'Sam\'s Club', 'Sanitary napkins for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3424, '2010-10-05', 10.00, 'CVS', 'Glucose monitor for Arun\'s father (after $10 discount due to CVS card): ACCU AVIVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3425, '2010-10-05', 13.02, 'CVS', 'Airborne for infection prevention + corn removal pads for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3426, '2010-10-02', 31.47, 'Scholars Inn Bakehouse', 'Coffee + crossaint for Arun\'s parents, muffin for Ujala, brownie + Euro for Minaxi and two take-out personal pizzas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3427, '2010-10-02', 3.45, 'Sugar & Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3428, '2010-10-05', 19.67, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3429, '2010-09-01', 99.00, 'Amazon', '4 packs of Earth\'s Best dairy baby formula for Aahna. Normal cans are 25.7oz. These are 20% more each. Bloomingfoods sells each can for $33.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3430, '2010-10-23', 55.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3431, '2010-10-23', 17.00, 'Garage sale', 'Clothes for Ujala and Aahna (Minaxi, please verify the purchase)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3432, '2010-10-23', 5.00, 'Garage sale', 'Child gate for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3433, '2010-10-15', 4.00, '900 Hair Design (IMU)', 'Haircut for Arun. Haircut was free, the amount is only the tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3435, '2010-10-16', 15.00, 'The Razor\'s Image', 'Haircut for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3436, '2010-10-22', 20.18, 'Aver\'s Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3437, '2010-10-23', 13.43, 'Starbucks', 'Coffee and banana nut bread for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3438, '2010-10-24', 48.00, 'Mike Shepherd', 'Trimming of bushes by an IU student who runs his lawn care company (shepherdm@indiana.edu, 525-2606)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3439, '2010-10-25', 35.97, 'Computer Gear (via amazon.com)', 'BBC\'s BluRay disc set \"Planet Earth: The Complete Collection\" as Arun\'s father\'s birthday present'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3440, '2010-10-26', 36.36, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3441, '2010-11-01', 5.69, 'Sugar & Spice', 'Breakfast coffee and snack for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3442, '2010-10-30', 45.00, 'Cracker Barrel', 'Lunch with Arun\'s parents, treat for Arun\'s father\'s birthday on Nov 2nd'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3443, '2010-11-01', 25.00, 'Southern Indiana Pediatrics', '9-month check-up for Aahna. She got her 4-month vaccinations + first of the two doses of the flu shot.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3444, '2010-11-01', 20.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3445, '2010-10-20', 53.92, 'Bloomingfoods Market & Deli', 'Includes $33 for 25oz Earth\'s Best organic formula for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3446, '2010-10-20', 10.00, 'Bloomingfoods Market & Deli', 'Dr. Bronner\'s 1 litre body soap.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3447, '2010-10-28', 57.17, 'Bloomingfoods Market & Deli', 'Bill includes credit for the $12.60 extra charge for a 6-pack tofu during the tent sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3448, '2010-10-28', 30.00, 'Bloomingfoods Market & Deli', 'Fish oil supplement for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3449, '2010-10-28', 20.00, 'Bloomingfoods Market & Deli', '10 trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3450, '2010-10-30', 73.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3451, '2010-10-30', 7.00, 'Farmers Market', 'Two medium coffees and three small popcorns'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3452, '2010-11-05', 20.00, 'SoIC', 'Indiana teens experiencing homelessness.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3453, '2010-11-08', 23.59, 'Amazon.com', 'Spice grinder, KitchenAid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3454, '2010-11-06', 80.00, 'Farmers Market', 'Includes $12 of chicken drumsticks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3455, '2010-11-10', 25.00, 'Craigslist', 'Two 25.7oz canisters of soy-based Earth\'s Best organic formula for Aahna from a Jill Stowers working at IU hospital.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3456, '2010-11-11', 29.92, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3457, '2010-11-13', 50.00, 'Farmers Market', 'Includes $19 for 2lbs of stew meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3458, '2010-11-13', 15.00, 'Diwali Party', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3459, '2010-11-12', 205.00, 'Indian Consulate at Chicago', 'Fee for Aahna\'s PIO card'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3460, '2010-11-12', 18.50, 'Pakistani Restaurant (Chicago)', 'Lunch for Arun and his father while applying for Aahna\'s PIO card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3461, '2010-11-22', 38.88, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3462, '2010-11-23', 115.00, 'Bloomington Montessori School (BMS)', 'Ujala\'s lunch program fee for Nov 2010'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3463, '2010-11-20', 9.52, 'Starbucks', 'Coffee for Arun and his parents at Barnes and Noble'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3464, '2010-11-20', 18.08, 'Barnes and Noble', 'Books for Arun\'s father: \"Republic\" and \"Arabian Nights\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3465, '2010-11-20', 20.32, 'Best Buy', 'Rechargeable battery for cordless telephone'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3466, '2010-11-18', 37.67, 'Bloomingfoods Market & Deli', 'Milk and bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3467, '2010-11-20', 26.74, 'KFC', 'One 12-piece meal for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3468, '2010-11-20', 50.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3469, '2010-11-17', 43.52, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3470, '2010-11-30', 135.00, 'Amazon', 'Watch for Arun\'s sister. Retails for $225.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3471, '2010-11-27', 25.00, 'Scholars Inn Bakehouse', 'Gift card for Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3472, '2010-11-29', 126.37, 'Bloomingfoods Market & Deli', 'Includes chicken ($8)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3473, '2010-11-29', 6.00, 'Bloomingfoods Market & Deli', 'Toothpaste for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3474, '2010-12-01', 68.66, 'Amazon', 'Breville stainless steel, cordless, electric kettle for Arun\'s Christmas gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3475, '2010-12-03', 25.00, 'Jill Duffee Wood', 'Payment for editing grant introduction (jdwood@indiana.edu)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3476, '2010-11-19', 26.78, '10th Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3477, '2010-11-20', 17.64, 'Target', 'Anamika and Ally\'s birthday presents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3478, '2010-12-19', 20.99, 'Paradise Shops (Washington DC, DCA airport)', 'Zip-up fleece for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3479, '2010-11-08', 63.16, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3480, '2010-12-12', 81.05, 'Patel Brothers (Chicago)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3481, '2010-11-07', 11.99, 'Starbucks', 'Coffee and scones for Arun\'s parents at Target'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3482, '2010-11-12', 24.00, 'Indian Consulate at Chicago', 'Parking while applying for Aahna\'s PIO card. The trip was made because Arun\'s father had to appear in person at the Consulate to retain his pension.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3483, '2010-11-12', 81.05, 'Patel Brothers (Chicago)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3484, '2010-11-12', 95.00, 'Arun\'s parents', 'Overpayment in response to the cash borrowed for Aahna\'s PIO card at Chicago Consulate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3485, '2010-11-12', 2.97, 'Starbucks', 'Coffee for Arun\'s father enroute to Chicago for Aahna\'s PIO card. The trip was made because Arun\'s father had to appear in person at the Consulate to retain his pension.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3486, '2010-11-24', 70.00, 'Olive Garden', 'Lunch for Arun, his parents, Minaxi, and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3487, '2010-12-03', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3488, '2010-11-26', 23.11, 'Yangkey\'s Tibet Shop', 'Woollen hats, one each for Minaxi and Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3489, '2010-11-26', 21.38, 'CVS', 'Cold medicine for Arun\'s mother: Nyquil cough syrup and Mucinex DM (20 capsules)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3490, '2010-11-26', 7.86, 'Starbucks', 'Latte for Arun and Eggnog latte for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3491, '2010-11-27', 54.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3492, '2010-12-04', 30.00, 'Farmers Market', 'Includes 1 liter each of egg nog and fresh milk from Traderspoint Creamery.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3493, '2010-12-04', 175.00, 'Sam\'s Club', 'Perfumes, almonds, chocolates, shampoo, dove bars for Arun\'s mother to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3494, '2010-12-08', 29.49, 'eBay', '7 pants/leggings, 12 tops/dresses/onesies, 2 fleece sets, one overall, and a pair of crocs for Aahna. Only 20 of these 25 pieces are likely going to be useful.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3495, '2010-12-09', 20.00, 'eBay', '4 leggings and 5 long sleeve, high neck onesies for Aahna. New, CIRCO brand.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3496, '2010-10-10', 1000.00, 'Arun\'s parents', 'Gift for Arun\'s parents to buy a big screen TV'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3497, '2010-12-10', 35.00, 'Wikimedia Foundation', 'Support for 2011'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3498, '2010-12-07', 117.30, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3499, '2010-12-04', 10.00, 'Sam\'s Club', 'Pizza slices and drinks for Arun\'s parents, Arun, Minaxi during the Sam\'s trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3500, '2010-11-20', 21.40, 'Old Navy', 'Winter jacket for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3501, '2010-12-10', 30.00, 'Save The Children', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3502, '2010-12-14', 100.00, 'Cash', 'For SoIC staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3503, '2010-12-17', 20.00, 'Bloomington Montessori', 'Contribution toward digital camera for Ujala\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3504, '2010-12-20', 49.99, 'Amazon.com', 'Fisher-Price Kids Tough Music Player as Christmas gift for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3505, '2010-12-19', 16.00, 'Avers Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3506, '2010-12-16', 34.22, 'Bloomington Hardware', 'Snow shovel ($23.99+taxes) and a kids\' shovel ($7.99+taxes) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3507, '2010-12-15', 35.23, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3508, '2010-12-14', 47.28, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3509, '2010-12-14', 8.00, 'Indianapolis Airport Parking', 'Parking while dropping Arun\'s parents for India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3510, '2010-12-12', 4.25, 'Target', 'Doll for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3511, '2010-12-14', 1.50, 'Circle Centre Parking', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3512, '2010-12-14', 7.47, 'Go! Games (Circle Centre Mall)', 'Toys: Monster squeezing ball, glow in the dark bouncy ball'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3513, '2010-12-14', 37.08, 'Eddie Bauer (Circle Centre Mall)', 'Reversible leather belt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3514, '2010-12-14', 10.62, 'Nicks Cafe (Nordstorm at Circle Centre Mall)', 'Coffee and cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3515, '2010-12-14', 4.28, 'The Children\'s Place (Circle Centre Mall)', 'Silly bands, BG MULTI BRACELE BEET (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3517, '2010-12-22', 185.53, 'Gymboree', '2 dresses, 5 leggings, 2 pairs of socks, 2 hoodies for Ujala for next winter and 2 dresses, 3 leggings, 2 pairs of sock, 1 hoodie for Aahna for next winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3518, '2010-12-19', 92.50, 'Bed Bath & Beyond', '2 non stick pans ($50), one insulated carafe ($30), lemon/lime squeezer ($20) and some other small items - 20% off coupons.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3519, '2010-12-19', 10.00, 'Bed Bath & Beyond', 'Gift for Megan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3520, '2010-12-18', 27.50, 'Farmers Market', 'Includes $8 for chesse.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3521, '2010-12-23', 99.00, 'Amazon.com', 'Earth\'s Best formula for Ujala (pack of 4 with 20% bonus packs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3522, '2010-12-23', 76.00, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 10 hours (Mon through Thu)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3523, '2010-12-27', 20.00, 'Amol India', 'Lunch for Arun, Minaxi, Ujala to celebrate Aahna\'s 11-month birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3524, '2010-12-22', 138.61, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3525, '2010-12-14', 9.10, 'Forever 21', 'Slim jeans for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3526, '2010-12-12', 9.58, 'Starbucks', 'Coffee and a slice of banana nut bread for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3527, '2010-12-11', 13.00, 'Walmart', 'Haircut for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3528, '2010-10-30', 20.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3529, '2010-12-11', 183.13, 'Walmart', 'Gifts Arun\'s parents bought to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3530, '2010-12-29', 47.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 5 hours (Fri and Wed, 2 and 3 hours resp)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3531, '2010-12-04', 79.50, 'Target', 'Gifts bought by Arun\'s parents to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3532, '2010-12-13', 100.00, 'Sushma Sharma', 'Rakhi gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3533, '2010-12-30', 30.00, 'Target', 'Diapers, wet wipes and nipples for Aahna. Crib pad for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3534, '2010-12-30', 15.00, 'Target', 'shoes for Ujala and Aahna (at 50% discount)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3535, '2010-12-30', 5.00, 'Target', 'Cookie dough, chocolate chips, marsh mellows'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3536, '2010-12-31', 1533.00, 'Arun\'s parents', 'Arun gave the Rs69,000 interest earned on Rs10 Lakh investment in CD made in India to his parents (without consulting with Minaxi)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3537, '2010-12-30', 10.69, 'Bloomington Hardware', 'Rake (clog free, with 5-year warranty)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3538, '2010-12-29', 106.76, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3539, '2010-12-11', 4.50, 'Walmart', 'Two sets of water colors for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3540, '2010-12-11', 27.00, 'Walmart', 'Size 4 diapers (90?) for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3541, '2010-12-11', 20.00, 'Walmart', 'Floor lamp and other small misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3542, '2010-12-11', 39.43, 'Walmart', 'Four packs of cereal, orange juice and some produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3543, '2010-12-04', 45.00, 'Sam\'s Club', 'Johnie Walker black label (750ml) and rum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3544, '2010-12-04', 20.00, 'Sam\'s Club', 'Bath tissue'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3545, '2010-12-04', 13.00, 'Sam\'s Club', '3 packs water softener'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3546, '2010-12-04', 80.00, 'Sam\'s Club', '2 packs of Pampers diapers for Aahna, sizes 3 and 4'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3547, '2010-12-04', 101.83, 'Sam\'s Club', 'Includes almonds, produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3548, '2010-12-04', 10.00, 'Sam\'s Club', 'Batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3549, '2011-01-02', 45.00, 'CoCo Key Water Resort (Cincinnati)', 'Day passes for Ujala, Arun, Minaxi during our vacation weekend in Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3550, '2011-01-08', 20.00, 'Farmers Market', 'Includes three dozen eggs from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3551, '2011-01-01', 266.03, 'Jungle Jim\'s International Market (Cincinnati)', 'Includes $30 of takeout food for the night we were in Cincinnati (really crappy middle eastern stuffed cabbage, pita, chicken salad, kale, and tiramisu).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3552, '2011-01-08', 55.18, 'Gymboree', '2 dresses, one pants, one hoodie for Ujala for next winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3553, '2011-01-04', 205.42, 'Bed Bath & Beyond', 'Air-O-Swiss U650 humidifier; price includes 20% discount and $16 shipping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3554, '2011-01-10', 161.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 17 hours in the week before the start of Spring semester.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3555, '2011-01-13', 10.00, 'Taste of India', 'Minaxi\'s lunch with the security group'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3556, '2011-01-18', 44.00, 'SRSC (Indiana University)', 'Fee for Ujala\'s swimming class (1/17-2/9, Mon/Wed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3557, '2011-01-14', 304.00, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 32 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3558, '2011-01-15', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3559, '2011-01-21', 2.70, 'Sugar & Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3560, '2010-12-22', 40.00, 'Applebee\'s', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3561, '2011-01-01', 37.54, 'BP (enroute to Cincinnati)', 'Gas refill on the way to Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3562, '2011-01-02', 30.00, 'Jade Buffet (Cincinnati)', 'Lunch in Cincinnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3563, '2011-01-17', 40.71, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3564, '2011-01-22', 40.50, 'Farmers Market', 'Includes four dozen eggs from Jennie and 1lb of ground lamb meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3565, '2011-01-25', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3566, '2011-01-28', 230.00, 'Bloomington Montessori School (BMS)', 'Ujala\'s lunch program fee for Dec 2010 and Jan 2011'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3567, '2011-02-01', 25.00, 'Southern Indiana Pediatrics', '12-month check-up for Aahna. She got her 6-month vaccinations + second of the two doses of the flu shot.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3568, '2011-01-21', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3569, '2011-01-28', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3570, '2011-02-05', 47.50, 'Farmers Market', 'Includes 3 dozen eggs from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3571, '2011-02-04', 313.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 33 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3572, '2011-02-02', 67.50, 'Radha Kaul', 'Cooking fee for 4.5 hours over two days in one week.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3573, '2011-02-05', 5.98, 'Luca Pizza di Roma (College Mall)', 'Calzones for lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3574, '2011-02-05', 7.48, 'Little Tokyo (College Mall)', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3575, '2011-02-08', 7.87, 'Bloomingfoods Market & Deli', 'Shaving cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3576, '2011-02-08', 59.91, 'Bloominfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3577, '2011-01-29', 9.63, 'Dollar Tree Stores', 'Balloons for Aahna\'s first birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3578, '2011-02-09', 40.42, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3579, '2011-02-11', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3580, '2011-02-18', 285.00, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 30 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3581, '2011-02-05', 10.47, 'O\'Malia', 'Broccoli sprouts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3582, '2011-02-05', 148.80, 'Gymboree', '4 dresses, 4 leggings/pants for Ujala for next winter. 8 leggings 3 hoodies for Aahna for next winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3583, '2011-01-16', 51.22, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3584, '2011-01-22', 43.06, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3585, '2011-02-19', 32.50, 'Farmers Market', 'Includes 3 dozen eggs from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3586, '2011-02-19', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3587, '2011-01-19', 267.15, 'Bloomingfoods Market & Deli', 'Includes 25lb each of chick peas ($1.49/lb on sale as against $1.99/lb) and split lentils ($1.99/lb on sale as against $3.29/lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3588, '2011-01-17', 155.25, 'Old Navy', 'Cloths for Ujala and Aahna for next winter, one peacoat for Minaxi, a few cloths for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3589, '2011-01-17', 59.96, 'Old Navy', 'Cloths to give away in Delhi as gifts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3590, '2011-01-16', 19.26, 'Bath & Boday Works', '6 lotions to give away as gifts during Christmas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3591, '2011-02-05', 20.00, 'Target', 'Gift for Calla Myers and Fern (girl from Ujala\'s School) for their birthdays'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3592, '2011-02-05', 11.93, 'Target', 'Swimming goggles for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3593, '2011-01-22', 104.88, 'Sahara Mart', 'Includes fish oil for Aahna ($25) and some food for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3594, '2011-01-22', 156.41, 'Sam\'s Club', 'Includes cashews and almonds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3595, '2011-01-22', 15.00, 'Sam\'s Club', 'Lunch carrier for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3596, '2011-02-19', 10.00, 'USPS', 'Shipping of some books Dadiji sent for Arun\'s father to read back to Bronx, NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3597, '2011-02-20', 30.00, 'Taste of India', 'South Indian dinner for Minaxi\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3598, '2011-02-23', 44.00, 'SRSC (Indiana University)', 'Fee for Ujala\'s swimming class (2/28-3/30, Mon/Wed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3599, '2011-02-25', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3600, '2011-02-23', 6.50, 'Target', '3 packs of wipes for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3601, '2011-02-19', 267.15, 'Bloomingfoods Market & Deli', 'Includes 25lbs each of chhole and dhooli masoor at $1.49/lb and $2.00/lb resp. Normally, they are $2.00/lb and $3.29/lb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3602, '2011-02-25', 152.50, 'Bloomington Montessori School (BMS)', 'Ujala\'s lunch program fee for Feb 2011 + materials fee of $37.50.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3603, '2011-02-26', 35.00, 'Farmers Market', 'No eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3604, '2011-02-26', 53.45, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3605, '2011-02-26', 28.76, 'Scholars Inn Bakehouse', 'Breakfast for Arun, Minaxi and Ujala at the bakehouse + one loaf of bread ($3)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3606, '2011-02-26', 119.23, 'Bed Bath & Beyond', 'One three quart pan ($60), one collander ($20), one universal adaptor pack ($20), 6 chair protectors (3 items, total $30) - 20% off 4 items.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3607, '2011-03-05', 33.00, 'Farmers Market', '2 dozen eggs + 2lbs of stew meat from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3608, '2011-03-05', 30.82, 'Saraga Asian Market', 'Misc oriental foods, including mochi ice-cream and two types of spices (hot pepper powder and chili in oil)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3609, '2011-03-05', 96.00, 'Walmart', 'Fruits, cereals, frying oil, $26 for 6lbs of wild salmon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3610, '2011-03-05', 17.00, 'Walmart', '92 size 3 diapers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3611, '2011-03-05', 11.50, 'Walmart', 'A cardign and 3-pair socks for Minaxi, one fleece pants for Ujala for next winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3612, '2011-03-05', 9.00, 'Walmart', 'Calcium for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3613, '2011-03-05', 44.07, 'Walmart', 'Hand soap refills ($10), tape gun, batteries ($7), 2 sippy cups, car sunshade ($9)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3614, '2011-03-05', 4.47, 'White River Co-op', 'Mustard, kale, collard, Armenian cucumber seeds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3615, '2011-03-03', 10.69, 'Apple', 'Music Together Family Favorites album ordered on iTunes for Ujala\'s music box.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3616, '2011-03-08', 119.99, 'Amazon.com', 'Britax Parkway SGL booster seat, for now for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3617, '2011-03-04', 342.00, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 36 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3618, '2011-03-11', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3619, '2011-03-18', 66.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 7 hours. We were out Mon-Thur of this week for the Spring break.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3620, '2011-03-19', 541.00, 'Farmers Market', '$41 for this week\'s produce, $500 for summer produce from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3621, '2011-03-24', 107.00, 'Oberweis Dairy', '5 weeks of 3 galons/week milk through Dave and Kristy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3622, '2011-03-31', 45.00, 'Bloomington Montessori School (BMS)', 'Carnival tickets for Ujala, Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3623, '2011-03-19', 120.01, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3624, '2011-03-19', 17.00, 'Bloomingfoods Market & Deli', 'Prenatal for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3625, '2011-03-19', 44.66, 'Bloomington Hardware', 'Pre-emergent ($20) and 8 bags of cow manure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3626, '2011-03-15', 24.50, 'The Flat (Charlottesville, VA)', 'Crepes for dinner for Arun, Minaxi and Ujala during our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3627, '2011-03-14', 14.00, 'City King Buffet (Mount Sterling, KY)', 'Lunch for Arun, Minaxi and Ujala en route to our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3628, '2011-03-15', 10.88, 'Wings Over (Charlottesville, VA)', 'Lunch for Arun and Ujala during our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3629, '2011-03-16', 5.45, 'Subway (returning from Charlottesville, VA)', 'Lunch for Minaxi during our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3630, '2011-03-02', 4.48, 'Kroger', '3lb oranges'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3631, '2011-03-10', 2.14, 'Sugar & Spice', 'Once slice bread and a cookie for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3632, '2011-04-02', 38.50, 'Farmers Market', 'Includes 3 dozen eggs. The rest is just greens!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3633, '2011-04-02', 131.40, 'Bloomingfoods Market & Deli', 'Includes 25lbs long grain brown rice at $1/39/lb on sale (regular price $1.99/lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3634, '2011-04-02', 30.00, 'Bloomingfoods Market & Deli', '3 30oz Jason\'s Natural body washes (regular price $13.49/30oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3635, '2011-04-07', 277.35, 'TruGreen Chemlawn', 'Four applications of fertilizer and non-emergent this year + reseeding if needed. 10% discount for prepayment applied.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3637, '2011-03-25', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3638, '2011-04-01', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3639, '2011-04-08', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3640, '2011-04-15', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3641, '2011-04-16', 57.50, 'Farmers Market', 'Includes 2 dozen eggs and 2lbs of stew meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3642, '2011-04-18', 13.95, 'TaxACT Online', 'Charges for online tax preparation and e-file of 2010 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3643, '2011-04-16', 70.74, 'Sahara Mart', 'Includes fish oil for Aahna ($45 for 16oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3644, '2011-04-22', 77.80, 'Amazon.com', '160 Ph strips 100 ovulation strips, ovulation (saliva) microscope. Includes $5 S&H.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3645, '2011-04-21', 45.00, 'Mr Gregg\'s mowing', 'One time lawn care'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3646, '2011-04-28', 200.00, 'Dwayne Cole (812 287 2610)', 'For spreading the mulch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3647, '2011-04-25', 115.00, 'Bloomington Montessori School (BMS)', 'Ujala\'s lunch program fee for Mar 2011'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3648, '2011-04-25', 350.00, 'Bloomington Montessori School (BMS)', 'Ujala\'s May 2012 fee deposit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3649, '2011-04-28', 20.55, 'Kmart', 'Binoculars and fake money for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3650, '2011-04-23', 16.00, 'Farmers Market', 'Just a few greens'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3651, '2011-04-28', 5.00, 'City of Bloomington', 'Easter picture for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3652, '2011-04-23', 4.00, 'Bloomington Bagel Co.', 'Naked bagel for Minaxi and chocolate milk for Ujala after the Easter egg hunt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3653, '2011-04-23', 93.09, 'Superior Shoes Inc', 'A pair of brown Clarks shoes for Minaxi + one pair of orthopedic inserts ($60 original, $45 after sale).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3654, '2011-04-23', 41.00, 'Sam\'s Club', '124 size 3 Huggies for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3655, '2011-04-23', 30.00, 'Sam\'s Club', 'Johnie Walker black label whiskey for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3656, '2011-04-23', 21.00, 'Sam\'s Club', '5 bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3657, '2011-04-23', 9.00, 'Sam\'s Club', '500 Ziploc bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3658, '2011-04-23', 20.00, 'Sam\'s Club', 'Toilet paper (36 roles)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3659, '2011-04-23', 137.23, 'Sam\'s Club', 'Includes pistachios, almonds, walnuts and cashews'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3660, '2011-04-23', 9.00, 'Sam\'s Club', '15 kitchen scrubbers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3661, '2011-04-30', 33.00, 'Farmers Market', 'Just a few greens, 2 dozen eggs, $2 for popcorn and $3 for two tomato plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3662, '2011-04-30', 40.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3663, '2011-04-30', 7.00, 'Garage sale', 'New IU sweat shirt for Minaxi, one pair of pants for Ujala and one shirt for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3664, '2011-04-30', 136.29, 'Bloomingfoods Market & Deli', 'Includes 25lbs of whole wheat flour ($30)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3665, '2011-04-30', 20.00, 'Bloomingfoods Market & Deli', '10 trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3666, '2011-05-01', 16.75, 'China Wok', 'Take out dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3667, '2011-05-03', 53.93, 'Amazon.com', 'Energizer Family Battery Charger (via MyOfficeProducts): $31.84; 4 high-capacity (5000mAh) C cells by Tenergy (via Battery Superstore): $22.09'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3668, '2011-04-19', 214.00, 'Designscape Horticultural Services', 'Two truck loads of wood chips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3669, '2011-05-07', 50.00, 'Farmers Market', 'Includes $9 worth of chicken drumsticks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3670, '2011-05-11', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3671, '2011-03-22', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3672, '2010-04-15', 13.95, 'TaxACT Online', 'Charges for online tax preparation and e-file of 2009 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3673, '2008-04-13', 16.95, 'TaxACT Online', 'Charges for online tax preparation and e-file of 2007 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3674, '2009-04-15', 16.95, 'TaxACT Online', 'Charges for online tax preparation and e-file of 2008 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3675, '2011-03-29', 47.00, 'Clkbank.com', '\"How to Conceive the gender of your choice\", by Ashley Spencer, bought through clkbank.com (a total ripoff!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3676, '2011-05-13', 50.00, 'Bloomington Cutters Lawncare', 'One time lawn care'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3677, '2011-04-22', 70.00, 'Malathi Auntie', 'Babysitting for Aahna for 10 hours'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3678, '2011-05-13', 120.50, 'Malathi Auntie', 'Babysitting for Aahna for 15 hours + $12 for watching Ujala a bit each day (both at $10/hour)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3679, '2011-05-16', 115.00, 'Bloomington Montessori School (BMS)', 'Ujala\'s lunch program fee for May 2011'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3680, '2011-05-14', 70.00, 'Farmers Market', 'Includes $16 for 2lbs of stew meat from Jenny'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3681, '2011-05-21', 40.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3682, '2011-05-20', 112.50, 'Malathi Auntie', 'Babysitting for Aahna for 15 hours + $7.50 for watching Ujala a bit each day (both at $10/hour)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3683, '2011-05-21', 66.84, 'Bloomingfoods Market & Deli', 'Laundry detergent ($38 for 4 gallons), dish detergents (3 packs), after shave, 2 toothpastes, 1 litre Dr. Bronners body wash from the tent sale'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3684, '2011-05-21', 277.86, 'Bloomingfoods Market & Deli', 'Tent sale!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3685, '2011-05-21', 51.94, 'Bloomingfoods Market & Deli', 'Liquor: 6 pack white wine ($12.99/bottle sold at $8.99 at the tent sale - 10% case discount applied when buying 6)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3686, '2011-05-21', 24.60, 'Bloomington Hardware', '1 gallon deer repellant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3687, '2011-05-11', 40.42, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3688, '2011-05-07', 61.79, 'Lowe\'s', 'River birch tree for the wet area + peach tree'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3689, '2011-05-14', 10.45, 'Scholars Inn Bakehouse', 'One loaf of bread at 30% off (one day old) + 4 chocolate baby cakes (on sale for $1 a piece)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3690, '2011-03-19', 3.46, 'Stone Cutters Coffee', 'Coffee/scone/apple juice for Arun, Minaxi, Ujala. Arun had a $5 coupon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3691, '2011-02-26', 26.00, 'The Design Studio', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3692, '2011-03-02', 44.64, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3693, '2011-04-07', 50.30, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3694, '2011-03-19', 9.61, 'Bloomington Hardware', 'Treatment for oil loving and sugar loving ants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3695, '2011-04-27', 25.57, 'Bloomington Hardware', '12 bags of top soil for the lawn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3696, '2011-03-17', 9.03, 'Homemade Ice Cream and Pie Kitchen (returning from UVA)', 'Ice cream after lunch in Louisville, KY while returning from our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3697, '2011-03-16', 39.64, 'Dixie Food Mart (returning from Charlottesville, VA)', 'Gas during our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3698, '2011-03-14', 41.12, 'BP (enroute Charlottesville, VA)', 'Gas during our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3699, '2011-03-17', 30.00, 'African Food (returning from Charlottesville, VA)', 'Lunch in Louisville, KY while returning from our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3700, '2011-05-27', 12.00, 'Craigslist', 'A few cloths for Aahna (Gymboree 18-24 months, one pants, two sweaters, one sweater dress, one fleece overall, one pair or leggings). Not the best decision since she will outgrow most in a bit and won\'t fit into them in the Fall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3701, '2011-05-24', 23.45, 'SeedsofIndia.com', '2 types of lauki, one tinda, same (lima-like), gawar, long beans, green eggplant, and red carrot seeds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3702, '2011-05-28', 24.50, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3703, '2011-05-30', 135.00, 'Malathi Auntie', 'Babysitting for Aahna for 15 hours ($7/hr) + Ujala for 10 hours ($10/hr) for a period of 8 days'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3704, '2011-06-04', 19.72, 'Arizona-Sonora Desert Museum, Tucson (AZ)', 'Admission for Arun (Minaxi\'s was free due to a coupon) at the special Sat evening rate of $7 + cactus for Ujala to take home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3705, '2011-06-04', 9.64, 'Safeway, Tucson (AZ)', 'Gas for the rental car, during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3706, '2011-06-04', 23.98, 'Tucson Tamale Company, Tucson (AZ)', 'Lunch for Arun, Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3707, '2011-06-04', 3.34, 'Walmart, Tucson (AZ)', '1/2 gallon milk during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3708, '2011-06-04', 45.15, 'The University of Arizona Biosphere, Tucson (AZ)', 'Admission for Arun and Minaxi (Ujala was free) + book for Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3709, '2011-06-04', 1.89, 'Seven Eleven, Tucson (AZ)', '1/2 gallon water during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3710, '2011-06-04', 32.50, 'Casa Blanca Coxco, Tucson (AZ)', 'Gas for the rental car, during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3711, '2011-06-03', 6.55, 'Red Velvet Cupcakery, Tucson (AZ)', 'Two cupcakes for Arun, Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3712, '2011-06-03', 8.99, 'Panda Express, Tucson (AZ)', 'One dinner to be shared among Arun, Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3713, '2011-06-03', 10.25, 'The Little Poca Cosa, Tucson (AZ)', 'One lunch to be shared Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3714, '2011-06-02', 5.45, 'Something Sweet, Tucson (AZ)', 'One cake for Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3715, '2011-06-02', 10.00, 'Reid Park Zoo, Tucson (AZ)', 'Admission for Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3716, '2011-06-02', 16.00, 'Sir Veza\'s Taco Garage, Tucson (AZ)', 'Lunch for Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3717, '2011-06-01', 14.00, 'Children\'s Museum Tucson, Tucson (AZ)', 'Admission for Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3718, '2011-06-01', 15.00, 'Pita Jungle, Tucson (AZ)', 'Lunch for Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3719, '2011-06-01', 26.26, 'Whole Foods, Tucson (AZ)', 'Milk, a few fruits and veggies, tofu, 2 gallons of water and two bottles of jam (to take home) during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3720, '2011-05-31', 17.30, 'Los Betos, Tucson (AZ)', 'Lunch for Arun, Minaxi and Ujala during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3721, '2011-05-31', 7.98, 'Quik Mart, Tucson (AZ)', 'Five gallons of water during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3722, '2011-05-31', 26.92, 'Fry\'s, Tucson, AZ', 'Liquor: Wine for Dave Lowenthal\'s family during our Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3723, '2011-06-06', 56.47, 'BP', '13.811 gallons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3724, '2011-06-11', 39.50, 'Farmers Market', 'No eggs or meat. We were in Tuscon the week prior'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3725, '2011-06-11', 30.00, 'Garage sale', '30 outfits for Aahna, 27 for this summer and 3 for next Fall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3726, '2011-06-05', 20.31, 'Hartsfield Hospitality, Atlanta (Returning from Tuscon, AZ)', 'Lunch for Arun and Minaxi while transiting from Atlanta airport upon our return from the Tucson vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3727, '2011-06-11', 280.80, 'Stanley Steemer', 'Carpet cleaning'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3728, '2011-06-16', 275.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 29 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3729, '2011-06-10', 332.50, 'Sunetra Banerjee', 'Babysitting for Ujala and Aahna for 35 hours.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3730, '2011-06-18', 107.00, 'Designscape Horticultural Services', 'One truck load of wood chips (15 cu yards)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3731, '2011-06-18', 15.00, 'Farmers Market', 'Excluding $27.50 from Jenny. I think I have used up $50 earlier this season from my $500 credit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3732, '2011-06-18', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters. Minaxi increased the session fee voluntarily.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3733, '2011-06-18', 36.00, 'Taste of Bloomington', 'Entry fee for Arun, Minaxi and Fufiji ($18) + food for them and Ujala ($18)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3734, '2011-06-18', 120.00, 'James Minogue (317-500-0387)', 'James and his fiancee worked for a total of 15 hours at $8/hour.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3735, '2011-06-21', 85.00, 'Garage Door Plus', 'Replaced the broken cable ($70 service + $15 part); 3914 S Walnut St #A, Bloomington, (812) 339-0447; found through Google search'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3736, '2011-06-21', 121.98, 'Amazon.com', 'CyberPower CP850PFCLCD UPS 850VA 510W PFC, RCA DT902AV 2-Way A/V Switcher ($96.23 paid from Arun\'s Amex points, the amount in the entry is NOT adjusted for point payment)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3737, '2011-06-21', 14.01, 'Amazon.com', 'Mabis Dmi Healthcare Combination Douche and Enemasystem with Water Bottle (shipping not charged, because order combined with UPS order)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3738, '2011-06-20', 96.00, 'Bloomington United Gymnastics School (BUGS)', 'One-week camp for Ujala, 9am-12pm, starting 6/20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3739, '2011-07-11', 86.00, 'Bloomington United Gymnastics School (BUGS)', 'One-week camp for Ujala, 9am-12pm, starting 7/11. ($10 discount for signing up the second time.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3740, '2011-06-06', 228.00, 'Bloomington Montessori School (BMS)', 'Two-week art camp with Mrs Cusack, 8:30am-12:30pm, starting 6/6.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3741, '2011-06-27', 48.00, 'Indiana University Outdoor Pool (IUOP)', 'Two-week swim lesson for Ujala, 9am-9:40am (camp?), starting 6/27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3742, '2011-07-18', 228.00, 'Bloomington Montessori School (BMS)', 'Two-week physics and construction camp with Mrs Waxler, 8:30am-12:30pm, starting 7/18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3743, '2011-06-23', 40.00, 'Clean Cut Lawn & Landscape Service (812) 345-5864', 'Lawn mowing.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3744, '2011-06-24', 48.24, 'White River Co-op', '40lbs cottonseed meal, 8lbs blood meal, 10 lbs kelp meal to be mixed up for fertilizing the vegetable beds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3745, '2011-06-24', 73.58, 'Sam\'s Club', 'Payment for groceries Raquel brought: almonds, cashews, mangoes, apricots, avacados + my share of Sam\'s fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3746, '2011-05-11', 1409.00, 'Delta', 'Fufi-ji\'s roundtrip ticket between DEL and IND; arrival June 16th, departure Dec 14th'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3747, '2011-06-23', 43.23, 'Walmart', 'Fruits, cereals, 24-pack pepsi, brownie mixes, chips, sugar.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3748, '2011-06-23', 21.50, 'Walmart', 'House slippers, one pair each for Minaxi, Arun, Ujala, and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3749, '2011-06-23', 17.50, 'Walmart', '92 size 3 diapers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3750, '2011-06-23', 30.88, 'Walmart', 'Oil change. An air filter change was needed but they did not have the right kind. No tire rotation since they thought that one of the tires was near the end of its life.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3751, '2011-06-24', 285.45, 'Seven Corners', 'Insurance for fufi-ji from 2011-JUN-25 through 2011-DEC-14.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3752, '2011-06-25', 21.20, 'Indianapolis Zoo', '$9 for 4 ride tickets, $4 for ice-cream and $8.20 for Fufiji\'s zoo entry.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3753, '2011-06-25', 46.00, 'Passage To India', 'Dinner in Indianapolis for Arun, Minaxi, Fufiji and Ujala, tip was $3.53.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3754, '2011-06-25', 74.00, 'IndiaPlaza', '40lbs flour, 30lbs basmati rice, 5 lbs each of arhar and chana daal, one dharu, a couple of veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3755, '2011-06-25', 5.00, 'Farmers Market', 'Excluding $26.00 from Jenny.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3756, '2011-06-25', 7.50, 'Garage sale', 'A few games for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3757, '2011-05-03', 45.00, 'Mr Gregg\'s mowing', 'One time lawn care'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3758, '2011-06-15', 268.58, 'Oberweis Dairy', '3/23-6/15 of milk delivery, an average of 3 gallons per week and a stick of butter every two weeks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3759, '2011-06-30', 14.00, 'IMU Tudor Room', 'Minaxi\'s lunch with Paul Purdom and Raquel Hill.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3760, '2011-05-28', 93.40, 'Gymboree', '9 onesies for Aahna, one dress, one bathing suit for Ujala, socks etc. for both (some socks were selling at $0.79, others at $0.99!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3761, '2011-07-01', 24.59, 'Bloomington Hardware', '3 gallon weed killer sprayer and a pair or ladies gloves'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3762, '2011-07-26', 19.00, 'The Design Studio', 'Haircut for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3763, '2011-07-01', 18.18, 'Walmart', '96 size 4 diapers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3764, '2011-05-28', 27.80, 'Target', 'Gifts for Apu\'s son and Dave Lowenthal\'s daughter (latter in Tuscon, AZ where we visited in June)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3765, '2011-06-30', 18.50, 'SmartStyle (Walmart)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3766, '2011-05-07', 30.00, 'Taste of India', 'Lunch for Arun, Minaxi and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3767, '2011-06-05', 12.00, 'Indianapolis Airport', 'One day parking to be paid out of pocket during our Tucson vacation. The rest was reimbursed from Arun\'s research account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3768, '2011-04-23', 61.43, 'Sam\'s Club', '15.5 gallons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3769, '2011-03-17', 60.77, 'Five Star (Returning from Charlottesville, VA)', 'Gas in KY while returning from our Charlottesville vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3770, '2011-03-14', 39.02, 'Exxon (enroute Charlottesville, VA)', 'Gas during our vacation at UVA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3771, '2011-05-22', 9.94, 'CVS', 'Cough syrup for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3772, '2011-04-16', 220.00, 'Delta', 'We transferred miles from various accounts to buy two tickets for our Tucson vacation, one each for Ujala and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3773, '2011-06-05', 142.18, 'Residence Inn, Tucson (AZ)', 'One out-of-pocket hotel night during our Tucson vacation. The rest was paid out of Arun\'s research account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3774, '2011-06-04', 42.14, 'BP, Tucson (AZ)', 'Gas for rental car during our Tucson vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3775, '2011-06-05', 89.99, 'Dollar, Tucson (AZ)', 'Car seat rental for 6 days during our Tucson vacation. The car rental itself was paid out of Arun\'s research account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3776, '2011-06-05', 5.44, 'Indianapolis Air Hub', 'Ice-cream and chips for Ujala and Minaxi at the Indianapolis airport, on our way back from Tucson vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3777, '2011-06-17', 4.59, 'Bloomington Hardware', 'Leak stopper patch, for fixing the leak on the roof'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3778, '2011-06-23', 13.74, 'Scholars Inn Bakehouse', 'Breakfast for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3779, '2011-06-15', 57.13, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3780, '2011-06-24', 3.68, 'Sugar & Spice', 'Coffee and banana bread for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3781, '2011-06-11', 16.00, 'Avers Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3782, '2011-06-19', 47.79, 'BP', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3783, '2011-06-28', 4.06, 'Target', 'Toothbrushes (set of two) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3784, '2011-06-28', 4.43, 'Target', 'Button cell for Arun\'s watch (didn\'t work, because the LCD is broken)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3785, '2011-06-30', 37.17, 'Walmart', 'Fruits and bread (two transactions, $32.31 + $4.86, combined into one entry)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3786, '2011-07-02', 19.00, 'Farmers Market', 'Excluding $32.50 from Jenny.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3787, '2011-07-03', 28.50, 'Bryan Park Pool', 'Entry fee for Anand Gupta\'s family and ours. Riya, Persi, Anand and Arun went on the slides for an extra $2 each. Minaxi, Vandana and Fufiji stayed just at the lagoon and pool. Aahna entry was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3788, '2011-07-05', 48.06, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3789, '2011-07-06', 48.00, 'Indiana University Outdoor Pool (IUOP)', 'Two-week swim lesson for Ujala, 6:20pm-7pm (camp?), starting 8/18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3790, '2011-07-09', 34.00, 'Farmers Market', 'Excluding $19 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3791, '2011-07-08', 5.00, 'Southern Indiana Pediatrics', 'Left over payment from her flu shot during Aahna\'s 18-month appt. Other than one Hib vaccination, she is now caught up. No more copays as well visits are now covered by insurance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3792, '2011-07-02', 5.00, 'Brown County State Park', 'Entry fee for when Anand Gupta\'s family visited us.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3793, '2011-07-09', 252.16, 'Bloomingfoods Market & Deli', 'Includes 25lb each of quinoa ($2.99/lb at the sale price), kidney beans ($1.59/lb) and flax seed ($1.59/lb). They gave an additional 10% for bulk discount and then there was 5% member discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3794, '2011-07-11', 4.18, 'Amazon.com', 'Motorola RAZR battery (OEM BR50); paid with Amex points'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3795, '2011-07-14', 40.00, 'James Minogue (317-500-0387)', 'James and his fiancee worked for a total of 5 hours at $8/hour.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3797, '2011-07-16', 53.01, 'Shell', '14.728 gallons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3798, '2011-07-16', 6.42, 'Starbucks', 'Coffee for Arun and fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3799, '2011-07-16', 1.50, 'College Mall', 'Children\'s rides'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3800, '2011-07-16', 22.97, 'Gymboree', 'Two dresses for Ujala for this summer. Gymbucks worth $25 were used.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3801, '2011-07-16', 23.00, 'Gymboree', 'One summer dress for Kasvi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3802, '2011-07-16', 18.00, 'Farmers Market', 'Excluding $36 from Jennie (which includes $16 for 2lbs of lamb stew meat).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3803, '2011-07-15', 20.00, 'Avers Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3804, '2011-07-16', 21.12, 'Target', 'Gifts for Sowmya\'s and Megan\'s birthdays + one extra: three Rubiks 360 at 50% off.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3805, '2011-07-14', 75.00, 'Sam\'s Club', '228 size 3 and 200 size 4 Huggies for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3806, '2011-07-14', 126.52, 'Sam\'s Club', 'Almonds (3lb for $10), cashews (2.5lbs for $13), walnuts (3lbs for $15), cake and fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3807, '2011-07-16', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3808, '2011-07-18', 6.00, 'Feast', 'Breakfast for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3809, '2011-07-13', 6.73, 'Burger King', 'Chicken tender crisp meal: sandwich for Minaxi, fries for Ujala and drink for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3810, '2011-07-20', 55.00, 'City of Bloomington', 'Reservation fee for the Waterfall Shelter in the Lower Cascades Park for Ujala\'s b\'day party on 9/3. The shelter is close to the best play ground in Bloomington.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3811, '2011-07-27', 50.00, 'Clean Cut Lawn & Landscape Service (812) 345-5864', 'Lawn mowing, once needed, once not. Paid $10 for the second.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3812, '2011-07-23', 28.00, 'Farmers Market', 'Excluding $29 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3813, '2011-07-30', 20.00, 'Farmers Market', 'Excluding $20 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3814, '2011-07-23', 5.00, 'Scholars Inn Bakehouse', 'Two loaves of bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3815, '2011-08-01', 19.80, 'Sax Chicago', 'One night stay in downtown hotel through AA.com. Used up 15.3K miles from Minaxi\'s father\'s AA.com account. $3 for room tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3816, '2011-08-01', 48.47, 'Shell', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3817, '2011-08-03', 57.16, 'Gas America (Lebanon, IN), enroute to Chicago', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3818, '2011-08-03', 4.25, 'Starbucks (Lebanon, IN), enroute to Chicago', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3819, '2011-08-03', 20.78, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3820, '2011-08-04', 53.63, 'Speedway (returning from Chicago)', 'Gas on the way back, in Indy (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3821, '2011-08-05', 33.38, 'Exxon (enroute Cleveland, TN)', 'Gas on the way to Tennessee (Tennessee vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3822, '2011-08-07', 56.57, 'Exit Corner (Cleveland, TN)', 'Gas just before returning (Tenessee vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3823, '2011-08-10', 2.00, 'Indianapolis Airport', 'Parking fee while picking fufi-ji up from her NY trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3824, '2011-05-25', 5.69, 'Bloomington Bagel Co', 'Breakfast for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3825, '2011-08-06', 0.00, 'Farmers Market', 'Visited Rajul\'s family in TN this weekend.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3826, '2011-07-30', 21.00, 'Bloomingfoods Market & Deli', 'Two 1-litre bottles of Dr. Bronner\'s.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3827, '2011-07-30', 14.50, 'Bloomingfoods Market & Deli', 'Six oat cakes for Dadiji in NY, sent via Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3828, '2011-07-30', 23.99, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3829, '2011-07-17', 5.62, 'Feast', 'Breakfast for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3830, '2011-07-30', 19.26, 'Big Lots', 'Gifts for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3831, '2011-07-30', 13.00, 'Big Lots', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3832, '2011-07-30', 59.50, 'Big Lots', 'Towel set for master bath, pillow set for Ujala\'s room, muffin pan, sppon rest, sippy cup, bulbs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3833, '2011-07-30', 5.20, 'Big Lots', 'Garden gloves for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3834, '2011-08-03', 40.00, 'Laz Parking (Chicago)', 'Parking near our downtown hotel for one night!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3835, '2011-08-03', 5.60, 'Toll (enroute Chicago)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3836, '2011-08-04', 5.60, 'Toll (returning from Chicago)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3837, '2011-08-04', 46.75, 'Happy Chef (Chinatown, Chicago)', 'Lunch for Arun, Minaxi, Ujala and Aahna, includes $1.75 for parking.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3838, '2011-08-03', 49.00, 'Lao Sze Chuan (Chinatown, Chicago)', 'Lunch for Arun, Minaxi, Ujala and Aahna, includes $2 for parking.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3839, '2011-08-03', 5.00, 'Downtown Chicago', 'Three scoops ice-cream ($3) and $2 to a street performer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3840, '2011-08-04', 65.00, 'Wendella Sightseeing Boats (Chicago)', '$26 each for Arun and Minaxi, $13 for Ujala, Aahna was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3841, '2011-08-07', 24.00, 'Cracker Barrel (returning from Cleveland, TN)', 'Lunch for Arun, Minaxi and Ujala. Aahna did not touch anything.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3842, '2011-07-02', 48.50, 'Runcible Spoon', 'Brunch for Anand Gupta\'s family, our family and Fufiji when AG\'s family visited us in Bloomington.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3843, '2011-08-13', 27.00, 'Farmers Market', 'Plus $34 from Jennie, including 0.64lbs of lamb chops.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3844, '2011-08-12', 7.28, 'The Butcher\'s Block', 'Chicken thighs and drum sticks, 2.4lbs, for grilling.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3845, '2011-08-13', 29.96, 'Sam\'s Club', '8.841 gallons.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3846, '2011-08-13', 112.12, 'Sam\'s Club', 'Sugar, dates, prunes, ice-cream, canola oil, cereal, fuits, tea, peanuts, onions, lemons.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3847, '2011-08-13', 33.00, 'Sam\'s Club', 'Whiskey ($28 for a half litre bottle), sangria.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3848, '2011-08-13', 17.00, 'Sam\'s Club', '4 40-lb bags of water softener.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3849, '2011-08-13', 10.00, 'Sam\'s Club', 'Sanitary napkins for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3850, '2011-08-13', 26.97, 'Sam\'s Club', 'Antacid, denture cleaning tablets for Arun\'s aunt, and cologne spray for Fufiji to give away as gifts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3851, '2011-08-13', 30.00, 'Sam\'s Club', 'Drinks, chips for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3852, '2011-08-16', 2325.00, 'Commercial Service', 'Water heater (Bradford White power vented) + water pipe insulation in the crawl space; $675.33 for labor, $1649.67 for material plus tax'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3853, '2011-08-17', 2.75, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3854, '2011-08-17', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3855, '2011-08-19', 20.00, 'Caravan Ashenda', 'Ethiopean lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3856, '2011-08-20', 25.00, 'Garage sale', 'Puzzles, books, snow pants for Ujala ($13), a dozen blouses for Minaxi ($6), yarn for Fufiji ($6)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3857, '2011-08-20', 30.00, 'Farmers Market', 'Plus $51.50 from Jennie, including 3lbs of lamb stew meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3858, '2011-08-20', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3859, '2011-08-03', 57.16, 'GasAmerica, Lebanon, IN', 'Gas on the way to Chicago (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3860, '2011-08-05', 7.03, 'Starbucks, Louisville, KY', 'Coffee for Arun and Minaxi, juices for kids on the way to Cleveland, TN (Tennessee vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3861, '2011-08-08', 35.17, 'Shell, Lexington, KY', 'Gas on the way back from Cleveland, TN (Tennessee vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3862, '2011-07-19', 19.50, 'Chow Bar', 'Lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3863, '2011-08-02', 4.95, 'USPS', 'Return envelope for Arun\'s Schengen visa stamp for trip to Belgium'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3864, '2011-08-04', 45.00, 'New Happy Cafe, Chicago', 'Dim-sum (lunch) before returning (Chicago vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3865, '2011-08-03', 400.00, 'Gobindi Devi', 'Shopping money for fufi-ji for her New York trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3866, '2011-08-12', 27.50, 'Bloomington Hardware', 'Water sprayer, top soil, grilling charcoal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3867, '2011-08-12', 4.33, 'Bloomington Hardware', 'Reading glasses for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3868, '2011-09-01', 60.19, 'Sam\'s Club', 'Buns (52), chicken/veggie patties (58), grapes, cheese for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3869, '2011-09-01', 30.43, 'Sam\'s Club', 'Deodorant, face cream, chocolates for Fufiji to give away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3870, '2011-09-01', 16.81, 'Sam\'s Club', 'Fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3871, '2011-09-01', 37.00, 'Sam\'s Club', '176 size 5 diapers for Aahna (Member\'s Mark).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3872, '2011-09-01', 40.00, 'Sam\'s Club', 'Membership fee. I intend to make it $20 once Raquel pays up.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3873, '2011-08-27', 29.00, 'Farmers Market', 'Plus $6 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3874, '2011-08-27', 4.25, 'Garage sale', '10 level 1-2 reading books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3875, '2011-08-27', 6.68, 'Target', 'Puzzle for Isha-Koel\'s birthday. A Rubik\'s cube bought earlier was the second gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3876, '2011-09-01', 43.00, 'Dr. Hash (Pediatrist)', 'Corn removal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3877, '2011-08-20', 23.32, 'Walmart', 'Plates, napkins, forks, mustard, mayo for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3878, '2011-08-20', 18.50, 'Walmart', 'Haircut for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3879, '2011-08-20', 10.00, 'Walmart', 'Joint creme and pain killer tablets for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3880, '2011-08-20', 17.00, 'Walmart', 'Shoes for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3881, '2011-08-20', 26.15, 'Walmart', 'Four packs of salmon, 1lb each and some fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3882, '2011-09-01', 13.50, 'Daskal Ides (Gent, Belgium)', 'Chocolate for the Roses.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3883, '2011-09-02', 30.00, 'Sky Shops (Brussels, Belgium)', 'Chocolate for Elissa\'s Bat Mitzvah (Sharon\'s daughter).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3884, '2011-09-02', 25.00, 'Target', 'Gift card for Elissa\'s Bat Mitzvah (Sharon\'s daughter).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3885, '2011-09-02', 220.00, 'Oberweis Dairy', '6/22-8/17 of milk delivery, an average of 3.5 gallons per week and a stick of butter every two weeks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3886, '2011-09-02', 53.49, 'Target', 'Remote controlled toy car for Ujala for her birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3887, '2011-09-03', 40.00, 'Wyatt Plikuhn', 'Help through OnCourse for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3888, '2011-09-03', 33.16, 'Sugar and Spice', 'Cake for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3889, '2011-09-03', 23.54, 'Dollar Tree Stores', '20 balloon for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3890, '2011-09-03', 4.29, 'Circle K', '22 gallons ice for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3891, '2011-09-03', 41.00, 'Farmers Market', 'Plus $17.25 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3892, '2011-08-22', 20.00, 'China Wok', 'Lunch for Arun and Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3893, '2011-09-07', 6.42, 'Feast', 'Breakfast for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3894, '2011-09-10', 37.00, 'Farmers Market', 'Plus $16.50 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3895, '2011-09-10', 66.33, 'Macy\'s', 'Carry-on luggage for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3896, '2011-09-10', 74.88, 'Macy\'s', 'Light jacket for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3897, '2011-09-15', 62.24, 'BP', '16.917 gallons @$3.679 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3898, '2011-09-16', 49.00, 'SRSC (Indiana University)', 'Fee for Ujala\'s swimming class (9/26-10/19, Mon/Wed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3899, '2011-09-17', 40.00, 'Farmers Market', 'Plus $19.50 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3900, '2011-09-17', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3901, '2011-08-26', 153.68, 'Bloomingfoods Market & Deli', 'Inlcudes 25lb organic whole wheat atta ($30)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3902, '2011-08-26', 40.00, 'Bloomingfoods Market & Deli', 'One gallon body wash, Dr. Bronner\'s, Lavender'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3903, '2011-09-20', 2.99, 'Starbucks', 'Coffee (tall latte) for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3904, '2011-09-17', 43.00, 'Taste of India', 'Lunch with fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3905, '2011-09-22', 186.29, 'Gymboree', '8 dresses for Ujala for next summer, 1 jeans, two leggings for Ujala; 2 dresses for Aahna. 20% off coupon was used on top of 35% and above sale prices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3906, '2011-09-23', 27.58, 'Gymboree', '2 sandals and 1 slippers for Ujala for next summer. A 20% off coupon was used on top of 60% and above sale prices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3907, '2011-09-26', 17.50, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3908, '2011-09-29', 145.00, 'K. Luke Eades DDS PC', 'Dental cleaning for Minaxi after a $85 coverage from the insurance. Minaxi will return for another visit to finish the cleaning since not all tartar could be removed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3909, '2011-12-09', 2965.00, 'Delta Airlines', 'India vacation (ticket purchased on 2011-09-13). Note: Only $2806.80 charged for Minaxi ($1522.40) and Ujala ($1284.40); Aahna\'s ticket not charged: need to resolve.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3910, '2011-12-09', 526.10, 'Kingfisher Airlines', 'Airline tickets for Delhi-Bangalore-Dehradun for Minaxi, Ujala, and Aahna on Kingfisher Airline. Purchased on 2011-09-29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3911, '2011-09-13', 174.00, 'Delta', 'Change fee for moving fufi-ji\'s departure from Dec 14th to Dec 9th'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3912, '2011-09-30', 90.86, 'Gymboree', '3 dresses, 5 leggins for U in size 9 for next year winter. 2 skirts for next summer. $75 worth of gymbucks were applied!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3913, '2011-09-24', 26.45, 'Scholars Inn Bakehouse', 'Breakfast, with fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3914, '2011-10-01', 34.00, 'Farmers Market', 'Plus $16 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3915, '2011-09-24', 60.00, 'Farmers Market', 'Plus $15 from Jennie (all numbers approximate since I don\'t remember -- filling it one week after)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3916, '2011-10-01', 45.00, 'Sahara Mart', '16oz Nordic Naturals fish oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3917, '2011-10-01', 6.38, 'Sahara Mart', 'Ginger, garlic, potatoes, papad, 2 packs of pita bread, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3918, '2011-10-02', 41.78, 'Shell', '12.549 gallons @ $3.329 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3919, '2011-10-07', 54.20, 'Kroger', '16.184 gallons at $3.349 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3920, '2011-10-08', 23.00, 'Farmers Market', 'Account with Jennie is done for this season as of last week.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3921, '2011-08-15', 22.00, 'Kinser Cleaners', 'Guest bedroom comforter dry cleaning: our comforters can be washed in the washing machine on gentle cycle since the pocketed design prevents clumping. Also, the fear of clumping in dry cleaning is almost as much since they use a liquid solvent.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3922, '2011-10-10', 14.79, 'eBay', 'One pair of Clarks shoes for Minaxi, used. $7 was for shipping -- a pricy idea but Minaxi needed a pair of shoes urgently.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3923, '2011-10-24', 49.00, 'SRSC (Indiana University)', 'Fee for Ujala\'s swimming class (10/24-11/16, Mon/Wed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3924, '2011-09-22', 27.43, 'The Butcher\'s Block', '6lbs Chicken ($15) and 2lbs goat meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3925, '2011-10-15', 60.00, 'Farmers Market', 'No meat, just veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3926, '2011-10-15', 18.19, 'Bloomingfoods Market & Deli', '120 count Bloomingfoods brand pre-natal for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3927, '2011-10-15', 40.00, 'Bloomingfoods Market & Deli', '1 litre body wash for kids, 2 litres for us, 1 8oz shaving cream for Arun, one each of dishwasher and dish detergent from Bloomingfoods tent sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3928, '2011-10-15', 138.75, 'Bloomingfoods Market & Deli', 'Groceries from Bloomingfoods tent sale. No olive oil or laundry detergent this time. Hardly any bulk items (12-pack tomato puree (32oz each, coconut mil (11.2oz each) and 6-pack tofu (1lb each). Everything else: produce!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3929, '2011-10-15', 5.00, 'Brown County State Park', 'Park entry during Ujala\'s School Fall fest.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3930, '2011-10-17', 14.62, 'Amazon.com', 'Book for Arun\'s father: \"Code : the hidden language of computer hardware and software\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3931, '2011-10-22', 43.50, 'Farmers Market', '2 dozen eggs + veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3932, '2011-10-22', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3933, '2011-10-22', 87.10, 'Sam\'s Club', 'Face creams, chocolates for Fufiji to give away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3934, '2011-10-22', 125.00, 'Sam\'s Club', 'Irish cream ($12), 2 4-lb pack almonds, cashews, peanuts (roughly $50), produce.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3935, '2011-10-22', 37.00, 'Sam\'s Club', '200 size 4 diapers for Aahna (Member\'s Mark).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3936, '2011-10-22', 13.50, 'Sam\'s Club', '4 lbs almonds for gifting to Bubby.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3937, '2011-10-21', 21.00, 'Avers Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3938, '2011-10-22', 21.66, '10th Street Market', '20lb aata + papad + some cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3939, '2011-10-18', 3.21, 'BKC', 'Fries and onion rings, shared with Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3940, '2011-10-24', 41.91, 'Shell', '12.589 gallons at $3.329 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3941, '2011-10-25', 24.61, 'FireFly Foto', 'Purchase of two 5x7 individual and one 5x7 class photo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3942, '2011-10-26', 7.00, 'IU Parking', 'Parking at Jordon garage for Diwali party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3943, '2011-10-26', 36.00, 'Priyank Shah', 'Contribution toward Diwali party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3944, '2011-10-29', 7.00, 'College Mall', '5 minutes of bungee jumping for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3945, '2011-11-02', 53.98, 'Shell', '15.652 gallons @ $3.449 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3946, '2011-08-11', 25.00, 'Premier Healthcare', 'Co-pay for routine medical tests with Jill Smith'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3947, '2011-11-10', 14.82, 'AA.com', 'Cincinnati trip: Hotel reservation through Minaxi\'s mother\'s AA account (15,300 miles + $14.82) for one night (checkin Friday, Nov 25).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3948, '2011-11-12', 45.00, 'Farmers Market', '2 dozen eggs + 2lb lamb chops ($26!) + a few veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3949, '2011-11-05', 17.00, 'Farmers Market', '1 dozen eggs + a few veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3950, '2011-10-29', 23.50, 'Farmers Market', '1 dozen eggs + a few veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3951, '2011-11-12', 40.38, 'Shell', '11.879 gallons at $3.399 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3952, '2011-08-11', 5.32, 'LabCorp', 'Co-pay for vitamin-D test'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3953, '2011-11-12', 100.00, 'Gobindi Devi', 'Shopping money for fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3954, '2011-10-07', 93.00, 'WonderLab Museum', 'Membership fee till 10/6/2012'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3955, '2011-10-29', 19.24, 'Gymboree', 'One outfit for Arun\'s Mama\'s grand daughter and one bumble bee Halloween consume for Unnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3956, '2011-10-03', 5.35, 'Paradies Shops', 'Tote for Fufiji from Indianapolis airport -- enroute to giving a talk at Auburn University'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3957, '2011-08-23', 49.91, 'Ricker\'s', 'Gas in Morseville, IN'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3958, '2011-10-07', 59.36, 'Kroger', 'Produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3959, '2011-10-07', 10.00, 'Kroger', 'Hair dye for Fufiji and baby-feeding spoon to be gifted by Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3960, '2011-10-07', 5.00, 'Kroger', 'Cleaning supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3961, '2011-10-07', 8.00, 'Kroger', 'Apple cider for Ujala\'s School\'s Fall festival'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3962, '2011-10-07', 7.00, 'Kroger', 'Cough syrup for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3963, '2011-11-21', 51.46, 'Shell', '15.413 gallons at $3.339 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3964, '2011-11-19', 22.00, 'Farmers Market', '2 dozen eggs + a few veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3965, '2011-11-26', 0.00, 'Farmers Market', 'We were in Cincinnati that Sat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3966, '2011-11-19', 156.54, 'Big Lots', 'Lipsticks, perfumes and chocolates for gift giving in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3967, '2011-11-19', 17.28, 'Big Lots', 'Cabinet liners etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3968, '2011-11-08', 24.00, 'Damilak', 'Minaxi\'s lunch with Raquel. Minaxi paid for both.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3969, '2011-11-19', 52.14, 'Macy\'s', 'Gift card for Jean Camp\'s daughter\'s Bat Mitzvah.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3970, '2011-11-23', 13.85, 'eBay', 'Two bella bands for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3971, '2011-11-25', 70.00, 'CoCo Key Water Resort (Cincinnati)', 'Day passes for Ujala, Arun, Minaxi and no-water pass for Fufiji during our vacation weekend in Cincinnati. Aahna was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3972, '2011-11-25', 12.50, 'CoCo Key Water Resort (Cincinnati)', 'Pizza, fries and pepsi lunch for Fufiji and Arun/Ujala during our vacation weekend in Cincinnati.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3973, '2011-11-26', 33.00, 'Cincinnati Museum Center', 'IMAX tickets for Ujala, Arun, Minaxi and Fufiji during our Thanksgiving vacation in Cincinnati. Aahna was free. Cost includes $6 parking fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3974, '2011-11-25', 66.00, 'Jungle Jim\'s International Market (Cincinnati)', '1 liter Johnie Walker black label whiskey + 750ml Bailey\'s Irish cream for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3975, '2011-11-25', 225.32, 'Jungle Jim\'s International Market (Cincinnati)', 'Lots of legumes (at least 60lb!), 40lb data, 15lb rice, some spices and a week\'s worth of fruits and vegetables.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3976, '2011-11-25', 4.55, 'Starbucks (Cincinnati)', 'Coffee for Fufiji at the Jungle Jim\'s International Market.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3977, '2011-11-25', 135.50, 'Indiana BMV', 'Arun was clocked at 14 miles above speed limit. He will get 2 points for 2 years on his driver\'s license :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3978, '2011-11-26', 31.76, 'Shell (Cincinnati)', 'Gas during our vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3979, '2011-11-16', 14.20, 'Burger King', 'Sandwiches for dinner for Minaxi and Fufiji and chicken dinner for Ujala at Ujala\'s last swimming class.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3980, '2011-11-29', 4.27, 'Wendy\'s', 'Spicy chicken sandwich for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3981, '2011-11-30', 63.46, 'Big Lots', 'Chocolates and perfumes for gift giving in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3982, '2011-11-30', 13.00, 'Big Lots', 'Spoon rests for Fufiji to give in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3983, '2011-11-30', 7.00, 'Big Lots', 'Belgian chocolate for us to try.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3984, '2011-12-03', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3985, '2011-12-06', 120.00, 'SoIC', 'Contribution toward holiday gifts for support staff.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3986, '2011-12-06', 7.05, 'Qdoba Mexican Grill', 'Burrito for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3987, '2011-12-07', 46.25, 'Shell', '13.371 gallons at $3.459 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3988, '2011-12-08', 84.00, 'Bloomington Shuttle', '4 tickets from IMU to Indianapolis airport (India vacation) + the shuttle driver charged $20 for loading the bags.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3991, '2011-12-24', 131.52, 'Gymboree', '3 dresses, 2 leg gins, 3 tops, 2 pants, 1 seater for U in size 8 for next year winter. One light jacket for A. 50% off on most clothing, 20% off additional coupon, $5 award card and free shipping!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3992, '2012-01-02', 250.00, 'Arun and Minaxi', 'India trip expenses: Rs10K cash+credit card payment of $25 at the Banglore restaurant and at Haldiram\'s in Ambience Mall in Delhi. Add taxi expenses on Savari (DDE airport to Minaxi\'s parents\' home+home to train+train to Arun\'s parents\' home).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3993, '2011-12-30', 500.00, 'Minaxi\'s Parents', 'Gift check for Minaxi\'s parents, paid during India trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3994, '2011-12-09', 50.00, 'Indian Railways', 'Masoori Express tickets from Dehradun to Delhi for Minaxi, Ujala, and Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3995, '2012-01-04', 70.00, 'Bloomington Shuttle', '3 tickets from IMU to Indianapolis airport (India vacation) + $10 tip to the shuttle driver.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3996, '2011-11-23', 435.00, 'Oberweis Dairy', 'Roughly $250 for 2.5 months of 3.5 gallons of milk every week + extra. We were out for 4 weeks in Dec-Jan. Check was for $500 but entry is for $435 since the rest would go toward UPS courier charges for mailing Minaxi\'s green card in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3997, '2012-12-12', 65.00, 'UPS', 'Courier charges for mailing Minaxi\'s green card in India by Dave and Kristy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3998, '2012-01-07', 26.00, 'Gymboree', 'An outfit each for Megan and Charlotte and two bodysuits for gifting to Yuzhen-Haixu\'s.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (3999, '2012-01-07', 8.17, 'Gymboree', 'A pair of sandals for Aahna for $5 and a pair of black leggings for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4000, '2012-01-06', 25.00, 'Premier Healthcare', 'Co-pay for routine medical tests with Jill Smith'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4001, '2012-01-06', 5.32, 'LabCorp', 'Co-pay for vitamin-D test'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4002, '2012-01-07', 53.49, 'Tradehome (Journeys @ College Mall)', 'A pair of shoes for Ujala!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4003, '2011-12-07', 19.00, 'Bloomingfoods Market & Deli', '120 count Bloomingfoods brand pre-natal for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4004, '2011-12-07', 74.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4005, '2012-01-10', 89.99, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4006, '2011-11-22', 18.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4007, '2012-01-17', 18.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4008, '2012-01-11', 20.00, 'Bloomingfoods Market & Deli', '10 trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4009, '2012-01-11', 10.69, 'Bloomingfoods Market & Deli', 'Liquor: red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4010, '2012-01-04', 7.84, 'Einstein Bagels, Detroit Airport', 'India vacation: Snacks at the airport, while waiting for the DET-IND flight, on the way back from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4011, '2012-01-16', 40.00, 'Anyetsang Little Tibet', 'Family lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4012, '2012-01-04', 3.60, 'Delaware North Companies, Detroit Airport', 'India vacation: Water bottle, purchased while waiting for the DET-IND flight, on the way back from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4013, '2012-01-17', 40.00, 'City of Bloomington', 'Fee for 6 sessions of ice skating classes for Ujala (Saturdays, 11:40am-12:10pm), starting 2012-01-21'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4014, '2012-01-17', 30.00, 'Citizens Action Coalition', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4015, '2012-01-17', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4016, '2012-01-07', 37.00, 'Farmers Market', '3 dozen eggs and some veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4017, '2012-01-19', 38.00, 'Bloomingfoods Market & Deli', '30-count (30-day supply) of men\'s multi-vitamin for Arun and 75-count (2 a day) chewable calcium tablets for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4018, '2012-01-19', 91.50, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4019, '2012-01-19', 5.35, 'Subway', 'Breakfast for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4020, '2011-12-06', 9.62, 'CVS', 'Vaginal lubricant for Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4021, '2012-01-19', 180.50, 'Lands\' End', '4 dresses, 6 leggings, 1 sweater for Ujala for next winter, 1 warm down jacket for Minaxi ($55, original $140)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4022, '2012-01-20', 74.59, 'Old Navy (online)', '6 maternity tops and 2 fleece/velour hoodies for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4023, '2012-01-21', 206.86, 'Macy\'s', '90% off! for Ujala: 4 winter jackets for this year and next (size S, 7/8), 3 each for years after (M and L) + 3 tunic-legging sets + 2 sweaters and 4 sweater dresses for next winter. For Aahna: 3 dresses (1 2T, 2 3T), 1 vest. Both: 1 pr house boots.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4024, '2012-01-21', 20.00, 'Macy\'s', '90% off! 1 winter jacket and 1 tunic-legging set (both in size M) for Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4025, '2011-11-04', 34.27, 'Sahara Mart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4026, '2011-04-10', 3.49, 'O\'Malia', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4027, '2012-01-23', 50.26, 'Shell', '15.712 gallons at $3.199 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4028, '2012-01-23', 425.00, 'Lending Tree', 'Home appraisal fee for the $200K loan we are taking out on our home to invest in India. Loan rate 3.5%, expected interest rate in India: $9.5%'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4029, '2012-01-24', 39.56, 'BP', '12.404 gallons at $3.189 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4030, '2012-01-24', 36.00, 'Scholars Inn Bakehouse', 'Black and tan cake for 12 (large) pieces for Aahna\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4031, '2012-01-24', 9.87, 'Scholars Inn Bakehouse', '3 loaves of half price (Tuesdays) bread + 6 half price bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4032, '2012-01-29', 60.40, 'Gymboree', '2 size 9 leggings for Ujala, 3 dresses for Aahna and one 6-12 month onesie for their brother. Hardly a deal in spite of the fact that $50 of gymbucks were applied.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4033, '2012-01-29', 39.04, 'TigerDirect.com', 'ULTRA eSATA/USB external 3.5\" HDD enclosure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4034, '2012-01-31', 81.24, 'Lands\' End', '6 pairs of leggings (4 in size 12, inseam 24\" and two in size 14, inseam 25 1/2\") + winter boots size 2 ($25 after a 50% discount) + gloves in size M ($16 after a 40% discount). No shipping since the leggings were a reorder (previous ones were too small)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4035, '2012-01-31', 84.90, 'Bloomingfoods Market & Deli', 'Some spirulina ($8, $50/lb!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4036, '2012-01-28', 42.24, 'Sam\'s Club', 'Cooked chicken, fruit, bread, cheese for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4037, '2012-01-28', 200.00, 'Sam\'s Club', 'Includes almonds, basmati rice, cashews, and olive oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4038, '2012-02-02', 23.34, 'Saraga Asian Market', 'Kimchi, miso for Minaxi\'s stomach virus and other small misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4039, '2012-02-03', 490.80, 'IU Women\'s Healthcare', 'Amniocentesis + ultrasound (this is only part of the payment)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4040, '2012-01-28', 32.00, 'Sam\'s Club', '90 size 2T-3T pull-up pants for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4041, '2012-01-28', 42.11, 'Sam\'s Club', 'Toilet paper (36 rolls), vinegar, sensodyne toothpaste for Arun\'s parents (3 tubes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4042, '2012-01-28', 23.00, 'Sam\'s Club', '2 pairs of DKNY leggings each for Bubby and Arun\'s mother + Glucosamine joint care supplement for Arun\'s mother (200 ct for $12)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4043, '2012-01-28', 15.00, 'Sam\'s Club', 'Calcium soft chews with chocolate (100? ct)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4044, '2012-02-03', 6.15, 'Sugar & Spice', '4 banana nut bread + a yogurt with banana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4045, '2012-02-04', 11.13, 'Starbucks', 'Coffee Arun and his parents. Apple juice for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4046, '2012-02-03', 29.26, 'The Butcher\'s Block', '4lb chicken and 3lb goat stew meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4047, '2012-01-25', 2.00, 'Indianapolis Airport', 'Parking fee while picking Arun\'s parents upon arrival from Delhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4048, '2012-02-05', 145.50, 'doxpop.com', 'Arun\'s speeding ticket for Nov 25, 2011 near Columbus on IN 46; paid online, including $10 online payment service fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4049, '2012-02-11', 24.00, 'Farmers Market', 'Just veggies, no eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4050, '2012-02-12', 48.00, 'Taste of India', 'Lunch for Arun, Minaxi, Arun\'s parents and Ujala and Aahna (half each for U and A)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4051, '2012-01-28', 23.54, 'Dollar Tree Stores', 'Dozen each of balloons and glow bracelets as return gifts for A\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4052, '2012-02-10', 55.00, 'Massage on the Square', 'Massage for Minaxi, includes $10 in tips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4053, '2012-02-11', 23.00, 'Target', '$10 gift for Srikanth\'s birthday (Sowmya\'s brother) + 2 other gifts (lenticular puzzles and sliding bugs for each) for giving away later at birthday parties'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4054, '2012-02-12', 22.00, 'Target', 'Thermos flask worth 1/2 litre liquid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4055, '2012-02-12', 13.22, 'Target', 'Two types of bread, waffles, oranges and apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4056, '2012-02-08', 10.58, 'Target', '4 ice-cream bars, goldfish crackers and graham crackers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4057, '2012-02-08', 34.55, 'Bloomingfoods Market & Deli', 'Includes 16oz beet-carrot juice for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4058, '2012-02-12', 534.98, 'Walmart.com', 'Toshiba TV: 32TL515U, 32\" LED 1080p 240Hz 3D HDTV'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4059, '2012-02-15', 53.98, 'Symantec.com', 'One year Norton AntiVirus license for Arun\'s parents\' laptop.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4060, '2012-02-18', 44.23, 'Walmart', '14.273 gallons at $3.099 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4061, '2012-02-18', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4062, '2012-02-18', 22.00, 'Walmart', '92 size 5 diapers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4063, '2012-02-18', 150.00, 'Walmart', 'Includes 4lbs salmon ($20) plus mostly fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4064, '2012-02-23', 40.00, 'Speedway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4065, '2012-02-23', 139.24, 'Patel Brothers (Indianapolis)', 'Includes 60lb of aata at $10.99 and $11.99 per 20lb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4066, '2012-02-23', 32.00, 'Kroger', '5 bags of softener salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4067, '2012-02-23', 6.82, 'Kroger', 'Nyquil for Arun\'s cough'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4068, '2012-02-18', 19.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4069, '2012-02-25', 500.00, 'Jennie Hoene', 'Advance for summer 2012 veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4070, '2012-02-24', 30.87, 'O\'Malia', 'Includes a bit more 1lb of salmon ($16)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4071, '2012-02-24', 6.58, 'CVS Pharmacy', '10-day antibiotic for Aahna\'s ear infection'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4072, '2012-02-19', 425.00, 'Lending Tree Loans', 'House appraisal fee for the $200K loan we took out for investing in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4073, '2012-02-26', 500.00, 'Oberweis Dairy', 'Roughly 5.5 gallons of milk a week from Jan onwards.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4074, '2012-03-02', 16.02, 'Sears.com', 'One link chain link and one snap hook for the weight machine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4075, '2012-03-02', 70.16, 'Amazon.com', 'Rechargeable batteries: Sanyo eneloop 8-pack AA NiMH (2000 mAh), Sanyo eneloop 4-pack AAA NiMH (900 mAh), Tenergy C-size NiMH 8 pieces (5000 mAh)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4076, '2012-03-03', 52.00, 'Shin\'s Family Restaurant', 'Lunch at Korean restaurant with Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4077, '2012-02-25', 12.58, 'Starbucks', 'Coffee for Arun and his parents, and juice for kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4078, '2012-03-11', 130.00, 'Renassaince Hotel (Downtown, Chicago)', '2 nights stay for Minaxi\'s Chicago trip to meet with her friends. All four shared a hotel room. Includes $5 tip for the cleaning lady.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4079, '2012-03-10', 30.00, 'Regis Salons', 'Hair cut for Arun (900 Design closed for Spring break)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4080, '2012-03-11', 46.95, 'Marathon', '11.96 gallons at $3.929 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4081, '2012-03-11', 18.75, 'Chicago Taxi', 'Greyhound bus station to hotel and back for Minaxi\'s Chicago trip to meet with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4082, '2012-03-09', 60.99, 'Greyhound', 'Bus ticket for Minaxi\'s Chicago trip to meet with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4083, '2012-03-11', 145.00, 'Restaurants (Chicago)', 'Two expensive dinners ($50 each), two breakfasts, two lunches during Minaxi\'s Chicago trip to meet with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4084, '2012-03-10', 18.00, 'Art Institute of Chicago', 'Museum visit during Minaxi\'s Chicago trip to meet with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4085, '2012-03-09', 50.00, 'Target', 'Gift card for Zev, Valeria\'s son, given when Minaxi visited with her friends in Chicago.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4086, '2012-03-06', 87.95, 'Amazon.com', 'Backpack for Arun (Skooba Checkthrough that allows laptop to be left in the backpack while going through airport security).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4087, '2012-03-03', 162.16, 'Bloomingfoods Market & Deli', 'Includes 25lbs of whole wheat flour ($32) and 1lb of trout (30% off at $12.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4088, '2012-03-03', 21.00, 'Bloomingfoods Market & Deli', '120 CT prenatal for Minaxi. 4 to be taken each day but Minaxi takes 1-2.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4089, '2012-03-11', 24.09, 'Sephora (Chicago)', 'Mineral-based compact foundation+power for Minaxi (shade D35).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4090, '2012-03-12', 482.30, 'Seven Corners', 'Insurance for Arun\'s parents from 2012-MAR-14 through 2012-JUL-21 ($214.50 for mother + $267.80 for father).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4091, '2012-03-13', 335.00, 'WonderLab', '4 1-week camps starting 6/18, ending 7/20 (no camp during the 4th July week). Fee $80/camp. U is wait listed for the first (payment may be refunded). Additional lunch hour fee of $15 for the first camp, which will run 9am-1pm. Rest, 9am-12pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4092, '2012-03-14', 50.86, 'BP', '12.979 gallons at $3.919 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4093, '2012-03-14', 68.27, 'White River Co-op', '4 bags (200lbs) of corn gluten. Normally, it is about $1/lb but they had these left at the old price of $15.99 each. I bought them all since it can be stored. Need to look up how much and how frequently to apply. It also supplies nitrogen, so win-win.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4094, '2012-03-14', 146.42, 'Gymboree', '5 summer/spring dresses each for Ujala and Aahna for this upcoming season. Most dresses were 50% off. I had an additional 20% off coupon. Shipping was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4095, '2012-03-15', 19.88, 'eBay', 'Postpartum abdomen support band for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4096, '2012-03-15', 14.99, 'eBay', 'Nursing cover (shipping was free)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4097, '2012-03-15', 100.00, 'Megan Assaf', 'Massage session (address: 205 N College Ave, Suite 719)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4098, '2012-03-15', 6.00, 'Scholars Inn Bakehouse', '2 loaves of discounted bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4099, '2012-03-24', 39.00, 'Farmers Market', 'Veggies from Jennie + 5lbs bones + 3 dozen eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4100, '2012-03-10', 34.00, 'Farmers Market', 'Veggies from Jennie + 4 dozen eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4101, '2012-02-25', 34.00, 'Farmers Market', 'Veggies from Jennie + 4 dozen eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4102, '2012-03-24', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4103, '2012-03-17', 4.39, 'Starbucks', 'Coffee for Arun\'s mother, and juice for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4104, '2012-03-22', 16.78, 'O\'Malia', 'Includes a bit more 1lb of salmon ($10) + 2 packets of broccoli sprouts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4105, '2012-02-22', 9.62, 'CVS Pharmacy', 'Nyquil nighttime for Arun\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4106, '2012-03-17', 21.41, 'The Butcher\'s Block', '4lb chicken things and drumsticks + 4lb chicken tenders + 2lb lamb bones for soup.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4107, '2012-03-16', 45.00, 'Sahara Mart', '16oz Nordic Naturals fish oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4108, '2012-03-16', 23.00, 'Sahara Mart', 'Apples (5lbs) +4 packets of pita and a few other small things.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4109, '2012-03-17', 186.77, 'Sams\' Club', 'Includes 2 packets almonds (3lbs each for $11 each), 16oz maples syrup ($14), 3litre olive oil ($16) + cereal, peanuts, fruits and veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4110, '2012-03-23', 38.89, 'Chipotle', 'Dinner for Arun, Minaxi, Arun\'s parents, Ujala, Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4111, '2012-03-24', 5.34, 'Target', 'Poly pocket for some birthday party gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4112, '2012-03-17', 47.00, 'Sam\'s Club', 'Rum and whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4113, '2012-03-17', 32.00, 'Sam\'s Club', '90 ct pull up pants for Aahna (3T-4T)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4114, '2012-03-17', 30.00, 'Sam\'s Club', '2 books for Ujala (one is on birds, the other on kindergarten analytical skills) + tape for Ujala\'s craft activities.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4115, '2012-03-17', 28.00, 'Sam\'s Club', 'B-complex, vitamin C and antacid for Arun\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4116, '2012-03-17', 51.89, 'Sam\'s Club', 'Dove (12 bars), hand soap, Pantene shampoo, Pantene conditioner, 3-pack shaving gel for guest bathroom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4117, '2012-03-24', 30.54, 'Target', 'Shopping by Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4118, '2012-03-27', 25.92, 'Amazon.com', 'Energizer CHFC/CHFC2 Universal Charger'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4119, '2012-03-10', 12.57, 'Pourhouse Cafe (Indianapolis)', 'Coffee for Arun\'s parents and juice for Ujala while picking up Minaxi from Greyhound station after her Chicago trip to meet with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4120, '2012-03-28', 5.56, 'Sugar and Spice', 'Coffee for Arun, cake for everyone else'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4121, '2012-03-29', 64.79, 'BP', '15.579 gallons at $4.159 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4122, '2012-04-07', 14.00, 'Farmers Market', 'Just a couple of bunches of greens since Jennie did not come.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4123, '2012-04-07', 6.50, 'Scholars Inn Bakehouse', '6 discounted bagels + 1 farm bread at regular price.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4124, '2012-02-24', 67.25, 'Southern Indiana Pediatrics', 'Aahna had an ear infection. Wellness visits are free under this insurance but not these.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4125, '2012-04-07', 121.15, 'USPS', 'Ujala\'s passport renewal fee ($15 for photo + $106.15 processing fee by USPS and the govt)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4126, '2012-04-07', 9.00, 'USPS', 'Stamps (book of 20 forever stamps).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4127, '2012-04-10', 13.60, 'Starbucks', 'Coffee and cake for Arun\'s parents, apple juice for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4128, '2012-04-07', 1.90, 'Lowe\'s', '4-pack tomato plants (vegetable bonnies)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4129, '2012-03-31', 5.89, 'Starbucks', 'Coffee for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4130, '2012-03-31', 7.96, 'The Butcher\'s Block', 'Chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4131, '2012-04-07', 55.00, 'Cracker Barrel', 'Lunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4132, '2012-04-14', 35.00, 'Farmers Market', '4 dozen eggs + 5 types of veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4133, '2012-04-14', 55.00, 'Garage sale', 'Many clothes for baby number three (most 1st summer, some first winter, some second summer, many second winter) + 3 pairs of shoes/sandals for Ujala + 2 pairs of shoes for Aahna + 6 light-weight coats and a few blouses for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4134, '2012-04-15', 154.15, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4135, '2012-04-15', 24.00, 'Bloomingfoods Market & Deli', '2 1-litre Dr. Bronner\'s body wash bottles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4136, '2011-09-02', 3931.00, 'Bloomington Montessori School (BMS)', 'Ujala\'s School+lunch program fee for the next year for all 9 months except May 2011'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4137, '2012-03-16', 7.47, 'White River Co-op', '2lbs grass seed + 1 pack Armenian cucumber seeds + 1 small scoop each of chard and kale seeds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4138, '2012-04-18', 2.67, 'Sugar and Spice', 'Three slices of banana and pumpkin breads.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4139, '2012-04-11', 3.87, 'Sugar and Spice', 'Two slices of banana and pumpkin breads + one brownie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4140, '2012-04-18', 3.89, 'Burger King', 'Chicken tendergrill for Minaxi to supplement her lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4141, '2012-04-11', 3.79, 'Burger King', 'Chicken tendercrisp for Minaxi to supplement her lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4142, '2012-04-18', 46.00, 'Amazon.com', 'Contech CRO101 Scarecrow motion-activated sprinkler'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4143, '2012-04-18', 8.94, 'Amazon.com', 'Energizer-Eveready 00916 NH22NBP rechargeable battery (for the Scarecrow motion activated sprinkler)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4144, '2012-04-21', 12.50, 'Garage sale', 'A few 6-12 month clothes for baby number three for his first winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4145, '2012-04-22', 0.00, 'Amazon.com', 'Two size M \"Dreams and Company\" cotton gowns for Arun\'s mother, bought for $47.06 and later returned for a full refund.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4146, '2012-04-21', 39.00, 'Farmers Market', '4lbs of asparagus and other veggies from Jennie. $5 for a pack of a few lbs of bones + 1 dozen eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4147, '2012-04-23', 59.50, 'BP', '15.54 gallons at $3.829 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4148, '2012-02-29', 1558.08, 'IU Women\'s Healthcare', 'My share of amniocentesis + ultrasound. There have been other small bills, totaling about $15 thus far regarding the same appt!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4149, '2012-04-27', 80.00, 'Clean Cut Lawn & Landscape Service (812) 345-5864', 'Lawn mowing (twice).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4150, '2012-04-28', 39.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4151, '2012-04-28', 320.00, 'Expedia.com', 'One-way United tickets for Arun\'s parents 4-day Chicago trip (10th May->13th May).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4152, '2012-04-26', 338.55, 'Staybridge Suites', '3-night stay in Schaumburg for Arun\'s parents Chicago trip (10th May->13th May).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4153, '2012-04-28', 11.00, 'Garage sale', 'Three 24-month onesies for baby #3 for his 2013 winter + four overalls for his first winter + 4 summer dresses for Aahna + 1 (fancy) summer dress and two belts for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4154, '2012-04-28', 20.00, 'Garage sale', 'Four pants + two blouses for Minaxi\'s postpartum body and 10 long sleeve Ts for winter + 4 tops.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4155, '2012-03-31', 58.13, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4156, '2012-04-10', 200.00, 'Sushila Chauhan', 'Pocket money for Arun\'s parents\' Chicago trip (10th May->13th May).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4157, '2012-05-08', 40.00, 'Greyhound', 'One-way bus tickets for Arun\'s parents 4-day Chicago trip (10th May->13th May).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4158, '2012-05-05', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4159, '2012-05-05', 20.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4160, '2012-05-05', 3.00, 'Garage sale', 'A pair of shoes and a couple of onsies for #3.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4161, '2012-05-05', 5.00, 'Farmers Market', 'Coffee for Arun and his parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4162, '2012-04-15', 484.00, 'Bloomington Montessori School (BMS)', 'One month fee+lunch program deposit for next academic year'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4163, '2012-05-18', 39.27, 'Amazon.com', '6-tier shoe tree, claims to hold 36 pairs of shoes, free shipping and the cost is after using $10 through American Express reward points'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4164, '2012-04-21', 5.89, 'Starbucks', 'Coffee for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4165, '2012-04-24', 5.03, 'Starbucks', 'Coffee for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4166, '2012-04-21', 43.00, 'Taste of India', 'Lunch for Arun, Minaxi, Arun\'s parents and Ujala and Aahna (half for U, none for A)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4167, '2012-04-22', 55.60, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4168, '2012-05-13', 159.01, 'Patel Brothers (Indianapolis)', 'Includes 80lb of aata at $10.99 and $9.99 per 20lb, 20lb of rice at $10.99, about 30lb or daals'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4169, '2012-05-02', 54.98, 'Bloomingfoods Market & Deli', '6 packs of crushed tomatoes at $1.99 and other things'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4170, '2012-05-02', 17.32, 'The Butcher\'s Block', 'Chicken worth two meals'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4171, '2012-04-21', 29.06, 'The Butcher\'s Block', 'Chicken + about 4lb goat meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4172, '2012-05-17', 2.94, 'Starbucks', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4173, '2012-05-17', 4.27, 'Buffalouies at the Gables', '5 chicken wings for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4174, '2012-04-14', 10.43, 'Pourhouse Cafe', 'Coffee for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4175, '2012-05-10', 2.15, 'Starbucks', 'Coffee for Arun while dropping his parents off to Chicago for their trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4176, '2012-05-05', 28.55, 'Subway', '4 footlong sandwiches for lunch for Arun, Minaxi, his parents and the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4177, '2012-05-14', 53.60, 'BP', '14.1 gallons at $3.8 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4178, '2012-05-06', 48.96, 'Shell', '$4.0 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4179, '2012-05-16', 14.00, 'Kroger', '1lb each of chicken salad and cheese spread and bread for dipping -- for Ujala\'s school\'s picnic that day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4180, '2012-04-28', 40.00, 'Sam\'s Club', 'Rum and cognac'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4181, '2012-04-28', 54.55, 'Sam\'s Club', 'Cologne for Arun (3.4oz?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4182, '2012-04-28', 45.00, 'Sam\'s Club', '12-pack Gillette fusion blades for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4183, '2012-04-28', 191.82, 'Sam\'s Club', 'Includes 3litres oliver oil ($15), 3.5lb each of almonds and cashews ($11 and $16 respectively)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4184, '2012-05-12', 35.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4185, '2012-05-19', 62.08, 'Walmart', '16.784 gallons at $3.699 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4186, '2012-05-18', 60.00, 'Clean Cut Lawn & Landscape Service (812) 345-5864', 'Grass was so big that they had to mow it twice in the same visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4187, '2012-05-19', 12.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4188, '2012-05-26', 25.00, 'Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4189, '2012-05-26', 45.25, 'Garage sale', 'Lots of clothes for #3 (2012 winter, 2013 summer, 2013 winter)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4190, '2012-05-28', 50.00, 'eBay', 'Instaflex joint support (90 capsules, 30-day supply) for Arun\'s mother. Regular price is about $70+s&h on Amazon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4191, '2012-05-25', 65.00, 'Megan Assaf', 'Massage session (address: 205 N College Ave, Suite 719)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4192, '2012-05-25', 200.00, 'IU Outdoor Pool', '2 2-week swimming camps (6:20-7pm) starting 7/16, ending 8/19 for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4193, '2012-05-26', 78.29, 'Sears', '2 pairs of shoes/sandals and 2 gowns for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4194, '2012-05-26', 80.00, 'Sears', 'A pair of shoe for Arun ($58.50) + one pair of sandal for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4195, '2012-05-19', 362.17, 'Bloomingfoods Market & Deli', 'Groceries from Bloomingfoods tent sale. 18 liters olive oil ($150!), 12 liters coconut water ($38) + $45 worth of strawberries (8lb)/blueberries(6 small packs)/raspberries (6 small packs).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4196, '2012-05-18', 27.49, 'The Butcher\'s Block', 'Chicken worth two meals + 1/3lb fish for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4197, '2012-05-25', 12.97, 'The Butcher\'s Block', 'Chicken for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4198, '2012-05-22', 243.00, 'Stanley Steemer', 'Living room, master bedroom, stairs, walk-in closet steam cleaning ($114) + living room couches ($129)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4199, '2012-05-19', 17.63, 'Subway', '2 footlong sandwiches for lunch for Arun, his mother, and Minaxi during Walmart trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4200, '2012-05-26', 25.57, 'Sahara Mart', '6 packs of pita, 2 breads, 2 gallon milk ($3.99 each, on sale)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4201, '2012-05-11', 17.32, 'Avers Pizza', 'Pizza for dinner for Arun and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4202, '2012-05-21', 2.98, 'Saraga Asian Market', 'Tofu sauce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4203, '2012-05-21', 3.98, 'Sugar and Spice', 'A slice of bread and a coffee for Minaxi and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4204, '2012-05-26', 8.83, 'Starbucks', 'Coffee for Arun and his parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4205, '2012-05-26', 13.00, 'Target', 'Puzzle + bubble blower for Rahi\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4206, '2012-05-26', 13.69, 'Target', 'Hoola hoop, toothbrush, toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4207, '2012-05-21', 79.65, 'Bloomington Hardware', 'Sprinker hose, 2-way splitter, 50\' never-kink hose -- all for watering the vegetable garden. A timer would have to be bought if the water is to be made automatic. A pair of garden gloves each for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4208, '2012-05-19', 60.00, 'Walmart', 'Haircut for Minaxi, Arun\'s father, Ujala, and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4209, '2012-05-19', 92.00, 'Walmart', 'Bike for Ujala ($63), a small pack of newborn diapers for #3, 7-pack panties for Aahna, and sidewalk chalks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4210, '2012-05-19', 70.00, 'Walmart', 'Knee stabilizers (2), a pair of sandals, BP monitor for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4211, '2012-05-19', 47.19, 'Walmart', 'Granola (3 packs), some ice-cream, frozen veggies + charcoal ($10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4212, '2012-01-10', 2365.00, 'aa.com', 'Roundtrip airfare for Arun\'s parents; arrival 2012-01-25, departure 2012-07-21'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4213, '2012-02-03', 7.39, 'Univ Clin Pathology Assoc', 'Amniocentesis + ultrasound lab related'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4214, '2012-05-28', 119.58, 'www.bulknaturaloils.com', '3 gallon oils 1) almond (refined, not organic): $25, 2) walnut (virgin, organic): $27, and 3) sesame (virgin, organic): $43.20. $25 is shipping and handling!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4215, '2012-05-30', 85.54, 'Royal on the Eastside', 'Oil change and tire rotation of the van'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4216, '2012-06-01', 14.70, 'Anyetsang Little Tibet', 'Lunch for Arun (was supposed to go out with Martin Swany, but got canceled).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4217, '2012-06-02', 40.00, 'Farmers Market', 'Includes $17 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4218, '2012-06-04', 120.18, 'Scott Aspy', 'Weed killer application help, found through OneStart'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4219, '2012-05-30', 8.00, 'Western Skateland', 'Skating for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4220, '2012-05-30', 10.70, 'Starbucks', 'Coffee and cake for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4221, '2012-06-05', 6.00, 'Kinser Cleaners & Laundry', 'Dry cleaning of Arun\'s black woolen jacket'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4222, '2012-06-04', 12.00, 'Esan Thai', 'Arun\'s lunch with Martin Swany'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4223, '2012-06-07', 45.08, 'BP', '12.560 gallons at $3.589 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4224, '2012-06-09', 0.00, 'Farmers Market', 'Excludes unknown amount of produce from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4225, '2012-06-16', 31.25, 'Farmers Market', 'Excludes unknown amount of produce from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4226, '2012-06-07', 300.00, 'Stephanie Estes', 'Doula services during Vyom\'s birth'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4227, '2012-06-08', 28.00, 'Amol India', 'Lunch for Arun, his parents, and Ujala and Aahna while Minaxi was at the hospital with Vyom. No charge for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4228, '2012-06-07', 21.82, 'Avers Pizza', 'Dinner for Arun, his parents and Ujala and Aahna while Minaxi was at the hospital with Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4229, '2012-06-06', 8.00, 'Western Skateland', 'Skating for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4230, '2012-06-13', 8.00, 'Western Skateland', 'Skating for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4231, '2012-06-20', 8.00, 'Western Skateland', 'Skating for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4232, '2012-06-15', 12.12, 'The Butcher\'s Block', '5.5lb chicken for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4233, '2012-06-06', 28.00, 'Nailtique (College Mall)', 'Pedicure for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4234, '2012-06-23', 0.00, 'Farmers Market', 'Excludes unknown amount of produce from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4235, '2012-06-27', 700.00, 'Oberweis Dairy', 'Roughly 5.5 gallons of milk a week from April 15 onwards.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4236, '2012-07-01', 2709.36, 'Expedia.com', 'Roundtrip airfare for Minaxi\'s parents (Austrian+United; arrive 2012-JUL-15, return 2012-DEC-07).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4237, '2012-06-26', 38.49, 'Amazon.com', 'Twin metal headboard for Ujala\'s bed (sold by Furnituremaxx).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4238, '2012-06-30', 1000.00, 'Shalini Negi', 'Rs50,000 check'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4239, '2012-06-30', 200.00, 'Gobindi Devi', 'Rs10,000 check'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4240, '2012-06-30', 100.00, 'Sushma Sharma', 'Rs5,000 check'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4241, '2012-06-30', 18.00, 'Farmers Market', 'Excludes $24 for produce from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4242, '2012-06-30', 12.00, 'Garage sale', '3 capris for Ujala, one pair of inline skates (Ujala or Aahna, unclear at the moment), Halloween costume for Arun, mixing bowls and set of 7 hangers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4243, '2012-05-30', 333.29, 'Bloomingfoods Market & Deli', '25lb each of quinoa, whole wheat flour. $75 worth of nuts for Minaxi\'s postpartum recovery.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4244, '2012-06-02', 7.00, 'WonderLab', 'Entry fee since members entering exceeded number of persons on our membership'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4245, '2012-06-04', 5.33, 'Bloomington Bagel Co.', 'Bagels for Arun and Minaxi for breakfast'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4246, '2012-06-02', 25.00, 'Sam\'s Club', '90 ct diapers for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4247, '2012-06-02', 13.55, 'Sam\'s Club', 'Watermelon and mangoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4248, '2012-06-21', 80.00, 'Garage sale', '$60 for a twin bed (including mattress, box, and frame) for Ujala. Head board was bought separately. Amount entered is $20 extra since we bought a smoking mattress by mistake earlier.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4249, '2012-06-28', 513.25, 'Amazon.com', 'ASUS Transformer PAD (TF300T) ($384.00) + keyboard docking station ($129.25) for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4250, '2012-06-28', 127.72, 'Amazon.com', 'Canon Powershot A1300 ($109.00) + Transcend 16GB HDSC Class 10 flash memory card ($12.37) + Case Logic TBC-302 ultra compact camera case ($6.35), for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4251, '2012-06-28', 19.70, 'Amazon.com', 'Sanyo 1500 Eneloop 8-pack AA NiMH rechargeable batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4252, '2012-07-05', 412.67, 'Indiana University Health', 'Hospital charges for Vyom\'s delivery. Original bill was for $443.73 (insurance was charged $7,802.62) but the paid amount was after prompt-pay discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4253, '2012-06-30', 121.24, 'Sam\'s Club', 'Chocolates, almonds, sensodyne toothpaste and toothbrushes bought by Arun\'s parents to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4254, '2012-06-30', 7.35, 'Sam\'s Club', 'Three slices of pizza for Ujala, Aahna, and Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4255, '2012-06-30', 20.00, 'Sam\'s Club', '36 rolls of toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4256, '2012-06-30', 35.00, 'Sam\'s Club', '216 ct diapers for Vyom, size 1'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4257, '2012-06-30', 172.55, 'Sam\'s Club', 'Cashews and many fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4258, '2012-06-30', 12.00, 'Sam\'s Club', 'Calcium soft chews'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4259, '2012-07-11', 18.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4260, '2012-05-18', 4.00, '900 Hair Design (IMU)', 'Haircut for Arun. Free haircut, only tips paid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4261, '2012-07-11', 2.99, 'Sugar and Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4262, '2012-06-01', 10.04, 'The Butcher\'s Block', 'Chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4263, '2012-06-25', 37.44, 'Big Red Liquors', 'Johnny Walker black label (750ml)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4264, '2012-06-07', 2.73, 'Bloomington Hospital', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4265, '2012-06-19', 61.05, 'Kroger', '16.548 gallons at $3.689 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4266, '2012-06-20', 16.54, 'Starbucks', 'Coffee and banana nut bread for Arun and his parents; juice for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4267, '2012-06-16', 10.43, 'The Pourhouse Cafe', 'Coffee for Arun and his parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4268, '2012-06-19', 20.00, 'Kroger', 'Trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4269, '2012-06-29', 41.71, 'Bloomington Hardware', '50 feet hose, two-way hose connector'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4270, '2012-06-28', 78.61, 'Bloomington Hardware', 'Female hose coupling for the broken connector of the 150-ft hose, toilet seat for the master bathroom, 1/2-acre mosquito zapper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4271, '2012-05-10', 2.00, 'Indianapolis airport', 'Airport parking while dropping Arun\'s parents on their way to Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4272, '2012-06-25', 20.20, 'Target', 'Biking helmet for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4273, '2012-07-07', 23.48, 'Lowe\'s', 'LED battery touch light, four 48\" daylight fluorescent lights'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4274, '2012-06-21', 27.05, 'CVS', 'Nyquil cherry cough syrup and Mucinex DM 60 (20 count) for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4275, '2012-06-17', 28.00, 'AMC', 'Movie tickets for Arun ($11), Ujala ($8.50), and Aahna ($8.50) for \"Madagascar 3: Europe\'s Most Wanted (3D)\"; Aahna\'s first movie in theaters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4276, '2012-07-07', 95.00, 'Olive Garden', 'Lunch with Arun\'s parents on Vyom\'s first-month birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4277, '2012-07-08', 8.48, 'Amazon.com', 'Tenergy Premium 9V 200mAh NiMH high capacity rechargeable battery ($3.49 + $4.99 S&H), sold by Brooklyn Battery Works'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4278, '2012-07-07', 11.99, 'Amazon.com', 'Pyramid bicycle saddle (MX juvenile, white), sold by Bike Depot Inc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4279, '2012-07-07', 337.87, 'Amazon.com', 'Schwinn Crest Urban men\'s hybrid bike for Arun ($316.13), Schwinn Thrasher adult micro bicycle helmet, black ($21.74)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4280, '2012-06-25', 122.05, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4281, '2012-07-09', 11.30, 'The Butcher\'s Block', 'Chicken for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4282, '2012-07-11', 60.00, 'Transformations Health', 'Minaxi\'s massage with Lendy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4283, '2012-07-12', 20.00, 'Amazon.com', 'Bissell mop with microfiber pad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4284, '2012-07-12', 14.87, 'Amazon.com', '40 Huggies changing pads (15\" by 19\") for Vyom\'s changing table'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4285, '2012-07-14', 9.00, 'Garage sale', 'Memory game, girl legos, and a couple other games for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4286, '2012-07-07', 30.00, 'Farmers Market', 'No produce from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4287, '2012-07-14', 13.00, 'Farmers Market', 'Excludes $21 of produce from Jennie (no eggs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4288, '2012-07-14', 293.19, 'Bloomingfoods Market & Deli', 'Includes 25lbs each of french lentils ($2.99/lb), pink (red) lentils ($3.29/lb), chick peas ($2.49/lb) and 50lbs of organic whole wheat flour ($1.29/lb). 10% bulk discount on these items and an additional 10% off for members on this special Sat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4289, '2012-07-14', 21.00, 'Bloomingfoods Market & Deli', '30-day supply of prenatal for Minaxi. She takes 1/4 to 1/2 dose each day.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4290, '2012-07-14', 9.88, 'The Butcher\'s Block', '2lb ground chicken for burgers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4291, '2012-07-07', 46.02, 'Speedway', '13.579 gallons at $3.389 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4292, '2012-07-19', 25.00, 'Wikimedia Foundation', 'Arun\'s donation to Wikipedia'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4293, '2012-07-20', 10.25, 'Garage sale', '3-months cloths for Vyom (8 pants, 4 onesies) + some 6-month clothes for Vyom (2 sweaters, 2 shirts, 1 onesie) + 1 3T winter dress for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4294, '2012-07-19', 117.00, 'Transformations Health', 'Minaxi\'s massage with Lendy ($60) + $25 for 100 liquid calciums (50-day supply) + $32 for 90 multivitamins (zinc is in chelate form, 90-day supply since I am going to take a 1/2 dose).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4295, '2012-07-24', 61.64, 'Shell', '17.127 gallons at $3.599 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4296, '2012-07-25', 37.18, 'Marathon', '10.388 gallons at $3.579 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4297, '2012-07-21', 25.00, 'Farmers Market', 'Excludes $23.50 of produce from Jennie (no eggs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4298, '2012-07-21', 15.00, 'Garage sale', '22 onesies for Vyom for this summer ($10 -- many were almost new), 3 leotards for Aahna and 2 for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4299, '2012-07-28', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4300, '2012-07-28', 30.00, 'Farmers Market', 'Excludes $15.50 of produce from Jennie (no eggs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4301, '2012-07-28', 18.00, 'Garage sale', '2 mattress pads, 1 fitted twin bed sheet set, 1 twin down comforter for Ujala\'s bed'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4302, '2012-07-30', 20.02, 'eBay', 'Two belly control panties + one thigh control thing for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4303, '2012-08-02', 10.00, 'Computer Science Department', 'Donation for card and flowers for Laura Reed, on her mother\'s death'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4304, '2012-08-04', 36.00, 'Farmers Market', 'Excludes $10.50 of produce from Jennie (no eggs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4305, '2012-07-15', 99.00, 'eBay', 'Instaflex joint support (180 capsules, 60-day supply) for Arun\'s mother. Regular price is about $140+s&h on Amazon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4306, '2012-07-25', 71.40, 'Bed Bath & Beyond', 'Sheet+comforter set for Ujala\'s bed + towels for guest bath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4307, '2012-07-22', 15.61, 'Bloomingfoods Market & Deli', '6-pack tofu and misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4308, '2012-07-16', 13.70, 'Target', 'Ice-cream and instant oatmeal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4309, '2012-07-16', 8.50, 'Target', '8-pack panties for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4310, '2012-07-18', 12.84, 'Sears', 'Summer sandals for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4311, '2012-07-18', 12.84, 'Sears', 'T-shirt for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4312, '2012-07-19', 12.64, 'The Butcher\'s Block', '5.5lb leg and thigh quarters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4313, '2012-07-21', 84.71, 'Patel Brothers (Indianapolis)', 'Lentils + 40lb aata (7.99/20lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4314, '2012-07-26', 4.48, 'Kroger', 'Lil Noses brand saline solution for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4315, '2012-08-10', 11.22, 'The Butcher\'s Block', '5lb leg and thigh quarters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4316, '2012-08-10', 15.00, 'Garage sale', 'Boppy pillow, practically new'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4317, '2012-08-10', 21.28, 'Sears', 'Two night gown for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4318, '2012-07-28', 14.37, 'The Butcher\'s Block', '5.5lb leg and thigh quarters + 1lb livers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4319, '2012-08-04', 61.84, 'Barnes & Noble Booksellers', 'Gifts for Ryan\'s kid\'s, Isha-Koel\'s, and Sowmya\'s birthday party. There is an extra gift for a later party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4320, '2012-08-11', 27.00, 'Garage sale', '4 pairs of shoes and 3 pairs of sandals for Ujala, all but one in size 2 + bunch of pants/shirts for the coming winter + 1 purse and 1 toiletry holder for Minaxi\'s mother (worth $6.50)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4321, '2012-08-11', 10.00, 'Farmers Market', 'Excludes $13.00 of produce from Jennie (no eggs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4322, '2012-08-14', 504.00, 'CCCNS', 'Half year fee for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4323, '2012-08-18', 15.00, 'Farmers Market', 'Excludes $13.50 of produce from Jennie (no eggs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4324, '2012-08-18', 21.25, 'Garage sale', '3 sets for Vyom for coming winter + one new dress for Aahna ($12) + a backpack for Aahna + one coloring pad for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4325, '2012-08-18', 5.00, 'Garage sale', 'Two t-shirts and a girl\'s dress for Minaxi\'s mother to give away in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4326, '2012-08-20', 49.00, 'BP', '13.4 gallons at $3.67 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4327, '2012-08-15', 45.00, 'Sahara Mart', '16oz Nordic Naturals fish oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4328, '2012-08-15', 25.00, 'Sahara Mart', '32oz aloe vera gel + hand ointment ($13.99+tax) for Minaxi\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4329, '2012-08-15', 6.44, 'Sahara Mart', '1lb? Gnutella spread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4330, '2012-08-18', 30.69, 'Bloomingfoods Market & Deli', 'Tent sale at the West Side store (maple syrup ($10), two loaves of bread, two pounds of butter, chips)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4331, '2012-08-18', 20.00, 'Bloomingfoods Market & Deli', 'Two bottles of body lotion (16oz?) + two deodorant sticks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4332, '2012-08-11', 189.02, 'Sams Club', 'Includes two bottles of Oliver winery wine + 9-pack beer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4333, '2012-08-11', 40.00, 'Sam\'s Club', '216 size 1 diapers for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4334, '2012-08-11', 8.50, 'Sam\'s Club', 'Face cream for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4335, '2012-08-11', 10.00, 'Sam\'s Club', '4-pack socks for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4336, '2012-08-11', 10.27, 'Sam\'s Club', 'A large pack of batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4337, '2012-08-28', 61.80, 'BP', '16.708 gallons at $3.699 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4338, '2012-08-30', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4339, '2012-08-30', 352.44, 'Seven Corners', 'Health insurance for Minaxi\'s parents from 2012-AUG-31 through 2012-DEC-07'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4340, '2012-09-02', 500.00, 'Oberweis Dairy', 'Roughly 5.5 gallons of milk a week from Sep 1 onwards.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4341, '2012-05-28', 93.93, 'Gymboree', 'Clothes for Ujala for this summer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4342, '2012-08-14', 57.87, 'Gymboree', '12 pairs for socks for Vyom for this summer and comsaing winter + six pairs socks for U and A each. Two summer dresses each for U and A for next summer. $80 of gifts were returned.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4343, '2012-08-25', 35.00, 'Farmers Market', 'Excludes $26 of produce from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4344, '2012-09-01', 0.00, 'Farmers Market', 'We did not go.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4345, '2012-09-02', 98.00, 'Bedbathandbeyond.com', 'Breville hand grinder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4346, '2012-09-02', 27.23, 'Amazon.com', '14-inch stainless steel wok'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4347, '2012-09-04', 1606.00, 'Bloomington Montessori School (BMS)', 'Half year tuition + materials fee for Ujala (2012-2013 year)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4348, '2012-09-04', 39.99, 'Amazon.com', 'Roller Derby Rocket MDX Adjustable Girl\'s Inline Skates, medium size (2-5) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4349, '2012-09-04', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4350, '2012-09-08', 25.00, 'Farmers Market', 'Plus $26 of veggies + 2lbs minced lamb meat ($8/lb) from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4351, '2012-09-08', 10.00, 'Garage sale', 'Three half-sleeved zipped jackets for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4352, '2012-09-01', 13.43, 'Gymboree Outlet', 'One dress for Aahna for next summer + a head band each for U and A.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4353, '2012-09-01', 9.00, 'Gymboree Outlet', 'One dress for Minaxi\'s mother to give away in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4354, '2012-09-01', 1.93, 'Gap Outlet', 'Set of 5 hair clips for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4355, '2012-09-08', 125.00, 'Western Skateland', 'Skate rentals for Ujala\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4356, '2012-09-08', 48.99, 'Sugar and Spice', 'Full sheet lemon and poppy cake (serves 64) with cream cheese icing for Ujala\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4357, '2012-09-04', 38.51, 'Red Lobster', 'Cake to celebrate Minaxi\'s father\'s birthday (along with Ujala\'s -- her cake was home made)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4358, '2012-09-04', 117.81, 'Target + Walmart', 'Party supplies for U\'s birthday party (cups, plate, napkins, chips, drinks) + return gifts. $70 was spent just on return gifts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4359, '2012-07-14', 8.83, 'Starbucks', 'Coffee for Arun and his parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4360, '2012-09-04', 5.34, 'Target', 'Lipstick for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4361, '2012-09-01', 26.73, 'Banana Republic Outlet', 'Belt for Arun, notch free!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4362, '2012-09-01', 22.45, 'Bass Outlet', 'A pair of shorts and a T-shirt for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4363, '2012-09-01', 8.55, 'Bass Outlet', 'A T-shirt for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4364, '2012-09-01', 9.10, 'Oshkosh B\'gosh Outlet', 'Swimming goggles for Aahna that she lost at the outlet itself.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4365, '2012-08-31', 23.00, 'Avers Pizza', 'Picnic at the Olcott Park for our family.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4366, '2012-09-01', 30.00, 'McDonald\'s (Edinburgh Outlet)', 'Chicken sandwiches and fries for dinner for Arun, Minaxi, Ujala, Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4367, '2012-08-25', 48.00, 'Taste of India', 'Lunch for Arun, Minaxi, Minaxi\'s parents and Ujala and Aahna (half each for U andf A)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4368, '2012-08-09', 9.36, 'Starbucks', 'Coffee for Minaxi\'s parents + a slice of cake.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4369, '2012-09-06', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4370, '2012-07-24', 37.00, 'Louis De Angelo\'s', 'Dinner for Arun, Minaxi, Ujala and Aahna (just before Minaxi\'s parents arrived)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4371, '2012-07-21', 4.00, 'Indianapolis airport', 'Airport parking while picking Minaxi\'s parents when they came from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4372, '2012-07-21', 3.27, 'Starbucks', 'Coffee for Arun after dropping his parents for India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4373, '2012-08-30', 52.08, 'Walmart', 'Includes $15 of chocolates for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4374, '2012-08-30', 20.00, 'Walmart', 'Sieve + large storage bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4375, '2012-07-14', 115.01, 'Target', 'Shopping by Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4376, '2012-07-14', 30.00, 'Target', 'Similac organic for Vyom + 3-pack 4oz milk bottles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4377, '2012-07-14', 30.00, 'Target', 'Soccer ball + one unknown item for $21.50 for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4378, '2012-09-15', 20.00, 'Farmers Market', 'Plus $12 of veggies from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4379, '2012-09-15', 5.00, 'Garage sale', 'Two tennis rackets for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4380, '2012-09-13', 37.44, 'Big Red Liquors', 'Johny Walker black label (0.75litre?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4381, '2012-09-13', 3.73, 'Bloomington Hardware', 'One brass tank lever for the master bedroom toilet.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4382, '2012-09-01', 7.48, 'Le Gourmet Chef Outlet', 'Peeler for kitchen.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4383, '2012-09-11', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4384, '2012-09-15', 1.50, 'Farmers Market', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4385, '2012-09-10', 20.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4386, '2012-09-18', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4387, '2012-09-20', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4388, '2012-09-20', 35.69, 'Amazon.com', 'Accouterments for Arun\'s bike: Bell Dawn Patrol LED Headlight ($9.99), Planet Bike Blinky 3-Led Rear Bicycle Light ($9.15); For Minaxi\'s bike: Park Tool TL-1 Tire Lever (4.57), Sunlite Bicycle Tube 26 x 1.95 - 2.125 SCHRADER Valve (two for $11.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4389, '2012-09-20', 7.01, 'Amazon.com', 'Dap 18096 Latex Cement Patching Compound 10.1-Ounce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4390, '2012-09-20', 68.90, 'Amazon.com', 'Kingwin 2.5 Inch to 3.5 Inch Internal Hard Disk Drive Mounting Kit ($5.99), Crucial v4 64GB, SATA 3Gb/s 2.5-inch (9.5mm) SSD with Easy Desktop Install Kit 64 2.5 CT064V4SSD2BAA ($59.99), shipping: $2.92'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4391, '2012-09-22', 15.00, 'Farmers Market', 'Plus $18.50 of veggies from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4392, '2012-09-22', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4393, '2012-09-17', 85.00, 'Action Appliance Installation', 'Microwave installation (Kevin Begley, +1-812-272-9074)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4394, '2012-09-03', 346.65, 'Sears', 'Kenmore microwave, stainless steel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4395, '2012-09-21', 5.30, 'College Mall', 'Sunglasses for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4396, '2012-09-21', 43.00, 'Gymboree', 'Two dresses, one each for Ujala and Aahna. One summer blouse for Ujala. All but $10 was from returning Vidhya\'s gift for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4397, '2012-09-22', 189.62, 'Patel Brothers (Indianapolis)', 'Lentils + 60lb aata (10.99/20lb) + 40lb rice ($39.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4398, '2012-09-22', 165.00, 'Indianapolis Zoo', 'Yearly membership valid till 9/21/2013 ($165.00) for our family plus two additional people.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4399, '2012-09-22', 5.64, 'Indianapolis Zoo', 'Two fries to share with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4400, '2012-09-21', 120.24, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4401, '2012-09-07', 19.51, 'The Butcher\'s Block', '6lb chicken plus half lb fish (latter at $14/lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4402, '2012-09-21', 16.00, 'Eyebrows Style', 'Brows and upper lips for Minaxi\'s mother. The shop is moving to the Fountain Square Mall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4403, '2012-09-26', 55.36, 'Gymboree', 'Two dresses and four leggings for Ujala for this winter. 10 dresses I ordered for her earlier for this winter were too big!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4404, '2012-09-27', 61.71, 'BP', '15.827 gallons at $3.899 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4405, '2012-09-27', 30.00, 'CCCNS', 'Lunch bunch for Aahna until Sep 21'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4406, '2012-09-29', 18.50, 'Farmers Market', 'Plus $19.50 of veggies from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4407, '2012-09-29', 8.50, 'Garage sale', 'Instructional books for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4408, '2012-09-29', 11.26, 'The Butcher\'s Block', '5.5lb chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4409, '2012-10-06', 80.00, 'Farmers Market', 'Includes $40 for 12lbs (1 gallon) of honey and $15 for half a buschel of apples. Does not include $14 of veggies from Jennie.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4410, '2012-10-16', 60.71, 'BP', '16.107 gallons at $3.769 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4411, '2012-10-13', 0.00, 'Farmers Market', 'We did not go. No drop-off from Jennie either.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4412, '2012-10-13', 5.00, 'Brown County State Park', 'Parking fee to attend Ujala\'s School\'s Fall Fest.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4413, '2012-10-12', 40.69, 'O\'Malia', '2lb salmon at $6.99/lb + 11lb grapes ($0.99/lb -- they are in season!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4414, '2012-10-12', 11.99, 'CVS', 'One month supply of prescription strength vitamin D for Arun. His levels were a third of the minimum needed. Prescription strength is 50 times more potent than OTC!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4415, '2012-10-15', 32.00, 'Target', '100 size 1 and 126 size 2 diapers for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4416, '2012-10-15', 5.75, 'Target', 'Pantene conditioner for the guest bathroom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4417, '2012-10-15', 7.15, 'Target', 'One cauliflower and 1/2 gallon milk.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4418, '2012-10-12', 72.00, 'Transformations Health', '$25 for 100 liquid calciums (50-day supply) + $32 for 90 multivitamins (zinc is in chelate form, 90-day supply since I am going to take a 1/2 dose) + $15 for 150-day supply of vitamin D for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4419, '2012-10-13', 395.00, 'Bloomingfoods Market & Deli', '18-litre olive oil ($125) + 25lb quinoa ($70) + other staples from the tent sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4420, '2012-10-13', 40.00, 'Bloomingfoods Market & Deli', '4 gallons of laundry detergent from the tent sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4421, '2012-08-22', 25.00, 'Transformations Health', '$25 for 100 liquid calciums (50-day supply) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4422, '2012-10-06', 40.00, 'Menards', 'Screen for patio door ($10), two bottles of concentrated green cleaner ($10), towel hanger $10), bucket $10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4423, '2012-10-06', 30.00, 'Menards', 'Two soap dispensers ($12 each on sale) + a set of three kitchen storage containers for Minaxi\'s mother to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4424, '2012-10-06', 12.16, 'Menards', 'Halloween candy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4425, '2012-09-29', 25.00, 'Big Lots', 'Welcome mat ($10), hand soap, non stick cover for shelves.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4426, '2012-09-29', 7.00, 'Big Lots', 'Cookies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4427, '2012-09-29', 22.44, 'Big Lots', 'Lipsticks and nail polishes for Minaxi\'s mother to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4428, '2012-09-29', 85.00, 'Walmart', '3 bras ($14 each) + one pair of jeans for Minaxi\'s mother + 5-pack under shirts for Minaxi\'s father ($15) + one bra for Minaxi\'s mother to give as a gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4429, '2012-09-29', 25.00, 'Walmart', '4 packets of Heath bar candy ($15) for Minaxi\'s father + some chips and peas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4430, '2012-09-29', 15.00, 'Walmart', 'Toothpastes + bandaids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4431, '2012-09-29', 11.95, 'Walmart', 'Bulbs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4432, '2012-10-16', 17.28, 'Firefly Foto', 'One class picture and one individual picture from Ujala\'s school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4433, '2012-10-20', 84.14, 'Bloomingfoods Market & Deli', 'Includes 3.5lb pumpkin seeds at $5.49/lb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4434, '2012-10-20', 25.00, 'Bloomingfoods Market & Deli', '1litre shampoo ($9) + after shave + deodorant for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4435, '2012-10-20', 22.00, 'Farmers Market', '$23.00 from Jennie, includes 2 dozen eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4436, '2012-10-27', 33.25, 'Farmers Market', 'Plus $36.50 from Jennie, includes 2 dozen eggs and 2lbs ground lamb meat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4437, '2012-10-29', 27.03, 'tropicaltraditions.com', '32oz gold label coconut oil at buy one get one free sale. $7.08 just for shipping! No tax.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4438, '2012-11-01', 20.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4439, '2012-11-01', 87.45, 'eBay', '4 23.2 cans of Earth\'s Best organic infant formula for Vyom. A saving of at least $15 if purchased at Amazon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4440, '2012-11-01', 62.32, 'Gymboree', '6 leggings, 1 pants, for U, 4 leggings, 2 pants for A'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4441, '2012-11-01', 20.00, 'Gymboree', '2 pant/blouse sets for Unnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4442, '2012-11-02', 43.44, 'Shell', '13.011 gallons at $3.339 per gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4443, '2012-11-03', 11.50, 'Farmers Market', 'Plus $25.00m Jennie, includes 2 dozen eggs and 2-3kgs of sweet potatoes (latter, I left at Michael\'s stall)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4444, '2012-11-05', 17.12, 'Firefly Foto', 'One class picture and one individual picture from Aahna\'s school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4445, '2012-11-06', 52.43, 'BP', '15.894 gallons at $3.299 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4446, '2012-11-05', 31.50, 'Maggie Jesseph', '3 music classes for Ujala and two for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4447, '2012-11-05', 75.00, 'Jerry\'s Appliance Repair (812-876-6393)', 'Kenmore Elite 3.8 cubic ft high efficiency washer broke down -- repair guy charged $75 to tell us that the washer repair would cost as much as the cost of a new one!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4448, '2012-11-08', 919.00, 'Amazon', 'Grey Samsung 3.9 cubic ft washer with VRT (quiet), PowerFoam, steam option, energy efficient. Slightly bigger than the Kenmore it will replace. $20 to the trucking guy who put the washer inside the house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4449, '2012-11-08', 60.00, 'CCCNS', 'Lunch bunch for Aahna for Aug and Oct.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4450, '2012-11-09', 1361.40, 'Expedia.com', 'Delta airline ticket for fufi-ji: 2012-DEC-17 (DEL-AMS-DET-IND) to 2013-JUN-12 (IND-ATL-AMS-DEL).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4451, '2012-11-10', 14.50, 'Farmers Market', 'Plus $25.00m Jennie, includes 2 dozen eggs and one pack of soup bones.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4452, '2012-11-03', 42.36, 'Target', 'Clothes for Minaxi\'s parents to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4453, '2012-11-03', 15.25, 'Target', '3 personal pizzas for lunch for Minaxi, her parents and the kids + 2 apple juice packs for the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4454, '2012-11-03', 54.97, 'Gymboree', '46 pair socks and three body suits for Minaxi\'s parents to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4455, '2012-11-10', 113.46, 'Sam\'s Club', 'Fruits, chips, orange joice, onions, 2 packs of croissant, and 2lb almonds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4456, '2012-11-10', 182.70, 'Sam\'s Club', '4 packs of almonds, 1 pack slivered almonds, 3 packs walnuts (each 2lbs) + 3 packs of Heath bars ($13 each for 24 bars) + 1 pack Kitkat chocolates ($20 for 36 bars) + 1 pack bandaid + AA battery pack for Minaxi\'s parents to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4457, '2012-11-03', 6.50, 'Old Navy', '2 body suits for Minaxi\'s parents to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4458, '2012-11-03', 6.41, 'Old Navy', 'Dragon Halloween costume for Vyom for 2013.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4459, '2012-11-11', 12.00, 'Winslow Laundromat', '6 loads of laundry while the washer was broken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4460, '2012-11-10', 14.00, 'Great Clips', 'Haircut for Minaxi\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4461, '2012-11-03', 12.38, 'The Butcher\'s Block', '6lb chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4462, '2012-09-29', 28.44, 'Walmart', '6 packs of water softener salts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4463, '2012-10-12', 36.00, 'Chow Bar', 'Lunch for Arun, Minaxi, Minaxi\'s father and Ujala and Aahna. Minaxi\'s mother did not feel well enough to go.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4464, '2012-09-22', 15.50, 'India Palace Restaurant', 'Tea and snacks for Arun and Minaxi\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4465, '2012-10-20', 23.35, 'O\'Malia', '10lb grapes and a pack of sandwich sprouts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4466, '2012-09-21', 25.98, 'Great Clips', 'Haircut for Minaxi\'s father and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4467, '2012-09-25', 4.00, 'IU School of Public Health', 'One day pass for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4468, '2012-10-20', 3.92, 'Hobby Lobby', 'Yarn for two sweaters for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4469, '2012-10-31', 3.59, 'Sugar and Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4470, '2012-10-11', 2.99, 'Sugar and Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4471, '2012-10-27', 187.15, 'Sam\'s Club', 'Includes 2lb each of cashews, peanuts, almonds, walnuts, dates.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4472, '2012-10-27', 75.00, 'Sam\'s Club', '4 packs of Hershey\'s nuggets chocolates, one vitamin E face cream, 10-pack toothbrushes, and 1lb parmesan cheese for Minaxis parents to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4473, '2012-10-27', 66.83, 'Sam\'s Club', '36 rolls of Charmin toilet paper, 12-pack Dove winter bars, band aids, 3-pack sensodyne toothpaste for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4474, '2012-10-27', 38.00, 'Sam\'s Club', '228 Simply Right size 3 diapers for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4475, '2012-11-17', 0.00, 'Farmers Market', 'We went to Chicago that weekend.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4476, '2012-11-24', 40.00, 'Farmers Market', 'Plus $8.50 from Jennie. An $18 chicken was a key purchase.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4477, '2012-11-17', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4478, '2012-12-03', 338.00, 'Amazon.com', 'Sony DSC-HX20V Cybershot 18.2MP Digital Camera Black + Sony 16GB Memory Card + Sony Case Black + Sony Type G Battery + 3 Foot HDMI Mini Cable (sold by Focus\r\nCamera), for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4479, '2012-12-03', 30.00, 'Wikimedia Foundation', 'Minaxi\'s donation to Wikipedia -- our family donated a total of $55 this year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4480, '2012-12-04', 100.00, 'Benita Brown', 'Holiday gifts for support staff.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4481, '2012-12-05', 39.91, 'Shell', '11.538 gallons at $3.459 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4482, '2012-12-07', 49.37, 'Kroger', '4.964 gallons at $3.299 per gallon, on the way back from Indy after dropping Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4483, '2012-12-09', 500.00, 'Oberweis Dairy', 'Roughly 4 gallons of milk a week from Dec 13 onwards.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4484, '2012-12-10', 44.83, 'Shell', '13.386 gallons at $3.349 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4485, '2012-12-10', 165.00, 'City of Bloomington', 'Fee for 6 sessions of ice skating classes for Ujala, Aahna, and Arun (Saturdays, 11:40am-12:10pm), 1/12-2/16'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4486, '2012-11-19', 12.25, 'Maggie Jesseph', 'Music class for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4487, '2012-12-17', 12.25, 'Maggie Jesseph', 'Music class for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4488, '2013-01-07', 12.25, 'Maggie Jesseph', 'Music class for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4489, '2013-01-07', 1639.50, 'Bloomington Montessori School (BMS)', 'Aahna\'s deposit + Ujala and Aahna\'s fees for January'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4490, '2013-01-07', 21.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4491, '2013-01-07', 2.99, 'Sugar and Spice', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4492, '2013-01-12', 36.39, 'Walmart', '11.896 gallons at $3.059 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4493, '2013-01-03', 42.79, 'Microsoft', 'Windows 8 Pro, product key 32TK9-P4J99-CYC3N-F4VB9-6CKT7'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4494, '2013-01-18', 13.00, 'IMU Tudor Room', 'Minaxi\'s lunch with Paul Purdom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4495, '2013-01-18', 40.00, 'Runcible Spoon', 'Brunch for Ujala, Aahna, Arun, and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4496, '2012-12-22', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4497, '2013-01-05', 18.70, 'Target', 'Shoes for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4498, '2012-12-19', 17.49, 'Scholars Inn Bakehouse', 'Breakfast for Arun and Minaxi + six day-old muffins'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4499, '2012-11-19', 26.29, 'Bloomington Hardware', 'Mouse traps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4500, '2012-12-21', 27.80, 'ToysRus', 'Dollies for U and A for Christmas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4502, '2012-12-17', 6.00, 'Indianapolis airport', 'Airport parking while picking up Fufiji when she came from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4503, '2013-12-22', 27.37, 'Sam\'s Club', '8.53 gallons of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4504, '2012-12-01', 4.39, 'Starbucks', 'Coffee for Arun and orange juice for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4505, '2012-12-01', 33.69, 'Walmart', 'Five bras bought by Minaxi\'s mother to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4506, '2012-12-01', 13.02, 'McDonald\'s', 'Three meals'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4507, '2012-12-07', 23.95, 'Maki of Japan', 'Dinner for U, A, Arun, and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4508, '2012-12-14', 39.63, 'The Butcher\'s Block', '6lb chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4509, '2012-11-17', 45.00, 'Karachi Grill (Chicago)', 'Dinner for Arun, Minaxi, Minaxi\'s parents, Ujala, and Aahna\'s during their Chicago trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4510, '2012-11-17', 129.91, 'Patel Brothers (Chicago)', 'Two transaction: 124.21 + 5.70'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4511, '2013-01-04', 27.62, 'The Butcher\'s Block', '6lb chicken thighs + 5lb chicken tenders'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4512, '2013-01-05', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4513, '2012-12-17', 300.00, 'Gobindi Devi', 'Rs15,000 for Fufiji\'s dentures'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4514, '2012-12-06', 8.55, 'Rally\'s', 'Fries and $1 sandwiches for Minaxi and her pagents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4515, '2012-11-17', 100.00, 'Staybridge Suites', '1-night stay in Schaumburg for during Chicago trip w/Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4516, '2012-12-24', 80.25, 'Toys4U', 'Toy airplane for Arun for our anniversary'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4517, '2012-12-20', 7.48, 'Moe\'s SW Grill', 'Minaxi\'s lunch w/Jean'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4518, '2013-01-17', 86.94, 'Amazon', '6 12.7oz cannisters of infant formula for Vyom (Baby\'s only -- uses non-Hexane extracted DHA/ARA, better source of carbohydrate (brown rice as again sugar or corn syrup), added iron, non BPA container)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4519, '2013-01-05', 158.06, 'Bloomingfoods Market & Deli', 'Includes 25lb each of flax ($1.99/lb) and whole wheat flour ($1.29/lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4520, '2012-12-04', 34.04, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4521, '2012-12-01', 20.00, 'Big Lots', 'Gifts for Minaxi\'s mother to take back'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4522, '2012-12-01', 5.93, 'Big Lots', 'Magnifying glass for U and A'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4523, '2013-01-12', 18.73, 'Subway', '3 footlongs for Arun, Minaxi, Fufiji, U, and A.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4524, '2012-12-20', 11.62, 'The Butcher\'s Block', '5lb chicken thighs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4525, '2012-12-21', 0.00, 'Farmers Market', 'Plus $20.50 from Jennie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4526, '2012-12-21', 35.31, 'Bath & Body Works', '6 lotions for Fufiji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4527, '2012-12-21', 34.00, 'College Mall', 'Christmas gifts for Megan, Charlotte, Anna, Simon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4528, '2012-12-21', 20.00, 'College Mall', 'Tickets for 10 rides but we used four and lost the punch card'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4529, '2012-12-21', 17.99, 'College Mall', 'Christmas pictures of U and V'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4530, '2012-12-21', 9.17, 'Gymboree', 'Two heavily discounted pants each for U and A'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4531, '2013-01-05', 6.42, 'Starbucks', 'Coffee for Arun and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4532, '2013-01-10', 5.90, 'Bloomington Main Post Office', 'Mintu\'s check to be deposited by AG'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4533, '2012-12-24', 6.42, 'Starbucks', 'Coffee for Arun and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4534, '2012-11-24', 18.00, 'Walmart Smartstyle', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4535, '2012-11-24', 21.06, 'Subway', 'Three footlongs for Arun, Minaxi, U, A, and Minaxi\'s parents (+ 2.33 paid separately for drinks (?) by Arun)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4536, '2012-11-27', 20.00, 'O\'Malia', 'Trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4537, '2012-12-14', 33.12, 'Bloomington Hardware', 'Bulbs etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4538, '2012-12-22', 20.00, 'Bloomington Main Post Office', 'Speedpost of the blouse Dadiji had Fufiji bring for her from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4539, '2012-11-18', 65.00, 'Lao Yunnan (Chicago)', 'Dinner for Arun, Minaxi, U, A, and Minaxi\'s parents during the Chicago trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4540, '2012-12-24', 24.00, 'Taste of India', 'Anniversary dinner for Arun, Minaxi, Fufiji, U, and A'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4541, '2013-01-12', 186.66, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4542, '2012-11-24', 30.00, 'Walmart', 'Gifts bought by Minaxi\'s mother to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4543, '2012-11-24', 106.73, 'Walmart', 'Includes $20 of Bailey\'s'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4544, '2012-12-22', 160.32, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4545, '2012-12-22', 33.00, 'Sam\'s Club', '120 Size 3 diapers for V'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4546, '2012-12-22', 15.00, 'Sam\'s Club', 'One year supply of calcium for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4547, '2012-12-22', 34.00, 'Sam\'s Club', '750ml Johny Walker'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4548, '2013-01-23', 18.23, 'Amazon.com', 'Magic Moves Electronic Wand for Aahna\'s birthday gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4549, '2013-01-23', 51.37, 'Premier Healthcare, LLC', 'Arun\'s lab work (blood and stool) done in Oct 2012 (16th?), not covered by insurance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4550, '2013-01-23', 17.00, 'Lennie\'s', 'Arun\'s lunch with Andrew Lumsdaine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4551, '2012-11-18', 19.00, 'Standard Parking, Chicago', 'Parking at Navy Pier on the trip to Chicago with Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4552, '2013-01-28', 3.86, 'Bloomington Bagel Co.', 'Breakfast bagel for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4553, '2013-01-27', 16.00, 'Scholars Inn Bakehouse', 'Carrot cake for Aahna\'s birthday (discounted by $5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4554, '2013-01-27', 12.84, 'Dollar Tree Stores', '10 full-sized Mylar balloons and 2 small Mylar balloons for Aahna\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4555, '2012-03-22', 20.22, 'Avers Pizza', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4556, '2012-11-17', 19.44, 'Little Caesars', 'Lunch for Arun, Minaxi, Minaxi\'s parents, Ujala, and Aahna, on the way to their Chicago trip (two transactions: $14.04 + $5.40)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4557, '2012-11-17', 58.76, 'AA Family LLC (Marathon)', 'Gas filled at Rensselaer, Indiana, on trip to Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4558, '2012-03-16', 17.83, 'Paradies Shops (Washington National Airport)', 'Flashlight ($6.99) and animal poppers ($9.99) for the kids (on Arun\'s trip to NSF)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4559, '2012-03-11', 52.00, 'Runcible Spoon', 'Brunch for Arun, Arun\'s parents, and kids, while Minaxi was away on a trip to Chicago to see her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4560, '2013-02-03', 49.35, 'Shell', '13.129 gallons at $3.759 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4561, '2013-02-03', 1.67, 'Claire\'s Bakery', 'Coffee for Arun while waiting for Ujala at Fern\'s birthday party at the bakery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4562, '2013-02-06', 20.61, 'Amazon.com', 'Take-A-Part truck toy set, gift for Shrikanth\'s third birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4563, '2012-12-25', 120.00, 'Computer Science Department', 'Contribution toward gifts for support staff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4564, '2013-02-07', 10.00, 'Starbucks', '$10 reload of Arun\'s iPhone Starbucks card'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4565, '2013-02-08', 222.50, 'InboundUSA.com', 'Medical insurance for Arun\'s aunt from 2013-FEB-07 through 2013-JUN-12.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4566, '2013-02-10', 100.00, 'Rice University', 'After so many calls from Rice, I finally relented'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4567, '2013-01-19', 38.75, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4568, '2013-01-22', 73.69, 'Macy\'s', 'Four jackets to be gifted in India -- three as Rakhi gifts for Kasvi, Chuzoo, and Parul and one by Fufiji to Sonal (Chachaji\'s son\'s wife)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4569, '2013-01-25', 12.00, 'Aniyetsang\'s Little Tibet', 'Lunch for Minaxi when she went to talk to Kay Connelly'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4570, '2013-01-28', 8.00, 'IU School of Public Health', 'Two one day passes for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4571, '2013-02-02', 60.00, 'Sam\'s Club', 'One coat for Fufiji, one fleece jacket for Pooja, two packets of chocolates for Fufiji\'s grandson.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4572, '2013-02-02', 10.00, 'Sam\'s Club', '3-pack socks for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4573, '2013-02-02', 30.00, 'Sam\'s Club', 'Sanitary napkins, panty liners for Minaxi + kitchen paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4574, '2013-02-02', 33.00, 'Sam\'s Club', '180 size 4 Luvs brand diapers for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4575, '2013-02-02', 10.00, 'Sam\'s Club', 'Flash cards for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4576, '2013-02-02', 247.00, 'Sam\'s Club', 'Includes 2lb walnuts ($12), 2lb each of cocktail peanuts ($8.50) and cashews pieces ($16) + 2lb fresh salmon ($17)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4577, '2013-02-06', 20.21, 'O\'Malia', 'Includes 7lb grapes ($1.29/lb) + 3lb organic Gala apples ($1.99/lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4578, '2013-02-05', 16.54, 'The Butcher\'s Block', '2lb goat meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4579, '2013-01-26', 14.00, 'Farmer\'s Market', '4 dozen eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4580, '2013-01-23', 3.48, 'Starbucks', 'Coffee for Minaxi while meeting Steve Myers and Predrag Radivojac'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4581, '2013-02-11', 20.00, 'Jolly Express', '10-ride pass for the joy ride train at the College Mall. Otherwise, $3/ride.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4582, '2013-02-08', 6.41, 'CVS/Pharmacy', 'Tylenol Cold and Flu for Fufiji -- 12 doses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4583, '2013-02-06', 4.98, 'CVS/Pharmacy', 'Ear infection antibiotic for Vyom -- he has his first ear infection a day before turning 8 months :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4584, '2013-02-12', 58.90, 'BP', '16.054 gallons at $3.669 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4585, '2013-02-15', 525.00, 'Bloomington Montessori School (BMS)', 'Advance for Ujala and Aahna\'s Montessori in Fall 2013.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4586, '2013-02-19', 45.99, 'Amazon.com', 'HQRP 3300mAh APS Battery, replacement battery for Roomba 560'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4587, '2013-02-19', 86.49, 'Amazon.com', 'Formula for Vyom (6 packs, each makes 80 oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4588, '2013-02-23', 25.37, 'The Butcher\'s Block', '3 lbs pf boneless goat meat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4589, '2013-02-17', 18.00, 'Frank Southern Ice Arena', 'Ice skating entry fee ($6 each) and skate rental ($3 each) for Arun and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4590, '2013-02-26', 92.23, 'Big Lots', 'Gifts for Fufiji to take back'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4591, '2013-02-26', 20.00, 'Big Lots', 'Sofa arm accessory -- wooden'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4592, '2013-02-26', 10.00, 'Big Lots', 'Wool for Fufiji to make Vyom\'s sweaters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4593, '2013-02-26', 18.25, 'Big Lots', 'Chocolates, cookies, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4594, '2013-02-24', 18.00, 'Frank Southern Ice Arena', 'Ice skating entry fee ($6 each) and skate rental ($3 each) for Arun and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4595, '2013-02-27', 21.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4596, '2013-03-02', 36.34, 'Sam\'s Club', '9.960 gallons at $3.649 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4597, '2013-03-02', 25.00, 'Sam\'s Club', 'Two packs of chocolate for Fufiji to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4598, '2013-03-02', 162.54, 'Sam\'s Club', 'Includes 2 2lb packs of almonds ($11.76 per pack).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4599, '2013-03-02', 32.00, 'Sam\'s Club', '1.5 litre vodka.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4600, '2013-03-02', 38.00, 'Sam\'s Club', '228 size 3 diapers for Vyom, Simply Right brand.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4601, '2013-03-02', 16.95, 'Sam\'s Club', '4 packs of water softener salt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4602, '2013-03-02', 8.47, 'Sam\'s Club', '4 slices of pizza for Arun, Minaxi, Fufiji, and Ujala/Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4603, '2013-03-02', 15.00, 'Farmer\'s Market', '2 dozen eggs + two (small) bunches of kale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4604, '2013-02-16', 34.97, 'Sahara Mart', 'Tofu, apples.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4605, '2013-02-16', 43.00, 'Sahara Mart', '16oz Nordic Naturals fish oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4606, '2013-02-19', 57.00, 'Transformations Health', '$25 for 100 liquid calciums (50-day supply) + $32 for 90 multivitamins (zinc is in chelate form, 90-day supply since I am going to take a 1/2 dose) .'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4607, '2013-02-19', 25.51, 'CVS/Pharmacy', 'Pro-biotic for Aahna to help her stomach recover from antibiotics given as a result of her ear infection + anti-biotic.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4608, '2013-02-16', 3.82, 'Rally\'s', 'Three fries for Ujala/Aahna, Fufiji, and Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4609, '2013-03-09', 7.91, 'CVS', 'Infant Advil for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4610, '2013-03-09', 1.50, 'O\'Malia', 'Salt (two packs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4611, '2013-03-11', 48.90, 'Shell', '12.671 gallons at $3.859 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4612, '2013-03-09', 42.00, 'Farmer\'s Market', 'Includes $21 for 4.5lb of chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4613, '2013-03-25', 89.39, 'Amazon.com', 'Formula for Vyom (6 packs, each makes 80 oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4614, '2013-03-16', 50.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4615, '2013-04-02', 60.06, 'BP', '16.020 gallons at $3.749 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4616, '2013-04-05', 44.48, 'Shell', '12.191 gallons at $3.649 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4617, '2013-03-13', 10.00, 'Starbucks', '$10.00 reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4618, '2013-04-13', 50.00, 'Target', 'Two purses, umbrella, dress for Fufiji to gift in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4619, '2013-04-13', 9.99, 'Crazy 8', 'Two cotton pants for Vyom, bubbles for U and A.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4620, '2013-04-13', 21.36, 'The Children\'s Place', 'Similar skirt-top pair for both U and A.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4621, '2013-04-13', 140.63, 'Bloomingfoods Market & Deli', 'Includes $30 for 25lb whole wheat flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4622, '2013-03-16', 217.77, 'Bloomingfoods Market & Deli', 'Includes $42 for 25lb red split lentils and $14 for grape seed extract to fight infections.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4623, '2013-02-23', 36.85, 'Marsh', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4624, '2013-03-11', 21.19, 'Bed Bath & Beyond', 'Tea sieve for the house and lunch carrier for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4625, '2013-03-11', 16.00, 'Bed Bath & Beyond', 'Towel and cap for Fufiji to gift in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4626, '2013-03-23', 41.54, 'Saraga Asian Market', 'Just veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4627, '2013-03-16', 25.43, 'China Buffet', 'Lunch for Arun, Minaxi, Fufiji, and the kids. U was charged at 50% and A was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4628, '2013-04-14', 6.92, 'White River Co-op', 'Onion starts, kale and collard seeds.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4629, '2013-03-23', 11.29, 'Hobby Lobby', 'Elastic, thread to mend kids\' clothes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4630, '2013-03-11', 10.70, 'Little Caeser\'s', 'Two large pizzas for dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4631, '2013-04-06', 156.39, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4632, '2013-04-06', 30.00, 'Sam\'s Club', '2 4-pack socks + 2lb almonds for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4633, '2013-04-10', 500.00, 'Oberweis Dairy', 'Roughly 4.5 gallons of milk a week from March 1st onwards.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4634, '2013-04-14', 369.99, 'eBay', 'Dell Inspiron 17-3721 (4GB DDR3 memory, Core i3 1.8GHz, 500GB 5400 RPM disk, DVD, camera) laptop for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4635, '2013-01-01', 300.00, 'Gobindi Devi', 'Dentures for Fufiji before she visited us.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4636, '2013-04-15', 45.94, 'BP', '13.055 gallons at $3.519 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4637, '2012-08-21', 30.00, 'CCCNS', 'Materials fee for Aahna\'s school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4638, '2012-07-18', 35.00, 'CCCNS', 'Aahna\'s registration in CCCNS'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4639, '2012-11-27', 15.00, 'CCCNS', 'November lunch bunch for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4640, '2013-01-23', 30.00, 'CCCNS', 'December 2012 lunch bunch for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4641, '2013-02-06', 243.96, 'Southern Indiana Pediatrics', 'Two ear infection visits for Vyom and one for Aahna. The first of these three was in Feb, rest in Mar.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4642, '2013-04-25', 102.41, 'Amazon.com', 'Formula for Vyom (6 packs, each makes 80 oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4643, '2013-04-25', 11.00, 'Amazon.com', 'Game to be gifted to Arun\'s cousin, Sonia\'s son.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4644, '2013-04-27', 50.25, 'BP', '13.770 gallons at $3.649 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4645, '2013-04-30', 85.79, 'Amazon.com', 'Formula for Vyom (6 packs, each makes 80 oz) -- I bought an extra 6-pack since I found it at a good price (previously paid $112 for the same!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4646, '2013-05-02', 22.50, 'Aver\'s Pizza', 'Dinner for Arun, fufi-ji, and kids while Minaxi was away to DC for NSF panel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4647, '2013-05-02', 21.00, '900 Hair Design (IMU)', 'Haircut for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4648, '2013-05-05', 60.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters. $10 extra for standing Scarlett up the week prior.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4649, '2013-05-04', 8.50, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4650, '2013-04-27', 231.66, 'Patel Brothers (Indianapolis)', '10lb rice, 40lb data, 4lb each of Toor, three types each of moong and urad dale, vegetables.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4651, '2013-05-06', 87.89, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4652, '2013-04-03', 22.00, 'Aver\'s Pizza', 'Dinner for Arun, fufi-ji, and kids while Minaxi was away to UIUC'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4653, '2013-04-19', 14.68, 'The Butcher\'s Block', 'Chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4654, '2013-04-27', 6.08, 'Centerplate at the Indianapolis Zoo', 'Coffee for Arun and fufi-ji at the Indy zoo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4655, '2013-04-20', 14.72, 'McDonald\'s', 'Lunch at the Edinburgh Outlet Mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4656, '2013-04-20', 30.44, 'Stride Rite (Edinburgh Outlet Mall)', 'Rain boots for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4657, '2013-04-20', 18.17, 'Gymboree (Edinburgh Outlet Mall)', 'Top and pants (for Vyom?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4658, '2013-04-27', 7.50, 'Indianapolis Zoo', 'Train ride for Ujala, Aahna, and fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4659, '2013-05-22', 3369.00, 'Bloomington Montessori School (BMS)', 'Past due (Feb-Apr) for Ujala ($1,872) + Aahna ($1,497)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4660, '2013-05-22', 390.00, 'Bloomington Montessori School (BMS)', 'Remainder of the advance for 2014 May for Ujala ($270) and Aahna ($120). Decided not to pay $120 advance for Aahna\'s lunch program at the risk of losing her spot.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4661, '2013-05-23', 15.00, 'Bloomington Montessori School (BMS)', 'One copy of the Montessori pre-school yearbook'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4662, '2013-05-28', 102.99, 'Amazon', 'Panasonic \"Jet Force Bagless\" Upright Vacuum Cleaner MC-UL425 for JP\'s wedding.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4663, '2013-05-28', 74.95, 'Amazon', 'PHILIPS PD9000 9'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4664, '2013-05-30', 47.96, 'BP (Indianapolis)', '12.3 gallons at $3.899 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4665, '2013-05-29', 21.74, 'Lakeshore Learning (San Jose)', 'Gift for Hunar (Gurmeet\'s daughter). Unfortunately, it turned out she already had the science kit I purchased.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4666, '2013-06-01', 22.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4667, '2013-05-25', 30.00, 'Farmer\'s Market (Nashville, TN)', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4668, '2013-06-01', 80.42, 'Walmart', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4669, '2013-06-01', 12.60, 'Walmart', 'Some candy and misc for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4670, '2013-06-01', 3.98, 'Sahara Mart', 'Two 6-packs of whole wheat pita.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4671, '2013-03-11', 20.00, 'Siam House', 'Minaxi\'s lunch with Fred Cate. Minaxi footed the bill for both.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4672, '2013-04-22', 20.00, 'Siam House', 'Minaxi\'s lunch with Jean Camp. Minaxi footed the bill for both.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4673, '2013-04-20', 20.40, 'Ann Taylor (Edinburgh Outlet Mall)', 'Blouses for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4674, '2013-04-20', 20.00, 'Ann Taylor (Edinburgh Outlet Mall)', 'A blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4675, '2013-04-20', 29.30, '10th Street Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4676, '2013-05-11', 40.41, 'Sam\'s Club', '10.895 gallons at $3.709 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4677, '2013-04-27', 45.00, 'Spice Nation', 'Dinner for Fufiji, Arun, Minaxi, Ujala, and Aahna. Ujala was half price. Aahna was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4678, '2013-04-20', 5.98, 'Gap (Edinburgh Premium Outlet)', 'Shorts for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4679, '2013-05-26', 38.78, 'Delta Riverboat Company (Nashville, TN)', 'Three adults + 1 child (3 years and under free) for boat ride at the Gaylord Opryland Resort (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4680, '2013-05-25', 55.57, 'Pilot (Lebanon Junction, KY)', '15.883 gallons gas @ $3.499 per gallon, on the way to Nashville (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4681, '2013-05-25', 20.57, 'Bella Nashville (Nashville, TN)', 'Part of lunch (speciality pizza and speciality drink for fufu-ji) at the Nashville Farmers Market on first day (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4682, '2013-05-25', 15.83, 'El Burrito Mexicano (Nashville, TN)', 'Part of lunch (burritos for Arun and Minaxi) at the Nashville Farmers Market on first day (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4683, '2013-05-26', 20.00, 'Qualex-Opryland Resort (Nashville, TN)', 'Photographs: three copies, one large and two small; larger for fufi-ji, one small for Arun\'s parents, and the other small for us (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4684, '2013-05-26', 53.09, 'Jamaicaway Restaurant and Catering (Nashville, TN)', 'Lunch at the Nashville Farmers Market on second day; three receipts for $33.43 (goat for Arun, chicken for Minaxi, gluten for fufu-ji), $9.28 (carrot mango and pineapple drinks), and $10.38 (more goat for Arun). (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4685, '2013-05-26', 53.98, 'Pilot (Shepherdsville, KY)', '15.125 gallons of gas @ $3.569 per gallon on the way back from Nashville (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4686, '2013-05-26', 5.29, 'Pilot (Shepherdsville, KY)', 'Coffee for Arun and fufu-ji, and water on the way back (Nashville, TN vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4687, '2013-05-03', 14.30, 'The Butcher\'s Block', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4688, '2013-05-13', 8.55, 'Bicycle Garage', 'Tube for Arun\'s bike (27\" x 1-1/8\")'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4689, '2013-05-14', 8.55, 'Bicycle Garage', 'Tube for Arun\'s bike (27\" x 1-3/8\"); the last one turned out to be too narrow and burst while installing.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4690, '2013-04-13', 10.00, 'Starbucks', '$10.00 reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4691, '2013-05-03', 10.00, 'Starbucks', '$10.00 reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4692, '2013-06-08', 10.00, 'Starbucks', '$10.00 reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4693, '2013-06-09', 4.00, 'Garage Sale', 'Swim trunk for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4694, '2013-06-10', 58.00, 'NatureScape', 'Spray on the lawn. They came and sprayed twice so might actually charge twice the amount. Need to watch out.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4695, '2013-06-12', 270.00, 'Derek Wells Lawncare (812-272-9336)', 'Clean up of all but (vegetable garden beds + day lily bed near com posters).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4696, '2013-06-08', 16.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4697, '2013-06-15', 30.00, 'Farmer\'s Market', 'Includes $2 for popcorns for children'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4698, '2013-06-22', 34.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4699, '2013-06-22', 13.25, 'Garage Sale', 'Care Bear and Piglet stuffed toys for Ujala and Aahna, bug spray, 3 pairs of shoes for Minaxi, one for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4700, '2013-05-16', 270.07, 'Residence Inn, Syracuse', 'One night\'s stay at Syracuse, where Minaxi gave a talk (Niagara Falls Vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4701, '2013-06-10', 13.87, 'Gymboree', 'A pair of 18-24 months pants and a pair of socks for V (he will likely wear it in the Fall) + two pairs of tights for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4702, '2013-06-09', 28.00, 'Sam\'s Club', 'Glucosamine + chondroitin (only the latter is sulfate) for Fufiji + denture cleaner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4703, '2013-06-09', 60.53, 'Sam\'s Club', 'Fruits and orange juice for 2-3 weeks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4704, '2013-05-03', 22.96, 'Great Clips', 'Haircut for Ujala, Aahna, Fufiji, and Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4705, '2013-05-11', 220.90, 'Sam\'s Club', '2 lbs each of almonds, cashews, and walnuts included.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4706, '2013-05-11', 38.00, 'Sam\'s Club', 'Simply Right Size 3 diapers for Vyom, 224 count.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4707, '2013-05-17', 184.94, 'Residence Inn, Cleveland, Ohio', 'One night\'s stay at Cleveland, on the way back from Syracuse (Niagara Falls Vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4708, '2013-05-02', 110.24, 'Brookstone (DCA Airport)', 'Carry on luggage for Minaxi, bought from the DCA airport.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4709, '2013-06-07', 48.90, 'Aver\'s Pizza + Scholars Inn Bakehouse', 'Pizza + cake for Vyom\'s birthday party at Lower Cascades Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4710, '2013-05-15', 157.15, 'Holiday Inn Express, Niagara Falls, NY', 'One night\'s stay at Niagara Falls, on the way to Syracuse (Niagara Falls Vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4711, '2013-05-17', 20.00, 'Toll', 'Toll charges, approximate amount (Niagara Falls Vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4712, '2013-05-17', 50.85, 'BP, North East, PA', 'Gas on the way back from Syracuse (Niagara Falls vacation); 14.701 gallons @$3.459 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4713, '2013-05-18', 53.30, 'BP, Fort Wayne, IN', 'Gas on the way back from Syracuse (Niagara Falls vacation); 13.669 gallons @$3.899 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4714, '2013-05-18', 2.79, 'BP, Fort Wayne, IN', 'Cappuccino for fufi-ji on the way back from Syracuse (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4715, '2013-05-17', 4.78, 'BP, North East, PA', 'Coffee for Arun and fufi-ji on the way back from Syracuse (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4716, '2013-05-18', 8.70, 'Wendy\'s, Daleville, IN', 'Quick dinner on the way back from Cleveland, OH (Niagara Falls vacation); Daleville is just outside Indianapolis, to its northeast (near Muncie)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4717, '2013-05-18', 20.50, 'Subway, Cleveland, OH', 'Lunch, picked on the way to have at Lake Erie Nature and Science Center (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4718, '2013-06-13', 11.20, 'USPS', 'Priority mail to send Vyom\'s PIO application plus self-addressed priority mail envelope for return'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4719, '2013-06-12', 4.00, 'Indianapolis International Airport', 'Parking fee while dropping fufi-ji for her return to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4720, '2013-06-08', 50.47, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4721, '2013-05-18', 14.15, 'West Side Market (Cleveland)', '8lb chicken while returning from Niagara Falls vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4722, '2013-06-08', 103.75, 'Valley of the Springs (French Lick)', 'Water park visit to celebrate Vyom\'s birthday. Two adult, one senior, two child tickets. Vyom was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4723, '2013-06-08', 15.62, 'China Wok', 'Dinner after returning from French Lick (we had food in the fridge, so bought only two entries to supplement it).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4724, '2013-06-08', 13.00, 'Kroger', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4725, '2013-06-10', 8.03, 'Target', 'Hard copy printouts of pictures for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4726, '2013-06-10', 5.45, 'Target', 'Handsoap (1/2 gallon?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4727, '2013-06-10', 6.41, 'Target', '6-pack socks for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4728, '2013-06-26', 47.50, 'BP', '13.272 gallons at $3.579 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4729, '2012-09-13', 63.39, 'BP', '16.299 gallons at $3.889 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4730, '2013-07-17', 100.00, 'Economy Termite and Pest Control', 'To remove moles in the garden. Should call for three monthly follow ups at $40 each. 812-330-9100.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4731, '2013-07-20', 29.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4732, '2013-07-13', 60.00, 'Farmer\'s Market', 'Includes a pound of minced lamb meat ($9) and 1/5lb mushrooms ($6).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4733, '2013-07-06', 40.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4734, '2013-07-13', 21.78, 'The Butcher\'s Block', '11lb chicken thighs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4735, '2013-07-13', 32.00, 'Target', 'Two birthday gifts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4736, '2013-07-13', 20.00, 'Target', '4-pack razors for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4737, '2013-07-13', 11.03, 'Target', 'Pasta and a couple of snacks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4738, '2013-07-17', 7.50, 'Garage Sale', 'A dozen summer t-shirts for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4739, '2013-07-12', 20.00, 'Aver\'s Pizza', 'Pizza for picnic with the Roses.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4740, '2013-07-20', 253.54, 'Menards', 'Three cordless cellular light filtering blinds for the living room plus two for the deck doors.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4741, '2013-07-13', 2100.00, 'Jason Webb', 'Roof repair (cshort.biz@gmail.com, jason.apex@gmail.com).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4742, '2013-07-19', 34.47, 'Bloomingfoods Market & Deli', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4743, '2013-07-25', 55.26, 'BP', '15.143 gallons at $3.649 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4744, '2013-07-27', 40.00, 'Farmer\'s Market', 'Includes 27lb of potatoes for $13.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4745, '2013-07-27', 65.00, 'Healthy People LLC', 'Minaxi\'s Reiki (plus reflexology) session with Scarlett Winters. $15 extra for standing Scarlett up two weeks prior.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4746, '2013-07-30', 2700.00, 'Jason Webb', 'Painting of railing/door, new deck ($1000), new light for outside the house, new door locks (4 doors), new kitchen faucet (cshort.biz@gmail.com, jason.apex@gmail.com).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4747, '2013-07-24', 450.00, 'Craigslist', 'Used cooking range (Kenmore) -- not a good purchase but made the kitchen look up-to-date.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4748, '2013-08-01', 25.00, 'Monroe County Fair', '16-ride tickets ($20) + parking ($5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4749, '2012-04-12', 4749.00, 'lawnbotts.com', 'LawnBott LB3510 Brushless Robotic Lawn Mower ($4,599.00), Lawnbott Perimeter Wire - 1,000 ft. ($150).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4750, '2013-08-07', 35.01, 'BP', '9.809 gallons at $3.569 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4751, '2013-07-24', 20.44, 'Subway', '3 footlongs for Arun, Minaxi, and UAV.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4752, '2013-08-03', 26.37, 'The Butcher\'s Block', '15lb chicken thighs on sale at $1.69/lb. Regular price is $2.99/lb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4753, '2013-07-27', 84.99, 'Sam\'s Club', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4754, '2013-08-08', 40.00, 'Economy Termite and Pest Control', 'Follow up call to remove moles in the garden. Should call for two more monthly follow ups at $40 each. 812-330-9100.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4755, '2013-08-17', 23.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4756, '2013-08-10', 40.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4757, '2013-08-03', 40.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4758, '2013-08-22', 57.29, 'Shell', '16.708 gallons at $3.429 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4759, '2013-08-21', 22.00, '900 Hair Design (IMU)', 'Haircut for Arun (last in Bloomington).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4760, '2013-08-28', 40.50, 'Great Clips', 'Haircut for Ujala, Aahna, and Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4761, '2013-08-12', 1250.00, 'Clean Cut Lawn & Landscape Service (812) 345-5864', 'Sprucing of garden bed, including mulching.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4762, '2013-08-03', 10.00, 'Starbucks', '$10.00 reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4763, '2013-08-25', 15.00, 'Starbucks', '$15.00 reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4764, '2013-09-02', 24.59, 'Indianapolis Zoo', 'Face painting for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4765, '2013-09-02', 15.32, 'Indianapolis Zoo', 'Small lunch (chicken sandwich, fries, yogurt parfait, 8oz milk) for the family.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4766, '2013-09-02', 21.00, 'Hindu Temple of Central Indiana', 'Temple visit (after zoo visit).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4767, '2013-09-02', 42.00, 'La Parada (Indianapolis)', 'Dinner for the family at a decent Mexican restaurant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4768, '2013-08-24', 40.00, 'Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4769, '2013-08-31', 10.00, 'Farmer\'s Market', 'Just 3lb beans and a dozen eggs -- last Farmer\'s Market in Bloomington!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4770, '2013-08-24', 47.61, 'BP', '13.048 gallons @3.649/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4771, '2013-08-29', 23.00, 'Chow Bar', 'Lunch for Arun, Minaxi, and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4772, '2013-11-16', 16.28, 'Payless Shoes, Cupertino', 'Shoes for Ujala, hairbands for Aahna from Vallco Mall, Cupertino.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4773, '2013-11-01', 20.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4774, '2013-10-31', 6.54, 'Walgreens, San Mateo', 'Body lotion'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4775, '2013-11-03', 3.25, 'India Cash & Carry, Sunnyvale', 'Gulab jamun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4776, '2013-11-03', 121.37, 'India Cash & Carry, Sunnyvale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4777, '2013-11-08', 9.29, 'Kaz Teriyaki Grill, San Mateo', 'Minaxi\'s lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4778, '2013-11-04', 20.74, 'Walgreens, San Mateo', 'Diapers for Vyom (size 3) and toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4779, '2013-11-08', 27.05, 'Fast Pizza Delivery, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4780, '2013-11-10', 31.50, 'Great Clips, Mountain View', 'Haircut for Vyom and Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4781, '2013-10-19', 21.74, 'Lakeshore Learning Store, San Jose', 'Trace-n-draw toy for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4782, '2013-10-19', 24.99, 'Lakeshore Learning Store, San Jose', 'Wood magnetic patterns for Unnati, human anatomy puzzle for Drishti'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4783, '2013-10-07', 16.30, 'Fry\'s Electronics, Sunnyvale', '2.5\" HDD USB 3.0 enclosure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4784, '2013-11-16', 4.98, 'Burger King, Cupertino', 'Fries at Vallco mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4785, '2013-11-16', 30.00, 'Ice Center of Cupertino, Cupertino', 'Ice skating entry fee and skate rentals for Arun, Ujala, and Aahna at the Vallco mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4786, '2013-10-11', 14.12, 'Landels Elementary School, Mountain View', 'Book purchases at the school\'s book fair: \"Sprinkles and Secrets\" for Ujala, \"Olivia Plays Soccer\" for donation to Ujala\'s classroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4787, '2013-11-16', 35.07, 'Teriyaki Master, Cupertino', 'Lunch at the Vallco mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4788, '2013-10-13', 44.61, 'Rotten Robbie, Mountain View', '11.930 gallons at $3.739 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4789, '2013-10-04', 46.54, 'Chevron, Mountain View', '1.998 gallons at $3.879 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4790, '2013-10-11', 20.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4791, '2013-10-13', 35.86, 'Trader Joe\'s, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4792, '2013-10-13', 17.54, 'Walmart, Mountain View', 'Spray, salt, nail polish, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4793, '2013-09-28', 53.92, 'Chevron, Mountain View', 'Gas + carwash ($7); 11.732 gallons at @ $3.999'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4794, '2013-09-13', 8.30, 'Kaffeehaus, San Mateo', 'Coffee for Arun and cake for the kids, while waiting to pick Minaxi from work and then her parents from SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4795, '2013-09-13', 9.67, 'B Street Books, San Mateo', 'Some misc. books for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4796, '2013-09-17', 48.89, 'San Bruno 76, San Bruno', 'Gas in the rental van, before returning it at SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4797, '2013-11-09', 53.63, 'Trader Joe\'s, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4798, '2013-11-09', 43.94, 'Shell, Mountain View', '12.210 gallons at $3.599 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4799, '2013-09-15', 20.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4800, '2013-09-27', 11.68, 'Express Seven Chinese, Mountain View', 'Chinese food for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4801, '2013-09-21', 47.64, 'Chevron, San Carlos', '11.510 gallons at $4.139 per gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4802, '2013-09-27', 20.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4803, '2013-11-03', 108.74, 'Fry\'s Electronics, Sunnyvale', 'Western Digital 2TB 3.5\" HDD for Zino PC'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4804, '2013-11-03', 58.77, 'Rotten Robbie, Mountain View', '16.330 gallons @ $3.599'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4805, '2013-10-06', 55.80, 'Trader Joe\'s, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4806, '2013-09-11', 10.00, 'Caltrain', 'Day pass for Minaxi\'s travel to work'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4807, '2013-09-17', 5.00, 'Caltrain', 'Ride from Millbrae to Mountain View after returning the rental van'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4808, '2013-11-16', 39.13, 'Sears, Cupertino', 'Shoes for Aahna and Vyom from Vallco mall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4809, '2013-09-17', 4.05, 'BART', 'Ticket from SFO to Millbrae after returning the rental van'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4810, '2013-11-10', 45.71, 'Trader Joe\'s, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4811, '2013-09-20', 30.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4812, '2013-05-15', 33.16, 'True North, Columbus, OH', '8.868 gallons @ 3.739 (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4813, '2013-05-13', 36.00, 'Little Dragon Restaurant, Columbus, OH', 'Lunch (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4814, '2013-05-17', 38.00, 'Dosa Grill, Syracuse, NY', 'Lunch (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4815, '2013-05-16', 55.00, 'Zaika Indian Cuisine, Niagara Falls, NY', 'Lunch (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4816, '2013-05-16', 5.80, 'New York State Thruway Authority', 'Toll on the way to Niagara Falls (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4817, '2013-05-16', 55.50, 'Maid of the Mist, Niagara Falls, NY', 'Tickets for the boat ride (Niagara Falls vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4818, '2013-06-26', 57.00, 'Back and Neck Pain Relief Center', 'Vitamins for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4819, '2013-07-04', 12.46, 'Holly 76, San Carlos, CA', 'Gas for the rental car (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4820, '2013-07-04', 58.75, 'Arco, Davis, CA', 'Gas in the rental car (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4821, '2013-07-04', 3.49, 'Trader Joe\'s, Davis, CA', 'Milk for the kids at Valeria\'s place (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4822, '2013-08-07', 7.27, 'Bloomington Hardware', 'Super glue, two duplicate keys for the new locks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4823, '2013-06-16', 38.08, 'Ricker\'s #39, Mooresville, IN', '10.075 gallons @ 3.779 (on the way back from Indianapolis)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4824, '2013-07-02', 9.96, 'Trader Joe\'s, San Carlos, CA', 'Milk and some misc. items (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4825, '2013-06-30', 52.00, 'Madura Veg Indian Cuisine, Sunnyvale, CA', 'Lunch with Gurmeet and Hunar (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4826, '2013-06-16', 31.50, 'Abyssinia Ethiopian Restaurant, Indianapolis', 'Dinner (bad experience this time!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4827, '2013-06-28', 10.28, 'Nob Hill Foods, Redwood City, CA', 'Milk and ice cream (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4828, '2013-07-01', 26.78, 'Nob Hill Foods, Redwood City, CA', 'Groceries (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4829, '2013-06-28', 24.37, 'Amici\'s Pizzeria, Redwood City, CA', 'Lunch for Arun and kids while Minaxi was away for interviews (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4830, '2013-06-28', 71.07, 'Trader Joe\'s, San Carlos, CA', 'Groceries (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4831, '2013-06-26', 3.95, 'Kroger', 'Sturdy trash bags to carry carseats on airplane (California vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4832, '2013-06-26', 10.00, 'Kroger', 'Trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4833, '2013-08-03', 13.43, 'Learning Treasures', 'Gift for Sowmya on her 9th birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4834, '2013-06-30', 14.13, 'CVS', 'Diapers for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4835, '2013-10-12', 55.00, 'Diwali Mela, Cupertino', 'Food and some knickknacks for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4836, '2013-10-26', 77.24, 'Trader Joe\'s, Mountain View', 'Total of two transactions: $69.66 + $7.58'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4837, '2013-10-19', 125.84, 'India Cash & Carry, Sunnyvale', 'Two transactions: $124.03 + $1.81'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4838, '2013-10-12', 100.19, 'Bharat Bazar, Sunnyvale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4839, '2013-10-09', 10.87, 'Pancho Villa, San Mateo', 'Minaxi\'s lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4840, '2013-09-29', 100.00, 'Aarti\'s daughter (Anusha)', 'Gift for the first visit to see Anusha'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4841, '2013-09-29', 157.57, 'India Cash & Carry, Sunnyvale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4842, '2013-09-22', 52.00, 'Sitar Express, Cupertino', 'Lunch (not particularly good food, seemed to lack proper cleanliness---the guy was serving nans with bare hands!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4843, '2013-09-24', 2.69, 'Walgreens, San Mateo', 'Vegetable oil (portion of the total transaction of $5.96)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4844, '2013-09-24', 3.27, 'Walgreens, San Mateo', 'Toilet paper (portion of the total transaction of $5.96)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4845, '2013-09-20', 74.34, 'Trader Joe\'s, Mountain View', 'Portion of the total transaction of $85.20'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4846, '2013-09-20', 10.86, 'Trader Joe\'s, Mountain View', 'Laundry detergent (portion of the total transaction of $85.20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4847, '2013-09-20', 11.42, 'Passage to India Bakery, Mountain View', 'Snacks (samosas, pakoras, etc.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4848, '2013-09-10', 5.00, 'SmartCarte, San Francisco', 'Luggage cart at SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4849, '2013-09-05', 2447.00, 'Lufthansa (through Expedia.com)', 'Air tickets for Minaxi\'s parents (2013-09-13: DEL->MUC->SFO, 2014-01-25: SFO->MUC->DEL)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4850, '2013-08-20', 14.45, 'Subway', 'Picnic dinner at the Cascades park'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4851, '2013-09-17', 13.26, 'Walgreens, Mountain View', 'Bread, milk, onion rings + $0.10 bag fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4852, '2013-09-17', 40.50, 'Clipper (purchased at Walgreens, Mountain View)', 'Minaxi\'s Caltrain Clipper card (new card)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4853, '2013-09-13', 6.00, 'SFO International Airport', 'Parking fee, while picking Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4854, '2013-09-18', 19.28, 'Walgreens, San Mateo', 'Toothpaste, soap, shampoo, toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4855, '2013-09-11', 15.77, 'Trader Joe\'s, Sunnyvale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4856, '2013-09-11', 12.50, 'Gang Nam Chicken, San Mateo', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4857, '2013-08-31', 4.24, 'Sam\'s Club', 'Pizza for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4858, '2013-09-12', 1.63, 'Walgreens, San Mateo', 'Toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4859, '2013-09-18', 28.26, 'Safeway, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4860, '2013-09-15', 85.96, 'Trader Joe\'s, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4861, '2013-11-17', 145.88, 'Indian Cash & Carry, Sunnyvale', 'Total of two transactions: $142.38 + $3.50'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4862, '2013-10-21', 43.99, 'Rotten Robbie, Mountain View', '11.892 gallons @ $3.699'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4863, '2013-10-22', 59.37, 'Chevron, Mountain View', '15.305 gallons @ $3.879'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4864, '2013-10-23', 10.88, 'Dollar Tree Stores, Mountain View', 'Party material for Unnati\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4865, '2013-10-23', 19.58, 'Express Seven Chinese, Mountain View', 'Chinese pick-up on Unnati\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4866, '2013-10-23', 14.98, 'Nob Hill Foods, Mountain View', 'Cake for Unnati\'s third birthday celebration'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4867, '2013-10-25', 20.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4868, '2013-10-26', 22.02, 'Monta Vista Market, Cupertino', 'Three kinds of breads for picnic at the Memorial Park in Cupertino, with Aarti/Abhijit and Nidhi/Saurabh during Charu/Gaurav\'s visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4869, '2013-10-29', 11.99, 'Mollie Stone\'s, Palo Alto', 'Baby\'s Only toddler formula for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4870, '2013-07-26', 26.74, 'Bloomington Hardware', 'Connector for the new gas stove (the old connector was dilapidated and unsafe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4871, '2013-06-17', 88.20, 'Bloomingfoods Market & Deli', 'Unconfirmed transaction (the initial part of the receipt was missing)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4872, '2013-10-01', 10.75, 'Clipper (purchased at Walgreens, San Mateo)', 'Minaxi\'s Caltrain Clipper card (add value)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4873, '2013-10-08', 3.26, 'Caltrain', 'Minaxi\'s ticket'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4874, '2013-10-17', 3.26, 'Caltrain', 'Minaxi\'s ticket'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4875, '2013-09-14', 61.36, 'Unknown', 'Gas in the rental car---this is per a note by Minaxi; there seems to be no credit card transaction for this amount in Arun\'s accounts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4876, '2013-09-10', 46.61, 'Safeway, Sant Clara', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4877, '2013-11-22', 20.00, 'Whisman Laundry, Mountain View', 'Refill of the laundry card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4878, '2013-11-24', 34.03, 'Little Paradise, San Francisco', 'Groceries from Chinatown (two separate transactions: $14.49 + $19.54)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4879, '2013-11-24', 60.00, 'New Woey Loy Goey Restaurant, San Francisco', 'Lunch with Minaxi\'s parents; went for dim sum, but couldn\'t find a good place, so settled for a regular restaurant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4880, '2013-11-24', 21.95, 'Carter\'s, Mountain View', 'Shirt for Ujala, two leggings for Aahna, a set of onesies for gifting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4881, '2013-11-24', 5.50, 'San Francisco Parking', 'Street-side parking on the visit to Chinatown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4882, '2013-11-29', 82.14, 'Amazon.com', 'Formula for Vyom (6 packs, each 12.7oz and makes 80 oz).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4883, '2013-11-24', 33.73, 'City Super, San Francisco', 'Groceries from Chinatown; this includes about $10 from another (unnamed) grocery store: $23.73 + $10.00'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4884, '2013-11-29', 16.04, 'Luus Noodle, Mountain View', 'Pickup for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4885, '2013-11-29', 126.95, 'Trader Joe\'s, Mountain View', 'Two separate transactions ($114.38 + $12.57)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4886, '2013-12-05', 7182.00, 'SuiteAmerica, San Mateo', '$1710.00 for 10-night rental at 1020 Yates Ave, Suite #7-204, San Mateo (Archstone) between corporate housing and moving into own house (2013-12-12 to 2012-12-22); $4617 for 27 more nights until Jan 18th; $855 for 5 more nights until Jan 23rd'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4887, '2013-11-24', 69.34, 'Trader Joe\'s, Mountain View', 'Portion of the total bill of $87.25'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4888, '2013-11-24', 3.80, 'Trader Joe\'s, Mountain View', 'Arun\'s shaving cream; portion of the total bill of $87.25'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4889, '2013-11-24', 14.11, 'Trader Joe\'s, Mountain View', 'Dish detergent and laundry detergent; portion of the total bill of $87.25'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4890, '2013-12-02', 47.82, 'Shell, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4891, '2013-12-02', 381.80, 'eBay', 'Kitchen sink 16 gauge stainless steel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4892, '2013-11-26', 6510.63, 'Wholewood, San Carlos', '1200 sq ft of Natural Prefinished (not stained) Acacia hardwood flooring @ $4.99 per sq ft; 3/4\" thickness, 4 3/4\" width, 1-4\' long planks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4893, '2013-11-30', 4255.07, 'Sears, San Mateo', 'Two transactions: Kenmore Elite dishwasher, Ken Elite refrigerator, plus some connectors and hoses ($2,911.79) + Samsung gas stove ($1,343.28)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4894, '2013-10-06', 108.00, 'Farmers Market, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4895, '2013-10-06', 17.33, 'Walmart, Mountain View', 'Paper towel and toilet paper (portion of the total transaction of $77.04)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4896, '2013-10-06', 59.71, 'Walmart, Mountain View', 'Portion of the total transaction of $77.04'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4897, '2013-10-02', 1050.00, 'Building Kidz', 'Aahna\'s pre-school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4898, '2013-11-05', 1050.00, 'Building Kidz', 'Aahna\'s pre-school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4899, '2013-12-04', 472.50, 'Building Kidz', 'Aahna\'s pre-school (pro-rated until 12th @ 9 school days out of 20 total working days in December)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4900, '2013-12-09', 942.60, 'Apple.com', 'Refurbished 13.3\" MacBook Air 1.3GHz dual-core Intel Core i5 (through Minaxi\'s contact, Lorraine Lopez at Apple)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4901, '2013-12-08', 1235.20, 'American Airlines', 'Roundtrip air fare for Chuck and Jason (SFO-->IND 2013-DEC-23, IND-->SFO 2014-JAN-01).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4902, '2013-10-07', 1690.00, 'Chuck Short', 'Painting and some electrical work (bulb and outlet replacements) in the Bloomington house, based on the buyers\' inspection report, prior to closing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4903, '2013-12-07', 50.00, 'Curry Bhavan, Sunnyvale', 'Lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4904, '2013-12-08', 63.63, 'Trader Joe\'s, Mountain View', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4905, '2013-12-02', 18.56, 'Walgreens, San Mateo', 'Diapers for Vyom (a portion of the total transaction of $25.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4906, '2013-12-02', 7.42, 'Walgreens, San Mateo', 'Eyeliner pencil for Minaxi (a portion of the total transaction of $25.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4907, '2013-12-14', 48.96, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4908, '2013-12-17', 35.20, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4909, '2013-12-17', 2465.00, 'Craiglist.org', 'Furniture bought from various individuals through Craiglist: dining table = $1000; queen bed and nightstands = $415; queen mattress = $200, king bed and mattress = $650; two lamps, mixer, and grinder = $200'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4910, '2013-12-15', 60.02, 'Chevron, San Mateo', '16.226 gallons @ $3.699'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4911, '2013-08-28', 11.39, 'The Butcher\'s Block', 'Chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4912, '2013-08-19', 19.23, 'Bloomington Hardware', 'Moth balls and packing tape'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4913, '2013-09-12', 29.34, 'Safeway, Santa Clara', 'Milk, butter, eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4914, '2013-09-07', 25.75, 'Marathon', '7.018 gallons @ $3.669'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4915, '2013-08-27', 30.00, 'Kroger', 'Trash stickers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4916, '2013-08-27', 16.34, 'Kroger', 'Softener salt and trash bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4917, '2013-09-12', 22.78, 'Chipotle, Palo Alto', 'Dinner with kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4918, '2013-12-14', 57.00, 'Shanghai Garden, San Jose', 'Lunch with Chuck and Jason (and Ujala and Aahna) while picking kitchen counters, cabinets, and tiles in San Jose. Minaxi hated the place.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4919, '2013-12-16', 44.95, 'Shell, Mountain View', '12.629 gallons @ $3.559'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4920, '2013-12-12', 54.31, 'Whole Foods Market, San Mateo, CA', 'Including two bottles of wine (for Raquel\'s visit) and 3 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4921, '2013-12-12', 40.88, 'Rotten Robbie, Mountain View', '11.682 gallons @ $3.499'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4922, '2013-12-14', 1148.07, 'Uni-Marble and Granite, San Jose', 'Kitchen tile Uni-ebony 12x24; bathroom tile Loft Glacier 12x24; kitchen backsplash Glass Mosaic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4923, '2013-12-20', 518.12, 'Uni-Tile & Marble, Hayward', 'Fireplace tiles + bullnose, lower-level shower tiles and accent; includes $20 of toll'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4924, '2013-12-13', 2086.78, 'Top Tread Stairways, Rio Linda', 'Various parts for the staircase; in two separate bills: $1213.92 and $872.86'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4925, '2013-12-18', 415.00, '7Days Box', 'Dumpster rental'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4926, '2014-01-04', 1510.10, 'Uni-Marble and Granite, San Jose', 'Kitchen counter tops (two 8\' Vienna Grey (light), one 10\' Vienna Grey (light), and one 36\" X 6\' island Vienna Grey (light)) + bathroom counter tops (one 8\' White Star for the master bath and one 10\' Black Galaxy for the other two bathrooms). All quartz.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4927, '2013-12-18', 570.54, 'The Home Depot, San Carlos', 'Lumber'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4928, '2013-12-20', 433.87, 'The Home Depot, San Carlos', 'Ceiling paint and miscellaneous supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4929, '2013-12-19', 218.15, 'The Home Depot, San Carlos', 'Miscellaneous supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4930, '2013-12-21', 664.65, 'The Home Depot, San Carlos', 'Carpet, carpet pad, and paint'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4931, '2013-12-17', 250.00, 'The Home Depot, San Carlos', 'Miscellaneous supplies (no receipt)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4932, '2013-12-21', 200.00, 'Home Design Cabinet & Granite, San Jose', '(Talked to Eddie Hung) Incomplete entry --- to be completed once the purchase finishes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4933, '2013-12-21', 25.74, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4934, '2013-12-16', 18.35, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4935, '2013-12-21', 12.16, 'Burger King, San Jose', 'Lunch sandwiches with Ujala and Aahna, while visiting San Jose to see tiles and cabinets for the house'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4936, '2013-12-21', 28.28, 'Office Depot, San Mateo', 'Graph paper and scale for Chuck to draw the house upgrade plans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4937, '2013-12-24', 100.00, 'The Home Depot, San Carlos', 'Paint etc. for fireplace (bought by Mike Moore)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4938, '2013-12-31', 1586.00, 'Home Design Cabinet & Granite, San Jose', 'Two 9\' patio doors, including 5% discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4939, '2013-12-29', 200.00, 'Mike Moore', 'Advance given to Mike: entry to me modified once the actuals are known'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4940, '2014-01-01', 1000.00, 'Kian Consulting, San Francisco', 'Fee for the structural engineer to design the kitchen wall and the stairs (Pejman, pejmanemail@gmail.com, 650-678-7090)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4941, '2014-01-01', 95.95, 'eBay', 'Five bathroom faucets (Danze)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4942, '2014-01-01', 118.26, 'eBay', 'Master bath shower head and wall trim (Danze)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4943, '2014-01-01', 62.50, 'eBay', 'Downstairs bath shower head and wall trim (Danze)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4944, '2014-01-01', 79.04, 'eBay', 'Upstairs bath faucet, shower head, and wall trim (Danze)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4945, '2014-01-02', 2212.19, 'City of Belmont', 'Building permit for the kitchen wall, stairs, and bathroom renovation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4946, '2013-12-29', 60.00, 'UN Plaza Farmers Market, San Francisco', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4947, '2013-12-22', 10.00, 'Half Moon Bay State Beach, Half Moon Bay', 'Parking, on a trip with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4948, '2014-01-02', 12.34, 'Whole Foods Market, San Mateo', 'Part of a larger bill of $17.03'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4949, '2014-01-02', 4.69, 'Whole Foods Market, San Mateo', 'Dishwasher detergent; part of a larger bill of $17.03'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4950, '2013-12-31', 5.77, 'CVS, San Mateo', 'Motion sickness medicine for Minaxi\'s mother, before going on the trip to Sonoma'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4951, '2013-12-31', 6.00, 'Arco, San Mateo', 'Carwash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4952, '2014-01-02', 21.78, 'FedEx Office, San Mateo', 'Copying of Chuck\'s drawings, printouts of our self-made floor plan, and a copy of Pejman\'s large drawings (which turned out to be unnecessary) for submission to Belmont permit office.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4953, '2013-12-23', 100.00, 'The Home Depot, San Carlos', 'Supplies for painting the fireplace, bought by Mike Moore (the total was $91.43, but we paid $100 to Mike).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4954, '2013-12-29', 35.57, 'San Francisco Pizza, San Francisco', 'Lunch with Minaxi\'s parents (unplanned, so Minaxi was upset)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4955, '2014-12-24', 40.00, 'Target, San Mateo', 'Christmas gifts for Alisha and Anusha'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4956, '2014-12-24', 70.00, 'Target, San Mateo', 'Christmas gifts for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4957, '2014-12-24', 27.50, 'Target, San Mateo', 'Size 3 Loves brand diapers for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4958, '2014-12-24', 5.39, 'Target, San Mateo', 'Loose Lipton tea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4959, '2013-12-22', 60.70, 'China House, Half Moon Bay', 'Lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4960, '2013-12-28', 5.98, 'Ikea, East Palo Alto', 'Lunch for Aahna and Ujala; Minaxi didn\'t let Arun eat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4961, '2013-12-26', 20.37, 'Deans Produce, San Mateo', 'Groceries picked by Minaxi on her way from work at downtown San Mateo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4962, '2013-12-23', 3.78, 'Safeway, Belmont', 'Tomato cans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4963, '2013-12-26', 862.00, 'eBay', '3pc (with two recliners), 2pc love seat (with two recliners), and 1pc recliner leather sofas in coffee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4964, '2014-01-03', 175.04, 'eBay', '50 brushed nickel cabinet handles for kitchen and three bathrooms.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4965, '2014-01-04', 250.76, 'eBay', 'AKDY brand chimney hood for the kitchen, 760cfm, <65dB (4 sones) at max speed, 3 baffle filters, 2 LED lights.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4966, '2014-01-04', 720.76, 'The Home Depot, San Carlos', 'Plumbing supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4967, '2014-01-02', 65.96, 'The Home Depot, San Carlos', 'Ceiling paint.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4968, '2014-01-03', 827.61, 'The Home Depot, San Carlos', 'Interior paint.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4969, '2014-01-05', 169.40, 'The Home Depot, San Carlos', 'Misc plumbing supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4970, '2014-01-08', 821.10, 'Lowe\'s, South San Francisco', 'Jacuzzi jetted tub for the master (rectangular, 60X36) + $89 of utility sink for laundry.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4971, '2013-01-08', 415.00, '7Days Box', 'Dumpster rental'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4972, '2014-01-08', 2000.00, 'Jason Webb', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4973, '2014-01-09', 421.86, 'Amazon', 'Two Panasonic Whisper vents for bathrooms (110cfm, 0.3 sones) and one Panasonic Whisper vent with light for bathroom (80cfm, 0.5 sones).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4974, '2014-01-09', 460.00, 'The Home Depot, East Palo Alto', 'Supplies (mostly wires) for upgrading the electricals of the house, bought by Norberto Agular (650-534-5627).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4975, '2014-01-05', 23.90, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4976, '2013-12-23', 16.16, 'Lunardi\'s, Belmont', 'Soaps, toothpaste (part of the larger total bill of $156.20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4977, '2013-12-23', 140.04, 'Lunardi\'s, Belmont', 'Soaps, toothpaste (part of the larger total bill of $156.20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4978, '2014-01-11', 3500.00, 'Mike Moore', 'He worked on the house from 12/20/13-1/6/2014.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4979, '2013-12-20', 23.12, 'Shell, Mountain View', '6.423 gallons @ $3.599'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4980, '2013-12-20', 5.00, 'Shell, Mountain View', 'Car wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4981, '2014-01-10', 259.69, 'The Home Depot, San Carlos', 'Misc supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4982, '2014-01-10', 40.10, 'Chevron, Belmont', '10.555 gallons @ $3.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4983, '2013-12-28', 4.00, 'Ikea, East Palo Alto', 'Cinnamon buns'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4984, '2013-12-28', 39.15, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4985, '2013-12-22', 59.29, 'Chevron, San Mateo', '16.029 gallons @ $3.699'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4986, '2013-12-24', 64.61, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4987, '2014-01-03', 46.66, 'Chevron, Belmont', '12.282 gallons @ $3.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4988, '2013-12-31', 34.16, 'Arco, San Mateo', '9.775 gallons @ $3.459'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4989, '2013-12-29', 94.99, 'India Cash and Carry, Foster City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4990, '2014-01-13', 349.31, 'Norberto Agular', 'Supplies (mostly wires) for upgrading the electricals of the house. betoaguilar81@gmail.com (650-534-5627).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4991, '2014-01-13', 500.00, 'Norberto Agular', 'Labor for electricals.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4992, '2014-01-14', 3650.00, 'Juan (650-534-5627)', 'Labor and parts for digging the foundation and concrete pour for the new kitchen wall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4993, '2014-01-11', 305.00, 'The Home Depot, San Carlos', 'Window in family room ($170), lumber, and misc supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4994, '2014-01-13', 2000.00, 'Jason Webb', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4995, '2014-01-16', 464.66, 'Bayshore Supply & Lights, San Carlos', 'Electrical supplies (bought by Noberto Aguilar)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4996, '2014-01-16', 280.05, 'The Home Depot, San Carlos', 'Construction supplies: plumbing supplies (looks like copper pipe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4997, '2014-01-10', 126.01, 'The Home Depot, San Carlos', 'Construction supplies: kitchen/bath supplies, base board (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4998, '2014-01-16', 53.03, 'The Home Depot, San Carlos', 'Construction supplies: backer board, screws'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (4999, '2014-01-16', 323.03, 'The Home Depot, San Carlos', 'Construction supplies: mortar, backer board, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5000, '2014-01-05', 13.83, 'The Home Depot, San Carlos', 'Construction supplies: miscellaneous'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5001, '2014-01-07', 821.10, 'Lowe\'s, South San Francisco', 'Jacuzzi tub for master bath, utility sink for laundry'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5002, '2014-01-13', 613.22, 'The Home Depot, San Carlos', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5003, '2013-12-30', 8.71, 'Carlmont Ace Hardware, Belmont', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5004, '2014-01-08', 11.41, 'Carlmont Ace Hardware, Belmont', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5005, '2014-01-14', 48.11, 'Empire Lumber Company, Belmont', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5006, '2014-01-14', 538.14, 'Empire Lumber Company, Belmont', 'Construction supplies: Mainly two PSL beams'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5007, '2014-01-15', 52.80, 'Empire Lumber Company, Belmont', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5008, '2014-01-14', 593.48, 'The Home Depot, San Carlos', 'Construction supplies: plumbing supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5009, '2014-01-15', 492.29, 'The Home Depot, East Palo Alto', 'Electrical supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5010, '2014-01-15', 31.80, 'The Home Depot, San Carlos', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5011, '2014-01-12', 1223.22, 'Expedia.com', 'Arun\'s aunt\'s air ticket, United: onward 2014-JAN-25, DEL-EWR-SFO; return 2014-JUL-20, SFO-FRA-DEL'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5012, '2014-01-17', 38.04, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5013, '2014-01-16', 33.23, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5014, '2014-01-08', 36.71, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5015, '2014-01-13', 52.45, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5016, '2014-01-18', 314.31, 'The Home Depot, East Palo Alto', 'Electrical supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5017, '2014-01-18', 733.96, 'The Home Depot, East Palo Alto', 'Tiles for bathtubs and 5 dimmers for LEDs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5018, '2014-01-18', 612.73, 'The Home Depot, San Carlos', 'Drywall supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5019, '2014-01-18', 75.18, 'Tooland Inc, San Carlos', 'Drywall-related expense'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5020, '2014-01-17', 121.52, 'The Home Depot, San Carlos', 'Supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5021, '2014-01-12', 66.96, 'The Home Depot, San Carlos', 'Supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5022, '2014-01-11', 47.90, 'Carlmont Ace Hardware, Belmont', 'Construction supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5023, '2014-01-18', 483.90, 'Uni-Marble and Granite, San Jose', 'Tiles for master bath shower'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5024, '2014-01-18', 487.90, 'Empire Moulding and D, San Jose', '36\"X60\" picture window for foyer, 24\"X72\" picture window for the foyer, and 48\"X42\" sliding window for above the kitchen sink. With the family room window was already installed, only the master bathroom 48\"X48\" remains.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5025, '2014-01-06', 144.62, 'eBay', 'Tub filler with telephone shower (Hansgrohe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5026, '2014-01-19', 205.00, 'Abhijit Sachdev', 'New year\'s eve Sonoma stay'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5028, '2014-01-21', 5227.00, 'Home Design and Cabinets, San Jose', 'Kitchen cabinets, bathroom vanities (5), bathroom wash basins (5). Eddie (510-552-6173, 680 Brennan St, San Jose)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5029, '2014-01-21', 175.00, 'The Home Depot, San Carlos', 'Plumbing supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5030, '2014-01-21', 60.00, 'Craigslist', '42\"X60\" soaking tub by Jacuzzi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5031, '2014-01-21', 87.00, 'Ox Mountain Landfill', 'Landfill to avoid another dumpster payment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5032, '2014-01-21', 198.38, 'Decorative Plumbing Supply (DPS), San Carlos', 'Two valves for Danze showers! Ridiculously priced.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5033, '2014-01-23', 2400.00, 'Jose', 'Kitchen and bathroom drywall. Jose was found through Norberto\'s (electrician) contact.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5034, '2014-01-23', 300.00, 'Jose', 'Drywall supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5035, '2014-01-23', 475.00, 'Larry', 'Two days of plumbing labor at $35/hour. Found through Norberto\'s contacts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5036, '2014-01-23', 578.20, 'Extended Stay America, San Carlos', '2 rooms for two nights, one room for the third night.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5037, '2014-01-21', 30.02, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5038, '2014-02-03', 167.10, 'The Home Depot, East Palo Alto', 'Electrical supplies bought by Norberto'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5039, '2014-01-26', 1263.36, 'San Mateo SFO Airport Hotel, San Mateo', 'Six nights of stay with Arun\'s aunt (two rooms) just before moving to the Belmont house ($631.68 each room)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5040, '2014-01-25', 152.03, 'Uni-Marble and Granite, San Jose', 'Tiles and accents (Porcelain mosaic, Runway Ebony)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5041, '2014-02-01', 440.86, 'Motel 6 San Francisco, Belmont', 'A week\'s hotel stay for Jason Webb while he worked on the house after we had already moved in'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5042, '2014-01-18', 487.20, 'Empire Flooring and Design Center, San Jose', 'Windows (two picture windows for the front, one kitchen window)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5043, '2014-01-14', 40.00, 'City of San Mateo', 'Minaxi\'s parking ticket'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5044, '2014-01-28', 1200.00, 'Julio Ramirez (650-580-8372)', 'Labor costs @$35/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5045, '2014-01-31', 1540.00, 'Julio Ramirez', 'Labor costs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5046, '2014-02-03', 1750.00, 'Norberto Agular', 'Electrical work and assisting Jason for installing floors'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5047, '2014-02-03', 49.90, 'Amazon.com', 'Four smoke alarms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5048, '2014-02-03', 37.73, 'eBay.com', 'Two CO+smoke alarms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5049, '2014-01-28', 20.46, 'Carlmont Ace Hardware, Belmont', 'Misc supplies, bought by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5050, '2014-01-27', 8.67, 'Carlmont Ace Hardware, Belmont', 'Misc supplies, bought by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5051, '2014-01-28', 291.83, 'The Home Depot, San Carlos', 'Misc supplies, picked by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5052, '2014-01-27', 214.14, 'The Home Depot, San Carlos', 'Misc supplies, picked by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5053, '2014-01-24', 174.38, 'The Home Depot, San Carlos', 'Misc supplies, picked by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5054, '2014-01-22', 231.89, 'The Home Depot, San Carlos', 'Misc supplies, picked by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5055, '2014-01-22', 39.52, 'Carlmont Ace Hardware, Belmont', 'Misc supplies, purchased by Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5056, '2014-03-02', 78.00, 'UN Plaza Farmers Market, San Francisco', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5057, '2014-03-02', 115.00, 'San Francisco Zoo', 'Family membership valid till 3/31/2015.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5058, '2014-02-08', 5000.00, 'Jason Webb', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5059, '2014-02-27', 762.86, 'Lowe\'s, Sunnyvale', '26 LED recessed lights. Plus three more were bought at another time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5060, '2014-03-01', 697.13, 'Lowe\'s, San Bruno', 'Bathroom mirrors, water filter for the kitchen, towels and toilet paper holders.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5062, '2014-02-10', 601.00, 'Carlmont Parents Nursery School (CPNS)', 'February tuition, May tuition and misc yearly expenses for Aahna\'s pre-school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5063, '2014-02-06', 94.21, 'eBay', 'Master bath and wet bar cabinet door handles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5064, '2014-02-26', 360.86, 'Sears, San Mateo', 'Kenmore 1.7cu ft microwave, 80333 model number.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5065, '2014-02-17', 519.92, 'Overstock', '8 dining table chairs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5066, '2014-02-20', 60.00, 'Fox Elementary School', 'Donation at Ujala\'s school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5067, '2014-02-20', 2098.00, 'TV Shop Modesto, Modesto', 'Samsung 65\" (UN65F8000) + full motion mounting bracket.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5068, '2014-02-22', 42.00, 'Sears, San Mateo', 'Jacket for Fufiji\'s grandson, and other gifts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5069, '2014-03-02', 21.88, 'Burger King, San Francisco', 'Lunch for Arun, Minaxi, Fufiji, and the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5070, '2014-02-09', 33.30, 'Dollar Tree Stores', 'Supplies for Valentine\'s Day cards, a few other house misc not entered separately.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5071, '2014-01-30', 18.15, 'Safeway', 'Bunch of TV dinners while we stayed at hotels before moving into the house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5072, '2014-01-25', 80.21, 'Justins Chevron, San Carlos', 'Gas for Chuck\'s truck.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5073, '2014-01-23', 22.39, 'Sears, San Mateo', 'Vest for Minaxi\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5074, '2014-01-12', 91.00, 'Mountain View Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5075, '2014-01-09', 450.69, 'The Home Depot, San Carlos', 'Electrical supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5076, '2014-01-23', 84.22, 'Macy\'s, San Mateo', 'Two pairs of shoes for Minaxi\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5077, '2014-01-23', 23.43, 'Burger King, San Mateo', 'Lunch for Minaxi, her parents, and the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5078, '2014-02-08', 53.00, 'Safeway', 'Size 3 and size 5 diapers for Vyom (couple of hundred each -- last batch, hopefully!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5079, '2014-02-08', 13.00, 'Safeway', '30 rolls of Charmin toilet paper.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5080, '2014-02-08', 125.84, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5081, '2014-02-17', 32.60, 'Lowe\'s, San Jose', 'One LED recessed light.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5082, '2014-02-16', 145.43, 'India Cash & Carry, Sunnyvale', 'Dals, rice, aata.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5083, '2014-02-09', 52.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5084, '2014-02-23', 37.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5085, '2014-01-25', 9.98, 'Burger King, San Carlos', 'Fries for Minaxi\'s parents before they departed for India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5086, '2014-01-23', 61.17, 'Children\'s Place, San Mateo', 'Jacket and other gifts for Minaxi\'s parents to take back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5087, '2014-01-09', 20.85, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5088, '2014-02-13', 10.86, 'Whole Foods Market, San Mateo', 'Two dozen maxi pads for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5089, '2014-01-19', 189.00, 'Sears, San Mateo', '3/4hp Kenmore garbage disposer. No tax since points were used to buy it.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5090, '2014-02-23', 44.71, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5091, '2014-01-11', 18.16, 'Safeway', 'Cake etc. for Jason\'s birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5092, '2014-01-13', 29.22, 'Safeway', 'Mostly baked goods.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5093, '2014-02-26', 216.00, 'eBay', '9 surface mount lights.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5094, '2014-03-08', 805.00, 'Julio Ramirez', '3 days of labor costs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5095, '2014-03-06', 166.00, 'The Home Depot, San Carlos', 'Misc plumbing supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5096, '2014-01-23', 72.54, 'Bayshore Supply & Lights, San Carlos', 'Electrical supplies (bought by Noberto Aguilar)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5097, '2014-01-17', 4.42, 'Bayshore Supply & Lights, San Carlos', 'Electrical supplies (bought by Noberto Aguilar)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5098, '2014-03-04', 98.23, 'The Home Depot, San Carlos', 'Misc plumbing supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5099, '2014-03-04', 123.51, 'The Home Depot, San Carlos', 'Misc plumbing supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5100, '2014-01-23', 23.98, 'The Home Depot, San Carlos', 'Misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5101, '2014-01-22', 6.84, 'The Home Depot, San Carlos', 'Misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5102, '2014-02-05', 205.76, 'The Home Depot, San Carlos', 'Doors and hangers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5103, '2014-01-31', 74.32, 'The Home Depot, San Carlos', 'Misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5104, '2014-01-30', 137.74, 'The Home Depot, San Carlos', 'Misc plumbing supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5105, '2014-02-04', 88.19, 'The Home Depot, East Palo Alto', 'Misc electrical supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5106, '2014-01-20', 280.12, 'The Home Depot, East Palo Alto', 'Circuit board related electrical supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5107, '2014-02-03', 25.06, 'Tooland, Inc., San Carlos', 'Supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5108, '2014-02-02', 43.57, 'Carlmont Ace Hardware, Belmont', 'Misc supplies, bought by Jason. Two receipts combined.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5110, '2014-03-08', 933.78, 'Lowe\'s, Sunnyvale', 'Shower door for downstairs shower, skylight for master bath, window for master bath, backsplash for kitchen (28sf @$12/sf!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5111, '2014-03-09', 118.74, 'IKEA, East Palo Alto', 'Three decorative mirrors for upstairs and downstairs vanities.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5112, '2014-03-09', 48.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5113, '2014-03-09', 4.35, 'IKEA, East Palo Alto', 'Duffle bag for Fufiji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5114, '2014-03-09', 6.66, 'IKEA, East Palo Alto', 'Drinks at Ikea while shopping for mirrors.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5115, '2014-01-12', 35.81, 'Vino Volo, San Francisco, CA', 'Liquor: wine for Melanie and Victor when Arun visited Bloomington'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5116, '2014-03-09', 79.71, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5117, '2014-03-07', 7.46, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5118, '2014-03-07', 15.13, 'Pasta Pomedoro, San Mateo', 'Minaxi\'s lunch with other tech women in Edmodo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5119, '2014-03-01', 45.49, 'Trader Joe\'s, San Carlos', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5120, '2014-01-11', 58.98, 'Shell, Belmont', '15.525 gallons @$3.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5121, '2014-03-05', 66.37, 'Maypearl, Inc', '16.765 gallons @$3.959'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5122, '2014-03-09', 314.00, '7Days Box', 'Dumpster rental, Leslie paid $100 for her share.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5123, '2014-03-15', 600.00, 'JR', 'Weekly pay @$20/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5124, '2014-03-14', 60.00, 'Rodrigo', 'Hourly labor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5125, '2014-03-15', 700.00, 'Norberto Agular', '20 hours of pay'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5126, '2014-03-10', 2000.00, 'Jason Webb', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5127, '2014-03-06', 110.01, 'The Home Depot, San Carlos', 'Misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5128, '2014-03-15', 469.92, 'Lowe\'s, San Jose', 'Master shower door, towel bar, robe hook, liners, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5129, '2014-03-15', 26.38, 'The Home Depot, San Carlos', 'Misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5130, '2014-03-11', 32.55, 'The Home Depot, San Carlos', 'Grout and some misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5131, '2014-03-15', 122.95, 'The Home Depot, San Carlos', 'Carpet, grout'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5132, '2014-03-12', 40.03, 'The Home Depot, San Carlos', 'Grout, bucket, and misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5133, '2014-01-23', 87.24, 'The Home Depot, East Palo Alto', 'Electrical supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5134, '2014-03-16', 9.80, 'Carlmont Ace Hardware, Belmont', 'Drill bits used in the shower'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5135, '2014-03-14', 25.57, 'Carlmont Ace Hardware, Belmont', 'Caulk and drill bits for drilling in the shower'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5136, '2014-03-16', 9.25, 'Carlmont Ace Hardware, Belmont', 'Drill bits used in the shower'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5137, '2014-03-01', 960.00, 'Motel 6 San Francisco, Belmont', 'Two weeks of hotel stay for Chuck Short and Jason Webb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5138, '2014-03-20', 121.00, 'California Shingle and Shake', 'Supplies for mounting skylight in master bath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5139, '2014-03-21', 75.86, 'The Home Depot, San Carlos', 'Misc supplies, perhaps including a door'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5140, '2014-03-19', 43.65, 'The Home Depot, San Carlos', 'Misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5141, '2014-03-20', 140.90, 'The Home Depot, San Carlos', 'Floor, window, and door trim and other misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5142, '2014-03-23', 770.00, 'Julio Ramirez', '3 days of labor costs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5143, '2014-03-23', 54.00, 'Norberto Agular', '1.5 hours of pay for some electrical work'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5144, '2014-03-23', 680.00, 'JR', '34 hours of pay @$20/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5145, '2014-03-23', 105.73, 'The Home Depot, San Carlos', 'Misc supplies, including 1 gallon of paint'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5146, '2014-03-23', 18.84, 'Dominos, Belmont', '2 pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5147, '2014-03-22', 20.00, 'Carlmont Parents Nursery School (CPNS)', '$10 for field trip, $10 for gift for teacher Nancy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5148, '2014-03-23', 20.00, 'Lands End', 'Dress for Ujala\'s dance at school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5149, '2014-03-23', 64.62, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5150, '2014-03-15', 5.55, 'McDonald\'s, San Jose', 'Two large fries for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5151, '2014-03-24', 50.00, 'The Home Depot, San Carlos', 'Misc supplies, including a door slab for the door for the closet under the laundry'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5152, '2014-03-24', 70.38, 'The Home Depot, San Carlos', 'Roofing material related to skylight'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5153, '2014-03-25', 76.90, 'The Home Depot, San Carlos', 'Drywall for the closet under the stairs and other misc supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5154, '2014-03-25', 60.44, 'The Home Depot, San Carlos', 'Two gallons of outdoor paint (light green and dark green)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5155, '2014-03-25', 59.96, 'California Shingle and Shake', 'Supplies for mounting skylight in master bath'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5156, '2014-03-28', 760.00, 'JR', '38 hours of pay @$20/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5157, '2014-03-31', 100.00, 'JR', '5 hours of pay @$20/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5158, '2014-03-31', 245.00, 'Julio Ramirez', 'One days of labor cost @35/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5159, '2014-03-28', 700.00, 'Julio Ramirez', '20 hours of labor costs @35/hour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5160, '2014-03-31', 99.08, 'Carlmont Ace Hardware', 'Misc pieces for tub filler -- on top of the rough kit!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5161, '2014-03-01', 91.78, 'Trader Joe\'s, San Mateo', 'Includes 6 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5162, '2014-03-30', 18.33, 'Michael\'s, San Mateo', '3 paperback books, 2 packets of princess stickers, a pack of rubber bands, and a Beanie Boo stuffed toy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5163, '2014-03-30', 10.00, 'Michael\'s, San Mateo', '3 balls of yarn for Fufi-ji to knit a sweater for Pooja'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5164, '2014-04-18', 2038.27, 'San Mateo County Tax Collector', 'Second installment of \"secured tax\"; was due April 10th; the amount includes credit card fee of $46.80'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5165, '2014-04-28', 3256.25, 'San Mateo County Tax Collector', 'First installment of \"supplemental tax\"; due April 30th'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5166, '2014-04-27', 45.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5167, '2014-04-26', 32.00, 'Board Walk, Santa Cruz', '$26 for rides and $6 for parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5168, '2014-03-01', 267.00, 'Carlmont Parents Nursery School (CPNS)', 'March tuition'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5169, '2014-04-01', 267.00, 'Carlmont Parents Nursery School (CPNS)', 'April tuition'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5170, '2014-04-15', 2000.00, 'Jason Webb', 'Last batch of money to Jason'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5171, '2014-04-13', 135.99, 'Overstock', 'White storage bench for entry'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5172, '2014-04-15', 283.50, 'eBay', 'Storage ottoman for family room'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5173, '2014-04-13', 155.00, 'Amazon', '4 red bar stools'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5174, '2014-04-14', 40.00, 'Cleaning Lady sent by Haifa Khoury', 'Tip. The bill was $290!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5175, '2014-03-10', 255.58, 'Amazon', 'Hansgrohe 3-hole rough kit for the master bath tub filler (part 04124181)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5176, '2014-03-24', 30.49, 'eBay', 'Duplicate rough kit for master bath tub filler (3-hole, Hansgrohe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5177, '2014-04-25', 45.00, 'Fascination Photography (Portland, OR)', 'Ujala\'s and Aahna\'s black and white pictures at CPNS.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5178, '2014-04-25', 10.00, 'Craigslist', 'Toy Story (1 and 2) and Incredibles DVDs for kids to watch in the van'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5179, '2014-04-01', 48.00, 'eBay', 'Rainbow loom kits for gifting on birthdays'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5180, '2014-04-01', 12.00, 'eBay', 'Rainbow loom kit for Fufiji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5181, '2014-04-15', 20.00, 'Raj Valame', 'Math contest fee for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5182, '2014-04-11', 36.76, 'Carter\'s Online', '12 long sleeve bodysuits for Vyom for 2014 winter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5183, '2014-04-21', 21.54, 'Route 76', '5 gallons of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5184, '2014-04-26', 44.33, 'The Home Depot, San Carlos', 'One gallon of deck stain + sample size of red color for the wet bar area'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5185, '2014-04-12', 13.59, 'Carlmont Ace Hardware', 'Spackling, electrical cover plate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5186, '2014-04-25', 70.50, 'Chevron', '$0.20 discount for being a Safeway Club Card member'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5187, '2014-04-06', 126.98, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5188, '2014-04-04', 18.83, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5189, '2014-04-03', 16.99, 'eBay', '8 100g Ritter Sport Praline chocolate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5190, '2014-04-03', 11.00, 'eBay', '5 100g Ritter Sport Praline chocolate for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5191, '2014-04-03', 8.99, 'eBay', '3 size 10 slim jeans for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5192, '2014-04-22', 65.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5193, '2014-03-25', 60.96, 'Arco, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5194, '2014-03-23', 105.70, 'India Cash & Carry, Sunnyvale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5195, '2014-04-18', 72.90, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5196, '2014-04-13', 105.30, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5197, '2014-03-11', 12.97, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5198, '2014-03-11', 8.00, 'Whole Foods Market, San Mateo', 'Body lotion, 32oz'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5199, '2014-03-29', 7.79, 'Safeway', 'Chicken thighs, $1.59/lb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5200, '2014-04-24', 6.00, 'Baskin Robins', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5201, '2014-03-06', 15.13, 'Pasta Pomodoro, San Mateo', 'Minaxi\'s lunch with Edmodo tech women'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5202, '2014-04-12', 4.99, 'Burger King, San Bruno', 'Two large fries for Fufiji and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5203, '2014-05-04', 39.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5204, '2014-05-04', 30.00, 'Carlmont Parents Nursery School (CPNS)', 'Sub fee so Minaxi could go to Ujala\'s field trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5205, '2014-05-02', 15.00, 'Fox Elementary School', 'Parking fee while accompanying Ujala for her field trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5206, '2014-05-06', 310.00, 'Sequoia Parents Nursery School (SPNS)', 'Application and registration fee for Aahna to attend SPNS from Fall 2014'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5207, '2014-05-11', 80.00, 'Mountain View Farmer\'s Market', 'Actual expense was $70 but gave $10 extra to Fufi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5208, '2014-05-10', 3.00, 'Garage Sales', 'Toy grocery cart'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5209, '2014-05-10', 5.00, 'Garage Sales', 'Kid\'s bib for Fufi to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5210, '2014-05-10', 5.00, 'Garage Sales', 'Foot mat'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5211, '2014-05-19', 44.00, 'Maker Faire (San Mateo)', 'Ujala and Arun went to the science fair.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5212, '2014-05-18', 73.00, 'Belmont Farmer\'s Market', 'Lots of fruits today!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5213, '2014-05-19', 33.00, 'Sears, San Mateo', 'A watch and a pair of sandals for Fufiji to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5214, '2014-05-19', 11.00, 'Gymboree, San Mateo', 'A 4T dress for Fufiji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5215, '2014-05-25', 120.00, 'Labcorp', 'Our yearly checkup in August 2012 was misfiled as a special service. We did not fight it well enough and they referred our case to a collection agency. Finally, I yielded. Arun should have paid it earlier.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5216, '2014-05-25', 32.00, 'UN Plaza Farmer\'s Market', 'Meagre quantities of mostly organic lunch for Arun, Minaxi, Fufiji, Ujala, Aahna, and Vyom during our SF visit using Caltrain.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5217, '2014-05-25', 30.00, 'UN Plaza Farmer\'s Market', 'Tickets during our SF visit using Caltrain. Minaxi forgot her Go pass through Edmodo, or we would have saved $10 spent on her ticket. U\'s and Fufiji\'s tickets were half price.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5218, '2014-05-24', 51.05, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5219, '2014-05-19', 33.00, 'Gymboree, San Mateo', 'A spring jacket, a pair of shorts, and a pair of cycling shorts for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5220, '2014-05-18', 4.00, 'SF Airport', 'Parking fee while dropping Charu when she returned to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5221, '2014-05-16', 67.70, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5222, '2014-05-13', 67.24, 'Arco, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5223, '2014-05-11', 92.00, 'Chelokababi, Sunnyvale', 'Mother\'s Day lunch with Charu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5224, '2014-05-13', 40.17, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5225, '2014-05-08', 25.67, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5226, '2014-05-04', 95.00, 'Costco, Redwood City', 'Toilet paper, shampoo, soap, body lotion, hand soap, toothpaste, tooth brushes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5227, '2014-05-04', 325.00, 'Costco, Redwood City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5228, '2014-05-06', 117.03, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5229, '2014-05-04', 47.06, 'Costco, Redwood City', 'Misc stuff Charu took back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5230, '2014-05-04', 41.92, 'Costco, Redwood City', 'Misc stuff for Fufiji to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5231, '2014-05-23', 37.73, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5232, '2014-05-15', 66.00, 'DMV, San Mateo', 'Driver\'s license fees for Arun and Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5233, '2014-05-28', 41.58, 'eBay', 'Two panels of blackout curtains in Indigo for the master bedroom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5234, '2014-05-01', 2000.00, 'Chuck Short', '$13K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5235, '2014-06-02', 1000.00, 'Chuck Short', 'Labor for doing closets. We gave Chuck our robotic lawn mower worth at least $2K in lieu of the charges.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5236, '2014-06-01', 388.38, 'Lowe\'s, South San Francisco', 'Supplies for closets.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5237, '2014-08-03', 135.41, 'Lowe\'s, Sunnyvale', 'Supplies for closets (17 supports for racks) + 7 duct registers + little rug for sitting area ($30)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5238, '2014-06-01', 588.39, 'Lowe\'s, San Bruno', 'Supplies for closets.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5239, '2014-05-31', 51.44, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5240, '2014-05-31', 108.00, 'Walmart, San Leandro', 'Gifts for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5241, '2014-06-01', 21.80, 'Dollar Tree Stores', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5242, '2014-05-31', 24.70, 'Subway (San Leandro)', 'Lunch for Arun, Minaxi, Fufiji, Ujala, Aahna, and Vyom during Walmart shopping trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5243, '2014-05-31', 32.00, 'Walmart (San Leandro)', 'Slippers for Arun, two bike shorts for Ujala, one for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5244, '2014-05-31', 18.00, 'Walmart (San Leandro)', '76 size 4 diapers for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5245, '2014-05-31', 13.00, 'Walmart (San Leandro)', '12 cokes and a pack of chips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5246, '2014-03-09', 152.00, 'Palo Alto Medical Foundation (PAMF)', 'TB tests for Arun and Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5247, '2014-05-24', 62.18, 'Chevron', '15.024 gallons at $4.139/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5248, '2014-05-30', 43.14, 'Arco, San Mateo', '10.5 gallons at $3.999/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5249, '2014-05-27', 121.23, 'eBay', 'Nokia Lumia 900 for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5250, '2014-04-28', 49.64, 'Arco, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5251, '2014-06-01', 4500.00, 'Sushila Chauhan', 'Rs2.6 lakhs toward Arun\'s parents\' room addition.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5252, '2014-06-01', 65.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5253, '2014-06-13', 169.00, 'Superior Court of San Mateo', 'Fine and administrative fee for traffic school for Arun\'s traffic violation on 2014-01-09 (failure to comply with traffic instrument; right turn on red when it was forbidden).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5254, '2014-06-08', 60.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5255, '2014-06-15', 60.00, 'Newark Farmer\'s Market', 'Cheap but no ambience.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5256, '2014-06-18', 108.75, 'eBay', 'Two Verifone MX830 e-signature pads to try out for the startup idea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5257, '2014-06-04', 34.00, 'Belmont Hair Studio', 'Hair cuts for Ujala, Aahna, and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5258, '2014-06-11', 36.80, 'Amazon', '4 set games for gifting on Ujala\'s friends\' birthdays.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5259, '2014-06-02', 65.00, 'Norberto Agular', '2.5 hours of pay for some electrical work.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5260, '2014-06-02', 175.00, 'Julio Ramirez', 'One days of labor cost @35/hour.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5261, '2014-04-01', 9000.00, 'Sushila Chauhan', 'Rs5.0 lakhs toward Arun\'s mother\'s knee operation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5262, '2014-06-01', 320.00, 'Sushila Chauhan', 'Visa fees for Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5263, '2014-06-18', 30.94, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5264, '2014-06-15', 85.42, 'Lowe\'s, Union City', 'Brackets for closets.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5265, '2014-06-15', 19.85, 'Big Lots, Newark CA', 'Muffin tin, non slip etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5266, '2014-06-15', 50.59, 'Big Lots, Newark CA', 'Gifts for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5267, '2014-06-10', 63.72, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5268, '2014-06-14', 55.51, 'The Home Depot, San Carlos', 'Towel bar, doormat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5269, '2014-06-05', 71.14, 'Arco, San Mateo', '17.7 gallons at $3.999/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5270, '2014-06-07', 171.23, 'Costco, Redwood City', 'Food for Vyom\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5271, '2014-06-07', 40.29, 'Costco, Redwood City', 'Gifts for Fufiji to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5272, '2014-06-08', 6.00, 'Coyote Point Park, San Mateo', 'Parking fee for picnic with the Valame\'s.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5273, '2014-05-10', 52.59, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5274, '2014-04-07', 20.00, 'Great Clips, Belmont', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5275, '2014-04-19', 18.99, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5276, '2014-03-17', 6.49, 'Walgreens', 'Co-pay for prescription vitamin D for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5277, '2014-03-17', 17.43, 'Walgreens', 'OTC vitamin D for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5278, '2014-06-09', 44.78, 'Learning Treasures, Bloomington, IN', 'Toys for Ujala, Aahna, and Vyom purchased by Arun during his commencement visit to Bloomington'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5279, '2014-06-16', 5.00, 'Caltrain', 'One-way ticket from Hillsdale to Mountain View for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5280, '2014-04-25', 5.00, 'Caltrain', 'One-way ticket from Hillsdale to Mountain View for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5281, '2014-05-04', 65.90, 'Costco, Redwood City', '16.116 gallons @$4.089'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5282, '2014-05-04', 8.74, 'Travis 76, Belmont', 'Partial tank, to tide over until San Mateo, where the gas is cheaper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5283, '2014-04-11', 65.17, 'Arco, San Mateo', '16.711 gallons @$3.879 (incl. 35c debit fee)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5284, '2014-04-22', 5.46, 'Baskin-Robbins, Belmont', '5 kids scoops at the special rate of $1 per scoop'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5285, '2014-04-25', 62.32, 'Trader Joe\'s, San Carlos', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5286, '2014-03-15', 62.31, 'Shell, Belmont', '15.581 gallons @$3.999'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5287, '2014-04-15', 14.16, 'Trader Joe\'s, San Carlos', 'Merlot'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5288, '2014-03-23', 33.15, 'Target, Sunnyvale', 'Shoes for Ujala and Vyom; and stickers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5289, '2014-06-19', 2751.26, 'Expedia.com', 'Roundtrip airfare for Arun\'s parents; All Nippon Airlines (ANA): onward 2014-07-21 (Mon) DEL-NRT-SFO, return 2015-01-18 (Sun) SFO-NRT-DEL.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5290, '2014-06-22', 86.00, 'eBay', 'Sony Xperia U (8GB, 5MP camera) White for either Fufiji or Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5291, '2014-06-24', 96.41, 'Amazon', 'Britax Parkway SG belt-positioning booster seat for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5292, '2014-06-24', 152.90, 'India Cash & Carry, Sunnyvale', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5293, '2014-06-22', 50.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5294, '2014-06-28', 43.95, 'Trader Joe\'s, San Carlos', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5295, '2014-06-29', 3.50, 'Belmont Parks and Recreation', 'Coke for fufi-ji and beer for Arun, at the Twin Pines park concert (in the spirit of helping out the concert series)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5296, '2014-04-17', 190.50, 'Belmont Parks and Recreation', 'Enrollment fees (incl. $2.50 processing fee) for Ujala\'s summer camp: Lego Engineering FUNdamentals, 2014-08-11 to 2014-08-15, M-F 9:00am-noon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5297, '2014-06-29', 87.50, 'Belmont Parks and Recreation', 'Enrollment fees (incl. $2.50 processing fee) for Ujala\'s swim lessons: Level II, 2014-07-14 to 2014-07-25, M-F 3:00pm-3:25pm'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5298, '2014-02-17', 22.98, 'Great Clips, Belmont', 'Haircut for Arun and Minaxi (with coupons)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5299, '2014-05-22', 20.00, 'Great Clips, Belmont', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5300, '2014-07-01', 87.50, 'Belmont Parks and Recreation', 'Enrollment fees (incl. $2.50 processing fee) for Aahna\'s swim lessons: Pre-Beginner Level I, 2014-07-14 to 2014-07-25, M-F 3:00pm-3:25pm'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5301, '2014-03-01', 10.00, 'Starbucks', 'Reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5302, '2014-04-26', 10.00, 'Starbucks', 'Reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5303, '2014-05-10', 10.00, 'Starbucks', 'Reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5304, '2014-06-14', 10.00, 'Starbucks', 'Reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5305, '2014-06-28', 10.00, 'Starbucks', 'Reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5306, '2014-07-03', 60.98, '76, Fresno', 'Gas for the van, near Fresno on I5: 13.925 gallons @$4.379 (LA vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5307, '2014-07-08', 1.39, 'Amazon.com', 'SIM adapter set (nano to micro and micro to regular); paid with Discover card cashback.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5308, '2014-07-09', 3.00, 'Caltrain', 'One-way ticket for Arun from Palo Alto to Mountain View, after car-pooling with Minaxi up to Palo Alto for a meeting with Markus.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5309, '2014-07-08', 55.00, 'Great Clips, Belmont', 'Arun\'s haircut; purchased gift card for $50 + $5 tip, which got Arun a free haircut'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5310, '2014-07-09', 172.50, 'Belmont Parks and Recreation', 'Enrollment fees (incl. $2.50 processing fee) for Aahna and Ujala\'s swim lessons: Pre-Beginner Level I and Swim Level II, 2014-08-04 to 2014-08-15, M-F 3:00pm-3:25pm'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5311, '2014-07-12', 85.00, 'College of San Mateo Farmer\'s Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5312, '2014-07-04', 100.00, 'Sonia Rawat', 'Gift for Samarveer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5313, '2014-07-13', 61.39, 'Shell, Belmont', '14.552 gallons @$4.219'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5314, '2014-07-19', 25.50, 'Caltrain + MUNI', 'Caltrain tickets to SF for Fufiji, Arun, Ujala. Minaxi used her GO pass. Aahna and Vyom were free. Fufiji and Ujala were half price. One way MUNI tickets for Fufiji, Arun, Minaxi, and Ujala from 4th and King Caltrain to Fisherman\'s Wharf ($5.50).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5315, '2014-07-19', 10.00, 'Starbucks', 'Reload into the iPhone Starbucks account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5316, '2014-07-26', 80.00, 'Lynne Newton', 'Fees for Dexter\'s swim lessons in return for Lynne ferrying U and A to swim classes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5317, '2014-07-27', 60.20, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5318, '2014-07-24', 27.00, 'San Carlos Farmer\'s Market', 'Every Thursday market.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5319, '2014-07-28', 5.00, 'Caltrain', 'One-way ticket for Arun from San Carlos to Mountain View, after missing the bus.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5320, '2014-07-28', 49.50, 'Trader Joe\'s, San Carlos', 'Part of the total bill of $71.43, which included $21.93 for buns for Google picnic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5321, '2014-07-30', 5.00, 'Caltrain', 'One-way ticket for Arun from Mountain View to San Carlos, after missing the bus due to a prolonged meeting.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5322, '2014-07-31', 29.63, 'Google Express', '4-pack 6.5 oz Sensodyne toothpaste (from Costco) for $21.79, 6.8 oz Nivea creme (from Target) for $7.84'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5323, '2014-01-25', 71.45, 'Google Express', 'Motorola SURFboard Cable Modem SB6121 DOCSIS 3.0 from Staples (inc. $4.99 delivery fee and $10 promotional credit)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5324, '2014-08-01', 2000.00, 'Chuck Short', '$11K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5325, '2014-07-26', 5.00, 'SFpark', 'Parking at the Mission when Arun went to meet with Leo Meyerovich from graphistry.com at Philz Coffee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5326, '2014-07-26', 4.00, 'Philz Coffee, San Francisco', 'Coffee for Arun at the Mission when he went to meet with Leo Meyerovich from graphistry.com at Philz Coffee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5327, '2014-08-03', 28.24, 'Bed Bath & Beyond, Milpitas', 'Drinking glasses, water jug, squeegee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5328, '2014-07-27', 56.00, 'Milpitas Farmer\'s Market', 'It is also called Pacific Coast Farmer\'s Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5329, '2014-08-03', 10.00, 'Great Mall, Milpitas', 'Train ride for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5330, '2014-08-04', 35.00, 'Great Mall Food Court, Milpitas', 'Lunch for Arun\'s parents, Arun, Minaxi, Ujala, Aahna, Vyom. Minaxi and Ujala shared a meal. Aahna and Vyom shared one large fries.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5331, '2014-08-04', 33.81, 'Safeway', 'Includes 5.5lbs chicken for barbecue with Aarti\'s family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5332, '2014-07-29', 41.13, 'The Home Depot, San Carlos', 'One gallon of deck stain. It took 2 gallons of stain.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5333, '2014-07-25', 29.86, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5334, '2014-07-24', 52.22, 'Shell, San Carlos', '12.929 gallons @$4.039'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5335, '2014-07-19', 50.00, 'Fishermen\'s Grotto, San Francisco', 'Lunch for Arun, Minaxi, Fufiji, Ujala, Aahna and Vyom at Fishermen\'s Wharf. Receipt found only for half of the bills since half if it was bought separately.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5336, '2014-07-15', 46.02, 'Trader Joe\'s, San Carlos', 'Mostly milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5337, '2014-07-12', 34.50, 'Bed Bath & Beyond, San Mateo', 'Wine openers for Aarti and Shobha, after 20% discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5338, '2014-07-12', 53.80, 'Bed Bath & Beyond, San Mateo', 'Two kitchen knives, after a 20% discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5339, '2014-07-19', 20.00, 'Caltrain', 'Caltrain tickets for Arun, Fufiji, and Ujala. Minaxi used her company pass and Aahna and Vyom were free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5340, '2014-07-11', 59.88, 'Whole Foods Market, San Mateo', 'Includes 3 liters of Olive Oil at $24'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5341, '2014-07-06', 31.10, 'Farmer\'s Market at Pacheco Pass, Gilroy', 'Enroute from LA during 4th July weekend'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5342, '2014-07-03', 23.30, 'Subway, Panoche', 'Three foot longs for Arun, Minaxi, Fufiji, Ujala, Aahna, and Vyom enroute to LA.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5343, '2014-07-04', 20.40, 'Albertsons, Brea', 'Includes $10 of beer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5344, '2014-06-20', 20.00, 'Papa Murphy\'s', 'Two take-and-bake pizzas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5345, '2014-06-22', 32.48, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5346, '2014-07-02', 7.32, 'Chipotle, San Mateo', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5347, '2014-07-01', 25.00, 'Shana Thai, Mountain View', 'Lunch for Minaxi and Gururaj Singh (Shape Security CTO). Minaxi paid for his lunch too.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5348, '2014-06-22', 14.17, 'Dollar Tree Stores', 'Sundry gifts for Fufiji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5349, '2014-07-06', 32.03, '76, Gorman, CA', 'Gas for the van on the way back, 7.281 gallons @$4.399 (LA vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5350, '2014-07-04', 61.08, 'Arco, Los Angeles', 'Gas for the van, 15.035 gallons @$4.039 (LA vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5351, '2014-07-04', 18.96, 'Albertsons, Brea', 'Milk and break'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5352, '2014-08-02', 22.18, 'Safeway', 'Including $6.99+taxes for charcoal and $4.39+taxes for lighter fluid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5353, '2014-06-07', 10.25, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5354, '2014-07-07', 81.12, 'Trader Joe\'s, San Carlos', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5355, '2014-07-20', 130.72, 'Trader Joe\'s, Millbrae', 'Groceries done after dropping fufi-ji at the airport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5356, '2014-07-26', 10.83, 'The Home Depot, San Carlos', 'Nozzle for the hose, 9\" roller for painting the deck'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5357, '2014-05-14', 5.00, 'Caltrain', 'One-way ticket from San Carlos to Mountain View for Arun, after missing the bus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5358, '2014-07-20', 6.00, 'San Francisco Airport Parking', 'Garage parking fee while dropping fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5359, '2014-07-21', 4.00, 'San Francisco Airport Parking', 'Garage parking fee while picking Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5360, '2014-04-19', 8.81, 'San Francisco Zoo', 'Entry ticket for fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5361, '2014-08-07', 61.56, 'Amazon', 'Three things from Amazon gift registry'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5362, '2014-08-07', 100.00, 'Craigslist', 'Two runners and an area rug'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5363, '2014-08-10', 49.90, 'Arco, San Mateo', '13.468 gallons @$3.679'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5364, '2014-08-14', 65.74, 'Trader Joe\'s, San Carlos', 'Includes a Merlot for $7.99.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5365, '2014-08-17', 154.75, 'Youth League Tennis (youthleaguetennis.org)', 'Six tennis sessions for Ujala, Oct 18-Dec 7, 2014 Off 11/22-11/30; plus a 25\" Wilson racquet for $20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5366, '2014-08-28', 188.84, 'United.com', 'Payment for one night (+20,650 miles in Minaxi\'s mother\'s account); the other night fully paid by Arun\'s 37,000 miles. Yosemite vacation. We stayed at Juniper Springs Resort (4000 Meridian Blvd, Mammoth Lakes, CA).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5367, '2014-08-27', 44.21, 'Google Express', 'Ujala\'s school supplies (partial): $10.40 (Target, Sunnyvale) + $1.62 (Target, Redwood City) + $4.07 (Nob Hill Foods, Mountain View) + $17.80 (Staples, Foster City) + $10.32 Fry\'s (Sunnyvale)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5368, '2014-08-01', 280.00, 'Gayathri Srinivasan', '5 classes for Ujala, 6 for Aahna, $5 extra.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5369, '2014-08-30', 25.00, 'Yosemite National Park', 'Park entry fee + $5 of San Mateo bridge toll during labor day vacation at Mammoth Lakes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5370, '2014-08-30', 29.34, 'Oakdale 76', 'Gas during Labor Day Mammoth Lakes vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5371, '2014-09-01', 40.60, 'Taqueria El Agave, Oak Dale', 'Lunch for Arun, Minaxi, Ujala, Aahna, Vyom, and Arun\'s parents during Labor Day Mammoth Lakes vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5372, '2014-08-30', 45.60, 'China House Restaurant, OakDale', 'Lunch for Arun, Minaxi, Ujala, Aahna, Vyom, and Arun\'s parents during Labor Day Mammoth Lakes vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5373, '2014-08-31', 20.00, 'P3 Mammoth, Mammoth Lakes', '1 hour motor boat rental during Labor Day Mammoth Lakes vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5374, '2014-06-18', 34.00, 'City of Belmont', 'Fee for extra circuit breaker.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5375, '2014-08-18', 201.50, 'eBay', 'HTC One (Android) phone for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5376, '2014-08-24', 82.00, 'Shan Dong Mandarin Restaurant, Oakland', 'Lunch for Arun, Minaxi, Ujala, Aahna, Vyom, and Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5377, '2014-09-28', 40.00, 'Hayward Farmer\'s Market, Hayward', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5378, '2014-08-31', 118.00, 'Mammoth Lakes', 'Gondola rides for Arun, Minaxi ($31 each, included lunch); Arun\'s parents ($25 each, included lunch). Kids rode free. Lunch for Ujala: $6.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5379, '2014-08-24', 105.00, 'Belmont Farmer\'s Market', 'Includes $25 in Chinatown purchases.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5380, '2014-08-30', 40.00, 'Hayward Farmer\'s Market, Hayward', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5381, '2014-08-05', 94.60, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5382, '2014-08-29', 102.57, 'Trader Joe\'s, San Carlos', 'Includes a Merlot for $7.99.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5383, '2014-08-29', 7.32, 'Chipotle, San Mateo', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5384, '2014-09-01', 50.32, 'Shell, Mammoth Lakes', 'Gas during Labor Day Mammoth Lakes vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5385, '2014-08-25', 62.81, 'Arco, San Mateo', '17.355 gallons @$3.599, $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5386, '2014-08-22', 58.70, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5387, '2014-08-18', 8.01, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5388, '2014-08-15', 7.32, 'Chipotle, San Mateo', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5389, '2014-08-08', 23.42, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5390, '2014-08-22', 45.85, 'Arco, San Mateo', '12.573 gallons @$3.619, $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5391, '2014-08-11', 54.56, 'Arco, San Mateo', '14.830 gallons @$3.679, $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5392, '2014-05-04', 110.00, 'Costco, Redwood City', 'Costco yearly fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5393, '2014-09-02', 11.47, 'Chase', 'One box of checks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5394, '2014-09-02', 2000.00, 'Chuck Short', '$9K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5395, '2014-09-03', 54.74, 'Toys \"R\" Us, San Jose (via Google Express)', 'Entry level Casio mini keyboard (SA-76) for Ujala\'s birthday gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5396, '2014-09-08', 40.00, 'Sanskar Foundation', 'info@sanskarfoundation.org\r\n6505944696\r\nMath Tournament fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5397, '2014-09-09', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Sept fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5398, '2014-10-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Oct fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5399, '2014-11-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Nov fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5400, '2014-12-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Dec fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5401, '2015-01-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Jan fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5402, '2015-02-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Feb fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5403, '2015-03-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Mar fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5404, '2015-04-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s Apr fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5405, '2015-05-01', 275.00, 'Sequoia Parents Nursery School (SPNS)', 'Aahna\'s May fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5406, '2014-09-08', 65.60, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5407, '2014-09-05', 40.36, 'Safeway', 'Includes 7lbs chicken for entertaining Aarti\'s family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5408, '2014-09-05', 59.25, 'Arco, San Mateo', '16.456 gallons @$3.579 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5409, '2014-08-17', 29.99, 'trafficschoolonline.com', 'Online traffic school for Arun, for his traffic violation as a part of the deal with the court to prevent the point from appearing on DMV records.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5410, '2014-09-12', 30.00, 'Craigslist', '10 jackets and fleeces, 3 shirts, one pair of shoes, and one Batman costume for Vyom for winter 2014'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5411, '2014-09-14', 3.68, 'eBay', '4 pairs of no-show socks for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5412, '2014-09-14', 40.00, 'Irvington Farmer\'s Market, Fremont', 'After visiting LN Kumar on Sunday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5413, '2014-09-23', 5.00, 'Caltrain', 'One-way ticket for Arun from Hlllsdale to Mountain View, after missing the bus due to unusually high traffic on Ralston (broken traffic light).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5414, '2014-09-21', 43.00, 'Belmont Farmer\'s Market', 'Got 20 lbs of onions for $6!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5415, '2014-09-07', 60.00, 'Belmont Farmer\'s Market', 'Can\'t seem to recall this trip but I know I went to the market, so an approximation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5416, '2014-09-17', 50.41, 'Arco, San Mateo', '14.144 gallons @$3.539 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5417, '2014-09-15', 57.62, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5418, '2014-09-18', 19.84, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5419, '2014-09-25', 53.70, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5420, '2014-09-26', 22.79, 'Safeway', 'Includes $10 of chicken at $80/lb (50% off!) for entertaining Gurmeet and PC\'s families.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5421, '2014-09-28', 128.83, 'Namaste Plaza', '24lb dals ($28), 40lb data ($15), 1 litre palm oil ($5.50), and rest, mostly spices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5422, '2014-09-13', 43.18, 'Marina Foods, San Mateo', 'Mostly Chinese spices and noodles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5423, '2014-09-28', 16.86, 'Walgreens', 'Grips for Minaxi\'s shoes ($7), one nail polish, and an eye lines ($7.50).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5424, '2014-09-18', 45.55, 'Arco, San Mateo', '12.771 gallons @$3.539, $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5425, '2014-08-16', 20.00, 'Costco, Redwood City', 'Toilet paper.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5426, '2014-08-16', 36.00, 'Costco, Redwood City', 'Diapers for Vyom, Size 5, I think 124 count, hopefully the last batch!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5427, '2014-08-16', 24.00, 'Costco, Redwood City', '4 pairs each of socks for Arun and his father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5428, '2014-08-16', 346.00, 'Costco, Redwood City', '8.5lbs almonds and cashews, roughly at $5.50/lb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5429, '2014-09-14', 34.09, 'Children\'s Place, Hillsdale Mall, San Mateo', 'An outfit each for Kasvi, Alisha, and Anusha.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5430, '2014-09-14', 111.53, 'Children\'s Place, Hillsdale Mall, San Mateo', '8 tops each for Ujala and Aahna for 2015 summer, 4 leggings for Aahna, 2 for Ujala. One pair of shorts for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5431, '2014-10-01', 2000.00, 'Chuck Short', '$7K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5432, '2014-10-05', 72.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5433, '2014-10-08', 46.99, 'Arco, San Mateo', '13.5 gallons @$3.479 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5434, '2014-10-10', 75.00, 'Anne Hsiao and Michelle@SPNS', '$25 for sub fee for Minaxi to get a day off volunteering at A\'s school + $50 toward teacher gifts for U\'s teacher at Fox elementary.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5435, '2014-10-12', 42.17, 'Arco, San Mateo', '12.191 gallons @$3.459 + $0.35 debit fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5436, '2014-10-14', 98.07, 'Amazon.com', 'Three 110V 6W multi-function under the cabinet LED fixtures (3 x $29.99); sold by Torchstar via Amazon. Paid in full using Arun\'s Amex points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5437, '2014-10-16', 5.25, 'San Mateo Country Library (SMCL)', 'Fines for many overdue books (lost track of books!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5438, '2014-10-16', 66.00, 'Yan\'s Garden Chinese Restaurant, San Carlos', 'Dinner with Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5439, '2014-10-16', 5.25, 'Caltrain', 'One-way ticket for Arun from Mountain View to San Carlos. Took the train back to meet with the rest of the family directly at San Carlos for a dinner outing. (Caltrain ticket prices went up!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5440, '2014-10-19', 90.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5441, '2014-10-20', 2000.00, 'Chuck Short', '$5K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5442, '2014-10-23', 236.21, 'Sears.com', 'Weider Spin Lock 160 lb. Weight Set ($113.99) and Marcy Standard Bench with Butterfly ($102.22) + $20 taxes; free pickup at Sears, Hillsdale Mall, San Mateo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5443, '2014-10-25', 25.00, 'eBay', 'Two pairs of shoes for Minaxi (black Mary Jane and brown pumps).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5444, '2014-10-26', 14.73, 'Fisherman\'s Wharf, San Francisco', '$4.73 for parking and $10 in tips to the solo music guy; sightseeing trip for dada-ji visiting from New York.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5445, '2014-10-29', 250.00, 'Gayathri Srinivasan', '5 music classes for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5446, '2014-10-27', 45.00, 'Fascination Photography (Portland, OR)', 'Aahna\'s black and white pictures at SPNS.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5448, '2014-10-27', 25.00, 'Susan Wu', 'Anna (character in movie Frozen) Halloween costume for Aahna; paid through Google Wallet.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5449, '2014-10-25', 4.00, 'San Francisco Airport Parking', 'Garage parking fee while picking up dada-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5450, '2014-10-27', 6.00, 'San Francisco Airport Parking', 'Garage parking fee while dropping dada-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5451, '2014-10-26', 12.98, 'Target, San Mateo', 'Three packs (3 each) of tennis balls for Ujala (2 packs of reds for the Youth League Tennis, and 1 pack of oranges for home); a Hot Wheels car for donation at Ujala\'s school; small truck for Vyom and hair bands for Aahna (gift from Ujala).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5452, '2014-10-27', 13.35, 'Emporio Rulli, San Francisco Airport', 'Coffee for Arun\'s parents and dada-ji, while dropping dada-ji on his way back to Los Angeles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5453, '2014-10-25', 54.16, 'Chevron, Belmont', '15.134 gallons @$3.579'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5454, '2014-10-31', 27.28, 'eBay', 'Two pairs of skinny jeans for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5455, '2014-09-19', 20.00, 'Great Clips, Belmont', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5456, '2014-09-07', 0.00, 'Great Clips, Foster City', 'Haircut for Arun\'s father, paid through gift card purchased earlier.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5457, '2014-09-02', 0.00, 'Great Clips, Belmont', 'Haircut for Arun, paid through gift card purchased earlier.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5458, '2014-09-05', 25.00, 'Cowabunga, San Carlos', 'One of the two cakes for Ujala\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5459, '2014-10-29', 81.58, 'Trader Joe\'s, San Carlos', 'Includes 7 gallons of milk at $5.99 each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5460, '2014-10-29', 21.64, 'Trader Joe\'s, San Carlos', 'Pancake stuff for Halloween parades at Ujala and Aahna\'s schools.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5461, '2014-10-02', 82.35, 'Trader Joe\'s, San Carlos', 'Includes 7 gallons of milk at $5.99 each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5462, '2014-10-16', 93.43, 'Trader Joe\'s, San Carlos', 'Includes 6 gallons of milk at $5.99 each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5463, '2014-10-23', 55.69, 'Safeway', 'Includes $10 of chicken (40% off!) for entertaining Dadaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5464, '2014-10-11', 63.40, 'Safeway', 'Includes 5 gallons of organic milk at $5.99 each. Rest, veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5465, '2014-10-30', 49.17, 'Arco, San Mateo', '15.63 gallons @$3.119 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5466, '2014-10-09', 44.75, 'Arco, San Mateo', '12.835 gallons @$3.459 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5467, '2014-10-31', 3.00, 'Pete\'s Coffee, San Carlos', 'Coffee for Arun\'s mother while doing Goblin Walk for Halloween.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5468, '2014-10-05', 16.35, 'Sears', 'Battery and a few clothes for Bubby\'s kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5469, '2014-06-27', 17.20, 'Chevron', '4.039 gallons at $4.259/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5470, '2014-06-20', 61.75, 'Arco, San Mateo', '15.508 gallons at $3.959/gallon + $0.35 debit transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5471, '2014-07-07', 53.49, 'Arco, San Mateo', '13.355 gallons at $3.979/gallon + $0.35 debit transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5472, '2014-09-29', 75.00, 'K-mart', 'A pair of shoes each for Bubby\'s family and Arun\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5473, '2014-09-29', 60.00, 'K-mart', 'Two pairs of shoes for Ujala, one for Aahna, one for Vyom, and one for Arun, plus 5-pack undies for Vyom ($10).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5474, '2014-09-29', 57.13, 'K-mart', 'Wine glasses, ironing board, and a booster seat for Aahna\'s transportation from school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5475, '2014-09-02', 25.77, 'Office Depot, San Carlos', 'Remaining school supplies for Ujala\'s school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5476, '2014-09-17', 1.75, 'Plantation Coffee Roaster, San Carlos', 'Juice for Aahna when Minaxi met with Matt Davy from IU as he visited the Bay Area for his company.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5477, '2014-01-11', 10.00, 'Great Clips, Belmont', 'Haircut for Arun, Vyom, and Arun\'s dad; paid $30 of the total $40 through gift card purchased earlier. Also used some coupons.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5478, '2014-10-31', 3.49, 'Lunardi\'s, Belmont', 'A pack of Ritz for Aahna\'s school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5479, '2014-11-04', 19.99, 'E-Bay', 'Koomus CD-Air CD slot mount for smartphones'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5480, '2014-11-07', 20.00, 'Scholastic.com', 'Four books for Ujala from their October catalog (the discount doesn\'t seem to have been applied).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5481, '2014-11-08', 2.25, 'San Mateo Country Library (SMCL)', 'Fine for one overdue book (Aahna\'s book).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5482, '2014-11-10', 48.13, 'Amazon.com', '$32.16 paid from the Arun\'s Discover reward points; EasyAcc 500lm Flashlight, Tenergy Centura AAA NiMH rechargeable 4-pk, and Tenergy AA 2500mAh NiMH rechargeable 12-pk.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5483, '2014-11-11', 23.00, 'Edmodo', '30-minute massage for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5484, '2014-11-14', 2000.00, 'Chuck Short', '$3K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5485, '2014-11-16', 98.00, 'Amazon.com (by Chief Architect)', 'HomeDesign Suite, for designing the house extension. Bought from Amazon, instead of directly from the company, because it was $1 cheaper and Amazon explicitly gave the option of downloading it again, if needed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5486, '2014-11-13', 20.16, 'FedEx (by way of Google)', 'Payment for Arun\'s father\'s Life Certificate sent to India. The price was the special FedEx rate through Google; paid through Google Wallet.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5487, '2014-11-10', 18.78, 'CVS, San Carlos', 'Two packs of Band-Aid (was on \"50%-off second\" sale). Paid with Arun\'s HSA card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5488, '2014-11-12', 55.78, 'Trader Joe\'s, San Francisco', 'Grocery done while Arun took his dad to the Consulate General of India in San Francisco for his Life Certificate; part of the larger total bill of $62.28.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5489, '2014-11-12', 6.50, 'Trader Joe\'s, San Francisco', 'Shopping done while Arun took his dad to the Consulate General of India in San Francisco for his Life Certificate; part of the larger total bill of $62.28. This part for dish soap.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5490, '2014-11-08', 432.20, 'Costco, Redwood City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5491, '2014-11-08', 139.70, 'Costco, Redwood City', 'Mostly toilet paper, paper towels, soap, etc. Also includes a pack of Toblerone for Arun\'s parents to take to India ($6.99) and 1.75L Black Label Johnny Walker ($51.99+taxes).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5492, '2014-11-21', 1.61, 'USPS', 'Mailed the package to Mark Lansberry that got delivered to our address (seemed like a bottle of pills). Address: 4002 Clubhouse Ct, San Jose, CA 95135.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5493, '2014-11-29', 45.00, 'Aptos Farmer\'s Market, Aptos, CA', 'En-route to Monterey. Certified organic and expensive. Not better than Belmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5494, '2014-11-16', 80.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5495, '2014-11-02', 80.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5496, '2014-11-29', 70.00, 'Jim\'s Chinese Restaurant, Seaside, CA', 'Lunch for Arun, Minaxi, Arun\'s parents, Ujala, Aahna, and Vyom in Monterey during the day trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5497, '2014-11-29', 30.00, 'Adventures by the Sea, Monterey, CA', 'Surrey rental for all of us to go from Cannery Row to Lover\'s Point (1.4 miles apart) during the Monterey day trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5498, '2014-11-23', 125.35, 'Haggar, Livermore Outlet Mall, Livermore, CA', 'Two pants and three long sleeve T-shirts for Arun. One T-shirt for Rajat. One of Arun\'s T-shirts were charged at $22 when it should have been $11!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5499, '2014-11-28', 32.43, 'Subway, Greenbrae, CA', '4 footlongs for Arun, Minaxi, Arun\'s parents, Ujala, Aahna, and Vyom during our day trip to Abbott\'s Lagoon, Point Reyes, CA.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5500, '2014-11-23', 101.32, 'Gymboree, Livermore Outlet Mall, Livermore, CA', '5 long sleeve shirts for Ujala, 1 legging, 1 jeans, and 1 sweater dress for Aahna, and one shirt and one pair of pants for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5501, '2014-11-28', 57.77, 'Safeway', '6 gallons of milk at $5.99/gallon and other misc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5502, '2014-11-23', 35.64, 'The Children\'s Place, Livermore Outlet Mall, Livermore, CA', '2 jeggings for Ujala, 2 leggings for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5503, '2014-11-23', 22.00, 'The Children\'s Place, Livermore Outlet Mall, Livermore, CA', 'A pair of jegging and long sleeve T-shirt for Kasvi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5504, '2014-11-22', 125.33, 'IKEA, East Palo Alto', 'A desk and a chair for Ujala, a step stool for the kids. Small other kitchen misc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5505, '2014-11-23', 26.16, 'Talbots, Livermore Outlet Mall, Livermore, CA', 'A cardigan for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5506, '2014-11-23', 8.70, 'Kitchen Collection, Livermore Outlet Mall, Livermore, CA', 'A pie spatula and an egg beater.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5507, '2014-11-23', 45.00, 'Banana Republic, Livermore Outlet Mall, Livermore, CA', 'One pair of pants for Minaxi. Receipt misplaced.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5508, '2014-11-23', 90.00, 'Van Heusen, Livermore Outlet Mall, Livermore, CA', 'Two pants for Minaxi, two long sleeve T-shirts for Arun, one long sleeve T-shirt for Arun\'s father. Receipt misplaced.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5509, '2014-11-18', 41.34, 'Whole Foods Market, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5510, '2014-11-09', 49.42, 'Namaste Plaza', 'Idli rice (20lb for $14.99), two 20lbs of aata (@$7.99 each)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5511, '2014-11-07', 84.65, 'Whole Foods Market, San Mateo', '$43.99 for 500ml Cod liver oil.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5512, '2014-11-28', 7.79, 'CVS Pharmacy, Greenbrae, CA', 'Two small packets of chocolates for Arun\'s parents to take to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5513, '2014-11-28', 7.49, 'Redhill Convenience and Gas, San Anselmo, CA', '2.313 gallons of gas @$3.239/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5515, '2014-11-29', 51.13, 'Broadway Auto, Redwood City', 'Gas @$3.099 per gallon, just before driving down to Monterey for a day trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5516, '2014-11-05', 20.50, 'Hillsdale Auto Care, San Mateo', '5.995 gallons @$3.419.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5517, '2014-11-06', 30.23, 'Arco, San Mateo', '9.831 gallons @$3.039 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5518, '2014-11-11', 29.97, 'Arco, San Mateo', '9.876 gallons @$2.999 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5519, '2014-11-13', 30.94, 'Arco, San Mateo', '10.338 gallons @$2.959 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5520, '2014-08-23', 107.85, 'The Home Depot, San Carlos', 'Jump starter with battery, no second car required.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5521, '2014-11-09', 37.48, 'The Home Depot, San Carlos', 'Poultry netting, a Meyer lemon tree, and manure to spruce up the front yard.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5522, '2014-11-08', 10.85, 'Costco, Redwood City', 'One large pizza for Arun\'s parents, Arun, Minaxi, Ujala, Aahna, and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5523, '2014-11-05', 10.00, 'MOMA garage, San Francisco', '2.5 hours of parking while meeting Damon at Wikimedia.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5524, '2014-09-07', 22.00, 'Target, San Mateo', 'Cross body purse for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5525, '2014-09-07', 25.00, 'Target, San Mateo', 'A pair of slippers each for Ujala, Aahna, and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5526, '2014-09-07', 30.00, 'Target, San Mateo', 'TV antenna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5527, '2014-09-07', 20.00, 'Target, San Mateo', 'Accent rug for the sitting area.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5528, '2014-09-07', 20.00, 'Target, San Mateo', 'Pencil box for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5529, '2014-09-07', 11.53, 'Target, San Mateo', 'Misc snacks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5530, '2014-12-02', 23.00, 'Edmodo', '30-minute massage for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5531, '2014-12-05', 2000.00, 'Chuck Short', '$1K remaining.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5532, '2014-12-07', 77.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5533, '2014-12-08', 10.90, 'Dollar Tree Stores', 'Ornaments for Christmas tree'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5534, '2014-12-04', 37.75, 'Safeway', '6 gallons of milk at $5.99/gallon and other misc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5535, '2014-12-07', 8.35, 'San Mateo Country Library (SMCL)', 'Fine for several overdue books --- missed by one day, because the automatic return was out of order and manual return took a day to register.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5536, '2014-12-05', 6.52, 'Safeway', '2 lbs chicken for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5537, '2014-12-06', 16.50, 'Macy\'s', 'A blouse each for Parul (Delhi) and Christmas drive.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5538, '2014-12-06', 15.50, 'Macy\'s', 'A blouse for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5539, '2014-12-06', 10.91, 'Sears', 'Christmas gift drive contribution (a legging to go with a blouse).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5540, '2014-12-07', 34.10, 'E-Bay', '21W LED dimmable surface light, to replace the low power light currently in the living room.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5541, '2014-12-07', 13.36, 'eBay', 'Two Mo Willems books for Alisha for Christmas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5542, '2014-12-09', 37.56, 'Amazon.com', 'Tarp (10\'x12\', reversible, 10mil) to cover weight bench, three-chamber soap dispenser for master shower; the amount is a part of the total order of $57.78.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5543, '2014-12-09', 20.22, 'Amazon.com', 'Hair relaxer texturizer anti-frizz cream for Minaxi; the amount is a part of the total order of $57.78.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5544, '2014-12-08', 56.51, 'eBay', '12 quart 18/10 stainless steel sauté pan, 15\" diameter, 5\" height.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5545, '2014-12-10', 135.00, 'Youth League Tennis (youthleaguetennis.org)', 'Six tennis sessions for Ujala, Jan 11 to Feb 15, 2015 (Sundays, 1:00-2:30pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5546, '2014-12-11', 119.41, 'Overstock.com', 'Accent chair for guest bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5547, '2014-12-14', 42.00, 'Belmont Farmer\'s Market', 'I owe Lee farms $7.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5548, '2014-12-13', 85.00, 'Big Lots, San Francisco', 'A 650 thread count king bed sheet set in grey + a king mattress protector pad + a couple of hand towels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5549, '2014-12-13', 25.00, 'Big Lots, San Francisco', 'Soup, grits, shredded coconut.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5550, '2014-12-13', 46.39, 'Big Lots, San Francisco', 'Nail polishes, lipsticks, to set for Arun\'s parents to take back to India + 3 coffee mugs for themselves.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5551, '2014-12-11', 58.37, 'Whole Foods Market, San Mateo', '6 gallons of milk + $3.38 worth of two ketchup bottles + 3 breads worth $9 total.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5552, '2014-12-12', 31.50, 'Caltrain, San Carlos', 'Round trip train ticket for Arun ($10) + car parking ($5) when Arun and Minaxi went to Edmodo\'s holiday party + light dinner for Arun and Minaxi after the party since there was not much food.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5553, '2014-12-11', 400.00, 'Superior Court of San Mateo', 'Red light violation traffic ticket for Minaxi. She also has to take traffic school test before 2/9/2015.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5554, '2014-12-10', 35.26, 'Arco, San Mateo', '12.473 gallons @$2.799 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5555, '2014-11-20', 18.00, 'Arco, San Mateo', 'About 6 gallons + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5556, '2014-12-04', 36.29, 'Arco, San Mateo', '12.964 gallons @$2.8 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5557, '2014-12-14', 92.83, 'Goodyear, Daly City', 'Oil change + tire rotation ($30) + 4-tire balance ($60)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5558, '2014-12-15', 2513.10, 'Expedia.com', 'Roundtrip tickets for Minaxi\'s parents\' 2015 visit; 20-JAN-2015: Lufthansa 755 BLR (03:45) -- FRA (09:00), Lufthansa 9052 FRA (12:15) -- SFO (14:40); 21-JUN-2015: Lufthansa 455 SFO (14:55) -- FRA (10:50+1), Lufthansa 754 FRA (13:05) -- BLR (01:15).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5560, '2014-12-22', 20.00, 'Wikimedia', 'Donation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5561, '2014-12-26', 1000.00, 'Chuck Short', 'All paid up!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5562, '2015-01-03', 35.50, 'Farmers Market, Union City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5563, '2015-01-03', 5.00, 'San Mateo Bridge Toll', 'Toll while returning from Union City farmers market, Walmart, and lunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5564, '2015-01-07', 300.00, 'Gayathri Srinivasan', '6 music classes for Ujala and Aahna in Nov and Dec.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5565, '2015-01-10', 4.82, 'Amazon', 'Home Selling Mastery: Master The Art Of Selling Your Home Fast And For Top Dollar Without A Realtor For Maximum Profit - A Complete Easy To Read Homeowners Guide For Selling By Owner [Kindle Edition] \r\nBy: Gary Marshall'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5566, '2015-01-11', 81.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5567, '2015-01-19', 5.00, 'Savaari.com', 'Airport taxi for Arun\'s parents for 12:15 am pickup on Jan 20th (Rs 299 for mid-size, like Toyota Etios).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5568, '2015-01-18', 45.00, 'Belmont Farmer\'s Market', '$4 for popped corn. Owe $1 for Lee Farms. Paid $5 for two cauliflowers but did not pick up :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5569, '2015-01-09', 18.00, 'Belmont Iceland', 'Ice skating tickets (include skates rental) for Arun, Ujala, and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5570, '2014-12-19', 25.00, 'Belmont Iceland', 'Ice skating tickets (include skates rental) for Arun, Ujala, Aahna, and Addison Fine (Ujala\'s playdate)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5571, '2015-01-04', 2.17, 'KMart, Redwood City', 'Soap dish'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5572, '2014-12-27', 90.00, 'Thai Chef\'s House, Sacramento', 'Lunch on the way to Incline Village for the ski trip with Karan-Sonia (Tahoe ski vacation).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5573, '2015-12-24', 21.79, 'Toys R Us, Redwood City', 'Garbage truck toy as Vyom\'s Christmas gift; a remote control car purchased for Shaurya was later returned (and a remote control truck purchased, instead) because it did not work very well'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5574, '2015-01-27', 723.00, '10 Racquet Club, Incline Village', 'Two-thirds of the $1084 total for three nights at the ski resort at 930 Tahoe Blvd, Incline Village (Tahoe ski vacation)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5575, '2014-01-27', 23.00, 'Edmodo', '30-minute massage for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5576, '2015-01-25', 70.00, 'Belmont Farmer\'s Market', 'Picked up two free cauliflowers due to the payment-but-no-pickup the week before.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5577, '2014-12-25', 7.00, 'FasTrak', 'Toll for Golden Gate, visit with Karan-Sonia.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5578, '2015-01-29', 11.00, 'Bart', '$9 for round trip ticket to attend iSEC Partners meet up + $2 for parking at Millbrae station.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5579, '2015-02-01', 12.18, 'Trader Joe\'s, San Mateo', 'Chicken for grilling'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5580, '2015-01-29', 50.07, 'Trader Joe\'s, San Carlos', 'Milk, bananas, and wine (Cabarnet Sauvignon)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5581, '2015-01-31', 10.87, 'The Home Depot, San Carlos', '25\' tape measure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5582, '2015-02-01', 28.86, 'Arco, San Mateo', '12.735 gallons @$2.239 plus $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5583, '2015-02-01', 129.81, 'Macys.com', '7 blouses for Minaxi, 2 hoodie-pants sets for Vyom, a sweater for Minaxi\'s mother and a shirt for Minaxi\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5584, '2015-02-02', 118.03, 'Landsend.com', '4 tops for Minaxi and 8 size 4 shirts for Vyom for next year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5585, '2015-02-06', 29.97, 'trafficschoolonline.com', 'Online traffic school for Minaxi, for his traffic violation as a part of the deal with the court to prevent the point from appearing on DMV records.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5586, '2015-02-07', 50.00, 'Garage sale, Trinity Church, San Carlos', '18 blouses+a party dress for Ujala;1 pair of sandals for A+a pair of shoes for Minaxi\'s mother;8 pants, 5 tops for Vyom;6 tops for Minaxi, one laptop bag for Minaxi\'s father, 2 comforters (twin and queen) for the house, 7.5ft pre-lit Christmas tree.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5587, '2015-02-06', 50.00, 'Carlmont Parents Nursery School (CPNS)', 'Application fee for Vyom to attend M/W/F from 8:45am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5588, '2015-01-29', 11.00, 'Bart, Millbrae', 'Minaxi\'s round trip ticket + $2 parking to attend a Security meet-up in SF.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5589, '2015-02-08', 90.00, 'Belmont Farmer\'s Market', 'Tons of carrots for juicing, lots of onions and garlic. Rain left the farmers with too many leftovers, so I bought more.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5590, '2015-02-12', 88.32, 'Gymboree.com', '3 dresses for Aahna, 1 pants for Vyom, 3 pants + 2 leggings + 1 hoodie for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5591, '2015-02-16', 185.00, 'Happily Ever Laughter', 'Pink Princess for face painting and balloon twisting at A\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5592, '2015-02-11', 200.00, 'Gayathri Srinivasan', '3 music classes for Ujala and Aahna in Jan and 1 in Feb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5593, '2015-02-10', 23.00, 'Edmodo', '30-minute massage for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5594, '2015-02-20', 15.97, 'Safeway', 'Ice-cream (2)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5595, '2015-02-14', 37.25, 'Safeway', '12lbs chicken for $19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5596, '2015-01-01', 36.73, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5597, '2014-12-17', 53.92, 'Safeway', '5 gallons of milk at $5.99/gallon and other misc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5598, '2015-01-27', 13.97, 'Whole Foods Market, San Mateo', '$10 for a small cake.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5599, '2015-02-13', 96.86, 'Whole Foods Market, San Mateo', '6 gallons milk for $6.49/each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5600, '2014-12-24', 104.26, 'Trader Joe\'s, San Calos, CA', 'Includes 5 gallons milk at $6/each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5601, '2015-01-13', 71.03, 'Trader Joe\'s, San Mateo', 'Includes 6 gallons milk at $6.50/each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5602, '2015-01-21', 68.88, 'Trader Joe\'s, San Mateo', 'Includes 6 gallons milk at $6.50/each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5603, '2015-02-05', 75.80, 'Trader Joe\'s, San Mateo', 'Includes 6 gallon of milk at $6.50/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5604, '2014-12-07', 34.45, 'Namaste Plaza', 'Includes 10KG aata for $8.99.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5605, '2015-01-11', 111.12, 'Namaste Plaza', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5606, '2015-01-03', 10.16, 'Mexico Super, Hayward', 'Hominy and a few other misc from a Mexican grocery store next to an Indian store.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5607, '2015-01-08', 202.93, 'Costco, Foster City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5608, '2015-01-08', 40.00, 'Costco, Foster City', '3-pack Sensodyne and 12-pack Dove.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5611, '2015-01-17', 40.00, 'Macy\'s', 'Two hoodie-pants sets for Vyom, a legging and top for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5612, '2015-01-17', 39.10, 'Macy\'s', '2 pairs of clothings for Fufiji\'s granddaughter + socks for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5613, '2015-01-17', 17.48, 'Macy\'s', 'A Clinique lipstick for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5614, '2014-12-25', 36.20, 'Golden Gate Outlet, San Francisco', '2 jackets for Arun (1 fleece, 1 wind cheater).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5615, '2015-02-20', 32.85, 'Arco, San Mateo', '12.737 gallons @$2.579 plus $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5616, '2014-12-23', 34.84, 'Arco, San Mateo', '14.024 gallons @$2.459 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5617, '2014-12-29', 44.15, '7-Eleven, Reno, NV', '16.989 gallons @$2.599.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5618, '2015-01-08', 41.13, 'Arco, San Mateo', '17.433 gallons @$2.339 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5619, '2015-01-14', 18.22, 'Arco, San Mateo', '7.706 gallons @$2.319 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5620, '2015-01-29', 37.49, 'Arco, San Mateo', '16.587 gallons @$2.239 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5621, '2015-02-12', 34.79, 'Arco, San Mateo', '14.121 gallons @$2.439 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5622, '2015-02-15', 5.00, 'Andreottis, Half Moon Bay', 'Parking at the beach.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5623, '2014-12-25', 20.10, 'Golden Gate Outlet, San Francisco', 'A jacket for Arun\'s parents to gift in India, but they did not take it.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5624, '2015-12-25', 16.03, 'McDonald\'s, San Francisco', 'Fries for Anand Gupta\'s and our kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5625, '2015-01-24', 52.32, 'San Francisco Airport International Food Court', 'Lunch for Arun, Minaxi, Ujala, Aahna, Vyom, and Minaxi\'s parents while meeting Megan et al en route to Hawaii.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5626, '2015-02-22', 39.17, 'Domino\'s Pizza, Belmont', 'Six large pizza for Aahna\'s 5th birthday party (special $5.99 deal)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5627, '2015-02-21', 68.00, 'Costco, Foster City', 'Fruits, chicken, breads, and drinks for Aahna\'s 5th birthday party; portion of the larger total bill of $283.42.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5628, '2015-02-21', 40.00, 'Costco, Foster City', 'Toothbrush, laundry detergent, and napkins; portion of the larger total bill of $283.42.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5629, '2015-02-21', 175.38, 'Costco, Foster City', 'Portion of the larger total bill of $283.42.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5630, '2015-02-20', 16.00, 'Great Clips, Belmont', 'Hair cut for Arun ($8.99 coupon + tip).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5631, '2014-12-20', 31.75, 'Costco, South San Francisco', '13.289 gallons @$2.389'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5632, '2015-01-13', 5.25, 'Caltrain', 'Arun\'s ticket from Mountain View to San Carlos (after the farewell party for Rongmei).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5633, '2015-01-12', 315.00, 'Palo Alto Medical Foundation (PAMF), Palo Alto', 'Aahna\'s emergency care visit after she ran high fever (106 F). It turned out to be viral. She needed no medication.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5634, '2015-02-26', 272.00, 'Youth League Tennis (youthleaguetennis.org)', 'Six tennis sessions for Ujala and Aahna, Mar 7 to Apr 19, 2015 (Sundays, 1:00-2:30pm). Includes $2 discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5635, '2015-03-01', 70.00, 'Belmont Farmer\'s Market', '3lbs of ginger alone cost $10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5636, '2015-01-01', 3.12, 'Walgreens', 'Vitamin D prescription for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5637, '2015-01-05', 5.45, 'Walgreens', 'Fever reducer for children.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5638, '2015-02-03', 5.34, 'Walgreens', 'Vitamin D prescription for Minaxi and Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5639, '2015-01-17', 6.00, 'CVS, San Mateo', 'Nasal aspirator for Fufiji\'s grand daughter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5640, '2015-02-25', 56.65, 'Trader Joe\'s, San Mateo', 'Includes 6 gallon of milk at $6.50/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5641, '2015-02-25', 33.08, 'Arco, San Mateo', '11.818 gallons @$2.799 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5642, '2015-02-28', 70.00, 'Mandarin Palace, Napa', 'Lunch for Arun, Minaxi, Ujala, Aahna, Vyom, and Minaxi\'s parents during our day trip to Napa.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5643, '2015-02-16', 7.27, 'The Home Depot, San Carlos', 'Nails for hanging pictures.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5645, '2015-01-02', 11.97, 'The Home Depot, San Carlos', 'Plastic to cover tomato plants.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5646, '2015-01-26', 34.33, 'The Home Depot, San Carlos, CA', '1 Fuji apple fruit tree + fertilizers to plant for Aahna\'s birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5647, '2015-01-31', 69.92, 'The Home Depot, San Carlos', '2 fruit trees (mandarin dwarf, Asian pear), mesh + fertilizers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5648, '2015-02-28', 5.00, 'Toll, enroute to Napa', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5649, '2015-01-10', 38.00, 'San Francisco Zoo', 'Entry ticket for Arun\'s parents + $10 for parking.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5650, '2015-01-01', 167.48, 'American Girl, Palo Alto', 'Girl of the year, Grace, doll for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5651, '2015-01-27', 133.76, 'American Girl, Palo Alto', 'Josephina doll for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5652, '2015-01-11', 15.98, 'Great Clips, Belmont', 'Hair cut for Minaxi and Aahna during their $7.99 haircut sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5653, '2015-01-22', 18.36, 'Dollar Tree Stores', 'Misc craft supplies for Fox Elementary.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5654, '2015-01-03', 78.02, 'Walmart, Union City', 'Misc gifts for Arun\'s mother to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5655, '2015-03-04', 102.47, 'The Startup Conference', 'Minaxi goes to the conference on May 14, 2015.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5656, '2015-03-04', 100.00, 'Gayathri Srinivasan', '2 music classes for Ujala and Aahna, 1 in Feb and 1 in Mar.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5657, '2015-03-22', 60.82, 'Chinatown, San Francisco', '$10 of bakery stuff and rest veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5658, '2015-03-22', 73.00, 'New Woey Loy Goey Restaurant, San Francisco', 'Lunch with Minaxi\'s parents, including $7 of parking charges'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5659, '2015-03-22', 33.00, 'Chinatown, San Francisco', 'Haircuts for Vyom and Minaxi\'s father + eye brows for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5660, '2015-03-22', 10.88, 'Chinatown, San Francisco', 'Three leggings, one for Minaxi and two for her mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5661, '2015-03-13', 23.98, 'Namaste Plaza', '4lbs goat meat for Arun\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5662, '2015-03-01', 101.47, 'Namaste Plaza', 'Includes 5 litres sesame oil for $36.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5663, '2015-03-13', 55.90, 'Whole Foods Market, San Mateo', 'Includes 7 gallons milk for $6.49/each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5664, '2015-03-04', 60.68, 'Trader Joe\'s, San Mateo', 'Includes 6 gallon of milk at $6.50/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5665, '2015-03-16', 50.36, 'Trader Joe\'s, San Mateo', 'Includes 2 gallon of milk at $6.50/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5666, '2015-03-06', 53.55, 'Marina Foods, San Mateo', 'Mostly Chinese spices plus some vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5667, '2015-03-07', 28.00, 'San Francisco Zoo', 'Entry ticket for Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5668, '2015-03-12', 26.87, 'Arco, San Mateo', '8.57 gallons @$3.159 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5669, '2015-03-05', 48.53, 'Arco, San Mateo', '15.061 gallons @$3.199 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5670, '2015-03-20', 20.24, 'Arco, San Mateo', '6.723 gallons @$2.959 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5671, '2015-04-03', 20.00, 'Sequoia Parents Nursery School (SPNS)', 'Gifts for Aahna\'s teachers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5672, '2015-03-29', 80.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5673, '2014-08-27', 3256.25, 'San Mateo County Tax Collector', 'Second installment of \"supplemental tax\"; due Aug 31st'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5674, '2014-11-17', 7440.95, 'San Mateo County Tax Collector', 'First installment of property tax; due Nov 1st (penalty after Dec 10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5676, '2015-04-15', 19.95, 'TaxACT Online', 'Charges for online tax preparation and e-file of 2014 taxes (Federal + California)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5677, '2015-04-10', 26.34, 'Safeway', 'Includes two 1-gallon milks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5678, '2015-04-19', 115.00, 'Belmont Farmer\'s Market', 'Tons of broccoli $15, snap peas $12, ginger and potatoes $15, carrots $10, and perhaps 12lbs of strawberries+12 little boxes of raspberries $35. Other misc, including onions, oranges, eggs (30 for $16), cabbage, kale, chard, dill, cilantro, mustard greens.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5679, '2015-04-09', 29.66, 'Arco, San Mateo', '10.109 gallons @$2.899 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5680, '2015-04-16', 23.78, 'Arco, San Mateo', '8.4 gallons @$2.819 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5681, '2015-04-12', 3.29, 'Ichi Ban Kan, San Francisco', 'Cookie snack during Cherry Blossom festival.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5682, '2015-04-19', 127.85, 'Namaste Plaza', 'Includes albs of green mango for chutney for $17.64.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5683, '2015-04-18', 30.00, 'Adventures by the Sea, Monterey, CA', 'Surrey rental for all of us to go from Cannery Row to Lover\'s Point (1.4 miles apart) during the Monterey day trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5684, '2015-04-18', 44.54, 'Dametra, Monterey, CA', 'Mediterranean lunch for Arun, Minaxi, kids, and Minaxi\'s parents during the day trip to Monterey.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5685, '2015-04-18', 10.00, 'Pebble Beach, CA', '17-mile scenic drive near Monterey during the day trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5686, '2015-03-26', 72.82, 'Whole Foods Market, San Mateo', 'Includes 2 gallons milk for $6.49/each, 25lb each of French lentils and brown flax seeds. They checkout clerk mis-weighed by 10-15lbs. Dumb!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5687, '2015-03-25', 27.96, 'Arco, San Mateo', '8.796 gallons @$2.899 + $0.35 debit card transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5688, '2015-03-28', 403.25, 'Costco, Foster City', '3lb walnuts ($18.99), 2.5lb cashews ($14.99), Haagen Dazs ($24 for 24 ice creams), 6lb almond ($34), 3.6lb boneless lamb ($21), 1/2 gallon honey ($15), organic chicken drumsticks ($32 @$2.49/lb), 6 litres coconut water ($17), 15 antioxidant drinks ($20!!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5689, '2015-04-04', 52.09, 'Walmart, Santa Clara', 'Over $30 of chocolates.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5690, '2015-04-24', 605.00, 'Disney', 'Five adult (10+) tickets, including Minaxi\'s parents and Ujala (Arun bought the adult ticket by mistake) @$99, and one 3-9 yrs ticket for Aahna @$93 (Vyom free) + one day parking @$17 (Disneyland vacation).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5691, '2015-04-25', 100.00, 'Sonia and Karan Rawat', 'Lowe\'s gift card toward their barbecue grill purchase as the housewarming gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5692, '2015-04-27', 25.00, 'Sequoia Parents Nursery School (SPNS)', 'Sub fee for Denise Fournier to cover for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5693, '2015-04-28', 22.00, 'Palo Alto Medical Foundation', 'Some outstanding dues for Arun\'s vitamin D tests on 2014-12-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5694, '2015-04-12', 7.00, 'Golden Gate Bridge', 'Toll for the visit with Nisha'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5695, '2015-04-29', 242.50, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level III, code 9311.108), Aahna (Pre-beginner II, code 9112.108), and Vyom (Pre-beginner I, code 9111.108), 2015-06-22 to 2015-07-02, 4:30pm-4:55pm. $80 each + $2.50 processing fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5696, '2015-04-29', 257.50, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level III, code 9311.308), Aahna (Pre-beginner II, code 9112.208), and Vyom (Pre-beginner I, code 9111.308); code 208 = 2015-07-06 to 2015-07-17; code 308 = 2015-07-20 to 2015-07-31; 4:30pm-4:55pm. $85 each + $2.50 processing fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5697, '2015-05-01', 274.00, 'Youth League Tennis (youthleaguetennis.org)', 'Spring II lessons for Ujala (level Green) and Aahna (level QuickStart), 2015-05-09 to 2015-06-14.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5698, '2015-03-01', 100.00, 'Aarti Gupta', 'House warming gift on behalf of Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5699, '2015-05-13', 2168.52, 'Expedia.com', 'Roundtrip airfare for Arun\'s parents; All Nippon Airlines (ANA): onward 2015-06-17 (Wed) DEL-NRT-SFO, return 2015-12-16 (Wed) SFO-NRT-DEL.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5700, '2015-05-08', 257.60, 'United (via Expedia)', 'One-way ticket for dada-ji for 2015-05-10 from LGA to SJC (via DEN), traveling to tide us over between Minaxi\'s parents\' early departure and Arun\'s parents\' arrival.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5701, '2015-05-21', 50.00, 'Amazon.com', 'Gift certificate for Monica (Ollie\'s baby sitter) for dropping Aahna regularly ($29.47 was paid through points on Arun\'s Discover card).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5702, '2015-05-21', 5.60, 'Delta Air Lines', 'One-way ticket for dada-ji for 2015-06-19 non-stop from SFO (8:30 am) to JFK (05:20 pm), traveling back after tiding us over between Minaxi\'s parents\' early departure and Arun\'s parents\' arrival. Paid with Arun\'s 25K miles + $5.60 in fees.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5703, '2015-05-22', 30.00, 'Notary Public, San Mateo', 'Notary needs for renewing Minaxi\'s passport. The notary is on the 2nd floor in Edmodo building.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5704, '2015-05-27', 46.40, 'Palo Alto Medical Foundation', 'Some outstanding dues for Minaxi\'s blood panel on 2014-12-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5705, '2015-05-29', 20.00, 'Sequoia Parents Nursery School (SPNS)', 'Gifts for Aahna\'s teachers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5706, '2015-06-03', 119.85, 'tropicaltraditions.com', '2 gallons Gold label unrefined organic virgin coconut oil. $20 for shipping!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5707, '2015-06-05', 3.90, 'San Mateo Country Library (SMCL)', 'Fine for several overdue books --- missed renewing some and a couple could not be renewed as they had already been renewed too many times.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5708, '2015-04-26', 1.05, 'San Mateo Country Library (SMCL)', 'Neglected to renew some books in time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5709, '2015-04-20', 1.35, 'San Mateo Country Library (SMCL)', 'Neglected to renew some books in time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5710, '2015-02-26', 5.40, 'San Mateo Country Library (SMCL)', 'Neglected to renew some books in time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5711, '2015-02-16', 2.70, 'San Mateo Country Library (SMCL)', 'Neglected to renew some books in time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5712, '2015-06-09', 51.28, 'Landsend.com', 'Rash guard tops for U+A+V and swim shorts for V.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5713, '2015-06-13', 10.00, 'Portola Redwoods State Park', 'Entry ticket for the car; still need to add other expenses shared with Grace & Aki'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5714, '2015-06-19', 78.75, 'Trader Joe\'s, San Carlos', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5715, '2015-06-20', 6.30, 'Starbucks, Belmont', 'Two tall lattes for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5716, '2015-06-05', 68.14, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5717, '2015-06-20', 37.28, 'Target, San Mateo', 'Two shirts for Minaxi, hat for Arun (part of the total bill of $74.38)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5718, '2015-06-20', 8.29, 'Target, San Mateo', 'Swim goggles for Vyom (part of the total bill of $74.38)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5719, '2015-06-20', 28.81, 'Target, San Mateo', 'Nivea cream, nail polish, and hair dye for Arun\'s parents (part of the total bill of $74.38)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5720, '2015-05-30', 44.78, 'Arco, Redwood City', '12.697 gallons @$3.499; includes $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5721, '2015-06-17', 8.00, 'San Francisco Airport Parking', 'Parking while picking Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5722, '2015-05-30', 16.98, 'CVS, San Carlos', 'Finger split for Arun and general purpose work gloves for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5723, '2015-05-29', 57.73, 'Arco, Redwood City', '16.339 gallons @$3.499, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5724, '2015-05-22', 78.69, 'Trader Joe\'s, San Carlos', 'Includes two bottles of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5725, '2015-06-12', 16.65, 'Safeway', 'Two packs of tortillas for dada-ji, one bottle of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5726, '2015-06-10', 42.09, 'Arco, Redwood City', '12.279 gallons @$3.399, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5727, '2015-05-31', 39.00, 'Belmont Farmer\'s Market', 'Less food got consumed when Dadaji visited.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5728, '2015-06-14', 43.00, 'Belmont Farmer\'s Market', 'Less food got consumed when Dadaji visited. Includes $4 of popcorn.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5729, '2015-05-24', 39.00, 'Belmont Farmer\'s Market', 'Less food got consumed when Dadaji visited.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5730, '2015-06-20', 42.00, 'Great Clips, Belmont', 'Hair cut for kids after $7 in discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5731, '2015-06-17', 32.70, 'Arco, San Mateo', '10.32 gallons @$3.169, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5732, '2015-06-14', 18.94, 'The Home Depot, San Carlos', 'Manure for the front yard and some peppers and herbs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5733, '2015-06-14', 35.78, 'Namaste Plaza', 'Includes $12 worth of spices Dadaji bought to take back to New York.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5734, '2015-06-19', 200.00, 'Kundan Singh Chauhan', 'Taxi money for Dadaji when he returned.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5735, '2015-06-11', 39.62, 'Arco, San Mateo', '12.276 gallons @$3.199, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5736, '2015-06-05', 8.75, 'Dollar Tree Stores', 'Water for Fox Elementary end of year picnic, candles for Vyom\'s birthday, socks for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5737, '2015-06-05', 16.00, 'Whole Foods Market, Redwood City', 'Cake for V\'s third birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5738, '2015-06-05', 26.12, 'Whole Foods Market, Redwood City', '2 1litre body washes and one 1 litre body lotion.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5739, '2015-06-05', 49.58, 'Trader Joe\'s, San Carlos', 'Includes 5 gallons of organic milk at $5.99/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5740, '2015-06-05', 28.13, 'Trader Joe\'s, San Carlos', 'Food for V\'s third birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5741, '2015-05-30', 31.56, 'The Home Depot, San Carlos', 'Manure and some herbs and peppers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5742, '2015-05-24', 18.52, 'Walgreens', '100 Advils for Dadaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5743, '2015-05-24', 3.58, 'Namaste Plaza', 'Two packets of rusks for Dadaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5744, '2015-05-23', 20.00, 'Golden Gate Park, San Francisco', 'Tickets for the Japanese Tea Garden. Dadaji was let in free. Ujala was half price.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5745, '2015-05-17', 35.00, 'Sunnyvale Farmer\'s Market', 'Dadaji also spent $10 on top of this.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5746, '2015-05-17', 9.76, 'Namaste Plaza', 'Rusks etc. for Dadaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5747, '2015-05-18', 54.39, 'Arco, San Mateo', '15.806 gallons @$3.419, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5748, '2015-04-22', 38.17, 'Arco, San Mateo', '13.321 gallons @$2.839, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5749, '2015-05-04', 87.67, 'Trader Joe\'s, San Carlos', 'Includes 6 gallons of milk at $5.49/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5750, '2015-05-16', 65.20, 'Safeway', 'Includes 5 1-gallon milks at $6.49/gallon + misc tortillas and marmalade for Dadaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5751, '2015-04-27', 120.41, 'Whole Foods Market, San Mateo', 'Includes 7 gallons milk for $6.49/each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5752, '2015-06-19', 340.00, 'Carlmont Parents Nursery School (SPNS)', 'Vyom\'s tuition deposit for May 2016.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5753, '2015-06-26', 24.56, 'Arco, San Mateo', '7.712 gallons @$3.139, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5754, '2015-07-03', 1033.19, 'ICICI Bank', '₹65,000 for Arun\'s parents (room addition to their flat); include ₹91 transaction fee, @ ₹63 per $.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5755, '2015-07-06', 85.00, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level III). Aahna had already been enrolled. Ujala and Vyom were on waitlist for 4:30 pm session. Aahna was moved to 10:00 am, Ujala enrolled in 10:00 am and Vyom dropped (kids walk back home with Arun\'s father).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5756, '2015-07-05', 65.00, 'Belmont Farmer\'s Market', 'No eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5757, '2015-06-22', 100.00, 'Belmont Farmer\'s Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5758, '2015-07-04', 53.25, 'Cinemark Century 12, San Mateo', 'Tickets for \"Inside Out\"; kids ($9/each), Arun\'s parents ($9.25/each) + popped corn ($7.75). Minaxi and Arun\'s tickets were paid for by Google; Vyom\'s first movie in theaters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5759, '2015-07-03', 70.00, 'Amanda\'s Hair and Nails', 'Pedi and mani for Minaxi and Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5760, '2015-07-02', 63.89, 'Trader Joe\'s, San Carlos', 'Includes 6 gallons of milk at $5.99/each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5761, '2015-06-26', 64.72, 'Trader Joe\'s, San Carlos', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5762, '2015-05-17', 10.88, 'Walgreens', 'Unidentified items.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5763, '2015-05-16', 52.00, 'Turmeric, Sunnyvale', 'Lunch for Arun, Minaxi, kids, and Dadaji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5764, '2015-05-02', 26.98, 'Hillsdale Mall Food Court, San Mateo', 'Lunch for Minaxi, her parents, and the kids at the Mall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5765, '2015-05-02', 33.16, 'Sears, Hillsdale Mall, San Mateo', 'Gifts for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5766, '2015-05-12', 32.43, 'Target, San Mateo', 'Tennis racket for Aahna and balls for both U+A.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5767, '2015-05-02', 21.19, 'Forever 21, Hillsdale Mall, San Mateo', 'Gifts for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5768, '2015-06-27', 22.93, 'ToysRus, San Mateo', 'My little pony for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5769, '2015-05-10', 36.45, 'Arco, San Mateo', '10.56 gallons @$3.419, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5770, '2015-06-27', 62.20, 'Bed Bath and Beyond, San Mateo', 'A set of towels and two bath mats.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5771, '2015-05-07', 6.00, 'San Francisco Airport Parking', 'Parking while dropping Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5772, '2015-06-27', 20.63, 'Target, San Mateo', 'Charcoal, snacks, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5773, '2015-05-09', 19.59, 'Diddams Party & Toys, San Carlos', 'Sticker pads for dolls and trucks for the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5774, '2015-01-09', 28.04, 'Arco, San Mateo', '12.082 gallons @$2.32, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5775, '2015-07-07', 85.00, 'Belmont Parks and Recreation', 'Swim lessons for Aahna (level I) for Session III, 4:30-4:55pm (7/20-7/31). Ujala and Vyom had already been enrolled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5776, '2015-07-10', 100.00, 'Amazon.com', 'Gift certificate for Kashvi (LN\'s daughter) for her Bharatnatya Arangetram on 11-JUL-2015. Purchased at Walgreens, Mountain View.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5777, '2015-07-12', 427.50, 'Belmont Parks and Recreation', 'Summer camps: 2015-AUG-03 to 2015-AUG-07; hip-hop dance class for Ujala 10:00 am-2:00 pm ($220); gymnastics for Aahna 9:00 am-12:00 noon ($205), plus $2.50 transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5778, '2015-08-07', 55.06, 'Arco, San Mateo', '17.429 gallons @$3.139, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5779, '2015-08-01', 70.00, 'Star India, San Franciso', 'Buffet lunch for Arun, Minaxi, kids, and Arun\'s parents. V was free, A was half price. U was full price.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5780, '2015-08-01', 321.00, 'California Academy of Sciences, San Francisco', 'Family+2 membership + $21 for parking charges. Parking sucks! Their Planetarium was good.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5781, '2015-08-08', 25.00, 'Garage sale, San Mateo', 'Bionicals build set for Vyom, snap-bead jewelry set for Aahna, two books for Ujala, and two gifts for future birthday parties (latter worth $10).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5782, '2015-07-19', 70.00, 'Heart of the City Farmer\'s Market, San Franciso', '50lb onions for $20. Among the cheapest farmer\'s markets in the Bay Area overall.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5783, '2015-07-23', 15.00, 'San Carlos Farmer\'s Market', 'Mostly just strawberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5784, '2015-07-16', 20.00, 'San Carlos Farmer\'s Market', 'Mostly just strawberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5785, '2015-07-19', 38.00, 'Chinatown, San Francisco', 'Haircuts for Arun, Arun\'s father, and Minaxi. They ruined Minaxi\'s hair but gave Arun a nice one.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5786, '2015-07-21', 39.45, 'Arco, San Mateo', '12.034 gallons @$3.249, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5787, '2015-07-16', 64.92, 'Trader Joe\'s, San Mateo', 'Includes 6 gallons of milk at $5.99/each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5788, '2015-07-23', 80.30, 'Trader Joe\'s, San Carlos', 'Includes 7 gallons of milk at $5.99/each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5789, '2015-07-08', 47.53, 'Trader Joe\'s, San Carlos', 'Includes 4 gallons of milk at $5.99/each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5790, '2015-07-31', 87.78, 'Trader Joe\'s, San Mateo', 'Includes 7 gallons of milk at $5.99/each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5791, '2015-07-11', 79.02, 'Bharat Bazar, Union City', 'Groceries while returning from Kashvi\'s Arangetram.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5792, '2015-07-09', 26.83, 'Safeway', 'Yeast ($7), about 12lbs of chicken at 50% off ($12.26) to take to Aarti\'s barbecue.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5793, '2015-07-04', 43.00, 'Cinemark, San Mateo', 'Inside out with kids and Arun\'s parents. Arun and Minaxi\'s tickets were covered by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5794, '2015-07-14', 17.95, 'Hillsdale Auto Care, San Mateo', 'One of the van\'s tire had a hole. Repair was unexpectedly cheap.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5795, '2015-07-14', 70.00, 'Amanda\'s Nail Salon', 'Pedi-Mani for Arun\'s mother and Minaxi. Manicure for $20 was a waste of money since it did not last!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5796, '2015-07-18', 19.78, 'Petsmart, San Carlos', 'Three minnow fishes for kids, a small fish tank, fish food, and water neutralizer. Arun\'s entry of pump for cleaning the tank is separate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5797, '2015-07-19', 65.00, 'New Woey Loy Goey Restaurant, San Francisco', 'Lunch with Arun\'s parents, including $10 of parking charges'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5798, '2015-07-30', 44.37, 'Gymboree.com', '3 dresses, 2 shorts, and a skirt for Aahna, one shorts for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5799, '2015-07-31', 12.23, 'Old Navy, San Mateo', 'A pair of white jeans for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5800, '2015-07-31', 27.30, 'Banana Republic, San Mateo', 'A pair of black pants for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5801, '2015-08-24', 6.50, 'Starbucks, San Mateo', 'Coffee for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5802, '2015-08-09', 120.00, 'Belmont Farmer\'s Market', 'Nearly 350lbs of veggies, struggling to finish into the third week.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5803, '2015-08-22', 40.00, 'Garage sale, Belmont', 'Belmont/San Carlos Mother\'s Club sale: Two jackets, two hoodie/sweaters, one pair of fuze 11 shoes, 3 lounge pants, 4 long sleeve t-shirts for Vyom. Pricey, but most clothes are baby Gap, shoes are practically new.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5804, '2015-08-25', 80.00, 'US State Department', 'Passport fee for Aahna\'s passport (part of a total of $107, with $27 paid to the San Mateo County Clerk for processing and photo-copying).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5805, '2015-08-25', 27.00, 'San Mateo County Clerk', 'Processing and photo-copying fee. Part of the total of $107, with $80 fee for Aahna\'s passport paid to the US State Department.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5806, '2015-09-03', 50.00, 'Fox Elementary School', 'Donation for Ujala\'s classroom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5807, '2015-09-04', 184.51, 'America\'s Best Value Inn, Klamath Falls, OR', 'Oregon vacation. Booked through Expedia. First night (Sep 4) stay. Two distinct reservations for $62.43 and $122.08, the first one includes $44.39 of Expedia credit from Arun\'s account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5808, '2015-09-13', 113.00, 'Belmont Farmer\'s Market', 'Just one week\'s fruit, veggies, and eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5809, '2015-09-12', 58.24, 'Macy\'s', 'A pair of shoes for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5810, '2015-09-10', 42.77, 'Arco, San Mateo', 'Oregon vacation during Labor Day weekend. 15.486 gallons @$2.739, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5811, '2015-09-05', 246.40, 'The Redwood Fortuna Riverwalk Hotel, Fortuna, CA', 'Oregon vacation. Booked through Expedia. Third night (Sep 6) stay. Two rooms.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5812, '2015-09-07', 27.57, 'Subway, Willits, CA', 'Oregon vacation. Lunch while returning home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5813, '2015-09-06', 45.34, 'Funky Monkey, Fortuna, CA', 'Oregon vacation. Dinner for all.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5814, '2015-09-05', 223.84, 'Flagship Inn of Ashland, Ashland, OR', 'Oregon vacation. Booked through Expedia. Second night (Sep 5) stay. Two rooms ($117.81+$96.03 = $223.84)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5815, '2015-09-06', 44.00, 'Oregon Caves National Monument, Cave Junction, OR', 'Oregon vacation. Adult tickets for Arun, Minaxi, Arun\'s father + kid tickets for Ujala and Aahna. Vyom and Arun\'s mother stayed back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5816, '2015-09-05', 15.00, 'Crater Lake National Park, OR', 'Oregon vacation. Adult tickets for Arun, Minaxi, Arun\'s father + kid tickets for Ujala and Aahna. Vyom and Arun\'s mother stayed back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5817, '2015-09-06', 11.21, 'Shell, Fortuna, CA', 'Oregon vacation. A wine and sanitary napkins for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5818, '2015-08-29', 29.59, 'Morrison School Supplies', 'Rakhi gifts for Alisha and Aahna (from Vyom).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5819, '2015-08-30', 16.32, 'American Girl, Palo Alto', 'Hair styling and pedicure for Aahna\'s doll, Josefina.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5820, '2015-09-03', 15.67, 'Arco, San Mateo', '5.475 gallons @$2.799, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5821, '2015-08-17', 46.02, 'Arco, San Mateo', '15.330 gallons @$2.979, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5822, '2015-08-31', 40.03, 'Arco, San Mateo', '13.879 gallons @$2.859, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5823, '2015-09-14', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5824, '2015-09-15', 13.01, 'eBay', 'Halloween costume for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5825, '2015-09-22', 5.25, 'Caltrain', 'One-way ticket for Arun from Hillsdale to Mountain View after missing the shuttle.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5826, '2015-09-23', 38.00, 'eBay', 'A pair of casual wear heels for Minaxi and (flat mary janes + flats in size 3 youth) for Ujala. Ujala\'s shoes won\'t work since she seems to be wearing a size 5 youth.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5827, '2015-09-24', 20.00, 'Fox Elementary School', 'Donation for Aahna\'s classroom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5828, '2015-09-25', 11.14, 'eBay', 'A pair of boots for Ujala (size 6.5 women\'s -- 5 youth)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5830, '2015-09-28', 8.50, 'eBay', 'A pair of gold heels for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5831, '2015-09-27', 70.00, 'Belmont Farmer\'s Market', 'Almost two weeks of produce. No eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5832, '2015-09-26', 41.76, 'Costco, Foster City', 'Snacks for Ujala and Aahna\'s classroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5833, '2015-09-26', 220.00, 'Costco, Foster City', 'Two automatic tooth brushes, 6 replacement heads, floss, body lotion, and Q-tips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5834, '2015-09-26', 110.00, 'Costco, Foster City', 'Yearly membership fee, to expire at the end of Sep\'16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5835, '2015-09-26', 229.88, 'Costco, Foster City', 'Groceries, mostly snacks, bread, and some fruit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5836, '2015-09-29', 11.43, 'eBay', 'A pair of ballet flats for Ujala (size 5 youth == 6.5 women\'s)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5837, '2015-09-29', 14.38, 'eBay', 'A pair of silver heels for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5838, '2015-10-01', 10.14, 'eBay', 'A pair of Mary Janes for Ujala (size 5 youth == 6.5 women\'s)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5839, '2015-10-05', 179.05, 'Rack Room Shoes, San Franciso Outlet Mall, Livermore, CA', '4 pairs of shoes for Arun (two walking + two formal). 1 pair of pumps for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5840, '2015-10-05', 70.00, 'Rack Room Shoes, San Franciso Outlet Mall, Livermore, CA', 'A pair of walking shoes for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5841, '2015-10-05', 43.00, 'Food Court, San Franciso Outlet Mall, Livermore, CA', 'Lunch for us and Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5842, '2015-10-05', 15.32, 'Nine West, San Franciso Outlet Mall, Livermore, CA', 'Small purse for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5843, '2015-10-05', 40.00, 'Van Heusen, San Franciso Outlet Mall, Livermore, CA', 'Two sweaters for Rajat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5844, '2015-10-05', 11.42, 'eBay', 'A pair of pink heels for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5845, '2015-10-05', 40.00, 'Sanskar Foundation', 'info@sanskarfoundation.org\r\n6505944696\r\nMath Tournament fee for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5846, '2015-10-04', 10.49, 'China Max, San Francisco Premium Outlets, Livermore', 'Lunch for Arun and Minaxi (Arun\'s parents\' and kids\' lunched from a different restaurant).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5847, '2015-10-04', 6.50, 'Starbucks, San Francisco Premium Outlets, Livermore', 'Coffee for Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5848, '2015-09-18', 5.04, 'FedEx', 'Shipping Pushkar\'s signed thesis pages back to Abhishek in Bloomington.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5849, '2015-10-07', 272.00, 'Youth League Tennis (youthleaguetennis.org)', 'Six tennis sessions for Ujala and Aahna, Oct 17 to Nov 22, 2015 (Sundays, 1:00-2:30pm). Includes $2 discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5850, '2015-10-07', 1360.00, 'Carlmont Parents Nursery School (CPNS)', 'Oct, Nov, Dec, 2015 and Jan 2016 fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5851, '2015-10-08', 10.00, 'Experian', 'Fee for permanently lifting the freeze on Arun\'s credit report.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5852, '2015-10-11', 105.00, 'Belmont Farmer\'s Market', 'At least two weeks of fruits and veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5853, '2015-10-14', 0.50, 'San Mateo County Library (SMCL)', 'Fine for two late renewals on Arun\'s account (for Arun\'s father).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5854, '2015-10-14', 41.63, 'Trader Joe\'s, San Mateo', 'Including a bottle of Louis Martini Sonoma county Cabarnet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5855, '2015-10-22', 116.61, 'Amazon.com', 'Merano Nickel Silver Color Flute for Student Band Beginners, including $9.98 for the same day delivery.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5856, '2015-10-22', 29.90, 'eBay', 'Roomba 500 600 Series cliff sensors for 550 551 560 561 570 571'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5857, '2015-11-07', 23.31, 'San Francisco Parking, San Francisco', '$11.31 for parking and $12 for misc donations for street performers near the Ferry Plaza building.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5858, '2015-11-07', 111.00, 'Great Eastern Restaurant, San Francisco China Town', 'Obama visited this restaurant in 2012. Food was decent but much more expensive than a regular Chinatown restaurant, and portions small +$6 parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5859, '2015-11-09', 50.00, 'Craigslist', '5 dresses, 12 pants, 2 skirts, 7 long sleeve shirts, 1 light jacket, and 2 sweaters for Aahna for 2015 winter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5860, '2015-11-01', 100.00, 'Sphere College', 'Donation to help Richard Liston succeed'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5861, '2015-11-01', 106.85, 'Fox Elementary School', 'Class and individual pictures (1 each) for Ujala and Aahna through iClickSmiles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5862, '2015-11-10', 0.25, 'San Mateo County Library (SMCL)', 'Fine for the late return of the Home Alone DVD.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5863, '2015-11-13', 50.00, 'Carlmont Parent Nursery School (CPNS)', 'Class and individual pictures (1 each) for Vyom through fascination photography.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5864, '2015-11-14', 60.00, 'Carlmont Parent Nursery School (CPNS)', '$50 worth of supplies for fundraiser meal (I made roasted chicken and rice pilaf) + $10 contribution toward the auction basket.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5865, '2015-11-01', 125.00, 'Belmont Farmer\'s Market', 'At least two weeks of fruits and veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5866, '2015-11-13', 47.61, 'Marina Foods, San Mateo', 'Chinese spices (6 bottles) + mushrooms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5867, '2015-11-09', 9.98, 'Carlmont Parent Nursery School (CPNS)', 'Snack for parent education'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5868, '2015-11-09', 57.20, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5869, '2015-11-11', 28.82, 'Arco, San Mateo', '11.394 gallons @$2.499, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5870, '2015-11-08', 45.14, 'Arco, San Mateo', '16 gallons @$2.6, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5871, '2015-10-31', 85.20, 'Trader Joe\'s, San Mateo', 'Including a bottle of Fonterra Organic Cabarnet for $12'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5872, '2015-09-03', 9.99, 'Whole Foods Market, San Mateo', 'Tiramisu cake for U\'s birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5873, '2015-09-08', 34.95, 'Safeway', 'Includes $16 of ice-cream to be served at U\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5874, '2015-09-01', 133.34, 'Trader Joe\'s, San Mateo', 'Includes 7 gallons of milk + $17.50 of chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5875, '2015-09-08', 63.46, 'Trader Joe\'s, San Mateo', 'Includes 5 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5876, '2015-08-21', 23.19, 'Trader Joe\'s, San Mateo', 'Mostly chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5877, '2015-08-10', 28.59, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5878, '2015-09-24', 91.91, 'Trader Joe\'s, San Mateo', 'Includes 7 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5879, '2015-10-18', 25.54, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5880, '2015-09-16', 61.71, 'Trader Joe\'s, San Mateo', 'Includes 7 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5881, '2015-10-29', 11.92, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5882, '2015-08-14', 7.62, 'Safeway', 'Chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5883, '2015-09-19', 14.16, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5884, '2015-10-26', 45.62, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5885, '2015-10-22', 38.12, 'Safeway', 'Mostly chicken and $12 of ice cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5886, '2015-10-25', 44.40, 'Namaste Plaza', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5887, '2015-10-09', 169.97, 'Namaste Plaza', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5888, '2014-08-25', 2.99, 'Lunardi\'s, Belmont', 'Cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5889, '2015-10-02', 16.96, 'Whole Foods Market, San Mateo', 'Mostly milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5890, '2015-11-15', 10.99, 'Noah\'s New York Bagels, San Mateo', '13 bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5891, '2015-09-05', 15.67, 'Crater Lake, OR', '8.4146 gallons @$2.499, Oregon vacation during Labor Day weekend.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5892, '2015-09-14', 32.94, 'Arco, San Mateo', '12.073 gallons @$2.699/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5893, '2015-10-29', 15.26, 'Arco, San Mateo', '5.921 gallons @$2.519/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5894, '2015-10-15', 21.17, 'Arco, San Mateo', '8.074 gallons @$2.579/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5895, '2015-10-12', 33.90, 'Arco, San Mateo', '13.010 gallons @$2.579/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5896, '2015-09-18', 40.73, 'Rangoon Ruby', 'Burmese takeout, Charu paid $70 or so through CISCO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5897, '2015-10-18', 67.23, 'Madras Cafe, Sunnyvale', 'Brunch for Arun+MInaxi, kids, and Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5898, '2015-10-24', 71.00, 'IHOP', 'Brunch for Arun+Minaxi, kids, Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5899, '2015-07-10', 6.53, 'CVS, San Mateo', 'Greeting card?'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5900, '2015-09-05', 77.00, 'New Tin Tin Buffet, Medford, OR', 'Oregon vacation. Dinner for all.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5902, '2015-08-25', 37.01, 'Trader Joe\'s, San Mateo, CA', 'Milk, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5903, '2015-09-04', 48.13, 'Weed, OR', 'Oregon vacation. Gas at $3.199/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5904, '2015-09-05', 13.66, 'Medford, OR', 'Oregon vacation. Bowling for U+Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5905, '2015-09-04', 33.96, 'Burger King, Weed, CA', 'Oregon vacation. Dinner for all.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5906, '2015-10-05', 59.86, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5907, '2015-10-30', 5.10, 'Pete\'s Coffee, San Carlos', 'Coffee for Arun\'s parents after Goblin Walk Halloween parade'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5908, '2015-11-17', 41.32, 'Arco, San Mateo', '16.526 gallons @$2.479, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5909, '2015-11-16', 81.97, 'Trader Joe\'s (San Mateo) and Safeway (Belmont)', 'Supplies to make lasagna, roasted potatoes, beet/green been salad, spinach artichoke dip with bread, marinara sauce with garlic bread, pumpkin pies, cut fruit (cantaloupe and pineapple) for IITian dinner on 11/20/15 (Atul, Anand, Aninda, Kumar).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5910, '2015-11-16', 50.00, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk + one bread and some fruit (bananas, cantaloupe).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5911, '2015-11-11', 50.00, 'Aditya Khurana', 'Edmond Diwali party contribution'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5912, '2015-11-23', 280.00, 'Airbnb', 'Disneyland Drive, Anaheim, CA 92802 (Allie and Sean), for two nights (2015-11-28 to 2015-11-30) for a stopover at Disneyland on the way back from Las Vegas (Las Vegas / LA trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5913, '2015-11-15', 480.00, 'Airbnb', 'Tuscano Condo Homes, 7255 W Sunset Rd #1094 Bldg #13, Las Vegas, NV 89113 (Donna), for three nights (2015-11-25 to 2015-11-28) the Las Vegas / LA trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5914, '2015-11-24', 20.48, 'Arco, San Mateo', '8.391 gallons @$2.399, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5915, '2015-11-23', 40.51, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5916, '2015-11-22', 72.50, 'Belmont Farmer\'s Market', 'Two weeks of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5917, '2015-11-21', 17.00, 'Great Clips, Belmont', 'Hair cut for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5918, '2015-11-22', 24.77, 'Namaste Plaza', 'Mostly two 20lb bags of whole wheat flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5919, '2015-11-21', 23.70, 'Safeway', 'Chicken!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5920, '2015-11-21', 40.41, 'Macy\'s', 'Dress and leggings for Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5921, '2015-11-28', 103.60, 'eBay', '5 dresses and 7 tops (some dress like) for Minaxi (just two of the dresses were $40).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5922, '2015-12-01', 66.57, 'Trader Joe\'s, San Mateo', 'Mostly 7 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5923, '2015-11-29', 241.00, 'Disneyland, Anaheim, CA', 'Kids ticket for Vyom ($93) + parking ($18) + meals ($120) + sword for Vyom ($10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5924, '2015-11-27', 88.00, 'Hoover Dam, Boulder City, NV', 'Las Vegas + Disneyland vacation: power plant tour (2 adults x $15, 2 senior x $12, 2 junior x $12).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5925, '2015-11-26', 61.37, 'Panda Express, Las Vegas, NV', 'Lunch for Arun, Minaxi, kids, Arun\'s parents + $13 to street performers on a day at the Las Vegas Strip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5926, '2015-11-25', 92.00, 'Marie Callenders Restaurant, Bakersfield, CA', 'Lunch for Arun, Minaxi, kids, and Arun\'s parents en route to Las Vegas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5927, '2015-11-30', 55.32, 'Baja Fresh, Coalinga, CA', 'Lunch for Arun, Minaxi, kids, and Arun\'s parents while returning from Las Vegas + Disney trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5928, '2015-11-28', 43.00, 'Subway, Baker, CA', 'Lunch for Arun, Minaxi, kids, and Arun\'s parents en route to Disney from Las Vegas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5929, '2015-11-26', 31.49, 'Albertson\'s, Las Vegas, NV', 'Thanksgiving dinner items during Las Vegas + Disney trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5930, '2015-12-02', 1268.83, 'ANA', 'Roundtrip ticket for fufi-ji, arrival 2015-01-08, departure 2015-07-06'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5931, '2015-12-03', 75.00, 'Pratham (via Google)', 'Direct debit from the paycheck. Impact tripled due to matching from Google + 1 sponsor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5932, '2015-12-06', 94.00, 'Belmont Farmer\'s Market', 'Two weeks of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5933, '2015-12-06', 41.00, 'Walmart, Mountain View', '12 undergarments for Minaxi ($17) + misc toiletaries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5934, '2015-12-06', 96.80, 'Walmart, Mountain View', 'Misc gifts for Arun\'s mother to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5935, '2015-12-06', 19.73, 'Big Lots, Redwood City', 'Misc gifts for Arun\'s mother to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5936, '2015-12-06', 14.00, 'Big Lots, Redwood City', 'Nail polish etc. for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5937, '2015-12-05', 302.52, 'Costco, Redwood City', 'Groceries, mostly snacks, nuts, oils (5 litres @$30), bread, and some fruit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5938, '2015-12-05', 250.00, 'Costco, Redwood City', 'Misc gifts for Arun\'s mother to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5939, '2015-12-06', 34.00, 'Great Clips, Belmont', 'Hair cut for Vyom and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5940, '2015-12-03', 31.53, 'Arco, San Mateo', '13.217 gallons @$2.359/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5941, '2015-11-30', 54.22, 'Arco, Annaheim', 'Gas on two different occasions'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5942, '2015-11-14', 20.00, 'Great Clips, Belmont', 'Hair cut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5943, '2015-10-05', 45.13, 'Arco, San Mateo', '15.898 gallons @$2.799/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5944, '2015-08-01', 95.00, 'Costco, Foster City', 'Toilet paper (two 30-roll packages for $34), kitchen towels, body lotion, body wash, 6-pair socks for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5945, '2015-08-01', 263.49, 'Costco, Foster City', 'Includes 50lb Jasmine rice for $32.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5946, '2015-05-31', 276.18, 'Costco, Foster City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5947, '2015-04-30', 35.00, 'Costco, Foster City', 'Blades/razer for Dadaji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5948, '2015-04-30', 65.00, 'Costco, Foster City', 'Toilet paper, body wash, lotion, panti liners.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5949, '2015-04-30', 463.53, 'Costco, Foster City', '$100 for Johny Walker black label for $50 each. Rest, oils, nuts, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5950, '2015-09-12', 10.88, 'American Girl, Palo Alto', 'Sun glasses for Aahna\'s doll, Josefina.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5951, '2015-10-16', 16.30, 'Old Navy, San Mateo', 'Two pairs of house pants for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5952, '2015-08-09', 52.02, 'Namaste Plaza', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5953, '2015-09-21', 36.00, 'Great Clips, Belmont', 'Hair cuts for Arun, Vyom, and Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5954, '2015-12-06', 15.00, 'Fox Elementary School', 'Donation for Ms. Purvis\'s holiday gift (Aahna\'s teacher)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5955, '2015-12-06', 20.00, 'Carlmont Parent Nursery School (CPNS)', 'Gift for Teacher Nancy (Vyom\'s teacher)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5956, '2015-10-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5957, '2015-11-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5958, '2015-12-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5959, '2016-04-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5960, '2016-02-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5961, '2016-01-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5962, '2016-03-01', 340.00, 'Carlmont Parents Nursery School (CPNS)', 'Sep fee for Vyom to attend M/W/F from 9am-11:30am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5963, '2015-12-09', 35.00, 'Emdodo', 'To a person through the Family Giving Tree'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5964, '2015-12-09', 75.75, 'Cinemark, Mountain View', '7 early bird specials @$8 per ticket (+ $1.25 service fee for online booking) for the Hindi movie Tamasha at 11:20 am on 2015-12-13 (Sun) + big tub of popcorn (a refill came free!) + coffee for Arun\'s dad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5965, '2015-12-10', 77.78, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @5.99/ea + $23 worth of skinless, bonesless chicken thighs (5 lbs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5966, '2015-12-11', 18.99, 'Google', 'One-day shipping cost for 32GB Ice color, Google Nexus 5x for Arun\'s parents (the phone was Google\'s holiday gift).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5967, '2015-12-14', 31.36, 'Arco, San Mateo', '13.371 gallons @$2.319, including $0.35 of transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5968, '2015-12-13', 34.68, 'Walmart, Mountain View', 'Misc gifts for Arun\'s mother to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5969, '2015-12-15', 213.93, 'Nest.com', 'Nest smart thermostat (with $50 employee discount) as a Christmas gift for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5970, '2015-12-15', 37.29, 'Arco, San Mateo', '16.2 gallons @$2.309/gallon + $0.35 transaction fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5971, '2015-12-16', 150.00, 'Twin Dragon Kung Fu Academy, San Carlos', 'Three one month long gift certificates for the kids to try out martial arts through CPNS auction.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5972, '2015-12-14', 15.00, 'Fox Elementary School', 'Driver payment for Ujala\'s field trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5973, '2015-12-19', 33.87, 'Amazon.com', 'Buzz Lightyear action doll for Vyom\'s Christmas gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5974, '2015-12-20', 75.09, 'Amazon.com', 'PHOENIX - 4 Size Adjustable Junior inline skates for Ujala\'s Christmas gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5975, '2015-12-20', 59.00, 'New Woey Loy Goey Restaurant, San Francisco', 'Dinner for Arun, Minaxi + kid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5976, '2015-12-20', 10.00, 'Garden Bakery, Chinatown, San Francisco', 'Baked goods. They miscomputed the charge and charged $2.50 extra. Annoying!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5977, '2015-10-08', 172.21, 'Amazon.com', 'X-Acto School Pro Heavy-Duty Electric Sharpener (1670) for $29.58; TP-LINK Archer C9 AC1900 Dual Band Wireless AC Gigabit Router, 2.4GHz 600Mbps+5Ghz 1300Mbps for $128.41 + $14.22 shipping.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5978, '2015-10-08', 49.81, 'Amazon.com', 'Book'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5979, '2015-11-03', 59.45, 'Amazon.com', 'Shoes for Adit: Diesel Men\'s Beyond Subculture Fashion Sneaker, H Black/Oxblood Red, 11 M US'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5980, '2015-11-03', 9.67, 'Amazon.com', 'Music book for Ujala: PW21FL - Standard of Excellence Enhanced Book 1 Flute'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5981, '2015-11-03', 7.99, 'Amazon.com', 'PlugLug Dual Shielded Subwoofer Audio RCA Cable with Gold plated connectors, 6 Feet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5982, '2015-11-19', 68.93, 'Amazon.com', 'Whirlpool WHEMBF Water Purifier Replacement Filters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5983, '2015-11-19', 32.09, 'Amazon.com', 'Taboo Board Game ($11.37), Coup ($10.19), Jenga (7.88) + $2.65 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5984, '2015-11-19', 110.60, 'Amazon.com', '4 of Bohnanza @ $13.18, 2 of Jenga @ $7.88, 3 of Set @ $10.99 + $9.15 taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5985, '2015-12-23', 28.00, 'Shiki Japanese Restaurant, San Mateo', 'Lunch with Yuan, Minaxi paid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5986, '2015-12-22', 39.91, 'Namaste Plaza', 'Mostly 4lbs of goat meat + $7 of okra (3.5lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5987, '2015-12-22', 28.56, 'Whole Foods Market, San Mateo', '4.4lbs of blackeyed peas and 20lbs of whole wheat flour ($13)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5988, '2015-12-22', 71.92, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @5.99/ea + $18 worth of chicken drumsticks (10+ lbs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5989, '2015-12-23', 23.00, 'Edmodo', '30-minute massage for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5990, '2014-12-17', 1000.00, 'Benjamin Fox Elementary PTA (via Google)', 'Matched by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5991, '2015-12-26', 1000.00, 'Benjamin Fox Elementary PTA (via Google)', 'Matched by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5992, '2015-12-29', 67.43, 'Trader Joe\'s, San Mateo, CA', 'Mostly 6 gallons of milk @5.99/ea + some veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5993, '2016-12-31', 31.00, 'Skate Rink, Redwood City', 'Admission plus skate for Arun ($6+$4), just admission for U+A+V ($6/ea), non skater admission for Minaxi ($3)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5994, '2015-12-18', 35.00, 'Belmont Iceland', 'Ice skating tickets (include skates rental) for Arun, Ujala, Aahna, Vyom, and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5995, '2015-12-31', 71.00, 'Cinemark, Mountain View', '5 tickets (2 adults matinee @$13.25/ea, 3 children @$12.75/ea) for Star Wars: The Force Awakens (3D) at 11:40 am at Mountain View, including $6.25 for service fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5996, '2015-12-31', 31.00, 'Golden State Skating, Redwood City', 'Entry for four (four @$6), one skate rentals for Arun ($4), one rink entry for Minaxi ($3).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5997, '2015-12-22', 32.93, 'Arco, Belmont', '11.807 gallons @ $2.759 + $0.35 service fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5998, '2015-12-15', 14.93, 'Starbucks, San Francisco Airport', 'Coffee for Arun and his parents, banana nut bread for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (5999, '2015-12-16', 10.00, 'San Francisco Airport', 'Parking while dropping Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6000, '2016-01-02', 40.70, 'Arco, Redwood City', '15.526 gallons & $2.599 + $0.35 service fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6001, '2016-01-08', 182.00, 'Youth League Tennis (youthleaguetennis.org)', 'Eight tennis classes for Ujala, Jan 10 to Mar 6, 2016 (Sundays, 2:30pm-4:30pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6002, '2016-01-08', 4.00, 'San Francisco International Airport', 'Parking while picking Fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6003, '2016-01-11', 43.56, 'Arco, Redwood City', '16.626 gallons @$2.599 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6004, '2016-01-10', 11.79, 'Target, San Mateo', 'A pack of 12 tennis balls, six of which went to Ujala\'s tennis class.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6005, '2016-01-11', 140.93, 'Apple, San Mateo', 'Replacing Minaxi\'s iPhone 6 Plus\'s screen after it got shattered after a drop on the sidewalk while loading the kids in the car after Meinte\'s (Aahna\'s classmate) birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6006, '2016-01-12', 16.98, 'Amazon.com', 'iPhone back and screen covers for Minaxi; paid through Amex points'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6007, '2016-01-14', 46.97, 'eBay', '3 king size sheet sets, 400tc, cotton, striped. There was an extra $10 discount for buying three or more.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6008, '2016-01-08', 58.94, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @5.99/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6009, '2015-12-26', 47.52, 'Build-A-Bear Workshop', 'Bear for Kahn\'s Christmas gift'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6010, '2016-01-11', 10.60, 'Forever 21', 'A pair of leggings each for Minaxi and Fufiji. A cami for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6011, '2016-01-13', 30.34, 'Arco, San Mateo', '12.820 gallons @$2.339 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6012, '2015-12-26', 29.47, 'Home Depot, San Carlos', 'Touch up paint ($16.50) + misc environmentally friendly cleaning supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6013, '2016-01-17', 22.00, 'Great Clips, Belmont', 'Hair cut for Arun, $17.00 + $5.00 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6014, '2016-01-18', 19.98, 'eBay', '24 glowing 19\" light sabers for Aahna\'s 6th birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6015, '2016-01-17', 38.00, 'Belmont Farmer\'s Market', 'Two weeks of veggies. No fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6016, '2016-01-20', 25.00, 'IITD \'91 Yearbook', 'About ₹1600 which is about $25 for Arun\'s 25th anniversary IITD yearbook'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6017, '2016-01-27', 48.36, 'Amazon.com', 'Items for Aahna\'s birthday party: Small Brown Paper Bags - 100 Pack; Strathmore 105230 Photomount Strathmore Cards and Envelopes, 5-Inch by 7-Inch, White, 50-Pack; Canon Photo Paper Plus Glossy II, 4 x 6 Inches, 100 Sheets; Soccer Ball Pinata'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6018, '2016-01-27', 57.37, 'Walmart.com', '13 13oz packets of sweet (8) and savory (5) Star Wars inspired crackers for Valentine\'s day parties for the kids schools and for return gifts for Aahna\'s birthday party + $12.99 for a Hans Solo figurine + $4.97 for better shipping.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6019, '2016-01-24', 37.00, 'Jo-Ann, San Mateo', 'Fabric for Jedi robes, Rey costume, and Leia costume'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6020, '2016-01-25', 15.50, 'Jo-Ann, San Mateo', '2 lbs yarn for Fufiji to make two sweaters out of'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6021, '2016-01-24', 13.93, 'Home Depot, San Carlos', 'Duct tape and jute thread for Jedi sabers and robes respectively for Aahna\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6022, '2016-01-24', 10.30, 'Dollar Tree Stores, San Carlos', '3 balloons, craft paper for decorations for Aahna\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6023, '2016-01-23', 130.00, 'Twin Dragon Academy, San Carlos, CA', 'Martial arts Gi attire for Ujala and Aahna. Vyom would not wear one.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6024, '2016-01-23', 47.49, 'Costco, Redwood City', 'Snack duty for 5 days at Aahna\'s classroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6025, '2016-01-21', 24.76, 'Arco, San Mateo', '10.619 gallons @2.299/gallon + $0.35 debit fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6026, '2016-01-18', 31.15, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @5.99/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6027, '2016-01-21', 231.42, 'Costco, Redwood City', 'Including 8 lbs of organic quinoa for $24, lamb leg ($28, @5/lb), 4 gallons of EVOO ($28)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6028, '2016-01-27', 10.97, 'Etsy.com', 'Darth Vader icing for 1/4 sheet cake for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6029, '2015-12-15', 65.00, 'Grace Lam', 'Volta Flyer and Volta Racer (former still to be received) for kids from Grace\'s kickstarter project'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6030, '2016-01-31', 13.16, 'Dollar Tree Stores', 'Black serving ware for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6031, '2016-01-31', 4.36, 'Michael\'s, San Mateo', 'Grey color for Death Star piñata for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6032, '2016-01-31', 46.97, 'Target, San Mateo', 'Tank top, grey leggings, arm sleeves ($20) for Ujala\'s Rey costume. Rest food for Aahna\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6033, '2016-01-31', 61.31, 'Target, San Mateo', 'A pair of boots each for Ujala and Aahna ($22), 10 undies for Vyom ($15), two half gallon organic apple juices ($6) + small misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6034, '2016-01-31', 21.91, 'Arco, San Mateo', '9.585 gallons @2.249/gallon + $0.35 debit fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6035, '2016-01-31', 85.00, 'Belmont Farmer\'s Market', 'Two weeks of veggies (2.25 boxes) and fruits (16lbs apples, 10lbs oranges)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6036, '2016-02-10', 50.13, 'Amazon.com', 'Rook streaming stick, to improve over the dismal WiFi performance of our existing Roku (which is version 1?).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6037, '2016-02-10', 50.00, 'KQED', 'One-time donation to the local public radio station'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6038, '2016-02-04', 11.91, 'Trader Joe\'s, San Mateo', 'Supplies for Aaahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6039, '2016-02-11', 49.79, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @5.99/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6040, '2016-02-04', 39.25, 'Trader Joe\'s, San Mateo', 'Mostly 3 gallons of milk @5.99/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6041, '2016-02-08', 30.42, 'Safeway', '1 milk and 2lbs edamame + some misc for Aahna\'s school\'s Valentine\'s day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6042, '2016-02-06', 23.48, 'Whole Foods, San Mateo', '1/4 sheet tres leches cake and bread for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6043, '2016-02-01', 73.81, 'Costco, Foster City', 'Supplies for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6044, '2016-02-02', 76.28, 'Costco, Foster City', '50lb Jasmin rice ($30), 6lbs of quinoa ($24)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6045, '2016-02-01', 18.00, 'Costco, Foster City', '3-6 month supply of joint supplement for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6046, '2016-02-11', 31.30, 'Arco, San Mateo', '14.075 gallons @2.199/gallon + $0.35 debit fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6047, '2016-02-17', 24.93, 'Amazon.com', 'Gifts for Minaxi, from Uaja (Exfoliating Loofah Sponge for Bath, Spa and Shower; and #1 Compact Mirror - Magnifying Mirror)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6048, '2016-02-18', 17.14, 'Amazon.com', 'Nature\'s Answer Cod Liver Oil, 16-Fluid Ounces, including $4.99 shipping and handling.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6049, '2016-02-22', 49.75, 'Trader Joe\'s, San Mateo', 'Mostly 7 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6050, '2016-02-21', 202.09, 'Namaste Plaza', 'Mostly 40lbs of wheat flour ($25) , 20lbs ($20) of rice, 40lbs of daals ($75), various types of aatas (26lbs) for $$50, $25 for 5 liters of mustard oil. Rest, some spices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6051, '2016-02-15', 89.28, 'Whole Foods, San Mateo', '25lbs each of flax seeds and french lentils.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6052, '2016-02-22', 57.86, 'Madras Cafe, Sunnyvale', 'Brunch for Arun+MInaxi, kids, and Fufiji on Minaxi\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6053, '2016-02-14', 24.42, 'McDonald\'s, Pacific Grove', 'Quick dinner for Arun+Minaxi, the kids, and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6054, '2016-02-24', 58.70, 'eBay', '5 pairs of Ann Taylor Loft size 0 Curvy corduroy pants for Minaxi (black, brown, gray, cream, beige), $8.75 is for shipping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6055, '2016-03-07', 28.51, 'Arco, San Mateo', '12.302 gallons @$2.159 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6056, '2016-02-27', 10.00, 'Pfeiffer State Park, Big Sur', 'Entry fee for the car'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6057, '2016-02-27', 19.00, 'Carmel Mission Museum, Carmel', 'Entry fees: $6.50 for adults, $4 for senior, $2 for U, A+V were free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6058, '2016-03-06', 30.91, 'Namaste Plaza', 'A few veggies, 4lbs chana dal ($4.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6059, '2016-02-29', 51.15, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6060, '2016-03-10', 7.09, 'eBay', 'A pair of Coach pumps for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6061, '2016-03-15', 200.00, 'Jesse@liftparagliding.com', '30-minute tandem paragliding lesson for Arun to celebrate your birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6062, '2016-03-10', 86.36, 'Trader Joe\'s, San Mateo', 'Mostly 7 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6063, '2016-03-14', 40.82, 'Trader Joe\'s, San Mateo', '3 16oz body washes + 1 8oz lotion + $10 worth of groceries, including one gallon milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6064, '2016-03-15', 9.99, 'eBay', 'A pair of Sofft pumps for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6065, '2016-03-23', 182.00, 'Youth League Tennis (youthleaguetennis.org)', 'Eight tennis classes for Ujala, Apr 3 to May 22, 2016 (Sundays, 2:30pm-4:30pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6066, '2016-03-20', 48.00, 'Cinemark, Mountain View', '6 early bird specials @$8 per ticket for Zootopia. Seats weren\'t good since we did not pay the $1.50/ticket of online reservation fee. No popcorn since we reached just in time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6067, '2016-03-23', 15.40, 'Chevron, Belmont', '5.501 gallons @ $2.799, to tide over until Friday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6068, '2016-03-05', 94.00, 'Hiller Aviation Museum, San Carlos', 'Entry tickets and one-year membership + $4.00 for a drone flying lesson for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6069, '2016-02-25', 25.05, 'CVS, San Carlos', 'Two large packs of BandAid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6070, '2016-03-12', 34.06, 'Arco, San Mateo', '15.054 gallons @ $2.239 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6071, '2016-01-25', 74.24, 'Trader Joe\'s, San Carlos', 'Including a $11.99 worth organic cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6072, '2016-02-26', 13.36, 'Arco, San Mateo', '6.318 gallons @ $2.059 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6073, '2016-02-21', 36.40, 'Arco, San Mateo', '17.174 gallons @ $2.099 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6074, '2016-02-07', 29.38, 'Arco, San Mateo', '13.201 gallons @ $2.199 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6075, '2016-03-13', 41.00, 'Great Clips, Belmont', 'Hair cut for Arun ($17.00 + $5.00 tip) and Vyom ($15.00 + $4.00 tip).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6076, '2016-03-02', 33.04, 'Arco, San Mateo', '15.428 gallons @ $2.119 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6077, '2016-03-19', 80.00, 'Mountain View Farmer\'s Market, Mountain View', 'One week of veggies and some oranges.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6078, '2016-03-27', 80.00, 'Belmont Farmer\'s Market', 'Three weeks of veggies (2 boxes) and fruits (16lbs apples, 10lbs oranges)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6080, '2016-02-27', 85.00, 'Belmont Farmer\'s Market', 'Three weeks of veggies and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6081, '2016-03-21', 29.99, 'Trader Joe\'s, San Mateo', 'Mostly 3 gallons of milk @6.29/ea + 18oz of blueberries for $6.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6082, '2016-03-26', 52.00, 'Namaste Plaza', 'Misc groceries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6083, '2016-03-30', 50.00, 'GoFundMe', 'Donation toward Ms. Purvis\'s retirement gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6084, '2016-04-04', 158.99, 'Seaworld, San Diego', 'Tickets for two adults, @$69.00 online purchase + $4.99 service fee + $16 for parking. San Diego vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6085, '2016-04-09', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for April for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6086, '2015-11-05', 7750.91, 'San Mateo County Tax Collector', 'Property tax (first installment for 2015-2016)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6087, '2015-04-06', 7440.95, 'San Mateo County Tax Collector', 'Property tax (first installment for 2015)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6088, '2016-02-04', 7750.91, 'San Mateo County Tax Collector', 'Property tax (second installment for 2015-2016)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6089, '2016-04-15', 4.30, 'San Mateo County Library (SMCL)', 'Fine for the late renewals of two Harry Potter books ($0.15 each) and the lost book \"Ms Spider\'s Sunny Patch\" ($4.00).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6090, '2016-04-16', 23.60, 'Safeway, Burlingame', 'Mainly went to pick up purple carrots for the Kanji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6091, '2016-04-16', 140.29, 'American Girl, Palo Alto', 'Hair grooming for Aahna\'s doll, Josefina + purchase of Mary Allen (jointly shared new doll) ($127) + one new dress to be shared among the dolls ($15 due to over $50 of purchase)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6092, '2016-04-16', 28.59, 'Grocery Outlet, Palo Alto, CA', '$15 for 5 papayas (normally for $6-8 each) + small misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6093, '2016-04-09', 46.62, 'Home Depot, San Carlos', '10 bags of marble chips for the front yard ($24) and some fertilizer for the trees ($19) + a couple of herbs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6094, '2016-04-16', 40.00, 'Bed Bath and Beyond, San Mateo', 'Simple Human trash can for downstairs bathroom ($20 after 20% off) + silicon gap fillers for kitchen counters ($15) + misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6095, '2016-04-16', 14.08, 'Bed Bath and Beyond, San Mateo', 'Closet organizer for Fufiji to take home (was $20 but rang up $9 after 20% off) + $4 worth of closure clips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6096, '2016-04-01', 32.46, 'Arco, San Mateo', '12.951 gallons @$2.479 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6097, '2016-03-31', 17.69, 'Arco, San Mateo', '7.193 gallons @ $2.459 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6098, '2016-04-14', 38.49, 'Arco, San Mateo', '15.7 gallons @ $2.439 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6099, '2016-04-11', 10.24, 'Petco, San Mateo', 'Fish food and two Minnows'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6100, '2016-03-30', 87.80, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea + $20 of strawberries and blueberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6101, '2016-04-11', 89.79, 'Trader Joe\'s, San Mateo', 'Mostly 8 gallons of milk @6.29/ea + $12 of chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6102, '2016-04-19', 11.50, 'eBay', 'Light up Disney Cars shoes for V in size 11'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6103, '2016-04-15', 186.38, 'Amazon.com', 'Weber 741001 Original Kettle 22-Inch Charcoal Grill ($99), Weber 7416 Rapidfire Chimney Starter ($14.99), Honeywell QuietSet Whole Room Tower Fan ($57); + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6104, '2016-04-19', 16.95, 'Amazon.com', 'Indigo powder for hair dye / color'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6105, '2016-04-19', 15.80, 'Amazon.com', 'EZ BioResearch Bacteria Science Kit: Pre-poured LB agar plates and cotton swabs (for Aahna\'s kindergarten science project)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6106, '2016-04-22', 15.80, 'Amazon.com', 'EZ BioResearch Bacteria Science Kit: Pre-poured LB agar plates and cotton swabs (another one for Ujala\'s science project)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6107, '2016-04-01', 33.00, 'Fox Elementary', '$26 for Aahna\'s Foxtravaganza costume, $7 for Ujala\'s costume hat.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6108, '2016-05-07', 22.50, 'Garage sale, San Mateo', 'A few toys for the kids, including a battery operated Spiderman race track, a few puzzles, a couple of stuffed animals, and an iBo dog.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6109, '2016-04-21', 56.81, 'Garage sale, San Mateo', '3 pant-shirt sets for Vyom, 1 jacket for Vyom, 3 fleeces for Vyom, 2 summer t-shirts for Aahna, 1 skirt and three tops for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6110, '2016-05-12', 257.50, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level IV), Aahna (level I), and Vyom (pre-beginner I), 10:00-10:25 am, M-F, 2016-06-20 through 2016-07-01. Price is @$85 + $2.50 transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6111, '2016-05-12', 242.50, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level IV), Aahna (level I), and Vyom (pre-beginner I), 10:00-10:25 am, M-F, 2016-07-05 through 2016-07-15. Price is @$80 + $2.50 transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6112, '2016-05-17', 21.65, 'eBay', 'Dimmable LED Surface Panel Ceiling Down Light Fixtures Mount Bulb Kit [21W Round, Warm white(3000-3500k)] to replace the small bulb over the sink near the wine rack.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6113, '2016-05-14', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for the next eight sessions for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6114, '2016-05-19', 136.85, 'Maker Faire Bay Area', 'Family Pass ($25 times 5) + $2.37 per ticket of processing fee. Valid only on Sunday, enter between 10:00 am and 1:00 pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6115, '2016-05-20', 30.00, 'Carlmont Parent Nursery School (CPNS)', '$10 toward a year-end gift for Teacher Nancy (Vyom\'s teacher) + $20 for the yearbook.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6116, '2016-05-20', 45.00, 'Fox Elementary', '$20 for Ms. Purvis\'s (Aahna\'s teacher) year-end gift + $20 for Foxtravaganza volunteer gift for Aahna\'s dance + $5 for Foxtravaganza gift for Ujala\'s dance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6117, '2016-05-25', 75.84, 'eBay', 'Unchartered 4 ($47.44) + Assassin\'s Creed Syndicate (@28.40) for PS4 for Fufiji to take back to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6118, '2016-05-25', 23.70, 'San Mateo County Library (SMCL)', 'Fine for the VERY late renewals of several Moe Willems books. Arun failed to receive the emails with renewal notice; not in spam folder either.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6119, '2016-04-23', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for May for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6120, '2016-05-28', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for June for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6121, '2016-05-29', 75.00, 'Belmont Farmer\'s Market', 'Two weeks of veggies and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6122, '2016-05-29', 60.50, 'Garage sale, San Mateo', '7 pairs of shorts-t-shirts for Aahna, 3 summer dresses for Aahna, 3 outfits for Ujala, 8 t-shirts and 2 hoodies for Vyom, hats for Minaxi, Aahna, and Vyom + tool set for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6123, '2016-05-29', 6.50, 'Garage sale, San Mateo', '1 jacket, lego style block st, puzzle for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6124, '2016-05-31', 3.30, 'San Mateo County Library (SMCL)', 'Further fine ($2.70) for the late return of Willem Mo\'s \"I Will Fly Today\" + $0.60 fine for failing to renew Aahna\'s Amelia Badelia books in time on May 7th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6125, '2016-06-03', 66.61, 'Trader Joe\'s, San Mateo', 'Mostly 5 gallons of milk @6.29/ea + $12 for 3lbs of blueberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6126, '2016-06-03', 35.00, 'Trader Joe\'s, San Mateo', 'Dinner for Nimesh and his brother\'s family.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6127, '2016-05-16', 108.72, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea + $12 for 3lbs of blueberries + 2lbs butter for $10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6128, '2016-05-23', 57.41, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6129, '2016-05-05', 63.84, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6130, '2016-05-10', 20.80, 'Whole Foods, San Mateo', '10lbs of whole wheat flour at $6.58 + 1 litre molasses @8.49'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6131, '2016-04-26', 11.24, 'Whole Foods, San Mateo', 'Cake for Roland\'s birthday at the office.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6132, '2016-05-21', 153.78, 'Namaste Plaza', 'Misc groceries, includes a 10% discount for spending over $100'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6133, '2016-06-04', 18.00, 'Great Clips, Belmont', 'Hair cut for Minaxi ($15 after $2 coupon + $3.00 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6134, '2016-05-17', 41.66, 'Arco, San Mateo', '16.8 gallons @ $2.479 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6135, '2016-05-05', 44.72, 'Arco, San Mateo', '17.8 gallons @ $2.499 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6136, '2016-04-21', 22.98, 'Arco, San Mateo', '9.4 gallons @ $2.439 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6137, '2016-05-26', 41.66, 'Arco, San Mateo', '10.2 gallons @ $2.599 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6138, '2016-05-31', 35.87, 'Arco, San Mateo', '13.8 gallons @ $2.599 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6139, '2016-04-25', 8.84, 'Chevron', '3.05 gallons @ $2.899'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6140, '2016-06-07', 1181.00, 'Virgin America', 'Texas vacation: 5 round-trip tickets to Dallas (Jul 20th departure, Jul 26th return); also to attend Anju\'s wedding on Jul 23rd.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6141, '2016-06-17', 217.99, 'Amazon.com', 'Kindle Voyage, for Father\'s Day self-gift for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6142, '2016-06-10', 5.75, 'Caltrain', 'Ticket for Arun, having missed the return shuttle in the evening due to an extended discussion at work'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6143, '2016-06-20', 138.00, 'Belmont Farmers Market', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6144, '2016-06-11', 94.56, 'Target, San Mateo', 'Gifts for fufi-ji to take back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6145, '2016-06-18', 138.73, 'Walmart, Mountain View', 'Gifts for fufi-ji to take back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6146, '2016-06-10', 27.81, 'Arco, San Mateo', '10.567 gallons @ $2.599 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6147, '2016-06-20', 34.28, 'Arco, San Mateo', '13.055 gallons @ $2.599 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6148, '2016-06-10', 31.45, 'Trader Joe\'s, San Mateo', 'Mostly 5 gallons of milk @6.29/ea + $6for 1.5lbs of blueberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6149, '2016-06-20', 48.92, 'Trader Joe\'s, San Mateo', 'Mostly 3 gallons of milk @6.29/ea + $6 for a small bag of charcoal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6150, '2016-06-20', 20.00, 'Trader Joe\'s, San Mateo', '1 liter of body wash, 15oz fragrance free lotion, $6 for sunscreen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6151, '2016-04-30', 20.00, 'Five Guys', 'Three large fries and a drink'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6152, '2016-05-15', 23.00, 'Shoreline Boathouse, Mountain View', 'One hour of boat rental'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6153, '2016-05-15', 49.21, 'American Bistro, Mountain View', 'Lunch for kids, Arun, Minaxi, and Fufiji after renting boat at Shoreline Boathouse'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6154, '2016-05-28', 28.72, 'Jelly Belly Visitor Center, Fairfield', 'Candies bought during Jelly Belly factory visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6155, '2016-05-28', 34.56, 'V. Sattui Winery, Saint Helena, CA', 'Liquor: wine while visiting Valeria after visiting Jelly Belly factory'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6156, '2016-05-14', 95.91, 'Costco, Redwood City', 'New battery for Subaru. Included is $15 recycling fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6157, '2016-05-14', 73.47, 'Costco, Redwood City', 'Gifts for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6158, '2016-05-14', 91.08, 'Costco, Redwood City', '3lbs Salmon ($25) + misc fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6159, '2016-05-07', 57.80, 'Costco, Redwood City', 'Gifts for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6160, '2016-05-07', 344.57, 'Costco, Redwood City', '15lbs nuts for $70 + 3.5lbs Salmon ($32) + 2 litre Olive oil ($14) + 20lbs Basmati ($20) + misc fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6161, '2016-05-07', 87.13, 'Costco, Redwood City', 'Socks, shoes for Ujala + tissue paper ($18)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6162, '2016-02-15', 14.64, 'Chipotle, San Mateo', 'Minaxi\'s lunch with Yuan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6163, '2016-04-05', 27.00, 'Flower Fields at Carlsbad Ranch, Carlsbad', 'Tickets for Fufiji and Minaxi to visit the flower fields'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6164, '2016-06-25', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for July for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6165, '2016-06-25', 23.00, 'Great Mall, Milpitas', '$20 for bungee jumping for Ujala and Aahna (Action Time), $2 for toddler rides.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6166, '2016-06-25', 106.14, 'Corning ware Corelle & More, Great Mall, Milpitas', '8 each of square dinner plates, saucers (for eating desert), and bowls @50% off if 20 or more are purchased.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6167, '2016-06-25', 14.12, 'Stride Rite, Great Mall, Milpitas', 'One pair of shoes for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6168, '2016-06-25', 5.44, 'Old Navy, Great Mall, Milpitas', 'One pair of slippers for Aahna, two for Vyom, two for house guests/Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6169, '2016-06-25', 4.92, 'The Children\'s Place, Great Mall, Milpitas', 'One 4th July T-shirts each for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6170, '2016-06-25', 31.18, 'Off Broadway, Great Mall, Milpitas', 'One pair of sandals for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6171, '2016-06-25', 15.15, 'Great Mall, Milpitas', '3 biggest (Gotta Have It) ice-creams shared amongst us and Fufiji. Arun, Fufiji, and Ujala age the biggest portions.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6172, '2016-06-25', 8.50, 'Forever 21, Great Mall, Milpitas', '4 camis for Fufiji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6173, '2016-06-25', 9.73, 'Forever 21, Great Mall, Milpitas', '1 cami for Ujala, 1 rubber band set for Ujala and Aahna, and 1 nail polish for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6174, '2016-06-27', 11.14, 'eBay', 'One pair of dress shoes for Vyom to wear to Anju\'s wedding'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6175, '2016-07-01', 168.00, 'Peninsula Infinite Smiles, Belmont', 'Sealant for four teeth for Ujala; $42 per tooth was not paid by the insurance because the patient exceeded the program\'s age limit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6176, '2016-07-01', 17.49, 'Safeway', '5 1lb ice-creams'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6177, '2016-06-30', 14.38, 'Whole Foods, San Mateo', '2lb cherries ($6) + 40 organic lollipops'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6178, '2016-06-27', 62.38, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6179, '2016-06-28', 36.58, 'Arco, San Mateo', '14.156 gallons @ $2.559 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6180, '2016-06-28', 5.75, 'Caltrain', 'One-way ticket from Mountain View to San Carlos, after Arun needed to be home early but missed the 5:00 pm bus.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6181, '2016-05-22', 3.00, 'Creative Touch Catering, San Mateo', 'Coffee (for fufi-ji?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6182, '2016-05-14', 19.00, 'Great Clips, Belmont, CA', '$15.00 charge + $4.00 tip for Vyom\'s haircut.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6183, '2016-07-02', 21.90, 'The Home Depot, San Carlos, CA', 'One slim LED bulb (75W equiv.) for laundry ($9.97); 3/8\" tee-connector for under-sink water tank ($6.87); 10\' 3/8\" vinyl tube for under-sink water tank ($3.25).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6184, '2016-05-01', 21.00, 'Great Clips, Belmont, CA', 'Haircut for Arun, $17.00 charge + $4.00 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6185, '2016-04-26', 3.80, 'Trader Joe\'s, San Carlos, CA', 'Shaving cream for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6186, '2016-04-26', 39.73, 'Trader Joe\'s, San Carlos, CA', 'Milk, ketchup'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6187, '2016-04-26', 32.87, 'Arco, Redwood City, CA', '12.323 gallons @ $2.639 + $0.35 debit card fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6188, '2016-04-24', 3.06, 'Chevron, Belmont, CA', '1.055 gallons @ $2.899; to tide over until a trip to Arco.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6189, '2016-03-25', 47.75, 'Arco, Belmont, CA', '17.181 gallons @ $2.759 + $0.35 debit card fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6190, '2016-04-06', 41.85, 'Shop N Go, Kettleman City, CA', 'San Diego vacation: Gas on the drive back from L.A. (12.571 gallons @ $3.329).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6191, '2016-04-05', 58.55, 'Pick Up Stix, San Diego, CA', 'San Diego vacation: Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6192, '2016-04-04', 17.86, 'Trader Joe\'s, Oceanside, CA', 'San Diego vacation: Milk and wine.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6193, '2016-04-03', 18.95, 'Trader Joe\'s, Oceanside, CA', 'San Diego vacation: Milk, tea, sugar, cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6194, '2016-04-04', 142.99, 'SeaWorld, San Deigo, CA', 'San Diego vacation: Two tickets, for Arun and Minaxi, for one-day entry. The remaining tickets (three kids + fufi-ji) were covered through the tickets purchased at the auction at CPNS.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6195, '2016-04-03', 255.00, 'Airbnb', 'San Diego vacation: Apartment at Carlsbad, CA for two nights (2290 Avenida Magnifica, Carlsbad, CA 92008); turned out to be very old and not so clean, but in a safe and good neighborhood.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6196, '2016-04-04', 48.55, 'Mama Stellas, SeaWorld, San Deigo, CA', 'San Diego vacation: Lunch at SeaWorld.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6197, '2016-04-02', 51.56, 'Shell, Valencia, CA', 'San Diego vacation: Gas on the way to L.A. (17.425 gallons, @ $2.959).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6198, '2016-04-02', 3.15, 'Starbucks, Valencia, CA', 'San Diego vacation: Coffee for fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6199, '2016-04-05', 37.08, 'Chevron, Point Loma, San Diego, CA', 'San Diego vacation: Gas when starting for L.A. (12.791 gallons @ $2.899).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6200, '2016-03-26', 52.00, 'Sneha South and North Indian Restaurant, Sunnyvale, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6201, '2016-05-16', 2.58, 'Safeway', '4 Hershey chocolates: 2 for Ujala and Aahna\'s teacher; 2 came free, given to fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6202, '2016-05-16', 8.37, 'Safewa', 'Match, lighter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6203, '2015-10-21', 67.39, 'Trader Joe\'s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6204, '2015-09-23', 43.70, 'Arco, San Mateo, CA', '16.678 gallons @ $2.599 + $0.35 debit card fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6205, '2015-11-25', 44.73, 'Pilot #280, Boran, CA', 'Las Vegas + Disneyland vacation: Gas on the way to Las Vegas, 16.213 gallons @ $2.759.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6207, '2015-11-25', 8.25, 'Starbucks, Bakersfield, CA', 'Las Vegas + Disneyland vacation: Coffee for Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6208, '2015-11-27', 10.70, 'Mirage Hotel and Casino Starbucks, Las Vegas, NV', 'Las Vegas + Disneyland vacation: Coffee for Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6209, '2015-11-28', 34.67, 'Pit Stop #6, Las Vegas, NV', 'Las Vegas + Disneyland vacation: Gas 13.497 gallons @ $2.569.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6210, '2016-04-06', 6.08, 'Shop N Go, Kettleman City, CA', 'San Diego vacation: Coffee for fufi-ji and Arun, juice for the kids, on the way back from L.A.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6211, '2016-07-04', 4.28, 'Dollar Tree Stores, South San Francisco, CA', 'A couple of dolls for Ujala and Aahna; dart gun for Vyom; Laffy Taffy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6212, '2016-07-04', 2.00, 'Dollar Tree Stores, South San Francisco, CA', 'Ramen (5 pk), spring rolls.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6213, '2016-07-04', 3.29, 'Dollar Tree Stores, South San Francisco, CA', 'Soap, cleaner, wrap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6214, '2015-12-23', 78.48, 'Big Lots, Redwood City', 'Christmas tree ($72.00) + some decorations ($2.00).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6215, '2015-10-31', 75.00, 'Computer History Museum, Mountain View, CA', 'Admission tickets for 5 @ $15 each, including Google discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6216, '2015-12-17', 9.16, 'Safeway, Belmont, CA', '2 Jello mix, organic butter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6217, '2015-12-19', 2.00, 'Dollar Tree Stores, Belmont, CA', 'Two packs of black beans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6218, '2015-12-19', 4.36, 'Dollar Tree Stores, Belmont, CA', 'Christmas gift wrap, two squeegees, one bird/butterfly (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6219, '2015-11-11', 5.99, 'Safeway, Belmont, CA', 'Crisco canola oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6220, '2014-12-12', 26.00, 'Caltrain', 'Two day passes (Arun and Minaxi) @ $10.50 + $5.00 for parking at San Carlos, to attend Edmond\'s holiday party at Pier 42 (?), San Francisco.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6221, '2015-01-10', 28.00, 'San Francisco Zoo, San Francisco, CA', 'Two senior tickets for Minaxi\'s parents; everyone else was covered through membership.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6222, '2015-07-23', 21.22, 'Petsmart, San Carlos, CA', 'Gravel, gravel vacuum, and fishnet for kids\' fish tank.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6224, '2016-05-16', 5.75, 'Caltrain', 'One-way ticket for Arun from Mountain View to San Carlos, after missing the last bus home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6225, '2016-05-06', 45.94, 'Learning Treasures, Bloomington, IN', 'Gifts for Ujala (solar kit), Aahna (rocket kit), and Vyom (construction box), during Arun\'s visit for Nilesh\'s commencement.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6226, '2016-07-06', 12.00, 'San Francisco Airport', 'Parking charges while dropping fufi-ji for her return to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6227, '2015-11-28', 93.00, 'Disneyland', 'Las Vegas + Disneyland vacation: One ticket (ages 3-9); the rest were covered by the gift certificate Minaxi got.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6228, '2015-11-28', 17.26, 'Baker KFC, Baker, CA', 'Las Vegas + Disneyland vacation: Lunch on the way from Las Vegas to Anaheim.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6229, '2015-11-28', 6.47, 'Last Great Hamburger Stand, Baker, CA', 'Las Vegas + Disneyland vacation: Lunch on the way from Las Vegas to Anaheim.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6230, '2016-07-05', 41.00, 'Great Clips, Belmont, CA', 'Haircut for Arun ($17 + $5 tip) and Vyom ($15 + $4 tip).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6231, '2016-07-09', 83.00, 'Sushi Monster, Belmont, CA', 'Lunch with the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6232, '2016-07-09', 11.85, 'Hyatt Place, Sugarland, TX (by way of united.com)', 'Texas vacation: Two-night stay at Hyatt Place Houston/Sugarland (16730 Creek Bend Drive, Sugarland, TX 77478); most of it paid through Minaxi\'s father\'s 36,129 United miles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6233, '2016-07-11', 167.37, 'Thrifty (by way of united.com)', 'Texas vacation: Full size rental car from Dallas Lovefield (DAL) airport, 6:00 pm 2016-07-20 to 5:00 pm 2016-07-26; partially paid using 15,479 miles from Minaxi\'s mother\'s United account, of the total 34,140 miles needed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6234, '2016-07-12', 175.10, 'Amazon.com', '2 piece luggage (TravelPro brand 25\" and 21\" resp. at 75% off, $500 before discount) + 4 board games for gifting worth $12 ea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6235, '2016-07-14', 33.58, 'Amazon.com', 'Blackout curtains for master bedroom: 2 37\" panels + 2 52\" panels. All 84\" long.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6236, '2016-07-13', 32.35, 'Arco, San Mateo', '13.157 gallons @ $2.459 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6237, '2016-07-09', 42.55, 'Gymboree.com', '5 shirts for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6238, '2016-07-06', 45.27, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6240, '2016-07-25', 563.86, 'Economy Radiator, Tire and Repair, Anderson', 'Two new axles ($280), a thorough examination ($60), one new bearing ($160, unexpected) + gas/toll'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6241, '2016-07-30', 60.00, 'Garage sale, San Carlos', 'American girl doll and some doll clothes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6243, '2016-08-03', 45.00, 'GrubMarket.com', '4 gallons of raw organic grass fed unhomogenized milk at 30% off, plus 25% off coupon. Even then it is double the cost of organic milk. This milk is expensive!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6244, '2016-07-31', 175.00, 'Belmont Farmers Market', 'Some tomatoes for freezing, tons of peaches, in addition to lots of veggies. Good for at least 3 weeks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6245, '2016-08-01', 4.35, 'Amazon.com', 'Replacement side-brush for Roomba (turned out to be the wrong size!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6246, '2016-08-08', 610.00, 'Bayshore Elite Gymnastics, Redwood City, CA', 'One-week intensive gymnastics for Ujala and Aahna; Middlefield location (2694 Middlefield Rd Suite A, Redwood City, CA 94063).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6247, '2016-07-30', 555.00, 'Peninsula Gymnastics, San Mateo and San Carlos, CA', 'One-week gymnastics for Ujala, Aahna, and Vyom; 9:00am to 1:00pm M-F; San Carlos location (1171 Laurel St. San Carlos, CA 94070).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6248, '2016-07-16', 75.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for yellow-belt tests for Ujala ($40), Aahna ($25), and Vyom ($10).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6249, '2016-07-30', 235.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for August for Ujala and Aahna ($170) + Kung Fu outfit for Vyom ($65).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6250, '2016-08-10', 6.98, 'Amazon.com', 'SHP-ZONE 5 x Side Brush 6-armed & 5 x Screw for iRobot Roomba 500 600 700 Series 530 540 550 560 570 580 650 760 770 780'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6251, '2016-08-10', 137.00, 'Amazon.com', 'School supplies for Ujala; including extra pencils (6 dozens extra), eraser (1 extra), pens (4 extra), glue sticks (2 extra), scissors (1 pair extra), tissues (4 boxes extra), spiral notebooks (5 extra), and copy paper ream (1 extra).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6252, '2016-08-13', 132.47, 'Nuts.com', '25lbs of whole Hemp seeds ($3.50/lb), 1lb each of Cacao powder, milk thistle seeds, and gelatinized Maca powder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6253, '2016-07-18', 42.90, 'Arco, San Mateo', '17.938 gallons @ $2.459 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6254, '2016-08-08', 36.61, 'Arco, San Mateo', '16.207 gallons @ $2.259 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6255, '2016-08-02', 32.14, 'Arco, San Mateo', '13.828 gallons @ $2.299 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6256, '2016-07-29', 73.25, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6257, '2016-07-16', 79.64, 'Trader Joe\'s, San Francisco, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6258, '2016-08-13', 10.00, 'Garage Sale, Belmont, CA', 'Large suitcase for trip to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6259, '2016-08-14', 16.00, 'Garage Sale, San Mateo, CA', 'Some junk: clothes and toys'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6260, '2016-08-18', 201.00, 'Airbnb', 'Vancouver vacation: Two-day rental of 15618 108 Avenue, Surrey, BC V4N 1K1, Canada; Sep 2-4, host Sudarshan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6261, '2016-08-18', 0.00, 'united.com', 'Vancouver vacation: Best Western Oakridge Inn, 47433 Highway 58, Oakridge, OR; stopover on the way to Vancouver; used 17,500 miles from Arun\'s mother\'s United account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6262, '2016-08-19', 27.04, 'Arco, San Mateo', '11.92 gallons @ $2.239 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6263, '2016-08-16', 78.08, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea + 5lbs chicken legs at $1.99/lb + 1.5lb butter ($10) + some fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6264, '2016-08-20', 772.81, 'Wheel Works, Belmont, CA', 'All tires replaced (124687 FR710 BL 235/65R 103T 65,000 miles warranty) + $199.99 for lifetime alignment.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6265, '2016-03-05', 686.68, 'Wheel Works, Belmont, CA', 'All tires replaced (28953762 Falken Ziex ZE950 A/S BL 225/55R17 XL101W 45,000 miles warranty) + new front brake pads + oil change'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6266, '2016-08-22', 0.00, 'united.com', 'Vancouver vacation: Hampton Inn Medford, 1122 Morrow Road. Medford, Oregon; hotel for the return trip (Sep 4-5) using Arun\'s father\'s 17,630 United miles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6267, '2016-08-23', 271.41, 'Google', 'Nexus 5X (32 GB, Carbon) for Ujala as her 10th birthday gift. Discounted price of $249 + taxes because signed up for Google\'s Fi service.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6268, '2016-08-13', 20.64, 'Safeway', '4 1lb ice-creams + 1lb lasagna pasta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6269, '2016-08-25', 34.19, 'Arco, San Mateo', '14.225 gallons @ $2.379 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6270, '2016-08-27', 38.00, 'Great Clips, Belmont, CA', 'Haircut for Arun ($17 + $3 tip) and Vyom ($15 + $3 tip).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6271, '2016-08-28', 93.00, 'Target, San Mateo', '1 king and 1 queen comforter and sham sets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6272, '2016-08-28', 7.00, 'Target, San Mateo', '5 dozen sugar cones'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6273, '2016-08-28', 7.77, 'Target, San Mateo', 'A\'s school supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6274, '2016-08-20', 262.51, 'Costco, Foster City', 'Mostly nuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6275, '2016-08-20', 80.64, 'Costco, Foster City', 'Rum and whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6276, '2016-08-20', 118.64, 'Costco, Foster City', '$65 worth of blades, rest toilet paper, shampoo, mouthwash, toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6277, '2016-07-24', 85.00, 'Chuy\'s, Sugar Land, TX', 'Lunch with Rohit Narwani (Sonu), Arun\'s cousin'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6278, '2016-07-26', 59.95, 'Houston Hobby Airport Restaurants', 'Various misc meals during Houston trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6279, '2016-09-11', 28.33, 'Mountain View Art and Wine Festival, Mountain View', 'Fries for A+V ($12), ice-cream for everybody'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6280, '2016-09-05', 24.34, 'Trader Joe\'s, Fairfield', 'Fruits + 2 gallons regular milk (since they were out of organic), @3.19/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6281, '2016-09-10', 86.60, 'Trader Joe\'s, San Carlos', 'Mostly 5 gallons of milk @6.29/ea + 1lb of pumpkin seeds @6.99 + 5lbs chicken legs at $1.99/lb + some fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6282, '2016-09-10', 191.12, 'Namaste Plaza', '$28 worth of 4lb mutton + $26 for 40lb aata + $25 for 3 liters mustard oil + misc dals, flours, two vegetables.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6283, '2016-08-29', 20.00, 'Becky Barnes-Boers', 'Bread and cheese pickup from Costco'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6284, '2016-09-09', 350.00, 'theCoderSchool, San Mateo, CA', 'One semester of classes for Ujala (each Wednesday 12:30-1:30 pm at Fox).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6285, '2016-08-27', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for September for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6286, '2016-09-10', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for the next eight sessions for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6287, '2016-09-16', 37.94, 'Amazon.com', '100% Pure & Natural Henna Powder For Hair Dye / Color 400 Grams (The Henna Guys), \r\n400 Grams Indigo Powder For Hair Dye / Color - Chemicals Free Hair Color (The Henna Guys)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6288, '2016-09-20', 12.76, 'eBay', '2 Old Navy pants for Minaxi: Pixie pants, size 2'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6289, '2016-08-22', 100.00, 'Becky Barnes-Boers', 'Halloween costume for Ujala: Becky bought as her b\'day gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6290, '2016-09-20', 8.98, 'Chevron', '3 gallons of gas to tide over until a trip to Arco'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6291, '2016-09-16', 64.02, 'Whole Foods, San Mateo', '4lbs black lentils ($10), 2 gallons milk ($13), one dozen pasture raised eggs ($8)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6292, '2016-09-16', 20.00, 'Whole Foods, San Mateo', '1/4 sheet cake for Ujala\'s b\'day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6293, '2016-09-20', 870.00, 'Transfiguration, San Mateo', 'Sep and Jun tuition for Vyom. 8 more to follow.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6294, '2016-09-20', 83.00, 'Becky Barnes-Boers', '5 Uber rides by Becky to pick Vyom up from school + $20 in cash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6295, '2016-09-22', 1933.50, 'Delta.com', 'Five round trip tickets SFO-CVG, for trip to Bloomington for Nilesh\'s PhD defense and Minaxi\'s student\'s proposal defense + Cassie Orr\'s wedding. (Update this entry when Arun and Minaxi get reimbursed.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6296, '2016-09-21', 5.75, 'Caltrain', 'One-way ticket from San Carlos to Mountain View, after the 8:40 bus was extremely delayed. In the end, it didn\'t really save much time due to the time in MVGo shuttle.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6297, '2016-09-25', 72.00, 'Belmont Farmers Market', '10 days worth of veggies. One week worth of fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6298, '2016-09-23', 64.93, 'Trader Joe\'s, San Carlos', 'Mostly 6 gallons of milk @6.29/ea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6299, '2016-09-01', 75.00, 'Lee\'s Gourmet Garden, Oakridge, OR', 'Dinner for our family during Vancouver trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6300, '2016-09-02', 30.70, 'Chevron, Woodburn, OR', 'Gas during Vancouver trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6301, '2016-08-31', 23.11, 'Arco, San Mateo', '9.489 gallons @ $2.399 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6302, '2016-09-01', 52.65, 'Lake Street Station, Mount Shasta, CA', '15.007 gallons @ $2.699 + $8 for carwash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6303, '2016-09-05', 50.97, 'Round Table Pizza, CA', 'Lunch while returning from Vancouver vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6304, '2016-09-04', 31.61, 'Duty Free, Canada-US border', 'Liquor to get ahead of the immigration queue.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6305, '2016-09-26', 33.30, 'Arco, San Mateo', '13.186 gallons @ $2.499 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6306, '2016-09-26', 7.45, 'USPS, San Mateo', 'Certified mail with return receipt in order to cancel Wyndham Club Access timeshare membership since it was a bad decision.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6307, '2016-09-27', 17.40, 'eBay', 'Two Eddie Bauer cardigans for Minaxi. Not a great deal, hope the product is usable.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6308, '2016-09-27', 60.00, 'Nancy Mui', 'Paypal payment toward Ujala\'s teacher\'s gifts throughout the year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6309, '2016-09-25', 50.00, 'Anusha', '$50 Amazon gift card on Anusha\'a third birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6310, '2016-09-30', 10.63, 'Amazon.com', '6-pack Evenflow glass milk bottles for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6311, '2016-10-05', 445.00, 'Transfiguration, San Mateo', 'Oct tuition for Vyom + $10 for pumpkin patch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6312, '2016-10-10', 54.50, 'Transfiguration, San Mateo', 'Picture day for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6313, '2016-10-09', 200.00, 'Amazon.com', 'Wedding gift card for Cassie Orr (wedding on 2016-OCT-15).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6314, '2016-10-11', 215.00, 'Sutter Health, San Carlos, CA', 'Payment for uncovered items during the yearly checkup; apparently due to the fact that issues related to Vitamin D deficiency, weight, and fats (Hyperlipidemia) were brought up with the doctor. NEVER see Dr Amy Portmore again!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6315, '2016-10-18', 26.11, 'Arco, San Mateo', '10.367 gallons @ $2.519 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6316, '2016-10-18', 40.00, 'Fox PTA', '$20 each for Ujala and Aahna for their Apex Fun Run (even though they didn\'t run because we were traveling to Indiana on Oct 13 when the run was).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6317, '2016-10-28', 7863.71, 'San Mateo County Tax Collector', 'Property tax (first installment for 2016-2017)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6318, '2016-11-02', 14.60, 'eBay', 'Cotton sleeveless dress for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6319, '2016-10-28', 47.93, 'Trader Joe\'s, San Mateo', 'Mostly 4 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6320, '2016-10-26', 250.00, 'Chilton Auto Body, San Carlos', 'Repair deductible from Minaxi running into the garage pillar. Total bill was $3700.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6321, '2016-10-27', 10.01, 'Shell', '3.338 gallons @ $2.999'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6322, '2016-10-20', 51.21, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6323, '2016-10-07', 88.79, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6324, '2016-10-23', 108.33, 'Grocery Outlet, Palo Alto, CA', 'Liquor: 13 bottles of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6325, '2016-08-30', 103.99, 'Amazon.com', 'Gift certificate as house-warming for Hitesh (to be given during the Vancouver visit) + $3.99 for expedited shipping.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6326, '2016-11-06', 67.00, 'GSP Photos', 'CD + group picture for Aahna and Ujala ($31.00 each) + $5.00 shipping and handling.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6327, '2016-10-06', 60.63, 'Just Between Friends, San Mateo', 'Big garage sale. Bought bunch of clothes for kids, especially Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6328, '2016-10-14', 117.00, 'Insight Opticals, Bloomington, IN', 'Co-payment + uncovered expenses for eye testing and a new pair of glasses for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6329, '2016-09-05', 19.99, 'Amazon.com', '100% pure and natural henna powder for hair dye / color 400 grams - The Henna Guys'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6330, '2016-09-04', 3.56, 'Starbucks, Kent, WA', 'Vancouver vacation: Coffee for Arun near Seattle on the drive back from Vancouver.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6331, '2016-09-11', 40.51, 'Arco, Mountain View, CA', '15.818 gallons @ $2.539 + $0.35 debit fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6332, '2016-09-04', 18.74, 'Shell, Woodburn, OR', 'Vancouver vacation: 7.210 gallons @ $2.599, gas on the drive back from Vancouver'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6333, '2016-09-05', 40.85, 'Arco, Redding, CA', 'Vancouver vacation: 16.881 gallons @ $2.399, gas on the drive back from Vancouver'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6334, '2016-09-04', 41.19, 'Arco, Kent, WA', 'Vancouver vacation: 16.752 gallons @ $2.459, gas near Seattle on the drive back from Vancouver'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6335, '2016-09-03', 15.91, 'London Drugs, Burnaby, Canada', 'Vancouver vacation: Two full towels + two hand towels; $20.12 Canadian = $15.50 USD + $0.41 foreign transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6336, '2016-09-02', 16.58, 'Tahoma Express, Fife, WA', 'Vancouver vacation: 6.912 gallons @ $2.399, gas near Seattle on the way to Vancouver'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6337, '2016-11-18', 182.18, 'Amazon.com', '3 Blokus (ages 7+), 1 Origami fold, 4 Set games, 4 Gobblet Gobblers, 2 Lego junior Batman and Superman'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6339, '2016-11-17', 110.35, 'Transfiguration, San Mateo', '4 extra Thursdays for Vyom before the India trip + $10.35 for nanny\'s taxi ride home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6340, '2016-11-19', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for the next eight sessions for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6341, '2016-09-24', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for October for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6342, '2016-10-29', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for November for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6343, '2016-11-20', 42.86, 'Amazon.com', '10 burgundy hand towels for $24, 6 wine kitchen towels for the rest.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6344, '2016-11-21', 14.50, 'Chevron', '5 gallons until Minaxi can get to the Arco near Edmodo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6345, '2016-10-04', 17.89, 'Arco, San Mateo', '7.018 gallons @ $2.499 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6346, '2016-09-27', 43.53, 'Arco, San Mateo', '17.28 gallons @ $2.499 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6347, '2016-11-08', 20.70, 'Arco, San Mateo', '8.275 gallons @ $2.459 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6348, '2016-11-07', 73.83, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6349, '2016-11-14', 11.98, 'Whole Foods, San Mateo', '2 packets of organic lollipops'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6350, '2016-11-12', 77.00, 'Costco, Redwood City', '$35 for 7 undies for Arun, $21 for 8 pairs of socks for Arun, $21 for a pair of pants for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6351, '2016-11-12', 17.00, 'Costco, Redwood City', 'Toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6352, '2016-11-12', 90.00, 'Costco, Redwood City', '5 packets of 3lbs almonds + 3 packets of Toblerone chocolates.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6353, '2016-10-08', 231.48, 'Costco, Foster City', '12 packets of 3lbs almonds, 2 packets of chocolates at $16 each + misc for taking to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6354, '2016-10-08', 214.00, 'Costco, Foster City', '$20 for 3lbs of Salmon, 2 liters of Olive Oil ($14), 2.5lbs of cashews ($15) + fruits and veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6355, '2016-10-08', 110.00, 'Costco, Foster City', 'Yearly membership fee, to expire at the end of Oct\'17.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6356, '2016-11-12', 100.00, 'Costco, Redwood City', '$15 for 12-pack organic chicken sausage + 2.5lbs of cashews ($17) + 1 liter avocado oil + misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6357, '2016-10-08', 30.00, 'Costco, Foster City', 'Sanitary napkins and clothing detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6358, '2016-10-08', 14.00, 'Costco, Foster City', 'Misc for snack at V\'s school (juice, strawberries, bread)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6359, '2016-11-13', 4.95, 'CriminalPages.com', 'Bought a trial period to check the background of potential nanny (Sue Love); the subscription to be canceled in three days before it gets auto-renewed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6360, '2016-11-21', 18.86, 'CriminalPages.com', 'Failed to cancel in time, so got charged for a month (via safecart.com).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6361, '2016-11-24', 266.54, 'Nest.com', 'Home Security: One Nest Indoor and One Nest Outdoor camera ($119 each after employee discount + $6.50 shipping + $22.04 tax)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6362, '2016-11-28', 141.70, 'Amazon.com', 'Home Security: Ring Wi-Fi enabled video doorbell'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6363, '2016-11-28', 347.93, 'Amazon.com', 'Home Security: Abode Connected Home Security & Automation Starter Kit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6364, '2016-11-28', 275.55, 'Abode.com (via shopify.com)', 'Home Security: 7 Door / Window Sensors (Backordered): #189, 1 Home Automation Power Outlet & ZigBee Extender: $47.00, 1 Acoustic Glass Break Sensor: $59.00 + $18.81 taxes + $5.99 shipping - $44.25 holiday discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6365, '2016-11-28', 95.11, 'Amazon.com', 'Quantum Computation and Quantum Information: 10th Anniversary Edition, by Michael A. Nielsen (for Arun\'s reading pleasure)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6366, '2016-11-28', 31.90, 'Amazon.com', 'Automatic foaming soap dispenser by Rickyaaron, 16.9 oz capacity, white'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6367, '2016-11-26', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for December for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6368, '2016-11-25', 12.61, 'San Francisco Parking (via PayByPhone)', 'Parking near Chinatown on a visit to eat lunch and get Vyom and Aahna\'s haircuts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6369, '2016-07-01', 3.99, 'Amazon.com', 'Streaming: Harry Potter and the Order of Phoenix'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6370, '2016-08-07', 3.99, 'Amazon.com', 'Streaming: The Namesake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6371, '2016-09-17', 3.99, 'Amazon.com', 'Streaming: Harry Potter and the Prisoner of Azkaban'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6372, '2016-11-25', 3.99, 'Amazon.com', 'Streaming: Polar Express'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6373, '2015-08-08', 3.99, 'Google Play', 'Streaming: Zokkomon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6374, '2015-09-03', 3.99, 'Google Play', 'Streaming: Despicable Me'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6375, '2015-12-24', 1.00, 'Google Play', 'Streaming: The Bourne Ultimatum (reduced price due to a Dogfood offer)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6376, '2015-12-25', 3.99, 'Google Play', 'Streaming: The Bourne Legacy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6377, '2016-06-07', 3.99, 'Google Play', 'Streaming: Captain America: The First Avenger'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6378, '2016-11-26', 233.22, 'Amazon.com', 'Dyson Ball Multi Floor Upright Vacuum ($217.99 + $15.23 in return shipment when an identical vacuum was bought one day earlier for $50 more (refunded $256.18 out of $271.41, less $15.23 shipping)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6379, '2016-11-16', 7.07, 'Uber', 'Transport from Arun\'s work to Mountain View Caltrain station, when Arun needed to return earlier to take care of the kids (Kanchan Gupta auntie-ji misunderstood and wasn\'t prepared to stay beyond 4:00 pm on the first day).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6380, '2016-11-16', 5.75, 'Caltrain', 'Caltrain from Mountain View to San Carlos, when Arun needed to return earlier to take care of the kids (Kanchan Gupta auntie-ji misunderstood and wasn\'t prepared to stay beyond 4:00 pm on the first day).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6381, '2016-12-02', 166.96, 'Amazon.com', 'Orthinine (for liver detox) + Transfer Point Beta Glucan + 500gm Stevia @0.10/gram + broccoli sprouting seeds ($20 for 1lb) + Iodine capsules for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6382, '2016-12-02', 28.00, 'Amazon.com', '10 pairs of no slip no show socks for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6383, '2016-12-03', 39.50, 'HerbHealers.com', 'Worms-B-Gone Amish de-wormer for liver detox for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6384, '2016-12-03', 16.23, 'eBay.com', 'Book: The 31-Day Home Cancer Cure by Ty Bollinger'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6385, '2016-12-03', 87.50, 'eBay.com', '5 dresses for Minaxi, one casual, the rest party type.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6386, '2016-12-03', 100.00, 'Celect.org', '30-day supply of this supplement for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6387, '2016-12-03', 26.99, 'Amazon.com', '25lb Himalayan pink sea salt from San Francisco salt company'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6388, '2016-12-04', 31.85, 'Amazon.com', '32oz raw honey YS Organic Bee Farms certified organic ($19.86, inc tax!) + 1lb caraway seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6389, '2016-12-04', 21.78, 'Amazon.com', '2 packs of Twozies: one for Aahna and one for gifting.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6390, '2016-12-04', 75.00, 'Belmont Farmers Market', 'Two weeks\' worth eggs, veggies, fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6391, '2016-11-13', 80.00, 'Belmont Farmers Market', 'Three weeks\' worth veggies, fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6392, '2016-10-06', 100.00, 'Belmont Farmers Market', 'Five weeks\' worth veggies, fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6393, '2016-12-05', 124.99, 'eBay.com', '6 perfumes for taking to India (2 Calvin Klein Obsession for Arun and Minaxi\'s mothers, 2 Purr by Katy Parry for Bubby and Pooja, 4 Nautical Voyage N-83 for Minaxi & Arun\'s fathers, Rajat, and Puppi).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6394, '2016-12-04', 157.40, 'eBay (user thegreatwarlock)', 'Christmas present for Ujala: Amazon Kindle Voyage (7th Generation) 4GB, Wi-Fi, Black)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6395, '2016-12-05', 103.00, 'Collect.org', '30-day supply of Collect powder for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6396, '2016-12-06', 10.99, 'Amazon.com', 'Now Foods Vitamin D3 Liquid 4 fl ounce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6397, '2016-12-07', 51.12, 'Amazon.com', '12 pcs of Tenergy Premium AA 2500mAh NiMH Rechargeable Batteries ($23.18), EHEIM Everyday Fish Feeder Programmable Automatic Food Dispenser ($27.94)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6398, '2016-12-07', 37.49, 'Amazon.com', 'Probulin Daily Care probiotic, 60-day supply (1 capsule each)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6399, '2016-12-09', 1200.00, 'Benjamin Fox Elementary (PTA)', 'Via Google payroll deduction, matched by Google so that the total donation becomes $2400.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6400, '2016-12-10', 25.39, 'Dominos', '3 medium pizzas for our kids and neighbor\'s kids (Arianna and Ryan) while we went to Google\'s Holiday Party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6401, '2016-12-05', 435.00, 'Transfiguration, San Mateo', 'Dec tuition for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6402, '2016-11-05', 435.00, 'Transfiguration, San Mateo', 'Nov tuition for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6403, '2016-11-27', 440.00, 'Kanchan Auntie', '650-AAA-2860 ($20/hour to watch the kids)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6404, '2016-12-05', 400.00, 'Kanchan Auntie', '650-AAA-2860 ($20/hour to watch the kids)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6405, '2016-12-04', 35.00, 'Nadine, Katie', 'Gifts for Vyom\'s and Aahna\'s teachers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6406, '2016-12-10', 14.99, 'Great Clips, Belmont, CA', 'Haircut for Minaxi ($10.99 + $4 tip). Paid for 7 haircuts in advance to get $10.99/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6407, '2016-12-06', 28.27, 'Arco, San Mateo', '12.459 gallons @ $2.239 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6408, '2016-12-05', 47.87, 'Whole Foods, San Mateo', 'Jersey milk (A2) at $3.99/litre!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6409, '2016-12-03', 40.10, 'Macy\'s', 'Top and blouse for Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6410, '2016-12-03', 24.00, 'Macy\'s', 'One set of leggings and two tops for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6411, '2016-11-23', 23.90, 'Dollar Tree Stores', 'Pasta and pie shells for Thanksgiving ($8), misc toys etc. for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6412, '2016-11-23', 72.57, 'Trader Joe\'s, San Mateo', '$18 of organic chicken @1.99/lb for Thanksgiving dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6413, '2016-11-30', 78.48, 'Trader Joe\'s, San Mateo', 'Mostly 6 gallons of milk @6.29/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6414, '2016-11-26', 118.42, 'Big Lots, Redwood City', 'Mostly lots of towels, 10 or so small towels, 1 set (3 bath towels, 4 hand towels) + $15 for 8 or so rolls of cabinet liners (which we ended up not liking, so a waste)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6415, '2016-11-26', 13.00, 'Big Lots, Redwood City', 'Dolly for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6416, '2016-11-26', 12.00, 'Big Lots, Redwood City', 'Organic Maple syrup'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6417, '2016-11-25', 69.00, 'New Woey Loy Goey Restaurant, San Francisco', 'Dinner for Arun, Minaxi + kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6418, '2016-11-25', 30.00, 'Chinatown, San Francisco', 'Haircuts for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6419, '2016-11-25', 20.34, 'Chinatown, San Francisco', 'Groceries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6420, '2016-11-25', 11.16, 'Chinatown, San Francisco', 'Dessert after dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6421, '2016-12-12', 13.69, 'Amazon.com', 'Thomas & Betts DH120 White Wired Door Chime'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6422, '2016-12-12', 30.47, 'Amazon.com', 'Omega 8006 Juicer End Cap Replacement Part for Drum Unit #1 or #2 Black Color 8004 8003 8005'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6423, '2016-12-12', 207.09, 'Amazon.com', 'Schlage Connect Century Touchscreen Deadbolt with Z-wave Technology and Extra Key (Satin Chrome)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6424, '2016-12-13', 41.84, 'Amazon.com', '2 5-pack onesies + one perfume for gifting in India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6425, '2016-12-14', 19.24, 'Amazon.com', '2 2oz bottles of Lugol\'s liquid Iodine, 2% solution.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6426, '2016-12-15', 1165.34, 'Expedia.com (Air India)', 'Air India 173: 2017-01-18 (Wed) DEL (04:30 am) --> SFO (06:00 am); Air India 174: 2017-07-16 (Sun) SFO (11:30 am) -->DEL (04:15 pm) 2017-01-17 (Mon).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6427, '2016-12-15', 11.95, 'Amazon.com', 'Christmas presents for Vyom: Toy Story 14\" Deluxe Talking Zurg Action Figure ($36.29) -- returned because it didn\'t work; Toy Story - Buzz Lightyear\'s Foam Nerf Gun Blaster w/ Lights & Sounds ($11.95); paid using Arun\'s Discover card cash-back reward.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6428, '2016-10-30', 39.97, 'Amco, San Mateo', '16.123 gallons @ $2.479'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6429, '2016-11-20', 14.50, 'Chevron, Belmont, CA', '5.003 gallons (to tide over)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6430, '2016-12-19', 44.98, 'Amazon.com', 'Alkamind mineral blend (sodium bicarbonate, potassium bicarbonate, magnesium glycinate, calcium citrate for alkalinity + 80 pH strips for $10 to get free 1-day shipping.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6431, '2016-12-17', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for January for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6432, '2016-12-20', 140.00, 'Maria Juarez', 'House cleaning'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6433, '2016-12-27', 120.00, 'Maria Juarez', 'House cleaning, after first Airbnb guests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6434, '2017-01-01', 120.00, 'Maria Juarez', 'House cleaning, after second Airbnb guests'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6435, '2016-11-17', 2.17, 'CVS, San Carlos, CA', 'Hydrogen peroxide'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6436, '2016-10-23', 26.15, 'Barnes & Noble, Redwood City, CA', '\"Harry Potter and the Cursed Child\" for Ujala; $20 paid for by a gift certificate Ujala got for her birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6437, '2017-01-08', 30.00, 'Ring.com', 'One year subscription for cloud-based video recording of ring and activity monitoring.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6438, '2017-01-08', 56.35, 'Trader Joe\'s, San Carlos', 'Mostly 3 gallons of milk @6.29/gallon + some produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6439, '2016-12-17', 40.29, 'Trader Joe\'s, San Carlos', 'Mostly 2 gallons of milk @6.29/gallon + two bottles of flax oil $7.99/ea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6440, '2017-01-06', 21.90, 'Lunardi\'s', '1 gallon Strauss pasteurized but unhomogenized milk @12/gallon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6441, '2016-12-13', 38.97, 'Whole Foods, San Mateo', '4 Jersey milk (A2) at $3.99/litre + big bottle of Kombucha ($8) + misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6442, '2016-12-02', 13.60, 'Safeway', '1.5 lbs crab'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6443, '2017-01-01', 5200.00, 'Sushila Chauhan', 'India vacation: Arun\'s parents\' 50th anniversary party expenses and gift (IFP 5.5 kg dryer). An additional $400 has been added to cover for the incidentals in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6444, '2016-04-18', 5316.85, 'United.com', 'India vacation: air tickets, 2 * $1145.33 + 3 * $1008.73'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6445, '2016-12-07', 1233.01, 'Expedia.com (on Vistara airlines)', 'India vacation: $1016.75 for five round-trip tickets DEL-BLR (2016-12-25, 2017-01-01) + $216.26 for two one-way ticket DEL-BLR for Minaxi\'s parents (2016-12-25).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6446, '2017-01-10', 5.75, 'Caltrain', 'One-way ticket for Arun from San Carlos to Mountain View after he missed the shuttle in the morning due to rain-related delays while dropping the kids at Fox.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6447, '2017-01-09', 15.99, 'Amazon.com', 'For Ujala\'s Kindle Voyage: Fintie SmartShell Case for Kindle Voyage - [The Thinnest and Lightest] Protective PU Leather Cover with Auto Sleep/Wake for Amazon Kindle Voyage (2014), Blue; paid for by the Arun\'s Amex points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6448, '2017-01-12', 300.00, 'Kanchan Auntie', '650-201-2860 ($20/hour to watch the kids)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6449, '2017-01-10', 75.00, 'Transfiguration, San Mateo', 'Three extra days for Vyom until Fufiji comes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6450, '2017-01-13', 9.99, 'eBay', 'Finger blood oxygen monitor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6451, '2017-01-13', 180.00, 'San Mateo Gymnastics, Belmont, CA', '$85 x 2 (For Dec 2016 and Jan 2017) + 2 * $5 late fee, for Aahna\'s gymnastics class.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6452, '2017-01-15', 14.13, 'Safeway, Belmont, CA', 'Flowers for Aarti for her birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6453, '2017-01-13', 43.68, 'Arco, San Mateo', '12.262 gallons @ $2.56 + $0.35 debit card fee + $10 of about 3 gallons of gas earlier to tide over'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6454, '2017-01-17', 435.00, 'Transfiguration, San Mateo', 'Jan tuition for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6455, '2017-01-17', 150.00, 'Misael Marquez', 'Trimming in the front yard; Home: 650-562-7087, cell: 650-235-6689; 318 Redwood Ave, Redwood City, CA 94061.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6456, '2016-12-16', 4.50, 'Ellis O\'Farrell Garage, San Francisco, CA', 'Parking while attending Edmodo\'s holiday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6457, '2016-12-29', 40.03, 'Nagarjuna, Bangalore, India', 'India vacation: Lunch, after returning from the Bannerghatta safari (₹ 2,719.00).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6458, '2016-12-31', 14.27, 'PVR, Bangalore, India', 'India vacation: Snacks during the movie (Dangal), ₹ 970.00'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6459, '2016-12-31', 10.59, 'Om Book Shop, Bangalore, India', 'India vacation: Books for Ujala, Aahna, and Unnati; ₹ 720.00'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6460, '2017-01-03', 33.92, 'Rajasthali, Gurgaon, India', 'India vacation: Dinner after returning from Neemrana, ₹ 2,319.00'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6461, '2017-01-03', 21.94, 'Neemrana Hotels, Alwar, India', 'India vacation: Entry tickets for Minaxi and Shalini (entries for Arun, Rajat, Kasvi, and Ujala were covered in the zipline tickets; Vyom was free), ₹ 1,500.00'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6462, '2017-01-05', 286.07, 'Electronics Desire, Delhi, India', 'India vacation: Dryer for Arun\'s parents, ₹ 19,500.00'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6463, '2017-01-05', 10.33, 'Sindhi Namkeen and Dry Fruits, Delhi, India', 'India vacation: Some sweets to bring back from India, ₹ 700.00.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6464, '2017-01-16', 12.47, 'Citicards', 'India vacation: Foreign transaction fees charged by Citicards for using the MasterCard in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6465, '2017-01-03', 18.93, 'The Hill Fort, Alwar, India', 'India vacation: Snacks at the Neemrana fort (Rupee amount unknown since the transaction is still pending).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6466, '2017-01-15', 44.00, 'Belmont Farmers Market', 'Two weeks\' worth fruit, 2 days worth of vegetables.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6467, '2017-01-19', 14.54, 'eBay', '2 Juicy Couture hoodies (M) for Minaxi or Fufiji, 2 pants for Minaxi (if they fit, the purchase was made for the hoodies), one shirt for Minaxi (M, will likely not fit).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6468, '2017-01-20', 55.41, 'Whole Foods, San Mateo', '4 Jersey milk (A2) at $3.99/litre + 2 gallons of whole organic milk ($6.49/gallon) + 5lbs of pinto beans ($10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6469, '2017-01-22', 54.03, 'Trader Joe\'s, San Carlos', '2 gallons of milk @6.29/gallon + some frozen produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6470, '2017-01-15', 58.12, 'Namaste Plaza', '$14 worth of 2lb mutton + 4lbs organic masoor dal ($9.50) + 4lb toor dal ($8) + some produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6471, '2017-01-14', 49.33, 'Trader Joe\'s, San Carlos, CA', '3 gallons of milk @6.29/gallon + 1/2 gallon goat milk ($7.50) + some produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6472, '2016-11-25', 29.95, 'Arco, San Mateo', '13.102 gallons @ $2.259 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6473, '2017-01-19', 15.00, 'Fox Elementary', 'Ujala and Aahna\'s Scholastic Book Fair purchase ($7 for A and $8 for U)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6474, '2017-01-24', 371.91, 'Amazon.com', 'Toto C100 washlet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6475, '2017-01-26', 219.32, 'Amazon.com', 'Lights for deck: Two sconces, two floodlight fixtures, two dimmable LED bulbs for the sconces, two dimmable LED floodlight bulbs, one high-lumen LED floodlight for the lower deck.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6476, '2017-01-27', 362.00, 'Youth League Tennis (youthleaguetennis.org)', 'Eight tennis classes for Ujala and Aahna, Jan 29 to Mar 19, 2017 (Sundays, 1:00pm - 2:30 pm for Aahna, 2:30pm-4:30pm for Ujala).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6477, '2017-01-27', 35.96, 'Amazon.com', '6 yellow and 6 red balls for Ujala and Aahna\'s tennis lessons.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6478, '2017-01-27', 19.08, 'Fedex (via Google)', 'Form + self-attested passport copies to close four FDs, 000415983439, 000415983440, 000415983441, and 000415983446; at an estimated loss of ₹ 94,664.61 in interest.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6479, '2017-01-28', 15.00, 'Philz Coffee, Berkeley', 'Coffee for Fufi-ji, orange juice for all three kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6480, '2016-11-19', 41.23, 'Trader Joe\'s, San Calos', '6 organic milk @$6.29/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6481, '2016-12-10', 29.41, 'Arco, San Mateo', '12.64 gallons @ $2.299 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6482, '2016-10-20', 29.04, 'Costco, Redwood City', '11.619 gallons @ $2.499/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6483, '2017-10-22', 34.16, 'Carlmont Ace Hardware', 'Patching supplies after replacing master BR curtain'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6485, '2016-12-09', 6.11, 'CVS, San Carlos', 'Glue for Ujala to try making slime'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6486, '2016-12-17', 10.99, 'Great Clips, Belmont, CA', 'Haircut for Arun ($10.99 + $4 tip). Paid for 7 haircuts in advance to get $10.99/ea, 5 remainin.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6487, '2016-10-16', 1.00, 'Great Clips, Belmont, CA', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6488, '2016-12-18', 84.05, 'Home Depot, San Carlos', '$40 for fireplace screen + handles for electronic locks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6489, '2017-01-31', 79.29, 'Amazon.com', 'One more porch light, two dimmable LED bulbs (only sold in pairs) for adding a third light on the deck.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6490, '2017-01-31', 224.00, 'Whole Foods, San Mateo', '25lb each of Rajma, Chhole, and Mung dals at roughly $1.99/lb each + 3 gallons of milk at $6.49/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6491, '2017-01-22', 44.00, 'Belmont Farmers Market', '10 days worth of vegetables.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6492, '2017-01-22', 20.00, 'Arco, San Mateo', '8 gallons of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6493, '2017-02-04', 249.00, 'Lisa', '1.5 hours of face painting for Aahna\'s birthday party: 650 622-9664\r\nwww.facepaintingbylisa.com'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6494, '2017-02-04', 123.15, 'Costco, Foster City', 'Food for Aahna\'s 7th birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6495, '2017-02-04', 70.00, 'Domino\'s', 'Pizza for Aahna\'s 7th birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6496, '2017-02-04', 35.89, 'Dollar Tree Stores', 'Return gifts for A\'s birthday party (balloons, straws, etc.) + Jelly beans were already at home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6497, '2017-02-09', 646.92, 'Homeclick.com', 'Two Toto C100 SW2034, one each for downstairs and guest bathroom; vendor found through Google (\"protected by Google\"); Includes free shipping, no sales tax, and 10% limited-time discount; was $360+taxes on Amazon (the last one was bought for $240+taxes).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6498, '2017-02-11', 1710.00, 'Marco Tulio', 'Front window 9\'1\" wide (turned out to be 9 inches less wide than the order so had to be patched 4.5\" on either side)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6499, '2017-02-05', 64.00, 'Belmont Farmers Market', '10 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6500, '2017-02-13', 60.02, 'Amazon.com', 'Supplements for Minaxi: Relentless Improvement Turkey Tail Mushroom, J.Crow\'s Lugol\'s Iodine Solution, 2 oz (two bottles of 2%), Thorne Research - Double Strength Zinc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6501, '2017-02-13', 40.00, 'Amazon.com', 'Insulated lunch boxes for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6502, '2017-02-16', 175.00, 'San Mateo Gymnastics, Belmont, CA', '$85 x 2 (For Feb 2017 and Mar 2017) + $5 late fee, for Aahna\'s gymnastics class.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6503, '2017-02-17', 25.00, 'Fox Elementary', '5th grade T-shirt for Ujala (payment to maggie.diab@gmail.com.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6504, '2017-02-19', 11.21, 'Wendy\'s Restaurant, Pleasant Hill', 'Fries for the kids and fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6505, '2017-02-19', 3.25, 'Starbucks, Pleasant Hill', 'Tall latte for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6506, '2017-02-23', 200.00, 'Amazon.com', 'Gift certificate for Rick Turlington'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6507, '2017-02-16', 27.97, 'Arco, San Mateo', '10.761 gallons@2.599/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6508, '2017-02-24', 30.27, 'Arco, San Mateo', '11.47 gallons@2.639/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6509, '2017-02-03', 27.69, 'Arco, San Mateo', '10.905 gallons@2.539/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6510, '2017-01-24', 32.69, 'Arco, San Mateo', '12.638 gallons@2.559/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6511, '2017-02-07', 42.16, 'Arco, San Mateo', '16.210 gallons@$2.579/gallon + $0.35 processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6512, '2017-02-09', 65.89, 'Whole Foods, San Mateo', '1 gallons Jersey milk $25.96 + 4 gallons of regular organic milk $25.96 + some misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6513, '2017-02-03', 47.96, 'Whole Foods, San Mateo', '2 quarter cakes for Aahna\'s birthday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6514, '2017-02-01', 31.45, 'Whole Foods, San Mateo', '3 gallons of whole milk at $6.49/gallon + misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6515, '2017-02-12', 75.51, 'Namaste Plaza', '40lb aata at $22 + $20lb basmati rice at $19'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6516, '2017-02-17', 93.44, 'Trader Joe\'s, San Mateo', '6 gallons of milk @6.29/gallon + 6 19oz tofu at $1.49/lb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6517, '2017-02-04', 6.53, 'Dollar Tree Stores', 'Plates, napkins, and silverware for Aahna\'s valentine\'s day party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6518, '2017-02-03', 27.00, 'DMV, San Mateo', 'Replacement license for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6519, '2017-02-04', 123.15, 'Costo, Foster City', 'Food for Aahna\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6520, '2017-02-04', 42.38, 'Costco, Foster City', 'Toilet paper rolls, laundry detergent, Ziploc sandwich bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6521, '2017-02-04', 190.17, 'Costco, Foster City', 'Nuts etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6522, '2017-02-28', 200.00, 'Jessica Tara', 'Contribution toward Alexa\'s family\'s GoFundMe campaign when they lost everything in apt fire.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6523, '2017-02-09', 435.00, 'Transfiguration, San Mateo', 'Feb tuition for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6524, '2017-01-28', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for February for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6525, '2017-03-04', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for March for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6526, '2017-03-08', 5.75, 'Caltrain', 'One-way ticket for Arun from San Carlos to Mountain View after he missed the shuttle in the morning due to being misled by incorrect GPS info on shuttle tracking page.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6527, '2017-03-09', 59.75, 'Shell, Sacramentao', '17.152 gallons of gas @2.959/gallon + $9 for car wash while returning from the Tahoe trip for Rick\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6528, '2017-03-02', 24.51, 'Arco, San Mateo', '8.953 gallons@2.699/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6529, '2017-03-09', 36.42, 'Arco, San Mateo', '12.979 gallons@2.779/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6530, '2017-03-05', 80.00, 'Belmont Farmers Market', '10 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6531, '2017-02-19', 60.00, 'Belmont Farmers Market', '10 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6532, '2017-03-06', 94.48, 'Trader Joe\'s, San Mateo', '6 gallons of milk @6.29/gallon + 5 packs of chicken drumsticks for $13 + misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6533, '2017-03-09', 85.50, 'Amazon.com', '12lbs of raw, unfiltered, Desert Creek honey + $20 each for the following:\r\n- Life Extension - Super Selenium Complex & Vitamin E - 200 Mcg\r\n- DIM 200mg Plus BioPerine\r\n$10 Amazon credit was applied, which reduced the bill.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6534, '2017-03-14', 164.19, 'Maker Faire', 'Six single-day passes (3 adults $30 + 3 youth @$20 + per-ticket fees) at discounted early-bird rates.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6535, '2017-03-15', 35.50, 'SnapPower.com', 'Two LED night-lights (built into outlet covers) $15 each + shipping.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6536, '2017-03-17', 96.00, 'Fox Elementary School PTA, Belmont, CA', '6 Foxtravaganza tickets for Sunday, Apr 2nd.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6537, '2017-03-20', 35.00, 'Fox Elementary', 'Foxtravaganza costume for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6538, '2017-03-20', 870.00, 'Transfiguration, San Mateo', 'Mar-Apr tuition for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6539, '2017-03-22', 130.00, 'Fox School, Belmont, CA', 'Fifth grade outdoor education trip for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6540, '2017-03-22', 85.00, 'San Mateo Gymnastics, Belmont, CA', '$85 (for Apr 2017) for Aahna\'s gymnastics class.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6541, '2017-03-25', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for April for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6542, '2017-03-27', 19.12, 'Fedex (via Google)', 'PAN application: Arun and Minaxi\'s applications + self-attested passport copies to Pune office.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6543, '2017-03-21', 31.06, 'NSDL, India', 'PAN application: Online fees for Arun and Minaxi\'s applications, including international shipping (dollar equivalent of 2 * $15.53 of 2 * Rs 1,014.57).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6544, '2017-03-28', 19.95, 'Studentreasures.com', 'Book published by Aahna\'s class with kids\' poetry.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6545, '2017-03-31', 100.00, 'Uber', '8 round trips for Fufiji to pick Vyom from school between 3/15-3/31.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6546, '2017-04-06', 157.00, 'vrbo.com', 'Grand Canyon vacation: Apt (\"luxury condo\") in Las Vegas for one night (04/08-04/09)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6547, '2017-04-12', 68.00, 'eBay', 'Replacement Samsung touch remote'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6548, '2017-03-23', 128.08, 'Just Between Friends', 'San Mateo Event Center sale for kids\' clothing. 2 pairs of shoes each for Aahna and Vyom. One season\'s worth of clothing for Vyom. Some for U+A too.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6549, '2017-04-10', 38.00, 'Lin\'s Little China, Kingman, AZ', 'Lunch for Arun, Minaxi, and kids. Fufiji was fasting.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6550, '2017-04-09', 30.00, 'Grand Canyon National Park', 'Vehicle entry fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6551, '2017-04-11', 41.87, 'Ralph\'s, Riverside', '17.028 gallon @ 2.459/gallon during Grand Canyon Road trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6552, '2017-04-10', 37.69, 'Target, Eastvale', 'Gifts for Shaurya and Samarveer during Grand Canyon trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6553, '2017-04-10', 11.75, 'Fruit Stand, Gilroy', '1lb roasted almonds and 3lbs unshelled walnuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6554, '2017-04-07', 12.73, 'Burger King, Coalinga', 'Some snacks for the kids and Fufiji during the Grand Canyon trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6555, '2016-11-28', 62.97, 'goabode.com', 'Home Security: Two window sensors for the Abode Connected Home Security, for the new front windows.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6556, '2017-04-14', 398.00, 'Youth League Tennis (youthleaguetennis.org)', 'Eight tennis classes for Ujala and Aahna, Apr 23 to Jun 11, 2017 (Sundays, 2:30pm-4:30pm for Ujala, 4:30pm-6:00pm for Aahna). Fees increased to include ball fee ($6:00) and court usage fee ($12:00) per child. Got $2 discount for two kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6557, '2017-04-16', 47.00, 'Belmont Farmers Market', '7 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6558, '2017-04-09', 35.00, 'Belmont Farmers Market', '7 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6559, '2017-03-19', 100.00, 'Belmont Farmers Market', '10 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6560, '2017-04-19', 85.00, 'San Mateo Gymnastics, Belmont, CA', 'Aahna\'s gymnastics class for May 2017.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6561, '2017-04-18', 78.77, 'Amazon.com', '70% DMSO gel w/Aloe Vera+Potassium Iodide crystals (to be mixed in for scar healing)-> $17+$13. Quercetin+CoQ10->$15 each roughly Vitamin D3->$12. 6 1oz glass bottles with glass droppers->$6.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6562, '2017-05-01', 9.37, 'Amazon.com', 'Foot scrubber and cuticle cutter ($2) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6563, '2017-05-04', 5.75, 'Caltrain', 'One-way ticket for Arun from San Carlos to Mountain View when the shuttle in the morning was running extremely late.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6564, '2017-04-30', 82.00, 'Uber', '7 round trips for Fufiji to pick Vyom from school in April (only 2.5 weeks of school in April).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6565, '2017-05-08', 31.39, 'Amazon.com', '4oz Source Naturals Wellness (30ppm) Colloidal Silver + 4 8oz amber glass jars for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6566, '2017-05-09', 39.33, 'Amazon.com', 'One black faux-leather SlideBelts belt with winged gun-metal buckle, for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6567, '2017-05-09', 127.23, 'Trader Joe\'s, San Mateo', '6 gallons of milk @5.99/gallon + 5 packs of chicken drumsticks for $13 + 1 liter EVOO @$8/litre + 6 160z tofus ($15) + some frozen veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6568, '2017-04-14', 109.34, 'Trader Joe\'s, San Mateo', '6 gallons of milk @6.29/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6569, '2017-04-27', 86.78, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6570, '2017-04-16', 14.47, 'Safeway', 'Cane sugar (2lb?) + 2 packs of Tillamook ice cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6571, '2017-04-15', 12.01, 'Safeway', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6572, '2017-04-08', 80.04, 'Feast Buffet, Las Vegas', 'Lunch for all during the Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6573, '2017-04-09', 52.00, 'Ranch House Cafe, AshFork, AZ', 'Lunch for all during Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6574, '2017-04-11', 3.59, 'Casa De Fruta, Hollister, CA', 'Various nut snacks while returning from Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6575, '2017-04-09', 32.24, 'Shell, Las Vegas, NV', 'Gas during Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6576, '2017-04-09', 19.89, 'Shell, Flagstaff, AZ', 'Gas during Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6577, '2017-04-08', 48.18, 'Shell, Bakersfield', 'Gas during Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6578, '2017-03-27', 72.14, 'Trader Joe\'s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6579, '2017-03-14', 86.77, 'Namaste Plaza', '20lb aata at $10.99 + Moong dal 10b ($12.99) + raw peanuts 10lb ($13.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6580, '2017-03-26', 86.25, 'Namaste Plaza', '2lb goat meat ($13.99) + 20lb Royal Sona Masoori organic ($17.99) + 10lb idli rice ($8.49)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6581, '2017-03-20', 6.54, 'Whole Foods, San Mateo', 'Rolled oats 5.5lb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6582, '2017-03-19', 61.57, 'Sprouts, Pinole', 'Groceries while being in East Bay'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6583, '2017-01-28', 38.60, 'NTCO Rummage Sale, Berkeley', '2 jackets for Minaxi, one for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6584, '2016-04-02', 94.00, 'Great Clips, Belmont, CA', '3 haircuts for Arun + 3 for Vyom + 1 for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6585, '2017-04-08', 26.00, 'Starbucks, Pleasant Hill', '5 coffees for Fufiji on various occasions + 3 chocolate milks for kids on one of the trips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6586, '2017-04-02', 72.00, 'Great Clips', '2 haircuts each for Arun and Vyom ($10.99/ea + tip), one for Minaxi. First one was in early Feb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6587, '2017-05-17', 435.00, 'Transfiguration, San Mateo', 'May tuition for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6588, '2017-05-07', 40.00, 'Belmont Farmers Market', '10 days worth of vegetables and some fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6589, '2017-04-30', 80.00, 'Belmont Farmers Market', '14 days worth of vegetables and fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6590, '2017-05-15', 25.00, 'Street Vendor, Pleasant Hill', '1/2 tray strawberries and 3lbs of cherries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6591, '2017-05-15', 100.00, 'Amazon.com', '$100 gift certificate for Chris and Courtney\'s wedding.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6592, '2017-05-16', 51.77, 'Amazon.com', '28\" x 50\' 16 gauge rabbit fence, 100 count garden staples, 100 count ties'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6593, '2017-05-16', 50.00, 'Ralston Middle School, Belmont, CA', 'Donation for Ujala\'s school supplies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6594, '2017-05-19', 40.00, 'School Force', '2 x $20 for Zun Zun event at Fox on May 24th (Wed), 2017.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6595, '2017-05-20', 48.00, 'Maker Faire', 'Confessions for kids at the Maker Faire'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6596, '2017-05-21', 75.00, 'Belmont Farmers Market', '2 weeks of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6597, '2017-03-28', 38.18, 'Arco, San Mateo', '13.306 gallons@2.719/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6598, '2017-05-15', 7.49, 'Safeway', '10lb cane sugar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6599, '2017-03-30', 19.74, 'Arco, San Mateo', '7.131 gallons@2.719/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6600, '2017-05-12', 35.18, 'Arco, San Mateo', '13.4 gallons@2.599/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6601, '2017-03-23', 22.15, 'Arco, San Mateo', '8.016 gallons@2.719/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6602, '2017-04-14', 28.28, 'Arco, San Mateo', '10.347 gallons@2.699/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6603, '2017-04-09', 19.67, 'Exxon Mobile, Ash Fork, AZ', 'Gas during Grand Canyon vacation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6604, '2017-04-13', 46.70, 'Arco, San Mateo', '17.172 gallons@2.699/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6605, '2017-04-29', 17.71, 'Arco, San Mateo', '5.535 gallons@3.199/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6606, '2017-04-06', 32.79, 'Arco, San Mateo', '11.672 gallons@2.779/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6607, '2017-04-27', 28.15, 'Arco, San Mateo', '10.377 gallons@2.679/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6608, '2017-02-23', 38.05, 'Arco, San Mateo', '12.75 gallons@$2.799/gallon + $0.35 processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6609, '2017-01-27', 20.00, 'Arco, San Mateo', '8 gallons of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6610, '2017-03-16', 32.27, 'Arco, San Mateo', '11.487 gallons@2.779/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6611, '2017-05-21', 13.83, 'Dollar Tree Stores', 'General trivia for kids + a couple of grocery items + $5 worth of gifts for Fufiji to take'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6612, '2017-05-22', 62.43, 'Michael\'s, Pleasant Hill, CA', 'Model magic + a few gifts + colors, glue, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6613, '2017-05-07', 26.19, '7/11, San Leandro', 'Three Fidget Spinners for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6614, '2017-05-21', 20.00, 'Fox Elementary', 'Year end gift for Aahna\'s teacher, Mrs. Raisner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6615, '2017-05-27', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for June for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6616, '2017-04-22', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for May for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6617, '2017-04-29', 10.00, 'Twin Dragon Academy, San Carlos, CA', 'Testing fee for Vyom\'s Tiger Tots orange belt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6618, '2017-05-31', 154.00, 'Uber', '12 round trips for Fufiji to pick Vyom from school in April'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6619, '2017-06-04', 40.50, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6620, '2017-06-03', 87.19, 'Foot Locker, Great Mall, Milpitas', 'A pair of running shoes for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6621, '2017-06-03', 65.18, 'Uniqlo, Great Mall, Milpitas', 'A pair of jeans for Arun + one T-shirt for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6622, '2017-06-03', 116.79, 'Corningware Corelle & More, Great Mall, Milpitas', '8 dinner plate, 8 salad plates, and 4 bowls for Fufiji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6623, '2017-06-04', 66.00, 'Swagat Indian Cuisine, Concord, CA', 'Lunch for Arun, Minaxi, kids, Fufiji. Adults were $11.99, kids, $7.99, $6.99, and $5.99 respectively.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6624, '2017-06-04', 877.50, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level V), Aahna (level III), and Vyom (pre-beginner II), 10:30-10:55 am + 11:00-11:30 am (back-to-back only for Ujala and Aahna), M-F, 2017-06-19 through 2017-06-30, @$90. Similarly, from 2017-07-03 through 2017-07-14, @$85.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6625, '2017-06-06', 52.66, 'Amazon.com', 'Two Nerf Rival Apollo XV-700 (one red and one blue) + 25 round refill pack, for Vyom\'s birthday gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6626, '2017-06-06', 2347.70, 'Expedia.com', 'Return tickets via ANA for Arun\'s parents: 2017-07-16 (Sun, ANA 828 + ANA 8) to 2018-01-14 (Sun, ANA 7 + ANA 827).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6627, '2017-06-06', 43.94, 'Amazon.com', '10lbs pink Himalayan salt + 16oz organic unrefined castor oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6628, '2017-06-06', 22.95, 'chase.com', 'Check book (one box)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6629, '2017-06-07', 3.14, 'CVS, San Carlos, CA', 'PAN Application: Photo prints for PAN, to send a fresh set of photographs after the ones sent with the form were rejected.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6630, '2017-06-08', 19.21, 'Fedex (via Google)', 'PAN application: Arun and Minaxi\'s resubmission of photos.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6631, '2016-07-24', 25.39, 'ExxonMobile, Missouri City, TX', 'Texas vacation: 14.113 gallons gas @$1.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6632, '2016-09-01', 10.44, 'Grocery Outlet, Palo Alto, CA', 'Salt, snacks, wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6633, '2016-10-13', 19.44, 'McDonald\'s, Harrison, OH', 'Bloomington vacation: Dinner on the way from the Cincinnati airport to Bloomington'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6634, '2017-06-09', 32.46, 'Arco, San Mateo', '11.434 gallons@2.839/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6635, '2017-06-11', 56.00, 'Belmont Farmers Market', '1.5 weeks of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6636, '2017-06-11', 35.00, 'Garage Sale, San Carlos', 'Tons of Halloween decorations and a few pairs of shoes for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6637, '2017-06-14', 43.41, 'Arco, San Mateo', '15.734 gallons@2.75/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6638, '2017-06-14', 29.65, 'Maine Coast Sea Vegetables (seaveg.com)', '1lb of Rockweed, 1gm offers upwards of 450mcg of Iodine. Between 150 and 1,100mcg in our daily diets is the reputed range to keep our thyroids healthy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6639, '2017-06-15', 34.99, 'Amazon.com', 'Alkamind alkalizing 30-day supply.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6640, '2017-06-16', 58.50, 'Uber', '4 round trip rides for Fufiji to pick up Vyom from Transfiguration. Cost went up by over 50% since mid may compared to before, especially for rides from home to school. Also, adding a rider cost $0.50-$0.75 cents more while coming back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6641, '2017-06-17', 28.90, 'Amazon.com', 'Blackout Window Curtain Panel Grommet Top Drapes 2 Panel Set Room Darkening Thermal Insulated Blackout Window Treatments/Drapes for Bedroom (52\"x84\", Dark Grey)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6642, '2017-06-17', 7.14, 'Amazon.com', 'Two reams of white printer paper.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6643, '2017-06-20', 36.55, 'Arco, San Mateo', '13.913 gallons@2.699/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6644, '2017-06-21', 22.50, 'Amazon.com', '4oz progesterone cream for Minaxi (Progensa 20).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6645, '2017-06-20', 5.00, 'FedEx', 'Paid \"convenience fee\" to reschedule the delivery of HELOC check in the evening.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6646, '2017-06-24', 195.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for July for Ujala and Aahna + $25 for Aahna\'s peewee Orange belt test on June 30th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6647, '2017-06-25', 69.00, 'Belmont Farmers Market', '1.5 weeks of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6648, '2017-06-24', 55.00, 'Big Lots, Concord', 'Nail polishes (7 @$1.50/ea( and lipsticks (12 @$2/ea) for Fufi to take home today'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6649, '2017-06-24', 34.50, 'Big Lots, Concord', 'One 17oz insulated water bottle for Ujala ($8), 3 32oz shampoos ($4/ea), 3 small packs of pantiliners for Minaxi (3 @1.99/ea), a few cookies etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6650, '2017-06-26', 79.47, 'Amazon.com', 'Three 26 oz steel water bottles for the kids; one 34 oz steel water bottle for car (Triple Tree brand) + a set of two stainless steel double-walled coffee mugs for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6651, '2017-06-28', 100.00, 'Fox Elementary', 'Supplies \"donation\" to Fox ($50 each for Aahna and Vyom) instead of having to buy supplies at the beginning of the school year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6652, '2017-06-30', 101.00, 'Amazon.com', 'Gift certificate for Vayhun (Vivek Tiwari\'s son) for his Yagnopaveet Sanskar.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6653, '2017-06-19', 128.38, 'Trader Joe\'s, San Mateo', '6 gallons of milk @5.99/gallon + 5 packs of chicken drumsticks for $13'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6654, '2017-06-19', 25.00, 'Trader Joe\'s, San Mateo', '2 1-litre body washes ($7.99/ea), 1 lotion, 1 shampoo ($2.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6655, '2017-07-03', 80.92, 'Trader Joe\'s, San Mateo', '6 gallon milks @5.99/ea + 8oz flax oil ($8.49)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6656, '2017-06-26', 50.14, 'A1 Hour Photo Studio, San Mateo', 'India passport + US passport size pictures in soft copy and 2 ea hard copies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6657, '2017-06-18', 206.35, 'Namaste Plaza', '2lb goat meat ($13.99) + 30lb Dhanraj blue aata ($10.99/ea)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6658, '2017-06-15', 20.74, 'Safeway', 'Kitchen trash bags (80?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6659, '2017-06-09', 24.78, 'Marina Foods, San Mateo', 'Sushi rice + some Chinese spices'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6660, '2017-06-10', 40.20, 'Mountain Mike\'s Pizza, Pleasant Hill', 'Lunch for Marco, his son, Maria, Walter, Sejal, Minaxi, and Fufiji on staging day.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6661, '2017-06-08', 41.91, 'Exxon, San Mateo', '14 gallons at $2.999/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6662, '2017-06-05', 81.95, 'Trader Joe\'s, San Mateo', '6 gallons of milk @5.99/gallon + misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6663, '2017-06-07', 17.26, 'Safeway', 'Treats for Vyom\'s birthday party at Transfiguration'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6664, '2017-05-22', 72.11, 'Trader Joe\'s, San Mateo', '6 gallon milks @5.99/ea + 1 litre EVOO ($8)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6665, '2017-06-03', 8.35, 'Arco, San Mateo', 'Car wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6666, '2017-05-28', 122.05, 'Costco, Redwood City', 'Toilet paper rolls, laundry detergent, toothpaste, toothbrush, bar soap, shampoo, dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6667, '2017-05-28', 55.42, 'Costco, Redwood City', 'Chocolates for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6668, '2017-05-28', 22.00, 'Costco, Redwood City', 'Size 7.5 sneakers for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6669, '2017-05-28', 398.11, 'Costco, Redwood City', '2 litre avocado oil, 4 liters olive oil (roughly $8/litre ea), some nuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6670, '2017-02-22', 26.19, 'Walmart, Mountain View', 'Gifts for fufi-ji to take back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6671, '2017-05-06', 32.44, 'Walmart, San Leandro', 'Gifts for fufi-ji to take back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6672, '2017-05-06', 37.84, 'Target, Eastvale', 'Gifts for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6673, '2017-06-30', 70.00, 'Uber', '10 rides for kids to return from swimming in summer session I.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6674, '2017-07-06', 32.38, 'Arco, San Mateo', '12.457 gallons@2.599/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6675, '2017-07-07', 300.00, 'Ami Shah (amicpa.com)', 'Consultancy for filing FBAR and amended returns using SDOP (Streamlined Domestic Offshore Process)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6676, '2017-07-08', 3.25, 'Starbucks, Pleasant Hill', 'Coffee for fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6677, '2017-07-09', 67.93, 'Amazon.com', 'Swim goggles for everyone (paid for using Arun\'s Discover cash back awards)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6678, '2017-07-09', 39.85, 'Subway, San Francisco', 'Lunch with fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6679, '2017-07-10', 8.00, 'Russet Chips, San Francisco', 'Home made chips for kids at Ferry Plaza.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6680, '2017-07-10', 14.50, 'Humphry Slocombe Ice Cream, San Francisco', 'Ice cream for everyone at the Ferry Plaza, including $1.00 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6681, '2017-07-10', 362.50, 'Belmont Parks and Recreation', 'Swim lessons for Ujala (level IV), Aahna (level III), 10:30-10:55 am, M-F, 2017-07-17 through 2016-07-28, @$90 + $2.50 processing fee + Vyom (@ $90) for 10:30-10:55, pre-beginner II + Aahna 10:00-10:25 (@$90); Ujala waitlisted for 10:00-10:25.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6682, '2017-07-10', 325.00, 'Pacific Naturopathic', 'Useless session with Connie Hernandez for Minaxi\'s condition.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6683, '2017-07-11', 69.24, 'Nuts.com', '25lb organic dark rye flour + 1lb organic milk thistle seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6684, '2017-07-12', 414.86, 'Lifeone.org', '3 bottles (one month supply) of immune booster for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6686, '2017-07-14', 34.70, 'Arco, San Mateo', '13.351 gallons@2.599/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6687, '2017-07-15', 3.25, 'Starbucks, Pleasant Hill', 'Coffee for fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6688, '2017-07-15', 125.00, 'Craigslist.org', 'Bunk bed w/mattresses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6689, '2017-07-16', 25.00, 'Garage sale', 'Two lamps, cups, hangers for Western Hills renting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6690, '2017-07-16', 26.00, 'Dominos', 'Pizza for kids\' hosting Fufiji\'s going away party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6691, '2017-07-09', 130.00, 'Heart of the City Farners Market, San Francisco', '1.5 weeks of groceries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6692, '2017-07-16', 24.00, 'San Francisco Airport', 'Parking while dropping Fufiji and picking Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6693, '2017-07-18', 420.24, 'Best Buy, San Carlos, CA', 'Sharp 50 Class 49.5\" Diag LED 1080p Smart HDTV Roku TV Black, Model: LC-50LB481U'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6694, '2017-07-19', 22.91, 'Amazon.com', 'For Ujala: Python for Kids: A Playful Introduction to Programming, Briggs, Jason R'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6695, '2017-07-19', 85.95, 'Amazon.com', 'For Arun: Hoka One One Men\'s M Constant 2 Grey/Directoire Blue Running Shoe 9.5 Men US'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6696, '2017-07-18', 83.75, 'Trader Joe\'s, San Mateo', '6 gallon milks @5.99/ea + bread and produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6697, '2017-07-14', 58.00, 'Uber', '8 rides for kids to return from swimming in summer session II.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6698, '2017-07-22', 170.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for August for Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6699, '2017-07-22', 37.29, 'Arco, Pleasant Hill, CA', '14.686 gallons @$2.539 + 35 cent debt card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6700, '2017-07-22', 29.04, 'Forever 21, Sunvalley Mall, Concord', '12 camis, 7 for Minaxi, 3 for Ujala, 2 for Kasvi, plus one pair of leggings for Kasvi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6701, '2017-07-22', 11.75, 'Starbucks, Sunvalley Mall, Concord', 'Coffee for Arun\'s parents, apple juice for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6702, '2017-07-22', 100.05, 'J C Penny, Sunvalley Mall, Concord', '14 t-shirts for Arun\'s father, Rajat, and Adit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6703, '2017-07-22', 17.00, 'Hot Topic, Sunvalley Mall, Concord', 'Playing cards for kids - three sets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6704, '2017-06-03', 20.00, 'Great Clips, Belmont, CA', 'Vyom\'s hair cut: $16 price + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6705, '2017-07-01', 38.29, 'Ghirardelli, San Francisco, CA', 'Ice cream and smoothies for everyone, with fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6706, '2017-07-01', 47.00, 'Ming\'s Chinese Restaurant, Pleasant Hill, CA', 'Lunch with fufi-ji, on the way back from a visit to the 249 Western Hills Drive house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6707, '2017-06-03', 47.88, 'Arco, San Mateo, CA', '16.397 gallons @$2.899 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6708, '2017-07-22', 100.05, 'UniQlo, Sunvalley Mall, Concord', '3 t-shirts for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6709, '2017-07-22', 40.00, 'J C Penny, Sunvalley Mall, Concord', 'Shoes for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6710, '2017-07-22', 90.65, 'The Walking Company, Sunvalley Mall, Concord', 'Shoes for Minaxi and Ujala (Ujala\'s were from J C Penny)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6712, '2017-05-29', 3.95, 'Starbucks, San Francisco, CA', 'Coffee for fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6713, '2017-07-16', 9.70, 'Starbucks, San Francisco Airport (SFO)', 'Coffee for Arun and milk chocolate for the kids, while dropping fufi-ji and picking Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6714, '2017-05-26', 16.50, 'Chevron, Belmont, CA', '5.003 gallons @$3.299. A quick partial fill for Aahna\'s field trip to the SF zoo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6715, '2017-05-27', 47.49, 'Arco, Pleasant Hill, CA', '16.375 gallons @$2.879 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6716, '2017-05-28', 37.88, 'Arco, San Mateo, CA', '12.947 gallons @$2.899 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6717, '2017-05-18', 48.22, 'Nielsens Olympian Gas, San Carlos, CA', '16.079 gallons @$2.999'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6718, '2017-05-15', 5.99, 'Safeway, Belmont, CA', 'Sugar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6719, '2017-05-13', 3.75, 'Starbucks, Walnut Creek, CA', 'Coffee for fufi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6720, '2017-05-12', 14.87, 'Google Merchandise Store, Mountain View, CA', 'T-shirt for Pavani\'s brother, bought during her visit to Google with her mother and friend, Neelanchi Arora.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6721, '2017-07-23', 50.00, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6722, '2017-07-09', 130.00, 'Heart of the City Farmers Market, San Francisco', '2 weeks of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6723, '2017-05-08', 44.15, 'Arco, San Mateo, CA', '16.725 gallons @$2.619 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6724, '2017-04-13', 10.00, 'Chevron, Belmont, CA', '3.125 gallons @$3.199. Emergency gas using Apple Pay, when Arun forgot wallet at home and was running extremely low on gas on the way back from work.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6725, '2017-04-25', 9.29, 'Chevron, Belmont, CA', '2.903 gallons @$ 3.199'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6726, '2017-04-30', 34.72, 'Arco, San Mateo, CA', '12.878 gallons @$2.669 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6727, '2017-05-13', 14.99, 'Great Clips, Belmont, CA', 'Arun\'s haircut: $10.99 (via gift card) + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6728, '2017-07-02', 23.00, 'Great Clips, Belmont, CA', 'Haircut for Arun: $18.00 + $5.00 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6729, '2017-07-17', 13.02, 'Sur la Table, San Francisco, CA', 'Egg whisk (beater)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6730, '2017-07-13', 8.47, 'CVS, San Carlos, CA', 'Calamine lotion for Arun\'s poison ivy rashes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6731, '2017-07-01', 16.38, 'Chevron, Belmont, CA', '5.025 gallons @$3.259.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6732, '2017-07-01', 37.67, 'Arco, Pleasant Hill, CA', '14.472 gallons @$2.579 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6733, '2017-07-14', 41.62, 'Arco, San Mateo, CA', '15.880 gallons @$2.599 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6734, '2017-07-15', 18.48, 'CVS, San Carlos, CA', '1000mg Vitamin C capsules (100 count) for Arun, to cure poison ivy rashes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6735, '2017-07-24', 7.82, 'CVS, San Carlos, CA', 'Sensodyne toothpaste for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6736, '2017-07-25', 87.59, 'JohnLeeMD.com', 'Saliva testing kit for inferring estrogen/progesterone ratio.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6737, '2017-07-26', 31.94, 'Arco, San Mateo', '12.209 gallons@2.619/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6738, '2017-07-27', 88.01, 'Trader Joe\'s, San Mateo', '6 gallon milks @5.99/ea + bread and produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6739, '2017-07-28', 64.00, 'Uber', '8 rides for kids to return from swimming in summer session III. Daily ride rate went up by $1 this session.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6740, '2017-07-28', 14.30, 'Uber', 'Ride back to office for Minaxi after attending Google\'s family picnic.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6741, '2017-07-29', 3.25, 'Starbucks, Pleasant Hill, CA', 'Coffee for Arun\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6742, '2017-07-30', 54.00, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6743, '2017-07-31', 8.99, 'eBay', 'Two infinity scarves for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6744, '2017-07-31', 36.19, 'Arco, San Mateo', '13.609 gallons @$2.659 + 35 cent debt card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6745, '2017-08-05', 12.15, 'Starbucks, San Francisco', 'Coffee for Arun\'s parents and juice for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6746, '2017-08-06', 31.44, 'Costco, Redwood City, CA', '11.522 gallons @$2.729'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6747, '2017-08-06', 302.13, 'Costco, Redwood City', '2 litre avocado oil, 4 liters olive oil (roughly $8/litre ea), some nuts, lots of breads (9 loaves for roughly $40), some snacks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6748, '2017-08-06', 68.32, 'Costco, Redwood City', '2 liter black label whiskey plus 1.5 liter rum.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6749, '2017-08-06', 49.74, 'Namaste Plaza, Belmont, CA', 'Including two bags of flour (got credit for one bought before that was bad)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6750, '2017-08-06', 32.28, 'Costco, Redwood City', '1 big bottle of shampoo, 4 packs of Sensodyne toothpaste for Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6751, '2017-08-06', 61.97, 'Costco, Redwood City', 'A fleece each for Arun and his father and a pair of pants for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6752, '2017-08-08', 55.00, 'Amazon.com', 'Two Emerita Progesterone tubes ($27.50 ea, sold at Whole Foods for a lot more), both 4oz each. 2 month supply of natural bio-identical progesterone for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6753, '2017-08-08', 50.49, 'Amazon.com', 'VicTsing 50ft Expanding Garden Hose and ikris Garden Hose Nozzle 10-Pattern Metal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6754, '2017-08-04', 98.00, 'Raging Waters, San Jose', 'Water park outing for Ujala and Aahna. They went with Malika and Radhika\'s mother, Ritu Bansal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6755, '2017-08-11', 31.14, 'Arco, San Mateo', '11.891 gallons@2.619/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6756, '2017-08-12', 134.00, 'Claire\'s, SunValley Mall, Concord', 'Ear piercings for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6757, '2017-08-12', 23.90, 'Sears, SunValley Mall, Concord', '2 blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6758, '2017-08-12', 7.61, 'JCPenny (Sunvalley Mall), Concord, CA', 'School bag for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6759, '2017-08-13', 67.50, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6760, '2013-05-29', 7.07, 'Madras Cafe, Sunnyvale, CA', 'Paper Masala Dosa, dinner with Gurmeet on visit to the Bay Area for interviewing with NVIDIA.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6761, '2012-07-12', 23.48, 'Lowe\'s', 'Battery touch light, two bulbs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6762, '2012-07-05', 34.90, 'Lowe\'s', 'KR15 replacement filter pack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6763, '2017-05-06', 37.87, 'Target, Walnut Creek, CA', 'Dolls for fufi-ji to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6764, '2017-08-13', 188.00, 'Nolo.com', 'VAU Homes LLC filing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6765, '2017-08-15', 414.86, 'Lifeone.org', '3 bottles (three-month supply) of immune booster for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6766, '2017-08-15', 48.89, 'Trader Joe\'s, San Mateo', '6 gallon milks @5.99/ea + 1lb butter + 3lb organic green beans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6767, '2017-08-16', 40.77, 'CVS, San Carlos, CA', 'Nature Made vitamin C value pack (300 tablets)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6768, '2017-08-19', 59.00, 'Great Clips, Belmont, CA', 'Haircut for Arun\'s father, Minaxi, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6769, '2017-08-19', 48.42, 'Safeway', '2 quarts ice cream and 1.2lbs of wild caught salmon ($12). Plus, yeast for $6.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6770, '2017-08-20', 134.00, 'Children\'s Creativity Museum, San Francisco, CA', 'One year family membership + $15 in three hour parking during first visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6771, '2017-08-23', 48.00, 'Jostens.com', 'Ujala\'s grade 6 yearbook order + clear cover'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6772, '2017-08-23', 42.00, 'PTA California Congress of Parents (Ralston Middle), Belmont, CA', 'Gym uniform for Ujala (size S shirt, size S shorts, combination lock)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6773, '2017-08-24', 50.06, 'Arco, San Mateo', '19 gallons @$2.599 + 35 cent debt card fee. Included $10 of backup gas filled the day before at $3.06/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6774, '2017-08-25', 9.56, 'eBay', '4 infinity scarves for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6775, '2017-08-25', 10.99, 'eBay', 'Shoes for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6776, '2017-08-26', 50.00, 'Golden State Smog Center, Belmont, CA', 'Smog check'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6777, '2017-08-28', 4.77, 'CVS, San Carlos, CA', 'Two-pack super glue (Krazy Glue)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6778, '2017-08-28', 72.71, 'Trader Joe\'s, San Mateo', '7 gallon milks @5.49/ea + 1lb butter + Done produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6779, '2017-09-01', 49.49, 'Namaste Plaza, Belmont, CA', 'Including one of flour and 10lb peanuts ($25, equal price)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6780, '2017-09-01', 19.99, 'Amazon.com', 'Melatonin for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6781, '2017-09-02', 16.45, 'Starbucks, Hillsdale Mall, San Mateo, CA', 'Coffee for Arun\'s parents, juice and milk for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6782, '2017-09-03', 10.01, 'Chevron, Belmont, CA', '2.981 gallons @$3.359, to tide over until Minaxi can fill up'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6783, '2017-09-03', 23.00, 'Great Clips, Belmont, CA', 'Haircut for Arun: $18 + $5 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6784, '2017-09-03', 45.15, 'Arco, San Mateo, CA', '16.483 gallons @$2.739 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6785, '2017-09-03', 8.34, 'Arco, San Mateo, CA', 'Car wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6786, '2017-09-04', 75.00, 'Mandarin House, Berkeley, CA', 'Late lunch on the way back from Pleasant Hill after staying there one night.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6787, '2017-09-05', 44.79, 'Ralston Middle School', 'Picture CD plus a couple of hard copies of Ujala\'s 6th grade picture'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6788, '2017-09-08', 34.27, 'Arco, San Mateo, CA', '12.07 gallons @$2.839 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6789, '2017-09-10', 15.63, 'Lunardi\'s', '6 toilet paper rolls and a 1.5 quart tub of organic ice-cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6790, '2017-09-10', 98.00, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6791, '2017-08-20', 80.00, 'Heart of the City Farmers Market, San Francisco', '1.5 weeks of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6792, '2017-09-10', 29.72, 'Amazon.com', 'For Ujala: Instrument Clinic Flute Maintenance Kit ($13.98) + HWP H-FSM HW Pad-Saver Flute Set, Multi-Color ($15.74)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6793, '2017-09-10', 46.83, 'Amazon.com', 'Book \"Drawdown: The Most Comprehensive Plan Ever Proposed to Reverse Global Warming,\", book \"Why Buddhism is True: The Science and Philosophy of Meditation and Enlightenment\", and for Minaxi: iPhone 6S Plus Leather Case'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6794, '2017-09-12', 86.55, 'Trader Joe\'s, San Mateo', '6 gallon milks @5.49/ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6795, '2017-09-13', 117.19, 'Green Foods Corporation', 'One box of Barley Greens with kelp caplets, one box of each of carrot and beet caplets (juicing substitutes) for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6796, '2017-09-14', 831.61, 'Searsoutlet, Hayward', 'Kenmore Elite 14793 dishwasher, since the previous one broke. Pickup at \r\n680 W Winton Avenue\r\nHayward, CA 94545\r\n(510) 265-1003'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6797, '2017-09-15', 38.27, 'Arco, San Mateo', '13.574 gallons@2.819/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6798, '2017-09-17', 55.50, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6799, '2017-09-18', 46.07, 'Arco, San Mateo, CA', '16.459 gallons @$2.799 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6800, '2017-09-19', 382.36, 'BestBuy.com', 'Brother MFC9340CDW Wireless Color All In One LED Printer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6801, '2017-09-20', 2.99, 'Whole Foods, San Mateo', 'Bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6802, '2017-09-22', 18.03, 'Amazon.com', 'Book: The Hacking of the American Mind: The Science Behind the Corporate Takeover of Our Bodies and Brains, by Robert H. Lustig.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6803, '2017-09-21', 25.97, 'Whole Foods, San Mateo', 'Two birthday cakes for Ujala\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6804, '2017-09-23', 8.70, 'Starbucks, Walnut Creek', 'Coffee for Arun’s mother and apple juices for the kid, while returning from Putnam Blvd'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6805, '2017-08-26', 255.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for September for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6806, '2017-09-23', 255.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for October for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6807, '2017-09-24', 75.00, 'Belmont Farmers Market', '1 week of fruits and vegetables, 30 lb tomatoes for $23'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6808, '2017-09-25', 43.37, 'Arco, San Mateo, CA', '15.605 gallons @$2.779 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6809, '2017-09-25', 0.75, 'San Mateo County Library', 'Late fees on Arundhati Roy\'s books, borrowed for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6810, '2017-09-25', 22.81, 'Trader Joe\'s, San Carlos, CA', '2 x 3-in-one body care soap, recycled bath tissue (2 ply, dozen pack)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6811, '2017-09-25', 65.32, 'Trader Joe\'s, San Carlos, CA', '6 gallons milk, cereal, bread, one bottle of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6812, '2017-09-25', 24.45, 'Office Depot, San Carlos, CA', 'Two reams of legal-sized paper (one half priced)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6813, '2017-09-27', 22.24, 'Dr. Lorraine Day website', 'Book: What does it take to get well? $9.29 just for shipping/handling + tax!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6814, '2017-09-28', 71.00, 'Generations School Photography', '2 x $33 for school pictures of Aahna and Vyom (1 hard copy class picture + 1 portrait picture on CD); + $5 shipping & handling, because Aahna\'s order had to be placed online later since she neglected to give the check in class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6815, '2017-09-28', 26.97, 'Namaste Plaza', '10lb kala Chana + 4lb whole urad + 10lb Dhanraj blue aata ($10.99/ea)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6816, '2017-09-29', 18.04, 'Arco, San Mateo, CA', '6.539 gallons @$2.759 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6817, '2017-09-30', 34.03, 'Arco, San Mateo', '12.335 gallons@2.759/gallon + $0.35 cents for debit processing fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6818, '2017-01-29', 41.26, 'The Home Depot, San Carlos, CA', 'Pipe for water tank (14-2 UF 100\'), pipe tape'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6819, '2017-10-01', 318.18, 'Costco, Foster City', 'Misc groceries + $120 for membership renewal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6820, '2017-10-01', 31.52, 'Costco, Foster City', 'toilet paper plus laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6821, '2017-10-01', 18.13, 'Costco, Foster City', 'Light jacket for Arun’s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6822, '2014-03-19', 57.00, 'Shell, Belmont, CA', 'Smog check and inspection, to get registration transferred to CA from IN'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6823, '2017-10-04', 412.05, 'ebay.com', 'Yamaha YFL-222 flute for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6824, '2017-10-04', 16.89, 'Safeway', 'One while chicjen and 10lb potatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6825, '2017-10-05', 27.19, 'Arco, San Mateo, CA', '9.856 gallons @$2.759 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6826, '2017-10-09', 25.94, 'Trader Joe\'s, San Mateo, CA', '4 gallons milk and two has brown patties'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6827, '2017-10-09', 3.28, 'Dollar Tree Stores', 'General trivia for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6828, '2017-10-09', 14.47, 'Namaste Plaza', 'Pain pooris'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6829, '2017-10-11', 50.18, 'Amazon.com', '3 2oz liquid melatonin (2-pack NOW is one of them) + Enzymatically Modified Rice Bran (EMBR) Natural Killer (NK) cell activator ($30/30-day supply!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6830, '2017-10-12', 100.00, 'Fox Elementary', '$50 donation each for field day for Vyom and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6831, '2017-10-01', 17.00, 'Carlo Caratori', 'Lunch with Mari and team'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6832, '2017-10-13', 37.70, 'Arco, San Mateo, CA', '13.763 gallons @$2.739 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6833, '2017-10-14', 34.56, 'Arco, San Mateo, CA', '12.618 gallons @$2.739 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6834, '2017-10-14', 44.03, 'Namaste Plaza', '20lb aata ($7.99), some pani pooris ($7), misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6835, '2017-10-17', 76.18, 'Whole Foods, San Mateo', '30 lbs beans at 20% off plus 5 lbs brown rice at double the price of beans plus 2 two lute kombucha bottles for $6.09 ea'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6836, '2017-10-17', 77.09, 'Amazon.com', 'Energizer EL1CRBP-2 3-V Li Photo Battery (2-Pack) (for window sensor); Energizer LR44 1.5V Button Cell 20 pack (for Aahna\'s Digibird singing birds); Light Bulb Socket Adapter (for holiday lights); Magnetic Go Game Set; Chess Set 12\"x12\" Folding Wooden'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6837, '2017-10-19', 12.50, 'CVS, San Carlos, CA', 'Band-aid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6838, '2017-10-08', 100.00, 'Belmont Farmers Market', '2 weeks of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6839, '2017-10-22', 102.00, 'Belmont Farmers Market', '1 week of fruits and vegetables, 5 pounds unshelled almonds ($15), 1 lb shelled walnuts ($7), and 30 eggs ($20), 20lb fruit ($30)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6840, '2017-10-23', 39.49, 'Arco, San Mateo, CA', '14.741 gallons @$2.679 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6841, '2017-10-21', 275.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for November for Ujala, Aahna, and Vyom + $20 for Ujala\'s clinic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6842, '2017-10-28', 45.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for Ujala\'s orange belt test.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6843, '2017-10-28', 36.25, 'Safeway', '4lb chicken wings plus sone Halloween candy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6844, '2017-10-29', 68.00, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6845, '2017-10-30', 34.63, 'Arco, San Mateo, CA', '12.925 gallons @$2.679 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6846, '2017-10-30', 99.47, 'Trader Joe\'s, San Mateo, CA', '5 gallons milk and musc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6847, '2017-11-01', 0.50, 'San Mateo County Library', 'Late fee on a book, borrowed for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6848, '2017-11-02', 10.99, 'eBay', 'A pair of white pants for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6849, '2017-11-03', 8.12, 'eBay', 'Book: Mind Over Medicine, by Lisa Rankin'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6850, '2017-11-04', 39.29, 'Arco, Redwood City', '12.601 gallons @$3.039'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6851, '2017-11-04', 139.00, 'Red Chillies, Milpitas, CA', 'Lunch for the family. No buffet on Saturdays.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6852, '2017-11-04', 13.50, 'Walmart, Martinez', 'One pair of slippers for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6853, '2017-11-04', 7.10, 'Starbucks, Walnut Creek, CA', 'Coffee for Arun’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6854, '2017-11-04', 6.84, 'Chevron, Belmont, CA', 'Gas for the rental van, given by the dealer while Subaru was serviced for recalls. 2.011 gallons @$3.399.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6855, '2017-11-05', 5.78, 'Walgreens, Belmont, CA', 'Clear Eyes itchy eye relief for Arun’s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6856, '2017-11-05', 257.50, 'Belmont Farmers Market', '0.5 week of fruits and vegetables, plus 25lb almonds from Nojaba Farms, plus 2lbs Catfish, plus 1lb of pistachios.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6857, '2017-11-06', 25.00, 'Fox Elementary', 'Donation for Aahna\'s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6858, '2017-11-06', 4.25, 'Velo Rouge Cafe, San Francisco, CA', 'Coffee for Arun’s father while waiting for Life Certificate from Indian Consulate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6859, '2017-11-02', 43.74, 'Carlsen Subaru, Redwood City, CA', 'Oil change (also serviced recalls of passenger-side airbag and brake lines).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6860, '2017-11-07', 110.46, 'OmegaJuicer.com', 'Replacement Auger (white), drum (clear), and juicing filter for Omega 8005 juicer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6861, '2017-11-07', 39.64, 'Amazon.com', 'For Ujala: Math Olympiad Contest Problems for Elementary and Middle Schools, Vol. 1, George Lenchner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6862, '2017-11-07', 34.03, 'Amazon.com', 'Big Girl\'s Minnie Mouse Flip Flops Pink (Large (2-3)); AmazonBasics Stapler with 1000 Staples; Kenmore Elite 469918 Refrigerator Air Filter, 2 pack;'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6863, '2017-11-07', 423.44, 'Lifeone.org', '3 bottles (three-month supply) of immune booster for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6864, '2017-11-09', 49.48, 'Arco, San Mateo, CA', '16.834 gallons @$2.939 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6865, '2017-11-10', 53.90, 'Trader Joe\'s, San Mateo, CA', '6 gallons milk and misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6866, '2016-10-29', 92.90, 'Costco, Redwood City, CA', 'Battery (charged $107.90, of which $15 refunded when old batter recycled).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6867, '2016-11-23', 72.57, 'Trader Joe\'s, San Mateo, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6868, '2017-02-05', 34.00, 'Great Clips, Belmont, CA', 'Haircut for Arun and Vyom; paid from the gift card + $5.00 (approx.) in tips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6869, '2016-07-02', 3.00, 'Napa Farmers Market, San Francisco, CA', 'Double macchiato for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6870, '2016-09-04', 3.56, 'Starbucks, Kent, WA', 'Coffee for Arun on the way back from the road trip to Vancouver.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6871, '2017-02-25', 149.77, 'SSI Village Rental, Truckee, CA', 'Lake Tahoe vacation: Ski rentals for Arun, Ujala, and Aahna; visit during Rick Turlington\'s birthday celebration'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6872, '2017-07-23', 45.00, 'Ice at the Galleria, Houston, TX', 'Texas vacation: Skate rentals for Arun, Ujala, and Aahna at the Galleria'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6873, '2017-07-22', 15.11, 'H.E.B., Houston, TX', 'Texas vacation: Some grocery items (milk, water, bananas)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6874, '2014-02-19', 51.49, '76, Belmont, CA', '13.343 gallons @$3.859'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6875, '2016-07-26', 30.07, 'Whataburger, Dallas Love Field Airport, TX', 'Texas vacation: Dinner at the airport, while returning back from the vacation, after the flight got delayed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6876, '2016-09-03', 8.41, 'Pedro\'s Organic Coffee, Vancouver, BC, Canada', 'Vancouver vacation: Canadian $10.71 (equiv. US $8.17 + $0.24 foreign transaction fee); coffee for Arun and mausi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6877, '2016-07-08', 1.84, 'The UPS Store, Mountain View, CA', 'Bubble mailer (unknown purpose; may be for Arun\'s parents).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6878, '2016-07-30', 28.78, 'Ikea, East Palo Alto, CA', 'Laundry hamper, curtain rod for master bedroom, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6879, '2017-11-13', 50.18, 'Amazon.com', 'Enzymatically Modified Rice Bran (EMBR) Natural Killer (NK) cell activator ($30/30-day supply!) + 5lb sprouting barley seeds + \"The Fear Cure\", book by Lisa Rankin.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6880, '2017-11-14', 8.15, 'Safeway', '$3 worth of marshmallows and 6 pears'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6881, '2017-11-17', 38.53, 'Arco, San Mateo, CA', '13.109 gallons @$2.939 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6882, '2017-11-18', 26.03, 'Arco, San Mateo', '8.856 gallons @$2.939'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6883, '2017-11-18', 78.43, 'Namaste Plaza', '20lb aata ($10.99 ea), some dals @$3/lb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6884, '2017-11-20', 25.00, 'Fox Elementary', 'Year end gift for Vyom\'s teacher, Ms. Nunez.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6885, '2017-10-25', 140.00, 'Smitha', '4 weeks of rides for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6886, '2017-11-21', 140.00, 'Smitha', '4 weeks of rides for Vyom. Paid early because the rest of the week is Thanksgiving break.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6887, '2017-11-22', 72.77, 'Trader Joe\'s, San Mateo, CA', '4 gallons milk, 14lb natural (not free range or organic) turkey and misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6888, '2017-11-22', 6.66, 'Safeway', '2 breads and glue for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6889, '2017-11-24', 45.52, 'Subway, San Francisco', 'Lunch with Arun’s patents and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6890, '2017-11-24', 41.46, 'Ghirardeli, San Francisco', '5 Thick shakes and one hot cocoa, all small'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6891, '2017-11-24', 108.16, 'Amazon.com', 'Fitibit for Arun\'s mother: Fitbit Charge 2 Heart Rate + Fitness Wristband, Black, Large (US Version) - $99 + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6892, '2017-11-24', 35.70, 'Amazon.com', 'MicroDefense by Honeywell CF108A1420-2PK/C Honeywell Filter, 1 inch, 14 x 20, Merv 8 Microdefense ($20.72); Dual USB Wall Plate Snap Power Outlet Cover ($14.98).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6893, '2017-11-25', 255.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for December for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6894, '2017-11-28', 25.00, 'The Humane League', 'They had a donor doing 2:1 matching, so a chance to make triple the impact with this money.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6895, '2017-11-30', 48.38, 'Arco, San Mateo, CA', '16.809 gallons @$2.879 + 35 cents debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6896, '2017-09-30', 33.21, 'Whole Foods, San Mateo', '5 milks plus a bottle of cleaning spray'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6897, '2017-12-01', 100.00, 'Pratham USA', 'Donated during Google\'s Giving Week; direct payroll deduction; 3x impact (matched by Google + sponsor).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6898, '2017-12-02', 34.60, 'Arco, San Mateo, CA', '12.102 gallons @$2.859'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6899, '2017-12-03', 20.00, 'WikiMedia', 'Donation to Wikipedia'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6900, '2017-12-04', 17.99, 'Forever 21, Hillsdale Mall, San Mateo', '4 blouses and some makeup removal pads for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6901, '2017-12-03', 95.00, 'Belmont Farmers Market', '30 eggs for $22 and $25 worth of fruits and one week of vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6902, '2017-11-19', 85.00, 'Belmont Farmers Market', '2 weeks of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6903, '2017-11-12', 80.00, 'Belmont Farmers Market', '1 week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6904, '2017-12-06', 32.69, 'eBay', '38 Ninjago/Star Wars books for Vyom for Christmas (used).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6905, '2017-12-07', 52.05, 'eBay', 'set of 12 new hardcover \"Diary of a Wimpy Kid\" books for Aahna for Christmas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6906, '2017-12-07', 75.77, 'Trader Joe\'s, San Mateo, CA', '3 gallons milk plus misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6907, '2017-12-10', 60.00, 'Belmont Farmers Market', '10 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6908, '2017-12-10', 10.96, 'Safeway', '4 boxes of cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6909, '2017-12-10', 43.16, 'Mountain Mike\'s pizza', '2 large specialty pizzas for kids and grandparents while Arun and Minaxi went to Google\'s holiday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6910, '2017-12-11', 22.97, 'eBay', 'Two pairs of size 8 shoes for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6911, '2017-12-12', 68.46, 'Namaste Plaza', '20lb aata ($10.99 ea), 20lb rice ($17.99ea), 20lb idli rice ($14 ea), 14oz ghee ($13 ea) and a few misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6912, '2017-12-13', 34.40, 'Shell, S San Francisco', '11.1 gallons @$3.09/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6913, '2017-12-15', 103.99, 'Amazon.com', 'Seiko Men\'s SNE095P1 Solar Power Analog Quartz Stainless Steel Watch, for Arun\'s father as the Christmas gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6914, '2017-12-13', 10.47, 'Amazon.com', 'Aftershave for Arun: Majestic Pure Aftershave Splash with Organic Aloe, Witch Hazel, White Willow, and Tea Tree, 8 fl Oz'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6915, '2017-12-14', 49.00, 'Arco, San Mateo', '17.260 gallons @$2.839 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6916, '2016-08-27', 53.78, 'Trader Joe\'s, San Carlos, CA', 'Including a cabarnet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6917, '2017-03-18', 30.70, 'Arco, San Mateo, CA', '11.001 gallons @$2.759 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6918, '2017-11-25', 7.65, 'Dollar Tree, Belmont, CA', 'Knickknacks for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6919, '2017-11-19', 4.37, 'Dollar Tree, Belmont, CA', 'Knickknacks for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6920, '2017-11-07', 10.10, 'CVS, San Carlos, CA', 'Artificial tear, for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6921, '2017-10-28', 36.25, 'Safeway, Belmont, CA', 'Including two bags of chocolates for Halloween'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6922, '2017-11-05', 5.78, 'Walgreens, Belmont, CA', 'Clear Eyes itching relief eye drops, for Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6923, '2017-02-25', 239.00, 'Northstar Tahoe Lift Tickets, Truckee, CA', 'Tahoe vacation: lift tickets for Arun ($150) and Ujala ($89); Minaxi got Aahna\'s lift ticket refunded since Aahna never used the lifts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6924, '2016-10-14', 95.00, 'Little Tibet, Bloomington, IN', 'Lunch for the family, on a visit back to Bloomington for the proposal defense of Minaxi\'s student (Andrew ?) and PhD defense of Arun\'s student (Nilesh Mahajan).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6925, '2017-10-18', 55.45, 'Trader Joe\'s, San Carlos, CA', '5 gallons milk, bread, organic cabarnet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6926, '2017-10-18', 17.38, 'Trader Joe\'s, San Carlos, CA', '2 x Body Care 3-in-one soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6927, '2017-10-25', 23.64, 'Trader Joe\'s, San Carlos, CA', 'Including one red blended wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6928, '2017-11-21', 25.00, 'Great Clips, Belmont, CA', 'Haircut for Arun and Vyom; $16.00 for Vyom, $0 for Arun (due to a coupon) + $9.00 in tips for the two'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6929, '2017-11-04', 13.50, 'Walmart, Martinez, CA', 'Slippers for Aahna, undergarments for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6930, '2017-10-14', 10.29, 'Dollar Store, Belmont, CA', 'Knickknacks for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6931, '2017-09-02', 2.25, 'Redwood City, CA', 'Parking fee for road-side parking during the movie \"Big Sick.\" (Watched the movie to get away from record heat!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6932, '2017-08-20', 16.00, 'Chevron, Belmont, CA', 'Some gas to tide over until the next full tank (5.001 gallons @$3.199)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6933, '2017-11-04', 43.74, 'Carlsen Subaru, Redwood City, CA', 'Oil change, while getting airbag recall done'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6934, '2017-07-29', 26.50, 'Pleasant Hill Teen Center, Pleasant Hill, CA', 'Recreational swimming while visiting the Pleasant Hill house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6935, '2016-09-01', 4.25, 'Starbucks, Vacaville, CA', 'Vancouver vacation: Coffee for Arun on the way to Vancouver.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6936, '2016-08-06', 8.70, 'Chevron, Belmont, CA', '3.002 gallons @$2.899, to tide over until filling up'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6937, '2016-07-26', 3.52, 'Starbucks, Dallas Love Field, TX', 'Texas vacation: Coffee for Arun, on the way back from Dallas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6938, '2016-07-23', 15.47, 'Office Depot, Sugarland, TX', 'Texas vacation: Wedding card for Anju (Archana Pyatt).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6939, '2016-07-26', 24.94, 'RaceTrac 626, Dallas, TX', 'Texas vacation: Gas in the rental car: 12.601 gallons @$1.979'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6940, '2016-07-23', 200.00, 'The Home Depot, Sugarland, TX', 'Texas vacation: Gift card as the wedding gift to Anju (Archana Pyatt)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6941, '2017-09-02', 84.00, 'Cinemark Redwood Downtown, Redwood City, CA', '$33 for three kids for \"?\" + $51 for two adults and two seniors for \"Big Sick\"; paid later to Abhi via PayPal (went to the movies to escape the record heat)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6942, '2014-01-24', 43.31, 'Safeway, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6943, '2014-02-17', 23.00, 'Great Clips, Belmont, CA', 'Haircut for Arun and Minaxi: $8.99 each (discounted rate) + tips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6944, '2014-01-17', 4.34, 'Whole Foods, San Mateo, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6945, '2015-12-06', 137.80, 'Walmart, Mountain View, CA', 'Miscellaneous git items for Arun\'s parents to carry back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6946, '2015-12-11', 25.50, 'Domino\'s Pizza, Belmont, CA', 'Pizza for kids and Arun\'s parents while Minaxi and Arun went for Edmodo\'s holiday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6947, '2014-02-02', 72.87, 'Trader Joe\'s, San Carlos, CA', 'Including a bottle of Pinot Noir.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6948, '2014-02-01', 48.65, 'Chevron, Belmont, CA', '12.807 gallons @$3.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6949, '2014-01-23', 52.20, 'Chevron, Belmont, CA', '13.740 gallons @$3.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6950, '2014-02-23', 57.46, 'Chevron, Belmont, CA', '14.736 gallons @$3.899'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6951, '2014-01-29', 16.39, 'Subway, San Mateo, CA', 'Sandwiches for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6952, '2015-12-05', 32.68, 'Costco, Redwood City, CA', 'Socks, pants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6953, '2015-12-05', 166.46, 'Costco, Redwood City, CA', 'Blades ($56.99), body wash, lotion, toothbrush'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6954, '2015-12-05', 45.75, 'Costco, Redwood City, CA', 'Battery (AA and AAA), tape'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6955, '2015-12-05', 253.21, 'Costco, Redwood City, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6956, '2014-01-25', 6.00, 'San Francisco International Airport, CA', 'Parking while dropping Minaxi\'s parents, returning to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6957, '2014-01-26', 4.00, 'San Francisco International Airport, CA', 'Parking while picking fufi-ji, arriving from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6958, '2014-01-27', 17.96, 'Trader Joe\'s, San Mateo, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6959, '2014-01-24', 57.06, 'Chevron, Belmont, CA', '15.021 gallons @$3.799'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6960, '2014-01-16', 4.49, 'Walgreens, San Mateo, CA', 'Some unknown prescription drug?'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6961, '2014-01-19', 28.24, 'The Noodle Shop, San Mateo, CA', 'Lunch with fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6962, '2014-01-28', 19.00, 'Domino\'s Pizza, Belmont, CA', 'Carry out for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6963, '2017-12-19', 8.71, 'Trader Joe\'s, Mountain View, CA', '3-in-one body care (portion of the total bill of $66.59)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6964, '2017-12-19', 57.88, 'Trader Joe\'s, Mountain View, CA', 'Including one cabernet (portion of the total bill of $66.59)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6965, '2017-12-22', 47.09, 'Arco, San Mateo, CA', '16.809 gallons @$2.799 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6966, '2017-12-23', 255.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for January for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6967, '2017-12-24', 120.00, 'Belmont Farmers Market', '14 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6968, '2017-12-24', 56.90, 'Avanti Pizza', 'Two 18” for the whole family'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6969, '2017-12-26', 41.33, 'Subway, Manteca', 'Lunch with Arun’s patents and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6970, '2017-12-24', 47.68, 'Rivertown Feed and Pet Country Store', 'Food and misc for chickens'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6971, '2017-12-23', 23.19, 'Dollar Tree, Belmont, CA', 'Knickknacks for kids for christmas gift wrapping and such'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6972, '2017-12-09', 34.00, 'Great Clips, Belmont, CA', 'Haircut for Arun and his father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6973, '2017-12-27', 34.59, 'Arco, San Mateo, CA', '12.358 gallons @$2.799 (final tank of gas in Subaru)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6974, '2017-12-29', 1000.00, 'School Force, Belmont, CA', 'Donation via Google, with matching $1000, to Belmont Redwood Shores Public School Foundation (cited URL is schoolforce.org).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6975, '2017-12-29', 10.50, '17 Miles Drive, Monterey, CA', 'Drive with Arun’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6976, '2018-01-01', 69.22, 'Panda Dumpling, San Carlos', 'Dinner on new year’s eve'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6977, '2018-01-02', 8.00, 'White House Garage, San Francisco', 'Parking while visiting Apple store'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6978, '2018-01-01', 12.85, 'Starbucks, Alameda, CA', 'Coffee for Arun’s parents, juice for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6979, '2018-01-01', 8.00, 'The White House Garage, San Francisco, CA', 'One hour parking while showing Arun’s parents the Apple store'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6980, '2017-12-29', 52.56, 'Chipotle, Monterey, CA', 'Late lunch on the visit to Monterey’s 17 mile drive, while waiting for the Tesla to charge'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6981, '2017-01-27', 6.54, 'Hassett Hardware, Belmont, CA', 'Ceramic lamp holder for the heat light for the chickens'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6982, '2017-12-27', 77.05, 'The Home Depot, San Carlos, CA', 'Rat poison + stuff for keeping Aahna’s chickens warm (tarp, heat light, socket, switch, plug)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6983, '2017-11-19', 7.63, 'Safeway, Belmont, CA', 'Liquid detergent and glue for kids’ slime-making'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6984, '2018-01-03', 59.79, 'Amazon.com', 'Gifts for Arun\'s parents to take to India: Gorilla 50002-2 Original Glue (2 Pack), 2 oz, Brown for papa; Calvin Klein Jeans Men\'s Skinny Fit Denim Jean, Brown/Black, 30x32 for Adit (paid using Arun\'s Amex points).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6985, '2018-01-04', 9.40, 'Amazon.com', 'Cellphone case for Arun\'s mother: kwmobile Wallet case canvas cover for LG Google Nexus 5X - Flip case with card slot and stand in grey black'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6986, '2018-01-05', 36.76, 'Trader Joe\'s, San Mateo, CA', '4 milks and misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6987, '2018-01-07', 6.90, 'Starbucks, San Francisco', 'Coffee for Arun’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6988, '2018-01-08', 10.06, 'In-n-out burger, Daly City', '5 orders of fries after visiting Ferry Plaza building in SF'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6989, '2017-12-30', 200.00, 'Costco, Redwood City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6990, '2017-12-30', 150.00, 'Costco, Redwood City', 'Chocolates and other music for Arun’s Parents to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6991, '2017-12-30', 70.00, 'Costco, Redwood City', 'One pair of jeans for Arun (32), one set of sneaker for Ujala, and some toilet paper worth $18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6992, '2018-01-06', 107.52, 'Walmart, Mountain View, CA', 'Clothing, watches (2), and some toys for Arun’s Parents to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6993, '2018-01-06', 16.29, 'Walmart, Mountain View, CA', 'Memory foam pillow for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6994, '2018-01-10', 46.21, 'Namaste Plaza', 'a few misc dals and spices'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6995, '2017-12-16', 2500.00, 'Tesla', 'Reservation charges for the Model X 100D'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6996, '2017-12-24', 17888.36, 'Tesla', 'Down payment for the Model X 100D'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6997, '2018-01-09', 49.16, 'Tesla', 'NEMA 14-30 adapter; unfortunately, couldn\'t cancel the online order in time even after picked one adapter for free from the Palo Alto store.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6998, '2018-01-11', 37.00, 'Zen12.com', 'Meditation MP3s: 48, 4 varieties for each of the 12 levels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (6999, '2018-01-12', 19.00, 'Great Clips, Belmont, CA', 'Haircut for Arun’s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7000, '2018-01-12', 100.00, 'Shalini Negi', 'For Rakhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7001, '2018-01-12', 100.00, 'Sushma Sharma', 'For Rakhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7002, '2018-01-12', 22.00, 'DMV, CA', 'Fee for the Clean Air Vehicle Decals (diamond lane sticker).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7003, '2018-01-13', 26.00, 'Great Clips, Belmont, CA', 'Haircut for Arun and Minaxi, $8 tip. One haircut was free.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7004, '2018-01-14', 10.00, 'SFO Airport', 'Parking while dropping Arun’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7005, '2018-01-14', 47.14, 'Arco, San Mateo, CA', '16.487 gallons @$2.859+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7006, '2018-01-14', 99.07, 'Trader Joe\'s, San Mateo, CA', '4 milks, 4 breads ($12), 0.75lb ice cream ($9), 6 lbs veggies ($12), 4 avacados ($5), tofu and chicken sausage ($12) and misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7007, '2018-01-17', 140.00, 'Smitha', '2 weeks of rides for Vyom. 2 weeks prior were holidays.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7008, '2018-01-20', 270.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for February for Ujala, Aahna, and Vyom; $5 increase per child'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7009, '2018-01-18', 26.00, 'Fox Elementary book fair', 'Aahna and Vyom’s shopping spree at the school fund raiser.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7010, '2018-01-26', 150.00, 'School Force, Belmont, CA', 'Readathon fund-rasing, $50 for each kid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7011, '2017-08-26', 94.24, 'Walmart, San Leandro', 'Gifts for Arun\'s parents to take back (part of the total bill of $105.19).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7012, '2017-08-26', 10.95, 'Walmart, San Leandro', 'Socks for Arun (part of the total bill of $105.19).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7013, '2018-01-26', 119.56, 'Trader Joe\'s, San Mateo, CA', '4 milks plus misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7014, '2018-01-27', 19.98, 'While Foods, San Mateo, CA', 'Two cakes for Aahna’s birthday: single layer tres leches and single layer eruption chocolate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7015, '2018-01-28', 58.50, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7016, '2018-02-02', 64.00, 'Fox Elementary PTA', 'Four tickets for Foxtravaganza on Sunday, 2018-MAR-11, 3:00 pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7017, '2018-02-02', 3.99, 'Amazon.com', 'Descendants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7018, '2018-02-03', 10.45, 'Home Depot, San Carlos', '4 packets of seeds (lettuce, mustard, chard, turnips, onions). Cilantro, garlic, chick peas, methi will be planted from home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7019, '2018-02-03', 25.15, 'Sigona’s Market, Redwood City', '1 quart ice cream ($7) plus some fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7020, '2018-02-03', 153.00, 'Costco, Redwood City', 'Breads, olive and Avacado oils ($30, 4 litres total), fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7021, '2018-02-08', 45.18, 'Arco, San Mateo, CA', '15.067 gallons @$2.999+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7022, '2018-02-09', 50.00, 'Smitha and Nadine', 'A+V Foxtravaganza costumes for this year'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7023, '2018-02-10', 87.47, 'Namaste Plaza', '2lb goat meat ($12), 8lb dals, 10lb asta, ($10.99), some veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7024, '2018-02-12', 20.27, 'Safeway', 'Valentine’s Day stuff'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7025, '2018-02-13', 3.19, 'Dollar Tree, Belmont, CA', 'Knickknacks for kids for valentines'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7026, '2018-02-14', 14.19, 'Walgreens', 'Ujala’s passport size pictures (2)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7027, '2018-02-15', 24.38, 'drmiller.com', 'Hope, Faith, and Transformation: Guided Imagery for Healing (CD) for Minaxi by Emmett Miller, MD.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7028, '2018-02-15', 83.56, 'Trader Joe\'s, San Mateo, CA', '4 milks plus misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7029, '2018-02-16', 140.00, 'Smitha', '4 weeks of rides for Vyom. Should\'ve paid yesterday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7030, '2018-02-17', 85.37, 'Expedia.com', 'Baymont Inn and Suites, Hollister, CA, while visiting Pinnacles National Park. Free breakfast. Price is unbelievable and reviews, good. We\'ll find out how it is.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7031, '2018-02-18', 88.00, 'Ginger Cafe, Gilroy', 'Lunch for us 5 enroute to pinnacle national park'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7032, '2018-02-18', 25.00, 'Pinnacle National Park, Paicines', 'Park entry fee good for 7 days'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7033, '2018-02-18', 30.25, 'Jerry’s of Hollister, Holister, CA', 'Pinnacle National Forest vacation: Dinner while starting at Hollister'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7034, '2018-02-19', 34.69, 'Chipotle, Salinas', 'Lunch while returning from Pinnacles National Park'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7035, '2018-02-21', 24.54, 'Burger King, San Francisco', 'Lunch w/kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7036, '2018-02-21', 46.50, 'Heart of the City Farmers Market, San Francisco', 'One week of fruits and veggies. $6.50 for parking since Aahna ended up paying for 2 hours instead of one.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7037, '2018-02-23', 27.50, 'Aditya Khurana via Venmo', 'Minaxi\'s lunch with Tony, Adi, and Sujit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7038, '2018-02-24', 8.98, 'Amazon.com', 'Two e-books:\r\n1) Deep Healing: The Essence of Mind/Body Medicine: Emmett Miller ($1.99)\r\n2) Getting Well Again: Simonton ($6.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7039, '2018-02-25', 32.60, 'Walgreens', 'Aahna and Vyom’s passport size pictures (2 each)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7040, '2018-02-25', 78.49, 'Trader Joe\'s, San Mateo, CA', '3 milks, 4 packs of chicken ($11), plus misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7041, '2018-02-24', 270.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for March for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7042, '2018-02-27', 21.78, '76, San Ramon', '6 gallons of gas!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7043, '2018-02-27', 16.91, 'Subway', 'Lunch for Minaxi and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7044, '2018-02-27', 104.89, 'Amazon.com', '25lb whole wheat organic flour ($42), 5lb dates ($25), 1lb matcha powder ($15), 2lb pumpkin seeds ($15)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7045, '2018-02-28', 35.00, 'Fox Elementary', '2017-18 Fox yearbook for Aahna and Vyom (common yearbook).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7046, '2018-03-03', 47.00, 'Great Clips, Belmont, CA', 'Haircut for Arun, Ujala, and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7047, '2018-03-04', 86.00, 'Belmont Farmers Market', '7 days of fruits and vegetables, $20 for eggs and $14 for 8oz salmon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7048, '2018-03-06', 100.93, 'Macys.com', '4 hoodies for Arun\'s birthday gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7049, '2018-02-01', 212.87, 'Amazon.com', 'Skywalker Trampolines 10 Ft. Round Trampoline and Enclosure with Blue Spring Pad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7050, '2018-02-01', 44.94, 'Amazon.com', 'SatisPet Poultry Feeder For Chicken, Hens, Ducks W/ Handle - Hanging Bird Feeder, Attractive Red Color; Mouse, Rat and Rodent Repellent: Guaranteed to Work! Critter Out 1 Gallon Ready-To-Use'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7051, '2018-02-02', 55.18, 'Amazon.com', 'YARDGARD 308247B 24-Inch x 50-Foot 1/4-Inch Galvanized Mesh Garden Cloth; Cheesecloth, Grade 90, 36 Sq Feet, Reusable, 100% Unbleached Cotton Fabric, Ultra Fine Cheesecloth for Cooking - Nut Milk Bag, Strainer, Filter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7052, '2018-03-07', 139.73, 'Amazon.com', 'More backyard lights: 2 Nuvo SF77/494 Flood Light; One-Light Outdoor Wall Fixture; 1 Bioluz LED BR30 LED Dimmable, 65W equiv 11W 800Lm, 3000K Flood Light; 4 RAB Lighting VXCA Round Box; 2 TORCHSTAR 100W equiv 15.5W Dimmable LED A21, 1600Lm, 2700K'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7053, '2018-02-22', 13.92, 'Amazon.com', 'Energizer LA522SBP 9V Lithium Battery for Smoke Detectors'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7054, '2018-03-04', 22.99, 'Amazon.com', 'Shentec 18V Replacement Battery for Worx WA3512, 3000mAh Li-ion Battery Pack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7055, '2018-03-04', 50.98, 'Amazon.com', 'Grower Grit for Chickens and Ducks - 7lbs; Naturally Free Organic Grower Feed for Chickens and Ducks, 25lbs, Non-GMO Project Verified, Soy Free and Corn Free'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7056, '2018-03-07', 51.48, 'Arco, San Mateo, CA', '16.829 gallons @$3.059+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7057, '2018-03-07', 74.00, 'Trader Joe\'s, San Mateo, CA', '4 milks and a 10lb chicken for $15'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7058, '2018-03-09', 25.00, 'Fox Elementary Parents', 'Gifts for Foxtravaganza organizers for Aahna and Vyom\'s acts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7059, '2018-03-16', 95.59, 'Macys.com', 'Mushroom colored fleece lined hooded rain jacket for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7060, '2018-03-17', 21.89, 'Amazon.com', 'Cup Mount Holder iKross 2-in-1 Tablet and Smartphone Adjustable Swing Cradle with Extended Cup Car Mount Holder Kit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7061, '2018-03-17', 142.04, 'Amazon.com', 'Greenworks 18-Inch 12 Amp Corded Lawn Mower 25012'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7062, '2018-03-18', 59.00, 'Belmont Farmers Market', '7 days of fruits and vegetables, no eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7063, '2018-03-19', 141.40, 'EventBrite.com', 'Maker Faire single day passes for 2 adults and 3 kids on Saturday, May 19th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7064, '2018-03-19', 140.00, 'Smitha', '4 weeks of rides for Vyom. Should\'ve paid on March 15th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7065, '2018-03-21', 17.46, 'Subway', 'Lunch for Minaxi and kids, two footlongs and two 6” meals, latter w/coupon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7066, '2018-03-21', 100.00, 'Fox Elementary', 'School supplies donation for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7067, '2018-03-22', 16.70, 'Amazon.com', 'Gift from Ujala to Alice, on Alice\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7068, '2018-03-22', 11.51, 'Amazon.com', 'Prime-Line E 2014 Mortise Lock; replacement for the sliding backdoor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7069, '2018-03-24', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for April for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7070, '2018-03-24', 279.36, 'Costco, Redwood City', '4 gallon milks ($24), olive and Avacado oils ($45, 6 litres total), mushroom/edamame/brown rice ($11 ea), raw honey ($14), animal crackers ($10), some fruits and veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7071, '2018-03-24', 58.00, 'Costco, Redwood City', '1.75 litre whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7072, '2018-03-24', 35.48, 'Costco, Redwood City', 'Summer sandals for A+V ($10/ea), clothing detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7073, '2018-03-26', 677.95, 'Ikea', 'Six bar stools'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7074, '2018-03-27', 107.98, 'Land\'s End.com', '4 tops, 4 leggings, and two sweater/cardigan for Ujala (size XL - 16)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7075, '2018-03-27', 39.95, 'Amazon.com', '2016-2017 Tesla Model X Custom Fit Windshield Sun Shade and Heat Shield'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7076, '2018-04-04', 37.99, 'Amazon.com', 'Naturally Free Organic Grower Feed for Chickens and Ducks, 25lbs, Non-GMO Project Verified, Soy Free and Corn Free'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7077, '2018-03-30', 110.00, 'Edmodo', 'Laptop purchase for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7078, '2018-03-30', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7079, '2018-04-02', 91.46, 'Namaste Plaza', 'Some veggies, 8lb dals ($15), peanuts ($10lb for $11.99), and 20lb aata ($11)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7080, '2018-03-29', 28.00, 'King Chuan, San Carlos', 'Lunch for Vyom and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7081, '2018-04-01', 8.00, 'SFO Airport', 'Parking while dropping Charu off'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7082, '2018-04-01', 110.00, 'Charu Agarwal', 'Pocket change to Charu, we didn\'t give any gift for Vidyut\'s birthday anyway.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7083, '2018-03-30', 32.51, 'Whole Foods, San Mateo', '4 1.4litre bottles of Kombucha ($24)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7084, '2018-03-30', 41.69, 'Arco, San Mateo, CA', '12.78 gallons @$3.259+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7085, '2018-03-29', 36.20, 'Trader Joe\'s, San Carlos, CA', 'Including 5 packs of chicken legs (~8lbs) for $17'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7086, '2018-01-28', 74.49, 'The Home Depot, San Carlos, CA', 'Hinge (no-mortise, 2pk) for chicken house; 100\' outdoor electric cable for lights in the garden (for after backyard renovation).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7087, '2018-01-29', 7.87, 'The Home Depot, San Carlos, CA', 'Hinge (no-mortise, 2pk) for chicken house (in addition to a pack bought one day earlier); barrel bolt for the chicken house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7088, '2018-04-07', 66.87, 'Sprouts, Walnut Creek', 'Produce and three gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7089, '2018-04-07', 66.86, 'Sprouts, Walnut Creek, CA', 'Groceries during a trip to the Putnam Blvd house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7090, '2018-04-08', 81.00, 'Farmers Market, Belmont, CA', 'Including salmon and eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7091, '2018-04-10', 21.39, 'Subway', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7092, '2017-07-01', 145.00, 'Maria Juarez', 'House cleaning, she charged $30 extra for wiping outside of the sliding doors'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7093, '2018-04-10', 150.00, 'Maria Juarez', 'House cleaning, she charged $35 extra due to house being extra dirty :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7094, '2018-04-12', 12.00, 'Fifth and Mission Garage, San Francisco, CA', 'Parking while visiting the Children\'s Creativity Museum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7095, '2018-04-12', 21.00, 'Children\'s Creativity Museum, San Francisco, CA', '$12 in three hour parking plus carousel tickets for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7096, '2018-04-12', 69.39, 'New Woey Loy Geoy Restaurant, San Francisco, CA', 'Dinner at China town on the way back from Children’s Creativity Meseum + $5 for parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7097, '2018-04-12', 9.00, 'The AA Bakery & Cafe, San Francisco, CA', 'Sesame balls and almond cookies from Chinatown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7098, '2018-04-12', 9.00, 'Dai Lee Food Inc, San Francisco, CA', 'Dried fungus from Chinatown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7099, '2018-04-13', 13.00, 'Fashion Saion, San Francisco, CA', 'Haircut for Arun at Chinatown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7100, '2018-04-13', 72.83, 'Amazon.com', '18 undies each for Ujala/Aahna/Vyom. Vyom\'s are too big for him so will have to order again.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7101, '2018-04-14', 57.96, 'Amazon.com', '5lb mealworms for the chickens + 15lb worm castings for the kitchen garden ($18.55) + seed starter trays ($7)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7102, '2018-04-16', 140.00, 'Smitha', '4 weeks of rides for Vyom. Should\'ve paid on April 13th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7103, '2018-04-17', 106.95, 'TaxAct.com', '2017 taxes; inc. California taxes; higher charges due to LLC filing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7104, '2018-04-19', 8.42, 'FedEx', 'Overnight FedEx Priority shipment (via Google) for Red\'s body to CAHFS - Davis Laboratory, 620 W. Health Sciences Drive, Davis, CA 95616. Phone: 530-752-8700.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7105, '2018-04-20', 594.00, 'Youth League Tennis (youthleaguetennis.org)', 'Tennis lessons for Ujala, Aahna, and Vyom. 2018-04-22 to 2018-06-10, Sundays 1:00-2:30 pm for Aahna and Vyom; 2:30-4:30 pm for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7106, '2018-04-22', 57.25, 'Belmont Farmers Market', '7 days of fruits and vegetables, no eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7107, '2018-04-18', 259.00, '3steprodentproofing.com', 'Rat trapping service (owner: Jim), (650) 771 7971'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7108, '2018-04-20', 59.00, 'Alta View Animal Hospital and UC Davis CAHFS', 'Visitation fee at the hospital ($39) and necropsy fee of $20 when our chicken, Red, died.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7109, '2018-04-21', 84.07, 'Peninsula Feed Store, Redwood City, CA', 'Things for chicken: 10 lb bag of organic layer grain feed, 20 lbs of non GMO layer pellets, 20 lbs of scratch grains for adding to the feed, 10 lbs of Diatomaceous Earth to cure Black\'s itching.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7110, '2018-04-25', 213.07, 'amazon.com', 'Electric fence: electric conduit ($29.92), combination switch / outlet ($11.87), 50\' high-voltage wire roll ($28.97), grounding kit ($30.84), Parmak fence charger ($104.84)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7111, '2018-04-25', 192.00, 'Kencove Farm Fence Supplies (kencove.com)', 'Insulated tube ($9.25), 1000\' 14 gauge fence wire ($20.75), 6 anchor plates for gate handles ($3.54), 6 spring gate handles ($13.50), 12 fiberglass pre-holed fence posts ($58.20), cotter pins - 100 count ($7.50) + $79.26 shipping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7112, '2018-04-26', 11.94, 'Lily\'s Creperie, San Mateo', 'Minaxi\'s brunch after her BodyTalk appt with Lisa Sullivan.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7113, '2018-04-28', 105.18, 'Trader Joe’s, San Carlos, CA', 'Including one cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7114, '2018-04-30', 58.87, 'Arco, San Mateo, CA', '17.526 gallons @$3.359+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7115, '2018-04-30', 289.24, 'Marco Juarez', 'Sealing 11 rat entry points in foundation and attic vents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7116, '2018-05-01', 5.98, 'Safeway', 'Baking soda for CO2 production for Aahna’s science fair project'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7117, '2018-05-01', 5.00, 'Fox Elementary', 'Year end celebration fee for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7118, '2018-05-03', 11.00, 'Little Hunan, San Mateo', 'Lunch for Minaxi after BodyTalk session'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7119, '2018-05-05', 62.49, 'Sprouts, Walnut Creek, CA', 'Groceries during a trip to the Putnam Blvd house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7120, '2018-05-08', 7.18, 'Safeway', 'two Coke bottles plus small misc for Aahna’s science fair project'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7121, '2018-05-08', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7122, '2018-05-11', 35.53, 'Amazon.com', '16 undies for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7123, '2018-05-13', 123.54, 'HealthyTraditions.com', '2 gallons gold label virgin coconut oil, $25 for (slowest) shipping!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7124, '2018-05-13', 68.00, 'Madras Cafe, Sunnyvale, CA', 'Brunch on the occassion of Mothers’ Day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7125, '2018-05-12', 92.57, 'Costco, Redwood City', 'Half of it was bladed Arun picked. Rest: sanitary napkins, toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7126, '2018-05-12', 313.90, 'Costco, Redwood City', '12 veggie burgers ($15), olive oil ($30/4lb), two packs sukhi samosa ($17)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7127, '2018-05-13', 67.88, 'Madras Groceries, Sunnyvale, CA', 'Groceries while in the neighborhood for brunch at Madras Cafe for Mothers’ Day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7128, '2018-05-13', 55.00, 'Farmers Market, Mountain View, CA', 'Groceries while in the neighborhood for brunch at Madras Cafe for Mothers’ Day, including $22.00 for goat meat, and $18 for one full crate of strawberries.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7129, '2018-05-14', 140.00, 'Smitha', '4 weeks of rides for Vyom. Should\'ve paid on May 11th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7130, '2018-05-15', 29.56, 'eBay', 'A pair of sneakers each for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7131, '2018-05-15', 22.06, 'Subway', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7132, '2018-05-16', 12.00, 'Fox Elementary, Belmont, CA', 'Entrance fees for Minaxi for Vyom\'s trip to Oakland zoo (Minaxi volunteered as a drive)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7133, '2018-05-15', 50.00, 'Garage sales', 'Sone clothes for Aahna and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7134, '2018-05-16', 4.75, 'Dianda’s bakery, San Mateo', 'One napoleon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7135, '2018-05-16', 11.00, 'Little Hunan, San Mateo', 'Lunch for Minaxi after BodyTalk session'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7136, '2018-05-19', 75.75, 'Maker Faire', 'Eating at Maker Faire: six small jars of pudding ($15), two packs of mushroom jerky ($12), two plates of chicken & shrimp paella ($26), 1 slice of pizza + two orders of fries (22.75)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7137, '2018-05-19', 39.02, 'Whole Foods, San Mateo', '3 gallon milks ($18), 4lbs of steel cut oats $5.50), 5lb potatoes ($5), dozen corn ($3!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7138, '2018-05-21', 27.98, 'Amazon.com', 'Food to Live Certified Organic Amaranth Grain (Whole Seeds, Non-GMO, Kosher, Bulk) (10 Pounds)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7139, '2018-05-21', 83.34, 'Amazon.com', 'Flat trowel ($9.99), Whole Mealworms for Chickens 5 lb ($35.36), Brown Kraft Paper Roll - 48” x 2400” ($37.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7140, '2018-07-05', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7141, '2018-05-23', 31.65, 'Toa Yuen Chinese Restaurant, San Mateo', 'Lunch for Minaxi and kids on a Wednesday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7142, '2018-05-23', 17.33, 'Amazon.com', 'doTerra Breathe roll on stick for Minaxi to use (suggested by Lisa Sullivan)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7143, '2018-05-30', 63.14, 'Arco, San Mateo, CA', '17.84 gallons @$3.354+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7144, '2018-05-24', 63.14, 'Arco, San Mateo, CA', '17.84 gallons @$3.354+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7145, '2018-04-21', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for May for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7146, '2018-05-26', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for June for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7147, '2018-05-26', 252.00, '1800Junk', 'Getting rid of the old sofa'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7148, '2018-05-22', 412.34, 'CKGS.com', '$170.78 per child for the kids’ OCI applications, including processing fees and shipping fees to apply by mail, at the third-party processing agent, ckgs.com.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7149, '2018-05-29', 47.04, 'Naan N Curry, Concord, CA', 'Lunch at Concord while getting permit (Arun took a day off and Vyom was off school due to pink eye). To-go order of chicken and naan for Ujala and Aahna; and mango lassi for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7150, '2018-05-27', 50.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7151, '2018-05-31', 26.62, 'Safeway', 'Three milks and some bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7152, '2018-05-31', 10.00, 'Spicy Heaven, San Mateo', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7153, '2018-06-02', 30.32, 'Amazon.com', '2 gallon AmazonBasics school glue for Aahna\'s slime party with pen pals.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7154, '2018-06-02', 23.42, 'Trader Joe’s, San Carlos, CA', 'Mostly popping corn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7155, '2018-06-03', 46.11, 'Jamba Juice, San Mateo, CA', 'Juice and sandwiches for everyone (Minaxi and Vyom shared a juice)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7156, '2018-06-05', 6.90, 'Safeway', 'Bandages plus frosting for cupcakes to be sent to Vyom’s class on his birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7157, '2018-06-02', 450.00, 'Marco Juarez', 'Chicken coop extension and rat proofing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7158, '2018-06-05', 39.90, 'amazon.com', 'Birthday gift for Vyom: Pokemon TCG: Legends of Alola Tin Card Game, Random Draw Of Solgaleo Or Lunala, The Adventures of Penrose the Mathematical Cat, and The Number Devil: A Mathematical Adventure'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7159, '2018-06-06', 9.38, 'Taco Uruapan, Hayward', 'Lunch for minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7160, '2018-06-07', 58.99, 'Arco, San Mateo, CA', '16.8 gallons @$3.519+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7161, '2018-06-07', 56.63, 'Whole Foods, San Mateo', '3 gallon milks ($18), 4lbs of oats $5.50), 2cakes for v’s birthday ($28)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7162, '2018-06-07', 385.00, 'Pump It Up', 'Vyom’s birthday party for 10 kids, Deluxe with goodie bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7163, '2018-06-08', 3.99, 'Amazon.com', 'Mathilda'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7164, '2018-06-11', 10.00, 'Fox Elementary, Belmont, CA', 'Gift contribution for room parents of Aahna\'s classroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7165, '2018-06-12', 140.00, 'Smitha', '4 weeks of rides for Vyom. Last payment for the school year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7166, '2018-06-12', 50.00, 'Amazon.com', 'Thank you gift to Ujala’s 6th grade music teacher Ms. Jordan Webster'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7167, '2018-06-13', 45.00, 'Rave Burger, San Mateo', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7168, '2018-06-14', 22.95, 'Chase.com (via deluxe.com)', '1 box of checkbooks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7169, '2018-06-14', 13.54, 'Home Depot, San Carlos', 'one six pack variety tomato and one each of cucumber and badil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7170, '2018-06-14', 120.00, 'Jime Carpio', 'Mole/gopher/rat trapings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7171, '2018-05-24', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7172, '2018-06-14', 18.57, 'Panda Express', 'Two meals and an egg roll for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7173, '2018-06-14', 542.50, 'Belmont Parks and Recreation, Belmont, CA', 'Swim lessons for Ujala (level IV), Aahna (level III), and Vyom (level I) for back-to-back sessions at 10:30 am and 11:00 am, M-F, 2018-06-18 to 2018-06-29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7174, '2018-06-15', 350.00, 'Osman Guracar via Facebook Marketplace', 'Sectional for the living room: +1408 475 5995'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7175, '2018-06-17', 35.00, 'Nextdoor', 'Three pairs of Tom\'s shoes for Aahna via Nextdoor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7176, '2018-06-17', 121.00, 'Belmont Farmers Market', '14 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7177, '2018-06-17', 39.96, 'Namaste Plaza', 'Goat meat (2lb/$12.99), 20lb aata ($17), plus saunf'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7178, '2018-06-17', 20.00, 'All’s via Nextdoor', '3 pairs of size 9 shoes for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7179, '2018-06-17', 10.90, 'Walgreens', '218-pack tampons for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7180, '2018-06-18', 23.00, 'Supercuts', 'Haircut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7181, '2018-06-18', 163.98, 'Trader Joe\'s, San Mateo, CA', '4 milks, 10lb chicken, 10 bags of one pound frozen veggies, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7182, '2018-06-19', 15.00, 'Elizabeth via Nextdoor', 'One pair of size 9 Tom\'s slip on shoes for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7183, '2018-06-22', 37.69, 'Amazon.com', '25\' x 3\' 1/4\" hardware cloth, to lay outside the backyard fence to deter moles and gophers.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7184, '2018-06-22', 60.89, 'H & D, San Mateo', '16.641 gallons @ 3.659'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7185, '2018-06-23', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for July for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7186, '2018-06-25', 25.00, 'Kabul Afghan Cuisine, San Carlos', 'Lunch for Minaxi with the Edmodo crowd'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7187, '2018-06-25', 22.52, 'Arco, San Mateo, CA', '6.5 gallons @$3.459+ $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7188, '2018-06-26', 20.98, 'Subway', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7189, '2018-06-26', 512.50, 'Belmont Parks and Recreation, Belmont, CA', 'Swim lessons for Ujala (level V), Aahna (level III), and Vyom (level I) for back-to-back sessions at 10:30 am and 11:00 am, M-F, 2018-07-02 to 2018-07-13. ($85 per session, instead of $90, because the session has 9 days, instead of 10.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7190, '2018-06-27', 11.92, 'Amazon.com', 'For the electric fence (ordered again, the original one lost at home!): Leviton T5625-W Decora Combination Switch and Tamper-Resistant Receptacle, White'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7191, '2018-06-27', 13.20, 'Amazon.com', 'Imperial Barber Grade Products Bergamot After-Shave Alcohol Free, 9 Oz, for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7192, '2018-06-23', 48.94, 'Naan N Curry, Concord, CA', 'Lunch for Minaxi-Ujala-Aahna with Sejal while decorating Putnam attached studio'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7193, '2018-06-28', 59.54, 'Premier1supplies.com', '10lb chicken feeder to reduce food waste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7194, '2018-06-28', 25.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7195, '2018-06-30', 36.43, 'Naan N Curry, Concord, CA', 'Mango lassis for all, plus 8 nans and 2 sides to take to Aarti’s house'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7196, '2018-07-01', 125.00, 'Belmont Farmers Market', '14 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7197, '2018-07-01', 12.94, 'Amazon.com', 'Electric Fence Warning Sign (3 Pack), Yellow; Uninex White Grounded On/Off Power Switch with Amber Light ETL'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7198, '2018-07-02', 300.00, 'TheLocalFlea.com', 'Crate and Barrel couch for the living room'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7199, '2018-07-02', 57.16, 'Whole Foods, San Mateo', '2 gallon milks ($12), 5lb rolled oats (6.50), 1lb pumpkin seeds (6), pita chips ($7!!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7200, '2018-07-05', 123.65, 'Home Depot, San Carlos', '$70 for electric saw, $35 for garden posts, rest for plants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7201, '2018-07-05', 98.00, 'The counter, San Mateo', 'Lunch for the five of us.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7202, '2018-06-14', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7203, '2018-07-05', 137.21, 'Peninsula Feed Store, Redwood City, CA', 'Things for chicken: 25 lb bag of organic layer grain feed, 40 lbs of non GMO layer pellets, 50 lbs of scratch grains for adding to the feed, waterer ($40), 20lb of variety grains.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7204, '2018-07-06', 95.00, 'Ferry, Sausalito', '2 adult and 3 child tickets to Fishermann’s Whart from Sausalito and back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7205, '2018-07-06', 57.00, 'Boudin Restaurant, San Francisco', 'Lunch for the family when taking Sausalito ferry to Fisherman’s Wharf and back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7206, '2018-07-06', 9.50, 'City, Sausalito', 'Parking and Golden gate toll for Sausalito trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7207, '2018-07-07', 57.16, 'Amazon.com', '4 throw pillows, so expensive!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7208, '2018-07-07', 120.59, 'Overstock.com', 'Runner rug ($35) and dinning room painting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7209, '2018-07-08', 87.59, 'Amazon.com', '6\' painting for the dining area'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7210, '2018-07-09', 2.18, 'Costco, Redwood City, CA', 'Battery (old one was still under warranty, returned for full refund of $108.65, new one for $110.83).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7211, '2018-07-09', 23.86, 'Costco, Redwood City, CA', 'Lunch while there for replacing van battery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7212, '2018-07-19', 173.98, 'Costco, Redwood City', 'Dry juice ($15), 2.5lb cashews ($19), 30 nut bars ($17), misc fruits and some snacks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7213, '2018-07-09', 173.98, 'Costco, Redwood City, CA', 'Dry juice ($15), 2.5lb cashews ($19), 30 nut bars ($18), misc fruits and snacks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7214, '2018-07-09', 21.09, 'Costco, Redwood City', 'Rum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7215, '2018-07-09', 26.08, 'Costco, Redwood City', 'Rug and 3-pack sun glasses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7216, '2018-07-09', 59.77, 'Costco, Redwood City', 'Toilet paper, laundry detergent, and 2 3-pack undies for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7217, '2018-05-19', 23.00, 'Great Clips, Belmont, CA', 'Haircut for Arun (barber: Natalia)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7218, '2018-07-10', 76.22, 'Amazon.com', 'Folding Utility Knife - VIVREAL Heavy Duty Box Cutter; iTouchless UltraClean Automatic Foam Soap Dispenser; AmazonBasics AAA High-Capacity Rechargeable Batteries (8-Pack): 4 for the new soap dispenser and 4 spare'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7219, '2018-07-12', 30.00, 'Ring.com', 'One year subscription for cloud-based video recording of ring and activity monitoring.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7220, '2018-07-13', 64.03, 'Trader Joe\'s, San Mateo, CA', '3 milks, pasta, veggies, blueberries (24oz, not organic), and frozen shrimp entree ($5.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7221, '2018-07-03', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7222, '2018-07-12', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7223, '2018-07-15', 93.07, 'Overstock.com', 'Shag rug, 5\'1\'X7\'6\", ivory with grey trellis pattern'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7224, '2018-07-17', 31.00, 'Mel’s Diner, Walnut Creek', 'Shakes for kids and a big appetizer to share with Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7225, '2018-07-20', 100.00, 'Asusana, Ritu\'s cleaner', '4 hours at $25/hr for cleaning the house'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7226, '2018-07-19', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7227, '2018-07-13', 100.00, 'Facebook Marketplace', 'Accent chair for sitting room'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7228, '2018-07-21', 43.81, 'Namaste Plaza', '8lb dais ($20), some namkeens, plus saunf ($9)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7229, '2018-07-22', 54.18, 'Arco, San Mateo, CA', '16.035 gallons @$3.379. + $0.35 debut card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7230, '2018-07-24', 250.00, 'Misael Marquez', 'Pruning and edging for front garden (650) 235 6689'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7231, '2018-07-26', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7232, '2018-07-27', 80.33, 'Trader Joe\'s, San Mateo, CA', '4 milks, blueberries ($6.99 for 1.5lb, 24oz, not organic), mango nector (1/2 gallon, $4.50)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7233, '2018-07-28', 62.00, 'Turmeric, Sunnyvale', 'Buffet lunch for the five of us after farmers market trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7234, '2018-07-28', 75.00, 'Sunnyvale Farmers Market', '10 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7235, '2018-08-01', 13.87, 'Subway', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7236, '2018-08-01', 51.76, 'Spirit, Walnut Creek', '15.007 gallons at $3.449'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7237, '2018-08-02', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7238, '2018-08-03', 9.79, 'Naan N Curry, Concord, CA', 'Mango lassis for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7239, '2018-08-03', 40.00, 'Chinese kitchen, Concord', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7240, '2018-08-05', 55.00, 'Heart of the City Farmers Market, San Francisco', 'One week of fruits and veggies. $15 for 25lb tomatoes for freezing.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7241, '2018-08-07', 10.75, 'Doc’s Bagels', 'Bagels and cream cheese for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7242, '2018-08-07', 54.02, 'Valero, Concord', '15.439 gallons @$3.449/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7243, '2018-08-09', 19.00, 'Ralston PTA', 'Family membership for 2018-2019 school year'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7244, '2018-08-09', 15.00, 'Fox PTA', 'Family membership for 2018-2019 school year'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7245, '2018-08-11', 82.65, 'India Cash & Carry, Fremont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7246, '2018-08-12', 38.67, 'Trader Joe’s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7247, '2018-08-12', 7.10, 'Peet’s Coffee, Ferry Plaza, San Francisco', 'Coffee for Arun and Chandrabhan, when Arun showed Chandrabhan around San Francisco'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7248, '2018-08-12', 26.04, 'El Portano Empanadas, Ferry Plaza, San Francisco', 'Empanadas for Arun and Chandrabhan, when Arun showed Chandrabhan around San Francisco'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7249, '2018-08-12', 36.52, 'Ghirardelli, Ghirardelli Square, San Francisco, CA', 'Two bags of 20 squares each, for Shalini and Sushma, for Chandrabhan to take with him'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7250, '2018-08-12', 35.00, 'Annabel’s Mom', 'Ujala paid for her dinner after the party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7251, '2018-08-13', 43.40, 'Mountain Mike\'s pizza', '2 large pizzas for dinner when Chandrabhan visited'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7252, '2018-08-14', 77.00, 'Square One', 'Health and wellness program access for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7253, '2018-08-14', 21.54, 'Walmart, Mountain View', 'Lunch boxes for Aahna ad Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7254, '2018-08-15', 57.15, 'Lands End.com', 'Backpack and lunch box for Ujala, 50% off but w/special monogramming ($6) and expedited shipping ($7 on top of basic shipping which was free)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7255, '2018-08-16', 6.50, 'Safeway', 'three pounds organic rolled oats'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7256, '2018-08-16', 48.49, 'Pathproduct.com', 'Serotonin supplement for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7257, '2018-08-17', 33.00, 'Home Depot, San Carlos', 'Plants and other gardening supplies on two separate occasions'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7258, '2018-08-19', 92.00, 'Belmont Farmers Market', '14 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7259, '2018-08-11', 6.00, 'San Francisco International Airport', 'Parking while picking up Chandra Bhan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7260, '2018-08-14', 6.00, 'San Francisco International Airport', 'Parking while dropping Chandra Bhan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7261, '2018-08-21', 49.01, 'Namaste Plaza', '20lb organic aata, 2lb moong dal ($4.99), plus saunf ($4.50)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7262, '2018-08-21', 214.15, 'Amazon.com', 'Trays and wire rack for barley grass, worms for chickens, metal sheets and riveting tool for protecting the tree, replacement pan cover handle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7263, '2018-08-22', 11.54, 'Crystal Springs Produce, San Mateo', 'Chips, figs, and apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7264, '2018-08-22', 15.38, 'Subway', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7265, '2018-08-22', 375.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7266, '2018-08-23', 7.36, 'Taqueria Autlan, Concord', 'Lunch for Minaxi on inspection day'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7267, '2018-08-23', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7268, '2018-08-16', 34.00, 'Evan Hsu', 'Horn lesson for Ujala plus cleaning supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7269, '2018-08-09', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7270, '2018-08-02', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7271, '2018-08-24', 43.17, 'Amazon.com', 'A 3.5 liter metal plant waterer, 2-step ladder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7272, '2018-07-21', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for August for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7273, '2018-08-25', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for September for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7274, '2018-08-28', 50.00, 'Ralston Middle', 'School supplies donation for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7275, '2018-08-29', 350.00, 'The Coder School, San Mateo, CA', 'One semester of coding for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7276, '2018-08-29', 55.00, 'Ralston Middle', 'Instrument donation for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7277, '2018-08-30', 120.00, 'Jime Carpio', 'Mole/gopher/rat trapings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7278, '2018-08-30', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7279, '2018-09-01', 306.21, 'Costco, Redwood City', '30 nut bars ($17), 6 liters olive and avocado oils ($47)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7280, '2018-09-01', 70.63, 'Costco, Redwood City', 'Sensodyne 4-pack ($24), toothbrush ($11), handsoap refill ($10), shampoo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7281, '2018-08-13', 96.49, 'New Woey Loy Geoy Restaurant, San Francisco, CA', 'Dinner for us and Minaxi’s parents at China town, $21 for desserts from misc bakeries, $12 for parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7282, '2018-09-05', 51.50, 'Trader Joe’s, San Mateo', 'One milk and misc food items'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7283, '2018-09-05', 20.00, 'Trader Joe’s, San Mateo', 'Two bidywashes and dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7284, '2018-09-06', 18.56, 'Amazon.com', 'Darice 1 Gallon Clear Gallon School Glue ($16.99 + taxes); birthday gift for Mariana from Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7285, '2018-09-06', 6.54, 'Amazon.com', 'Organyc 100% Organic Cotton Rounds - Biodegradable Cotton (2 packs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7286, '2018-09-06', 9.90, 'Amazon.com', 'Garden Gloves for Women and Men - (2 pairs per package)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7287, '2018-09-06', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7288, '2018-09-08', 57.51, 'Arco, San Mateo, CA', '16.921 gallons @ $3.399'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7289, '2018-09-09', 68.00, 'Belmont Farmers Market', '14 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7290, '2018-09-13', 16.00, 'Evan Hsu', 'Horn lesson for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7291, '2018-09-13', 19.95, 'Whole Foods Market, San Mateo, CA', 'One tiramisu cake and one vegan mousse cake for Ujala’s birthday celebration on 14th September (sleepover with friends)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7292, '2018-09-15', 21.00, 'Supercuts, Belmont, CA', 'Haircut for Minaxi’s father; $17 senior rate + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7293, '2018-09-16', 55.00, 'Ralston Middle', 'Instrument donation for Ujala #2'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7294, '2018-09-17', 52.17, 'Walmart.com', '4 pairs of pants plus three pairs of pajama pants for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7295, '2018-09-17', 23.85, 'Amazon.com', '5 lbs barley seed plus some pH strips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7296, '2018-09-16', 43.57, 'Old Navy, San Mateo', 'One pair of fleece for Ujala and a set of overpriced pajamas for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7297, '2018-09-16', 17.50, 'Trader Joe’s, San Mateo', '2 gallon milks and some lemons and bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7298, '2018-09-17', 34.81, 'Amazon.com', '5 lbs dates plus 18oz blackstrap molasses (organic, $9).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7299, '2018-09-20', 390.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7300, '2018-09-20', 160.00, 'Smitha', '4 weeks of rides for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7301, '2018-09-20', 18.48, 'Amazon.com', 'Sanitary napkins for Ujala, ph test strips for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7302, '2018-09-20', 48.21, 'Amazon.com', 'Hard Math for Elementary School; Goomics: Google\'s corporate culture revealed through internal comics (Volume 1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7303, '2018-08-22', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for October for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7304, '2018-09-23', 53.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7305, '2018-09-25', 43.50, 'Amazon.com', 'Concentrate to make 8 gallons of pHenomenal water at 11pH for Minaxi as she strives to achieve high alkalinity'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7306, '2018-09-14', 1613.15, 'Apple.com', 'iPhone XS Max 512GB Space Gray for Arun: $30 upgrade fee + $60.38 * 24 installments + $134.03 taxes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7307, '2018-09-30', 75.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7308, '2018-10-03', 54.23, 'Trader Joe’s, San Mateo', '4 gallon milks, and some pasta, fruits, sauce, cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7309, '2018-10-03', 35.00, 'Run Weave', 'Composter purchased through NextDoor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7310, '2018-09-03', 65.97, 'Whole Foods, San Mateo', 'Oats, pecan pie ($12.99), kombucha ($12/1gallon)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7311, '2018-10-01', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For the two lessons on 2018-09-24 and 2018-10-01.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7312, '2018-10-07', 80.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7313, '2018-10-09', 26.53, 'Amazon.com', 'TR Industrial TR88302 Multi-Purpose Cable Tie (100 Piece), 8\", Black ($5.99 + taxes); and TORRAS Crystal Clear iPhone Xs Max Case, Soft TPU Thin Cover with Transparent Edge Slim Case Compatible with Apple iPhone Xs Max 6.5\"(2018) ($19.99 + taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7314, '2018-10-11', 12.14, 'Lunardi\'s', 'Cheese (6oz@8.99), and crackers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7315, '2018-10-11', 390.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7316, '2018-10-14', 50.89, 'Namaste Plaza', '20lb Mantra organic aata ($13.99), 10lb peanuts ($11.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7317, '2018-10-14', 55.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7318, '2018-10-14', 40.00, 'Save the Music, Belmont, CA', 'Entry tickets for two adults (Arun and Minaxi, @$15) and one senior (Minaxi’s father, @$10), while Ujala volunteered at the “instrument petting zoo”.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7319, '2018-10-05', 24.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at 2420 Sutter Street during Minaxi’s appointment at UCSF with Dr. Ewing (surgeon).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7320, '2018-10-15', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For the two lessons on 2018-10-08 and 2018-10-15.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7321, '2018-10-15', 24.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at 2420 Sutter Street during Minaxi’s appointment at UCSF with Dr Hope Rugo (oncologist).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7322, '2018-10-16', 15.00, 'Belmont Redwood Shores School District (BRSSD)', 'Donation for \"cleaning charges\" of Ujala\'s symphonic band uniform.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7323, '2018-09-01', 25.00, 'Supercuts, Belmont, CA', 'Haircut for Arun; $19 + $6 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7324, '2018-10-14', 40.00, 'Fox Elementary', 'Tickets for Arun, Minaxi, and Minaxi’s father (senior rate) at the “save the music”\r\nfestival'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7325, '2018-10-17', 28.63, 'Michaels, San Mateo', 'Misc knitting supplies for Minaxi’s mother and a gallon glue for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7326, '2018-10-18', 42.00, 'Doubletime, San Carlos', '11.735 gallons @$3.57/gallon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7327, '2018-10-17', 44.91, 'Amazon.com', '10lbs dates'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7328, '2018-10-18', 29.30, 'Amazon.com', 'Signature by Levi Strauss & Co. Gold Label, Men\'s Slim Straight Jeans, 33x30” for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7329, '2018-10-18', 21.78, 'Amazon.com', 'Kinsa QuickCare Smart Digital Thermometer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7330, '2018-10-19', 12.00, 'UCSF Parking, San Francisco, CA', 'Parking at UCSF Mission Bay during Minaxi’s PET/CT appointment.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7331, '2018-09-22', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for October for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7332, '2018-10-20', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for November for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7333, '2018-10-21', 10.00, 'La crepe a moi, Oakland, CA', 'Crepe for Arun at Oakland Jack London Square farmers market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7334, '2018-10-21', 55.50, 'Jack London Square Farmers Market, Oakland, CA', 'Pizzas for everyone plus crepe for Arun. Includes $3 parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7335, '2018-10-21', 317.50, 'Martinez Farmers Market', '7 days of fruits and vegetables, plus 30lbs almonds ($240) from Michael Nojaba farms. $35 of veggies were bought from Oakland’s Jack London Farmers Market, included here.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7336, '2018-10-22', 54.25, 'Whole Foods, San Mateo', 'Cheese ($9), lentils 5lbs@2.49/lb), pumpkin seeds (2lbs @6.49/lb) , kombucha ($7/0.5 gallon)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7337, '2018-09-20', 24.00, 'Supercuts, Belmont, CA', 'Haircut for Vyom, $20 + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7338, '2018-09-24', 25.00, 'Supercuts, Belmont, CA', 'Haircut for Arun, $20 + $5 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7339, '2018-10-26', 7.99, 'Amazon.com', 'Book: Your mind can heal your body, David Hamilton'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7340, '2018-10-27', 23.90, 'Home Depot, San Carlos', 'two Bags potting mix to grow barley grass'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7341, '2018-10-28', 82.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7342, '2018-10-29', 14.07, 'Crystal Springs Produce, San Mateo', 'Grapes, bananas, beets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7343, '2018-10-29', 130.00, 'Laurie Schmeising', 'Minaxi’s BodyTalk session while Lisa is away.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7344, '2018-10-29', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For the two lessons on 2018-10-22 and 2018-10-29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7345, '2018-10-30', 18.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at UCSF for Minaxi’s appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7346, '2018-11-01', 16.99, 'Amazon.com', '4-pack bras for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7347, '2018-11-01', 29.99, 'Amazon.com', 'Worms for chickens: d PICKY NEB Whole Mealworms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7348, '2018-11-02', 60.00, 'Smitha', '6 rides in two weeks for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7349, '2018-11-02', 101.05, 'Namaste Plaza', 'Aata and daals'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7350, '2018-11-04', 105.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7351, '2018-11-05', 80.00, 'Ralston PTA, Belmont, CA', 'Fees for Ujala\'s 7th grade Math Olympiads, every Thursday after school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7352, '2018-11-05', 130.00, 'Laurie Schmeising', 'Minaxi’s BodyTalk session while Lisa is away.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7353, '2018-11-11', 93.00, 'Belmont Farmers Market', '7 days of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7354, '2018-11-12', 4.70, 'Uber', 'Ride for Ujala and her Nanaji from Carlmont High after her tennis lesson.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7355, '2018-11-12', 7.99, 'Amazon.com', 'Phenomenal pH water ($43) plus 100 tea bags of jasmine green tea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7356, '2018-11-13', 10.73, 'Safeway', 'bananas and garlic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7357, '2018-11-14', 21.82, 'Uber', 'Ride for Ujala and Aahna to attend Kung Fu class.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7358, '2018-11-17', 24.00, 'eBay', 'Merrell shoes for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7359, '2018-11-17', 95.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for promotional tests for Ujala (orange level, $50) and Aahna (yellow level, $45).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7360, '2018-11-17', 6.39, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for salt tablets (most of the cost since not covered by insurance), anti nausea meds (3)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7361, '2018-11-08', 30.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at UCSF, 2420 Sutter Street during Minaxi\'s appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7362, '2018-11-16', 30.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at UCSF, 2420 Sutter Street (infusion #1: carboplatin + pembralizumab)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7363, '2018-11-18', 212.14, 'Costco, Redwood City', 'Toothpaste, shampoo, lotion, kitchen sponge, toilet paper, kitchen towel. Plus $120 of membership fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7364, '2018-11-18', 380.17, 'Costco, Redwood City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7365, '2018-11-20', 54.34, 'Amazon.com', '4-pack bras + 9.5 running shoes for Ujala. Pepper mill worth $11.99 is included.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7366, '2018-11-21', 1500.00, 'School Force, Belmont, CA', 'SchoolForce.org (Belmont-Redwood Shores), matched by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7367, '2018-11-21', 390.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7368, '2018-11-21', 109.77, 'Trader Joe’s, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7369, '2018-11-23', 101.24, 'Amazon.com', 'Ceptics 3 Outlet Travel Adapter Plug Type B for USA, Japan; Brother Genuine Standard Yield Toner Cartridge, TN221BK, Replacement Black Toner; La Crosse Technology WT-8005U-S Atomic Digital Wall Clock with Indoor Temperature, Silver'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7370, '2018-11-23', 55.06, 'Ghirardelli, Ghirardelli Square, San Francisco, CA', 'Shakes and cocoa for six. Plus, $10 of chocolate, $4 parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7371, '2018-11-23', 74.87, 'India Cash & Carry, Fremont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7373, '2018-11-23', 44.64, 'India Cash & Carry, Fremont, CA', 'Dinner with Minaxi’s parents on the way back from Ghirardeli Square. Kids didn\'t eat anything due to spices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7374, '2018-11-24', 50.00, 'Smog Express, Belmont, CA', 'Smog check'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7375, '2018-11-24', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for December for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7376, '2018-11-25', 40.00, 'Heart of the City Farmers Market, San Francisco', 'One week of fruits, no veggies. $12 was for 7 samosas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7377, '2018-11-28', 11.49, 'eBay', '3 scarves for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7378, '2018-11-21', 1.91, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for antibiotic for TB'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7379, '2018-11-28', 25.00, 'Supercuts, Belmont, CA', 'Haircut for Arun, $20 + $5 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7380, '2018-11-28', 0.33, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for anti itch cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7381, '2018-11-07', 0.39, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for antibiotic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7382, '2018-11-29', 15.00, 'Crystal Springs Produce, San Mateo', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7383, '2018-08-18', 3142.02, 'Air India (via priceline.com)', 'Minaxi\'s parents: \r\nDED - DEL AI-9646 2018-AUG-28;\r\nDEL - SFO AI-183 2018-AUG-29;\r\n\r\nSFO- DEL AI-174 2018-DEC-03;\r\nDEL - DED AI-9609 2018-DEC-04;\r\n\r\nOriginal: $2934.02\r\nChanged 2018-11-30 (+$208)\r\nSFO - DEL AI-174 2019-02-21;\r\nDEL - DED AI-9609 2019-02-23'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7384, '2018-11-30', 21.68, 'CVS, San Carlos', 'head and shoulders shampoo for Minaxi to bathe with'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7385, '2018-12-01', 13.99, 'Namaste Plaza', 'Aata'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7386, '2018-12-01', 62.50, 'Alemany Farmers Market, San Francisco', '7 days of vegetables and some fruit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7387, '2018-12-02', 40.58, 'Mountain Mike\'s pizza', '2 large pizzas for dinner when Arun was out'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7388, '2018-12-02', 20.00, 'Big Lots, Hayward', '9 lipsticks for Minaxi’s mother to take home today'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7389, '2018-12-02', 45.55, 'Big Lots, Hayward', 'Chocolates, cookies and snacks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7390, '2018-12-02', 54.40, 'Big Lots, Hayward', 'Kids’ Christmas shopping. Two race cars for Vyom ($13)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7391, '2018-12-03', 300.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For the four lessons ending 12/3/18. One lesson in November was missed.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7392, '2018-12-03', 4.19, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for steroid cream for skin rashes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7393, '2018-12-05', 90.00, 'Smitha', '9 rides in two weeks for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7394, '2018-12-05', 52.51, 'Trader Joe’s, San Mateo', '4 milks for $24'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7395, '2018-12-05', 44.00, 'Chevron', '11.5 gallons of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7396, '2018-12-05', 4.19, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for anti histamines for skin rashes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7397, '2018-12-06', 0.00, 'CVS, San Carlos', 'Minaxi’s meds: steroids (6 days) for skin rashes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7398, '2018-12-08', 150.00, 'Peninsula Infinite Smiles', 'Dental crown fixing for Minaxi’s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7399, '2018-12-09', 16.30, 'Payless Shoe Source', 'Boots for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7400, '2018-12-08', 20.00, 'The Fairmont', 'Parking at Google’s party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7401, '2018-12-05', 63.50, 'Belmont Farmers Market', '7 days of fruits and 3 days of vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7403, '2018-12-10', 5.00, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for steroids for skin rashes and two bottles of prune juice to avoid constipation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7404, '2018-12-11', 120.00, 'Dewey Pest Control', 'Bootstrapping fee. There will be 4 weekly treatment and then one year of once every two month visits for 6 payments of $120'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7405, '2018-12-11', 25.00, 'Cynthia Su', 'Contribution toward Ms. Hannas\' gifts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7406, '2018-12-12', 30.00, 'Amazon.com', 'Laundry detergent, dish detergent, and misc foods'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7407, '2018-12-12', 85.00, 'Amazon.com', 'Perfumes for Minaxi\'s parents, $30 scrunchies/book/yo-yo for Ujala/Aahna for Christmas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7408, '2018-12-12', 19.39, 'Amazon.com', 'Ujala\'s gifts for her friends'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7409, '2018-12-13', 13.29, 'Safeway', 'bananas, ginger, slivered almonds, and bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7410, '2018-12-13', 20.00, 'Google (via Bobby No)', 'Holiday contribution for the baristas and the receptionist in building 2015.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7411, '2018-12-06', 6.74, 'Uber (Delhi, India)', 'Taxi for Arun from Delhi airport to Dwarka, on the way back from Bangalore. The total includes $5.75 taxi charges (Rs404.98) + $0.15 foreign transaction fee; and $0.82 (Rs57.75) + $0.02 for the taxi that got canceled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7412, '2018-12-13', 150.00, 'Parkside Optimetry, San Mateo', 'Eye examination for Minaxi’s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7413, '2018-12-15', 51.95, 'Arco, San Mateo, CA', '16.345 gallons @ $3.18'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7414, '2018-12-15', 113.00, 'Alemany Farmers Market, San Francisco', '10 days of vegetables and fruit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7415, '2018-12-15', 58.74, 'Amazon.com', 'Ujala\'s gifts for her teachers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7416, '2018-12-16', 60.07, 'Mountain Mike\'s pizza', '2 mountain pizzas for the 7 of us. Two $5 coupons were applied'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7417, '2018-12-17', 64.14, 'eBay', '6 twin fitted sheets + 14 pillow cases'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7418, '2018-12-17', 48.16, 'CVS, San Carlos', 'Minaxi’s meds: Antacid and Allegra for skin rashes and one bottles of prune juice to avoid constipation + sugar for home worth $10 for 8.5lbs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7419, '2018-12-18', 118.85, 'Land\'s End.com', '2 tops, 3 leggings for Ujala (size XL - 16), 3 leggings for Aahna, two dresses, three pants, and one blouse for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7420, '2018-12-19', 22.60, 'Uber', 'Über for ride to Ujala and Aahna’s Kung Fu class, because Minaxi and Arun were at UCSF emergency room: $12.04 onward and $10.56 return.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7421, '2018-12-19', 32.00, 'UCSF Parking, San Francisco, CA', 'Parking at UCSF Parmassus Ave during emergency room visit for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7422, '2018-12-20', 142.12, 'Marina Foods, San Mateo', 'Veggies, dried shrimp/seaweed, Chinese spices, prepared noodles ($12, for lunch)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7423, '2018-12-20', 3.67, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for stronger steroids for skin rashes and antibiotic for cough'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7424, '2018-12-20', 390.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7425, '2018-12-20', 43.13, 'Walmart.com', 'Beyblades for Vyom, set of 2 LOL dolls for Aahna (both Christmas gifts), plus 6 socks for Ujala ($12.50)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7426, '2018-12-22', 71.55, 'Peninsula Feed Store, Redwood City, CA', 'Things for chicken: 50 lb bag of organic layer crumbles feed, 40 lbs of non GMO scratch grains for adding to the feed, bulk cracked corn, bulk maple peas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7427, '2018-12-22', 260.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for January for Ujala and Aahna (Wednesdays), and Vyom (Saturdays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7428, '2018-12-22', 8.97, 'Trader Joe’s, San Carlos, CA', 'Breads'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7429, '2018-12-22', 28.00, 'Cesar Chavez Christmas in the Park', '$10 parking plus a few snacks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7430, '2018-12-23', 12.90, 'Target.com', 'Christmas gift for Aahna: L.O.L. Surprise! Under Wraps Doll - Series Eye Spy 1A; to be picked at San Francisco CBD East Target store - 225 Bush St, San Francisco, CA 94104-4251'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7431, '2018-12-24', 118.00, 'Passage to India, Mountain View, CA', 'Lunch with Minaxi’s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7432, '2018-12-24', 70.00, 'DMV, California', 'Drivers’s license renewal for Arun and Minaxi, including conversion to Real ID'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7433, '2018-12-25', 29.10, 'Amazon.com', 'Worms for chickens: 5lbs PICKY NEB Whole Mealworms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7434, '2018-12-25', 40.00, 'Amazon.com', '2 8oz Aloe Vera gels + 2 16oz body lotions'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7435, '2018-12-25', 5.99, 'Youtube.com', 'Incredibles 2'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7436, '2018-12-22', 3.99, 'Amazon.com', 'Home Alone 2: Lost In New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7437, '2018-03-17', 3.99, 'Google Play', 'An Inconvenient Truth'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7438, '2018-03-24', 0.99, 'Google Play', 'An Inconvenient Sequel: Truth to Power'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7439, '2015-09-13', 3.99, 'Google Play', 'Despicable Me'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7440, '2018-02-24', 3.99, 'Amazon.com', 'The Emoji Movie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7441, '2018-12-24', 3.99, 'Youtube.com', 'Apollo 13'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7442, '2018-06-07', 3.99, 'Google Play', 'Captain America: The First Avenger'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7443, '2015-12-25', 3.99, 'Google Play', 'The Bourne Legacy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7444, '2015-12-24', 1.00, 'Google Play', 'The Bourne Ultimatum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7445, '2015-08-08', 3.99, 'Google Play', 'Zokkomon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7446, '2017-12-31', 3.99, 'Amazon.com', 'Home Alone 2: Lost In New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7447, '2017-11-10', 3.99, 'Amazon.com', 'Kung Fu Panda 2'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7448, '2017-04-01', 3.99, 'Amazon.com', 'Gandhi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7449, '2016-01-23', 3.99, 'Amazon.com', 'Kung Fu Panda'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7450, '2018-12-26', 43.66, 'Santa Cruz Fun Foods, Santa Cruz, CA', 'Six cheese pizzas for dinner st the boardwalk.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7451, '2018-12-26', 12.00, 'Santa Cruz Boardwalk, Santa Cruz, CA', 'Two veggie dogs for dinner at the boardwalk.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7452, '2018-12-26', 50.00, 'Santa Cruz Boardwalk, Santa Cruz, CA', 'Ride card worth 55 points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7453, '2018-12-26', 11.19, 'Santa Cruz Boardwalk, Santa Cruz, CA', 'One pumpkin spice latte for Arun and one hot chocolate for Minaxi’s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7454, '2018-12-26', 4.85, 'Santa Cruz, CA', 'Street side parking for the visit to the Santa Cruz Boardwalk. Paid via the ParkMobile app.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7455, '2018-12-27', 16.79, 'CVS, San Carlos', 'Minaxi’s meds: more steroids for skin rashes (free), anti itch lotion ($12), two bottles of prune juice'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7456, '2018-12-27', 3.99, 'Youtube.com', 'Minority Report'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7457, '2018-12-27', 6.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at UCSF, 2420 Sutter Street, during Minaxi’s dermatologist visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7458, '2018-12-28', 2.99, 'amazon.com', 'The Martian'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7459, '2018-12-29', 7.98, 'Namaste Plaza', '20 nans for hosting Pavani’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7460, '2018-12-29', 84.00, 'Alemany Farmers Market, San Francisco', '7 days of vegetables and 2 weeks of fruit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7461, '2018-12-29', 3.99, 'Amazon.com', 'Wreck-It Ralph'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7462, '2018-12-31', 76.39, 'Whole Foods, San Mateo, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7463, '2018-12-31', 70.78, 'Amazon.com', '25 lbs flaxseed: Great River Organic Milling, Whole Grain, Brown Flaxseed, Organic, 25-Pounds (Pack of 1)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7464, '2018-12-31', 30.30, 'Amazon.com', 'Nature\'s Way Oregon Grape Root 500 Mg, 90 Vcaps, 90 Count; Eucerin Original Healing Rich Creme 16 oz (Pack of 2)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7465, '2018-12-31', 16.42, 'Amazon.com', 'Rope King ST-300 Sisal Twine 300 feet; Blue Poly Tarp Cover 5 Mil Thick, Multi Purpose Waterproof Tarpaulin, UV Resistant, Reinforced Rip-Stop with Grommets Every 3 Feet. (8X10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7466, '2018-12-31', 11.34, 'Amazon.com', 'iPhone XR Wallet Case, Felico iPhone XR Handmade Bling Crystal Flip Case Emboss Butterfly Flower Magnetic Protective Kickstand Card Slots Cover Compatible with Apple iPhone XR 6.1\" Blue'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7467, '2019-01-01', 185.50, 'eBay.com', '13 tops + 7 pants for Minaxi; 4 tops + 18 pants for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7468, '2019-01-05', 49.50, 'College of San Mateo Farmers Market, San Mateo', '7 days of vegetables plus some grapes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7469, '2019-01-05', 109.65, 'Trader Joe\'s, San Carlos, CA', '3 milks, 2 packs of chicken and misc produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7470, '2018-08-28', 10.00, 'San Francisco International Airport', 'Parking, when Arun picked up Minaxi\'s parents on their arrival from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7471, '2018-12-27', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For the two lessons, on 2018-12-18 (Tue) and 2018-12-27 (Thu).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7472, '2019-01-07', 37.61, 'Trader Joe’s, San Mateo', 'Carrots, frozen beans, 2 pounds butter ($4.69/ea), sour cream, cream cheese, cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7473, '2019-01-09', 64.00, 'Belmont Hair Studio', 'Hair cuts for Minaxi, Arun, Vyom, and her Dad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7474, '2019-01-10', 35.57, 'Safeway', 'bananas, slivered almonds, cookies, and bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7475, '2019-01-11', 29.36, 'Naan N Curry, Concord, CA', 'Two naans and two curries for lunch for Minaxi’s parents, plus 10 nans to take to Aarti’s house'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7476, '2019-01-11', 23.00, 'Dollar Tree', 'Nail polishes for Minaxi’s mother to take to india'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7477, '2019-01-11', 8.72, 'Sephora', 'Eye shadow fur Minaxi’s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7478, '2019-01-11', 765.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. Jan payment minus $75 credit was applied or the fee would have been $959'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7479, '2019-01-12', 59.00, 'Belmont Farmers Market', '3days of fruits and 7 days of vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7480, '2019-01-10', 62.64, 'AMC Mercado 20, Santa Clara, CA', 'Two adult and two senior tickets + advance booking fee for the movie, The Accidental Prime Minister, on 2019-01-12.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7481, '2019-01-15', 30.00, 'Garage sales', 'Purple sandals + black boots for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7482, '2019-01-16', 17.75, 'eBay.com', 'Ankle boots for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7483, '2019-01-16', 333.21, 'Costco, Redwood City', '6 liters oil (roughly $8/liter), 3 honey bears ($13.50), 4lb butter ($34), cashews (3lb/$16), cheese slices ($11), brown rice ($12/10lb)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7484, '2019-01-16', 88.78, 'Costco, Redwood City', 'Almonds and other items for Minaxi\'s parents to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7485, '2019-01-16', 30.42, 'Costco, Redwood City', 'Dish/clothing detergent and laundry hamper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7486, '2019-01-16', 47.28, 'Costco, Redwood City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7487, '2019-01-16', 5.50, 'Amazon.com', 'Cord for Ujala\'s horn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7488, '2019-01-16', 14.18, 'Amazon.com', '150 Dove milk chocolates for Minaxi\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7489, '2019-01-16', 1450.00, 'USCIS', 'Naturalization fee for Arun and Minaxi, @ $725 each (includes application fee and biometrics fee)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7490, '2019-01-18', 50.00, 'Smitha', '5 rides in two weeks ending 1/18 for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7491, '2019-01-19', 60.00, 'Smitha', '6 rides in two weeks ending 12/19 for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7492, '2019-01-21', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For the two lessons ending on 2019-1-21. Two weeks in between were off due to holidays.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7493, '2019-01-19', 169.67, 'San Francisco Outlet Mall, Livermore', 'Cole Haan walking shoes + 3 pairs of socks for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7494, '2019-01-19', 85.23, 'San Francisco Outlet Mall, Livermore', 'Gymboree and Children\'s Place clothes for Minaxi\'s parents to take to India. Gymboree is closing :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7495, '2019-01-19', 21.81, 'San Francisco Outlet Mall, Livermore', '2 dresses and 2 blouses for Aahna from Gymboree. Gymboree is closing :('); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7496, '2019-01-19', 54.60, 'San Francisco Outlet Mall, Livermore', '2 shirts for Arun from H&M'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7497, '2019-01-19', 12.23, 'San Francisco Outlet Mall, Livermore', 'Aarons Putty for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7498, '2019-01-19', 69.48, 'San Francisco Outlet Mall, Livermore', 'Dinner for all after outlet mall shopping'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7499, '2019-01-19', 109.24, 'San Francisco Outlet Mall, Livermore', '2 pairs of semi formal shoes for Arun from Clarks (black and brown)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7500, '2019-01-19', 109.24, 'San Francisco Outlet Mall, Livermore', 'A pair of semi formal shoes for each of Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7501, '2019-01-17', 50.32, 'Walmart, Mountain View', 'Bras for Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7502, '2019-01-17', 20.00, 'Walmart, Mountain View', '6 panties for Minaxi + LOL sister doll for Aahna\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7503, '2019-01-23', 40.00, 'Fox Elementary', 'Lunch or Minaxi and Aahna during Chinatown field trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7504, '2019-01-24', 10.00, 'Crystal Springs Fish & Poultry, San Mateo', 'One head salmon and knife sharpening'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7505, '2019-01-26', 42.59, 'Subway, San Carlos, CA', 'Lunch for all'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7506, '2019-01-27', 80.00, 'Belmont Farmers Market', '3-4 days of fruits and 7 days of vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7507, '2019-01-27', 6.29, 'Amazon.com', 'OriginA 6\'x35\' Black Garden Netting Anti Birds 2.5\'\' Square Mesh Net'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7508, '2019-01-27', 61.69, 'Amazon.com', 'Wimaha Bathtub Drain Stopper Silicone, squeegee, Extra Fine Mesh Tea Infuser by House Again, La Crosse Technology WS-8418U-IT Atomic Digital Wall Clock with Moon Phase'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7509, '2019-01-24', 689.02, 'Expedia.com', 'Dallas vacation: Flights for Arun and Minaxi to visit Dallas for AG\'s 50th birthday party: 2019-02-16 (Sat) United 5682, SFO (08:30am) --> DFW (02:09pm); 2019-02-17 (Sun) American, DFW (04:50pm)) --> SFO (06:46pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7510, '2019-01-27', 10.04, 'Amazon.com', 'Oil-based sharpie pens to decorate mugs at Aahna\'s birthday party (set of 5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7511, '2019-01-28', 25.00, 'Nextdoor', 'Dress for Minaxi: BCBG 02'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7513, '2019-01-28', 350.00, 'The Coder School, San Mateo, CA', 'Second semester of coding for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7514, '2019-01-29', 10.00, 'Nextdoor', 'King bed sheet set'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7515, '2019-01-29', 72.16, 'Trader Joe’s, San Mateo', 'Fruits, milk, potatoes, flour, peas (latter three for A\'s 9th birthday party)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7516, '2019-01-29', 38.58, 'Macy\'s, Hillsdale Mall, San Mateo', '5-set 24 month onesies for Vidyut, a jacket for Unnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7517, '2019-01-29', 26.40, 'Dollar Tree', '24 drinking mugs to be used as craft and return gifts for A\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7518, '2019-01-29', 6.50, 'Dollar Tree', 'Lipstics for Minaxi’s mother to take to india'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7519, '2019-01-28', 57.98, 'Baskin Robins', 'Full sheet ice cream cake for A\'s birthday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7520, '2019-01-29', 55.97, 'Amazon.com', '1 pocketed bra and 16oz Phenomenal water for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7521, '2019-02-02', 24.00, 'Trinity Presbyterian Church Garage Sale, San Carlos', '2 fleeces and 2 jackets for Ujala; 2 jackets and 4 long sleeve blouses for Minaxi; plus two twin sheet sets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7522, '2019-02-03', 40.00, 'Smitha', '4 rides in two weeks ending 2/3/19 for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7523, '2019-02-03', 4.00, 'Nextdoor', '3 size 8 PJs for Vyom (Ninjago/Lego themed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7524, '2019-02-04', 27.95, 'Amazon.com', 'Omega 8006 Juicer End Cap Replacement Part for Drum Unit #1 or #2 Black Color 8004 8003 8005'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7525, '2019-02-05', 6.95, 'USPS, San Francisco', '$1.45 to mail Ujala’s hair. 10 Forever stamps to keep'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7526, '2019-02-05', 17.75, '85C Bakery Cafe, Daly City, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7527, '2019-02-05', 12.91, 'Amazon.com', '1 pair of bra inserts for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7528, '2019-02-06', 50.00, 'Jostens.com', 'Ujala\'s grade 7 yearbook order'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7529, '2019-02-07', 8.41, 'Safeway', 'bananas, papaya'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7530, '2019-02-07', 390.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7531, '2019-02-07', 28.73, 'Expedia.com (Enterprise)', 'Dallas vacation: Rental car'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7532, '2014-02-06', 67.82, 'Chevron, San Mateo, CA', '18.036 gallons @ $3.759'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7533, '2015-08-23', 19.83, 'Target, San Mateo, CA', 'School supplies, including, filler paper, portfolios, glue sticks. markers, Kleenex'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7534, '2015-03-14', 97.35, 'Office Depot, San Carlos, CA', 'Desk chair for the bedroom desk (part of the total bill of $155.00)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7535, '2015-03-14', 57.65, 'Office Depot, San Carlos, CA', 'School and home education supplies, including, binders, scotch tape, pens, arts supplies, glue (part of the total bill of $155.00)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7536, '2015-02-16', 227.02, 'REI, San Carlos, CA', 'Bike helmet for Aahna / Ujala, office bag as birthday gift for Minaxi; plus $20 membership fee to get the discounts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7537, '2015-04-06', 7.40, 'CVS, San Carlos, CA', 'Advil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7538, '2015-08-23', 66.66, 'Staples, San Carlos, CA', 'School supplies, including, pencils, filers, crayons, erasers, Scotch tapes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7539, '2015-08-23', 19.99, 'Office Depot, San Mateo, CA', 'School supplies, including, pencils, highlighters, dry erase markers, notepads.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7540, '2015-04-23', 38.08, 'Shell, Los Banos, CA', 'Disneyland vacation: gas on the way to Los Angeles (24729 South Mercy Sp, Los Banos, CA), 10.024 gallons @ $3.799.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7541, '2015-05-07', 30.87, 'The Game Preserve, Bloomington, IN', 'Games for kids when Arun visited Bloomington; purchased from Fountain Square: bunny puppet kit, magnetic crossword, magnetic sudoku'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7542, '2015-05-08', 60.96, 'Target, Bloomington, IN', 'Razor, purse (for Bubby), Cross Body (purse for Minaxi); purchased by Arun on the visit to Bloomington.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7543, '2015-05-08', 26.73, 'Learning Treasures, Bloomington, IN', 'Gifts for kids, purchased on Arun\'s trip to Bloomington'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7544, '2015-06-19', 2.00, 'San Francisco International Airport', 'Parking, while dropping dada-ji on his way back to New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7545, '2015-05-04', 52.34, 'Arco, San Mateo, CA', '15.295 gallons @ $3.399'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7546, '2015-05-10', 4.00, 'San Jose International Airport', 'Parking, while picking up dada-ji arriving from New York'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7547, '2015-09-07', 38.36, 'Shell, Fortuna, CA', 'Oregon vacation: Gas, while returning, 11.990 gallons @ $3.199, from 1791 Riverwalk Dr, Fortuna, CA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7548, '2015-09-06', 72.00, 'Chateau at Oregon Caves, Cave Junction, OR', 'Oregon vacation: Lunch at Oregon Caves (20000 Caves Highway), three chicken burgers, one beef burger, one tuna melt, two sodas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7549, '2015-04-23', 41.29, 'Arco, Lebec, CA', 'Disneyland vacation: Gas, on the way to Los Angeles at 201 Frazier Mountain, Lebec, CA: 13.978 gallons @ $2.929.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7550, '2015-04-25', 100.00, 'Lowe\'s, Mira Loma, CA', 'House warming gift card for Karan and Sonia, while visiting with them on the Disneyland vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7551, '2015-04-23', 38.17, 'Chipotle, Gilroy, CA', 'Disneyland vacation: Lunch on the way to Los Angeles: 2 kids\' quesadilla, 3 chicken burritos, kids juice'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7552, '2015-04-27', 1.91, 'Flax Art, San Mateo, CA', 'Elmers glue (4oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7553, '2015-04-18', 30.00, 'Adventures by the Sea, Monterey, CA', 'Bike rental during the day trip to Monterey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7554, '2015-04-18', 2.60, 'City of Monterey, CA', 'Parking during the day trip to Monterey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7555, '2015-04-17', 9.99, 'Great Clips, Belmont, CA', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7556, '2015-04-14', 84.09, 'Trader Joe\'s, San Carlos, CA', 'General grocery, including one organic pinot grigio for $4.99.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7557, '2015-03-22', 66.00, 'New Woey Loy Goey, San Francisco, CA', 'Chinese lunch with Minaxi\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7558, '2015-04-24', 19.33, 'Fantasy Faire, Disneyland Resort, Anaheim, CA', 'Disneyland vacation; Trinkets for kids: Mickey plush toy, Disney knight sword'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7559, '2015-04-26', 24.03, 'McDonald\'s, Kettleman City, CA', 'Disneyland vacation: Lunch on the way back from Los Angeles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7560, '2015-03-15', 52.42, 'Sports Authority, San Mateo, CA', 'Dora tennis racket for Ujala, tennis racket for Arun (?) -- not sure about the second entry for $27.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7561, '2015-02-28', 32.40, 'Sutter Home Family Vineyards, St. Helena, CA', '1 Sol Rio White Sangria, 1 Barbed Wire Cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7562, '2015-03-11', 43.00, 'Parallel Mountain Sports, Squaw Valley Alpine Meadows, CA', 'Ski googles for Arun, purchased during Goggle off-site.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7563, '2014-12-30', 27.24, 'Toys-R-Us, Redwood City, CA', 'Rechargeable remote controlled trucks (late Christmas gift?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7564, '2015-01-03', 75.00, 'Mehar, Hayward, CA', 'Lunch with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7565, '2015-01-12', 2.71, 'McDonald\'s, Stanford Shopping Center, Palo Alto, CA', 'Fries for the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7566, '2015-01-18', 37.99, 'Target, San Mateo, CA', '2 dryer racks (part of the larger bill of $44.09)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7567, '2015-01-18', 6.10, 'Target, San Mateo, CA', '2 packs of tennis balls for Ujala\'s tennis lessons (part of the larger bill of $44.09)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7568, '2014-12-20', 14.00, 'Great Clips, Belmont, CA', 'Haircut for Arun, using $9.99 coupon. (Day of the date is unsure, since the receipt didn\'t print it correctly and there is no MasterCard statement for that period.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7569, '2015-03-08', 6.10, 'Target, San Mateo, CA', '2 packs of tennis balls for Ujala\'s tennis lessons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7570, '2015-09-11', 21.35, 'CrowemagToys, Raleigh, NC', 'Transformer toy for Vyom, purchased on Arun\'s trip for LCPC. (Update: Unfortunately, the toy was old and broken and did not last long.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7571, '2015-08-20', 23.96, 'Trader Joe\'s, San Carlos, CA', '4 gallons of milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7572, '2015-02-22', 16.35, 'Dollar Tree Stores, Belmont, CA', 'Balloons for Aahna\'s (late) birthday celebration.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7573, '2015-08-17', 38.64, 'Arco, Redwood City, CA', '11.968 gallons @ $3.199 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7574, '2015-08-17', 31.04, 'Trader Joe\'s, San Carlos, CA', '3 gallons milk, 1 organic cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7575, '2014-12-18', 5.25, 'Caltrain', 'Arun\'s ticket from Hillsdale to Mountain View, after missing the shuttle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7576, '2014-12-22', 108.74, 'Best Buy, Milpitas, CA', 'Sphero 20 S for Ujala\'s Christmas gift. (Update: Ujala didn\'t play much with it and its charged somehow disappeared after we Airbnb\'ed our house in 2016 December).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7577, '2015-01-04', 48.74, 'Trader Joe\'s, San Carlos, CA', '6 gallons milk, 1 cabernet (Overlake) for $8.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7578, '2014-12-28', 71.43, 'Trader Joe\'s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7579, '2014-12-28', 130.00, 'ChildSki Center at Diamond Peak, Incline Village, NV', '2 hour group lesson ($125) + googles rental ($5) for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7580, '2015-01-18', 6.00, 'San Francisco International Airport', 'Parking while dropping Arun\'s parents for their flight back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7581, '2015-03-22', 7.00, 'Star Park Corp., San Francisco, CA', 'Parking at 622 Washington St (China Town), during the day trip to San Francisco'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7582, '2015-09-01', 8.70, 'CVS, San Carlos, CA', '2 sets of Avery dividers, for school supplies for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7583, '2015-08-05', 47.75, 'Arco, Belmont, CA', '13.170 gallons @ $3.599 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7584, '2014-12-29', 324.00, 'Diamond Peak, Incline Village, NV', 'Tahoe ski vacation: 2 adult ski rentals ($100), 2 beginner adult lift tickets ($78), 2 child ski rentals ($80), 2 child ski lift tickets ($66)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7585, '2015-03-29', 9.83, 'Target, Redwood City, CA', 'Tennis balls for Ujala\'s tennis classes (part of the larger bill of $22.68)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7586, '2015-03-29', 12.85, 'Target, Redwood City, CA', 'Charcoal for the grill (part of the larger bill of $22.68)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7587, '2015-03-29', 36.99, 'Arco, San Mateo, CA', '12.638 gallons @ $2.899 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7588, '2015-03-19', 13.60, 'CVS, San Carlos, CA', 'Antiseptic cream and skin clarifying strips, for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7589, '2014-11-23', 26.13, 'Chicken Now @Paragon Outlets, Livermore, CA', 'Lunch at the San Francisco Premium Outlets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7590, '2015-09-11', 29.87, 'Learning Express, Raleigh, NC', 'Toys for kids purchased during Arun\'s trip for LCPC: peg game, robot turtles board game'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7591, '2015-07-11', 49.94, 'Arco, San Mateo, CA', '15.898 gallons @ $3.119 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7592, '2014-10-31', 14.75, 'Sears, Hillsdale Mall, San Mateo, CA', 'Underwear for Vyom (?) --- the receipt says \"THOMAS7PK, SAL\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7593, '2015-08-15', 47.61, 'Chipotle, Monterey, CA', 'Dinner during the day trip to Monterey with Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7594, '2015-04-03', 71.87, 'Trader Joe\'s, San Mateo, CA', 'General groceries, including Clos du Bois cabernet, and Mrogado Tanny port.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7595, '2015-06-03', 14.00, 'Great Clips, Belmont, CA', 'Haircut for Arun, using $9.99 coupon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7596, '2015-03-14', 16.43, 'REI, San Carlos, CA', 'Helmet for Ujala; returned the old one (too small) for $29.93 and purchased a larger one for $45.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7597, '2015-07-04', 20.00, 'Valero, Redwood City, CA', 'No rate details on the receipt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7598, '2015-07-04', 45.50, 'Century Theatres, San Mateo, CA', 'Inside Out: 2 seniors (for $18.50) + 3 kids & 2 adults (for $27.0) at Cinemark Century 12'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7599, '2014-09-14', 86.33, 'Gymboree, Hillsdale Mall, San Mateo, CA', 'Kids\' clothes for Arun\'s parents to take back to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7600, '2015-06-28', 3.00, 'Safeway, Belmont, CA', 'Limes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7601, '2015-02-28', 22.93, 'The Home Depot, San Carlos, CA', '5 Satin Chrome Doorstops (part of the larger bill of $101.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7602, '2015-02-28', 79.06, 'The Home Depot, San Carlos, CA', '2 fruit trees (pomegranate and Bing cherry), 1 grape vine, fertilizers (part of the larger bill of $101.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7603, '2012-09-22', 16.63, 'Bloomington Bagel Co, Bloomington, IN', '1 dozen bagels ($9.99), 1 small coffee ($1.86), 1 flavored CC (?, $3.69)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7604, '2013-02-01', 22.11, 'The Butcher\'s Block, Bloomington, IN', 'Chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7605, '2017-06-10', 3.25, 'Starbucks, Walnut Creek, CA', 'Coffee for fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7606, '2015-08-14', 35.14, 'Trader Joe\'s, San Mateo, CA', 'Including, TJ Grand Reserve pinot noir ($12.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7607, '2014-02-07', 8.67, 'Taqueria de Amigos, San Mateo, CA', 'Lunch for Minaxi (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7608, '2015-05-02', 9.12, 'Panda Express, San Mateo, CA', 'One 2-entree plate (picked up to eat later?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7609, '2019-02-04', 200.00, 'Tianara, San Mateo', 'Cleaning: (510) 942-7248'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7610, '2019-02-09', 54.60, 'Costco, Redwood City', '17.848 gallons at $3.059'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7611, '2019-02-09', 29.94, 'Whole Foods, San Mateo', 'bananas, $9 worth of chicken meat at $1.99/lb, some split peas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7612, '2019-02-09', 14.60, 'Trader Joe’s, San Mateo', 'Dishwasher and laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7613, '2019-02-09', 18.73, 'eBay.com', '2 Burt\'s Bees liquid lipsticks for Minaxi: 832 and 822.\r\n\r\n3 Burt\'s Bees regular lipsticks for Minaxi: Magenta Rush (511, pink), Blush Basin (501, natural), Peony Dew (505, natural).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7614, '2019-02-09', 199.21, 'Costco, Redwood City', 'Jasmine rice (50lb for $37.99), brown rice (10lb for $8), basmati rice (20lb for $21.49), quinoa (9lb for $20), milk (3 gallons for $20), bread (4 loaves for $16)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7615, '2019-02-09', 10.00, 'Costco, Redwood City', 'Dress for Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7616, '2015-01-24', 12.00, 'San Francisco International Airport', 'Parking fee while visiting the Roses (Kristy, Dave, Megan, Charlotte) at the airport during their layover to Hawaii.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7617, '2018-11-03', 51.55, 'Whole Foods, San Mateo, CA', 'Including chicken paws'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7618, '2018-08-17', 10.33, 'Trader Joe\'s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7619, '2018-10-05', 45.00, 'The UPS Store, San Carlos, CA', 'Notarization of documents for children\'s OCI applications'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7620, '2018-09-22', 114.29, 'Namaste Plaza, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7621, '2018-08-11', 20.00, 'Great Clips, Belmont, CA', 'Haircut for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7622, '2018-08-12', 38.67, 'Trader Joe\'s, San Mateo, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7623, '2018-09-21', 11.22, 'CVS, San Mateo, CA', 'Tylenol, regular strength, 100 tablets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7624, '2018-09-22', 69.13, 'Trader Joe\'s, San Carlos, CA', 'Including, 1 Black Mountain Merlot for $5.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7625, '2018-10-16', 36.59, 'Trader Joe\'s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7626, '2018-10-07', 144.30, 'Peninsula Feed Store, Redwood City, CA', 'Millet, flax, barley, layer feed, scratch feed, high capacity feeder ($45.99), 1 coop cup ($6.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7628, '2018-08-25', 47.65, 'Trader Joe\'s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7629, '2018-08-13', 25.27, 'Google Merchandise Store, Mountain View, CA', '1 Google Thermal Bottle Red ($23.99), 1 Grey Sports Bag ($4.99); gifts for Chandra Bhan, visiting from India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7630, '2018-11-10', 23.00, 'Supercuts, Belmont, CA', 'Haircut for Minaxi\'s father (senior price $18 + $5 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7631, '2018-11-04', 7.63, 'Safeway, Belmont, CA', 'Two Crest toothpastes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7632, '2018-06-02', 20.00, 'Great Clips, Belmont, CA', 'Haircut for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7633, '2018-11-07', 0.39, 'CVS, San Carlos, CA', 'Minaxi\'s meds: co-pay for Minaxi\'s prescription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7634, '2018-08-13', 10.25, '17 Miles Drive, Pebble Beach, CA', 'Arun took Chandra Bhan, visiting from India, on the 17-miles drive'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7635, '2018-07-08', 23.00, 'Great Clips, Belmont, CA', 'Haircut for Arun ($18 + $5 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7636, '2018-04-28', 105.18, 'Trader Joe\'s, San Carlos, CA', 'Including Spiral Cellars cabernet (Napa) for $10.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7637, '2018-04-19', 60.85, 'Trader Joe\'s, Mountain View, CA', 'In two different transactions: $55.87 + $4.98'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7638, '2018-04-12', 9.00, 'Children\'s Creativity Museum, San Francisco, CA', 'Carousel tickets for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7639, '2018-04-13', 81.92, 'Sand Dollar, Stinson Beach, CA', 'Lunch at the Stinson Beach, with the family of Aarti and Abhijit (bill split in half)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7640, '2018-01-28', 1.09, 'Dollar Tree Stores, San Carlos, CA', 'Scouring pad (for scrubbing)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7641, '2018-03-14', 65.00, 'Hot Wok Bistro, San Mateo, CA', 'Lunch with kids, after the passport renewal appointment for Ujala and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7642, '2018-05-04', 36.07, 'The Home Depot, San Carlos, CA', 'Misc. screws (for chicken coop), wall plate (not strictly for garden, but only $0.82), six 5\' 14 gauge U posts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7643, '2019-05-06', 11.33, 'Safeway, Redwood City, CA', 'Coke (for the bottles), and dry ice, for Vyom\'s science experiment for the Fox Science Fair'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7644, '2019-02-10', 37.57, 'Land\'s End.com', 'Two backpacks and two lunch boxes for Aahna-Vyom for next year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7645, '2019-02-10', 20.00, 'Land\'s End.com', 'Size medium navy blue varsity fleece jacket for Adit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7646, '2019-02-13', 20.00, 'Fox Elementary', 'Vyom\'s costume for Foxtravaganza'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7647, '2019-02-13', 18.57, 'Amazon.com', 'Cetaphil and remote for Charu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7648, '2019-01-13', 171.38, 'Namaste Plaza', '40lb Aata (charged $9.99/ea by mistake when it should have been 50% or so more), 2lb paneer ($12), 5 liters mustard oil for $24, rest are veggies and dals'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7649, '2019-02-13', 8.56, 'Dollar Tree', 'Valentine\'s day gifts for kids to take to school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7650, '2019-02-14', 19.00, 'Belmont Hair Studio', 'Hair cut for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7652, '2019-02-17', 80.00, 'Fox Elementary', 'Tickets for Foxtravaganza for the five of us'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7653, '2019-02-17', 36.00, 'Mountain Mike\'s pizza', 'One huge pizza for lunch and a bagel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7654, '2019-02-18', 3.00, 'City of Monterey, CA', 'Parking at Fishernan Wharf, on a day trip to Monterey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7655, '2019-02-18', 31.54, 'City of Monterey, CA', 'Hot chocolate and fries at Fishernan Wharf, on a day trip to Monterey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7656, '2019-02-15', 25.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for Vyom’s PeeWee orange belt test, on 22nd Feb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7657, '2019-02-09', 77.82, 'Trader Joe’s, San Mateo', '3 milks, 1lb butter, and produce. 2/3 for produce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7658, '2019-02-19', 1105.23, 'Priceline.com (via flights.google.com)', 'Roundtrip ticket for fufi-ji; Air India 183: DEL 2019-03-08 06:10 pm --> SFO 209-03-08 08:30 pm; Air India 184 SFO 2019-07-10 01:00 am --> DEL 2019-07-11 05:30 am.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7659, '2019-02-14', 29.99, 'Amazon.com', 'PICKY NEB Whole Mealworms for Chickens 5lb - 100% Non-GMO Large Dried Meal Worms Bulk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7660, '2019-02-14', 218.50, 'Amazon.com', 'For Minaxi\'s birthday gift: Instant Pot Max 6 Quart Multi-use Electric Pressure Cooker with 15psi Pressure Cooking, Sous Vide, Auto Steam Release Control and Touch Screen (Paid $196.41 from Discover rewards points).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7661, '2019-02-24', 59.00, 'Belmont Farmers Market', '10 days of fruits and 3-4 days of vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7662, '2019-02-24', 62.00, 'New Woey Loy Geoy Restaurant, San Francisco, CA', 'Lunch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7663, '2019-02-24', 12.42, 'Chinatown, San Francisco, CA', 'Some veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7664, '2019-02-24', 300.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For four lessons ending on 2019-2-24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7665, '2019-02-25', 20.95, 'Amazon.com', 'For Ujala: LETSCOM Bluetooth Headphones IPX7 Waterproof, Wireless Sport Earphones Bluetooth 4.1, HiFi Bass Stereo Sweatproof Earbuds w/Mic, Noise Cancelling Headset Workout, Running, Gym, 8 Hours Play Time'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7666, '2019-02-26', 31.34, 'Amazon.com', 'Cesun 50\' 304 Stainless Steel Metal Garden Hose with Solid Brass Nozzle - Lightweight Portable Durable Cool to The Touch, Guaranteed Flexible and No Kink, Tangle & Puncture Resistant (50FT Upgraded)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7667, '2019-02-27', 50.00, 'Nextdoor', '14 t-shirts for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7668, '2019-02-28', 24.50, 'Safeway', 'Breads, kombucha'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7669, '2019-02-28', 11.00, 'Gin Mon', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7670, '2019-03-01', 15.00, 'Fox Elementary', 'Contribution for a gift for Vyom\'s Foxtravaganza leaders'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7671, '2019-03-01', 80.00, 'Smitha', '8 rides in 3 weeks ending 3/1/19 for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7672, '2019-03-01', 4.36, 'IKEA, East Palo Alto', 'Veggie balls lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7673, '2019-03-04', 2802.67, 'UCSF, San Francisco, CA', 'Bill payment for Minaxi\'s treatment since early Oct\'18'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7674, '2019-03-05', 50.77, 'Arco, San Mateo, CA', '16.596 gallons @ $3.059'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7675, '2019-03-05', 6.51, 'Bay shore Taqueria, San Francisco', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7676, '2019-03-06', 74.59, 'Samsung.com', 'Knobs to replace broken ones on the gas cooking range.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7677, '2019-03-06', 82.16, 'Trader Joe’s, San Mateo', '3 milks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7678, '2019-03-06', 15.99, 'Amazon.com', 'Sealing Ring for 6 Qt Instant Pot – Non-Rubber Replacement Silicone Seal Rings for 6 Quart (QT) Insta Pot Programmable Pressure Cooker Duo60 LUX60 CSG60 Duo50 – InstaPot Accessories Fit for 6QT'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7679, '2019-03-06', 27.95, 'Amazon.com', 'TouchUpDirect Exact Match Automotive Touch Up Paint Matches Tesla Shasta White Pearl Tricoat (PPSW) Jar - Essential Package'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7680, '2019-03-07', 18.97, 'eBay.com', 'Burt\'s Bees highlighter for Minaxi: Golden Shimmer\r\nBurt\'s Bees blush for Minaxi: Lilac'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7681, '2019-03-08', 500.00, 'NextDoor.com', 'Kitchen Renovation: Electrolux fridge: EW23BC85KS7m 22 cubic feet capacity, 2013'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7682, '2019-03-04', 840.00, 'eBay.com', 'Kitchen Renovation: GE Profile series 36\" cooktop: PGP1936SLSS'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7683, '2019-03-04', 1100.00, 'Craigslist.com', 'Kitchen Renovation: Kitchen Aid 27\" oven-microwave combo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7684, '2019-03-09', 120.00, 'Saint Raymond Rummage Sale, Menlo Park', '2 jackets, 1 sweater, 2 tops, 1 pair pants, 3 pair shoes, 3 pair sandals, 5 bed sheet sets (1 king, 4 queen), 1 trash can, 1 laundry basket, 7 pairs earrings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7685, '2018-12-08', 20.00, 'City Park (Block 8), San Jose, CA', 'Parking while attending Google’s holiday party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7686, '2018-12-23', 46.58, 'Trader Joe’s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7687, '2018-12-22', 5.45, 'AT&T', 'E-SIM for Minaxi’s new iPhone XR'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7688, '2018-12-23', 13.37, 'Walgreens, San Carlos, CA', 'Condensed milk & chocolate chips for Ujala’s baking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7689, '2018-12-19', 32.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking during Minaxi’s scanning appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7690, '2019-03-03', 41.95, 'Payless Shoes, San Mateo, CA', 'Shoes for Aahna and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7691, '2019-01-19', 54.60, 'H&M, San Francisco Outlet Mall, Livermore, CA', 'Two shirts for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7692, '2019-01-19', 199.98, 'Clark’s, San Francisco Outlet Mall, Livermore, CA', 'Shoes: two pairs for Arun, one each for Minaxi’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7693, '2019-01-19', 169.67, 'Cole Haan, San Francisco Outlet Mall, Livermore, CA', 'One pair of shoes for Arun, three pairs of socks for Arun to reach the price point to get discount on shoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7694, '2019-03-03', 38.66, 'Namaste Plaza, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7696, '2019-03-11', 178.95, 'EventBrite.com', 'Maker Faire single day passes for 3 adults (inc. fufi-ji) and 3 kids on Saturday (May 18th) or Sunday (May 19th). Early bird specials @ $35 for adults, $20 for kids + fees @ $2.55 per adult and @2.10 per child.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7697, '2019-03-11', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For two lessons on 2019-03-04 and 2019-03-11.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7698, '2019-03-11', 103.54, 'Big5, San Mateo, CA (by way of Scott Howard)', 'Tennis racket ($65.00, discounted from $160, Head YouTek 3 star) and Head tennis bag ($30) for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7699, '2019-03-12', 48.53, 'Arco, San Mateo, CA', '15.559 gallons @ $3.119'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7700, '2019-03-14', 24.96, 'My Father’s Kitchen, San Francisco, CA', 'Soups for Arun and Minaxi for lunch during UCSF appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7701, '2019-03-15', 21.07, 'eBay.com', 'Burt\'s Bees lipsticks for Minaxi: suede splash (502), orchid ocean (533), russet river (532), juniper water (531)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7702, '2019-03-15', 8.47, 'CVS, San Carlos', 'Minaxi’s meds: pills for pain relief (free), two bottles of prune juice ($8.47 total)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7703, '2019-03-16', 2185.00, 'Tesla', 'Full self-driving upgrade, available for only $2K util March 17th; includes hardware upgrade to v3.0.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7704, '2019-03-17', 15.00, 'Bollywood Dance Party, Foster City', 'Minaxi going with Ritu, Radhika’s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7705, '2019-03-20', 15.00, 'Belmont Hair Studio', 'Hair cut for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7706, '2019-03-16', 53.58, 'Trader Joe\'s, San Carlos, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7707, '2019-03-14', 19.00, 'Belmont Hair Studio', 'Hair cut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7708, '2018-10-19', 423.50, 'Tesla Mobile Service', 'Rear right tire replacement, due to a puncture (through Tesla\'s mobile service)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7709, '2019-03-21', 63.25, 'Namaste Plaza', 'Veggies, paneer, and namkeens. Roughly a third each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7710, '2019-03-21', 12.48, 'El Charrito Taqueria, San Carlos', 'Lunch for Minaxi and a side for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7711, '2019-03-22', 950.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7712, '2019-03-24', 120.50, 'Belmont Farmers Market', 'one week of fruits and veggies, $39 for three smoked salmon pieces, $34 for oranges and apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7713, '2019-03-24', 24.21, 'Amazon.com', 'Wig for Aahna, pantyhose (2) for Minaxi, 50% each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7714, '2019-03-25', 10.00, 'wired.com', 'Two year digital + print subscription to the Wired magazine.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7715, '2019-03-26', 4.91, 'Autalan Taqueria', 'Lunch burrito for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7716, '2019-03-27', 16.50, 'Doc’s Bagels', '12 Bagels and cream cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7717, '2019-03-30', 95.26, 'eBay.com', 'Composter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7718, '2019-03-30', 120.00, 'Smitha', '12 rides in 4 weeks ending 3/29/19 for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7719, '2019-03-31', 22.00, '85C Bakery Cafe, Daly City, CA', 'Some snacks for everyone, and coffee for fufi-ji on the way back from San Francisco, after meeting C M Fu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7720, '2019-04-01', 56.26, 'Arco, San Mateo, CA', '16.95 gallons @ $3.319'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7721, '2019-04-01', 58.66, 'Trader Joe’s, San Mateo', '3 milks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7722, '2019-04-02', 53.00, 'David Otey', '30-minute horn lesson for Ujala on 3/30/19 + $8 for workbook'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7723, '2019-04-03', 16.46, 'Safeway', 'Buns, chips, half and half, potatoes (10lbs for $5), corn meal ($3 for an lb!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7724, '2019-04-05', 64.00, 'Shangri-La, Los Gatos', 'Lunch for us and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7725, '2019-04-05', 11.12, 'Peet’s Coffee & Tea, Los Gatos, CA', 'Coffee for Arun and fufi-ji, apple juices for the three kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7726, '2019-04-06', 67.02, 'Cafe Tandoor, San Ramon', 'Lunch for us and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7727, '2019-04-07', 9.49, 'Amazon.com', 'Geranium oil for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7728, '2019-03-30', 19.03, 'Naan N Curry, Concord, CA', 'Mango lassi for Arun, fufi-ji, and the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7729, '2019-03-18', 5044.68, 'East Star Building Supply, San Francisco', 'Kitchen renovation: cabinets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7730, '2019-01-12', 112.10, 'eBay.com', 'Kitchen renovation: sink'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7731, '2019-04-10', 123.56, 'Home Depot, San Carlos', 'Kitchen renovation: drywall supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7732, '2019-04-10', 492.99, 'Lumber Liquidators, Burlingame', 'Kitchen upgrade: Flooring'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7733, '2019-02-16', 120.00, 'Dewey Pest Control', 'First of the 6 payments of $120'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7734, '2019-04-12', 29.99, 'Amazon.com', 'PICKY NEB Whole Mealworms for Chickens 5lb - 100% Non-GMO Large Dried Meal Worms Bulk - High-Protein Chicken Treats (Ducks, Wild Birds, Turtles, Hamsters, Fish, and Hedgehogs Too)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7735, '2019-04-11', 204.03, 'Home Depot, San Carlos', 'Kitchen Renovation: 100\' cable for the oven-microwave combo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7736, '2019-04-13', 45.00, 'Hot Wok Bistro Too, San Carlos', '5 dishes for dinner while kitchen is being renovated'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7737, '2019-04-14', 216.38, 'Costco, Redwood City', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7738, '2019-04-14', 55.75, 'Costco, Redwood City', 'Sanitary napkins, mouthwash, and misc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7739, '2019-04-14', 60.00, 'Costco, Redwood City', '750ml Chivas Regal Scotch whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7740, '2019-04-16', 90.00, 'David Otey', '30-minute horn lessons for Ujala on 4/4 and 4/13'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7741, '2019-04-16', 40.00, 'Smitha', '4 rides for Vyom and Aahna in the week of 4/8'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7742, '2019-04-16', 145.88, 'Home Depot, San Carlos', 'Kitchen renovation: Plywood'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7743, '2019-04-12', 2000.00, 'Marco, Redwood City', 'Kitchen renovation: Labor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7744, '2019-04-16', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons. For one lesson on 2019-04-01 and split lesson (due to rain) on 2019-04-08 & 2019-04-16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7745, '2019-04-16', 16.38, 'Amazon.com', 'Scotts EZ Seed 17540 Sun Shade 10 LB'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7746, '2019-04-16', 19.80, 'Amazon.com', 'EZ BioResearch Bacteria Science Kit (IV): Top Science Fair Project Kit. Prepoured LB-Agar Plates And Cotton Swabs. Exclusive Free Science Fair Project E-Book Packed With Award Winning Experiments.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7747, '2019-04-18', 390.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7748, '2019-04-18', 69.34, 'Namaste Plaza', 'Veggies, dals ($25), and aata ($14).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7749, '2019-04-18', 3400.00, 'Liberty Home Supply, San Francisco', 'Kitchen upgrade: 2 26\"X10\' and 1 36\"X10\' slab, plus $200 delivery fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7751, '2019-04-19', 22.87, 'FlowerAura.com, India', 'Flowers for Minaxi\'s parents\' 50th anniversary. Rs200 were for delivery.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7752, '2019-04-19', 3000.00, 'Marco, Redwood City', 'Kitchen renovation: Labor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7753, '2019-04-19', 900.00, 'Laureano Pablo, Redwood City', 'Kitchen renovation: Labor for cutting countertops'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7754, '2019-04-19', 326.23, 'Costco, Foster City', 'Kitchen renovation: Faucet and garbage disposer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7755, '2019-04-20', 110.00, 'Alemany Farmers Market, San Francisco', '1.5 weeks of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7756, '2019-04-20', 33.00, 'Naan N Curry, Concord, CA', '3 curries and 6 naans for dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7757, '2019-04-22', 16.76, 'Namaste Plaza', 'Two pack rotis, one pack naan, 4lb peanuts ($5.50)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7758, '2019-04-24', 35.30, 'Amazon.com', 'Multi-function LED Under Cabinet Lighting Fixture -Hardwired- Angle Adjustable LED Mirror Light - Warm White - Shatterproof PC diffuser Aluminum Housing 120° Beam Angle for Cabinet, Bathroom, Accent Lighting'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7759, '2019-04-25', 19.80, 'Amazon.com', 'Another set: EZ BioResearch Bacteria Science Kit (IV): Top Science Fair Project Kit. Prepoured LB-Agar Plates And Cotton Swabs. Exclusive Free Science Fair Project E-Book Packed With Award Winning Experiments.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7760, '2019-04-27', 45.27, 'Arco, San Mateo, CA', '11.732 gallons @ $3.859'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7761, '2019-04-27', 9.10, 'Starbucks, Concord, CA', 'Coffee for fufi-ji and milk & juices for kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7762, '2019-04-28', 27.28, 'P-ZA Pie, Concord', 'One extra large pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7763, '2019-04-28', 300.00, 'NextDoor.com', 'Electrolux dryer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7764, '2019-04-28', 1150.00, 'Marco, Redwood City', 'Kitchen renovation: Labor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7765, '2019-04-28', 1175.00, 'Enrique+Caesar, Redwood City', 'Kitchen renovation: Labor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7766, '2019-04-28', 398.84, 'Home Depot, San Carlos', 'Kitchen renovation: Plywood and misc hardware'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7767, '2019-04-29', 200.00, 'Marcella, Redwood City', 'Cleaning: (650) 471-3659'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7768, '2019-04-29', 70.00, 'Smitha', '7 rides for Vyom and Aahna for the two weeks ending 4/26'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7769, '2019-04-29', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons on 2019-04-23 and 2019-04-29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7770, '2019-04-30', 19.96, 'New York Times', 'One year puzzle subscription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7771, '2019-02-21', 10.00, 'San Francisco International Airport', 'Parking while dropping off Minaxi’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7772, '2019-03-08', 16.00, 'San Francisco International Airport', 'Parking while picking up fufi-ji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7773, '2019-05-30', 6.49, 'Safeway', 'Candy for science fair'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7774, '2019-05-01', 6.49, 'Safeway', 'candy For science fair'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7775, '2019-05-02', 70.28, 'Houzz.com', 'Kitchen renovation: Two pendant lights for the island'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7776, '2019-05-02', 29.82, 'LandEend.com', 'Backpack for Fufiji. $8 for shipping!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7777, '2019-05-03', 15.39, 'Amazon.com', '8 placemats and a sink liner ($6)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7778, '2019-05-03', 58.86, 'Trader Joe’s, San Carlos, CA', 'Including a bottle of Skyy Vodka and chicken for barbecue.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7779, '2019-05-05', 108.00, 'Belmont Farmers Market', 'one week of fruits and veggies, $28 for a full flat of strawberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7780, '2019-05-05', 6.46, 'Dollar Tree, Belmont, CA', 'Paper cups for Aahna’s class'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7781, '2019-05-05', 20.00, 'Fox Elementary', 'Kids’ fun night for Aahna’s class to support swim across America'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7782, '2019-05-07', 365.93, 'Adafruit.com', 'Raspberry Pi 3 - Model B+ - 1.4GHz Cortex-A53 with 1GB RAM ($35.00); pi-top Laptop with Inventor\'s Kit v2pi-top Laptop with Inventor\'s Kit v2 ($299.95)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7783, '2019-05-07', 26.64, 'Naan N Curry, Concord, CA', '2 curries and naan/roti/rice (one each) for lunch for Minaxi and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7784, '2019-05-08', 137.41, 'Namaste Plaza', 'Daals (20lb), paneer (5lb for $23), 20lb idly rice for $16, peanuts (10lb for $12), 1/2 gallon ice cream ($9.99), tomatoes (12lbs for $10)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7785, '2019-05-10', 29.00, 'La Tapatia Mexican Restaurant, Concord, CA', 'Lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7786, '2019-05-11', 180.00, 'David Otey', '30-minute horn lessons for Ujala on 4/20, 4/28, 5/4, 5/11'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7787, '2019-05-11', 80.00, 'Smitha', '8 rides for Vyom and Aahna for the two weeks ending 5/11'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7788, '2019-05-11', 146.99, 'Trader Joe’s, San Mateo', '4 milks ($22), 10 frozen veggies ($20+), chicken (16 pieces, $13), blueberries ($8)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7789, '2019-05-11', 35.00, 'Belmont Hair Studio', 'Hair cut for Arun-Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7790, '2019-05-14', 50.00, 'Ralston Middle', 'School supplies donation for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7791, '2019-05-15', 8.72, 'Ladera Garden and Gifts', '8 silver carpet groundcover grass'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7792, '2019-05-15', 9.79, 'Dollar Tree, San Carlos, CA', 'Balloons for Ujala’s school performance, aluminium foil, grip liner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7793, '2019-05-15', 15.00, 'NextDoor.com', 'Two twin comforters for summer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7794, '2019-05-16', 158.70, 'Golden Bus Tours', '1-day in-depth San Francisco tour for fufi-ji and mausi-ji, during mausi-ji\'s visit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7795, '2019-05-19', 6.00, 'San Francisco International Airport', 'Parking while picking up Arun’s mausiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7796, '2019-05-19', 83.00, 'Belmont Farmers Market', 'One week of fruits and veggies, $28 for fruits (2 10lb bags of oranges, 2lbs cherries for $10, 2lbs apricots for $3)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7797, '2019-04-12', 44.42, 'Trader Joe’s, San Mateo', '4 milks, 2 1lb butters'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7798, '2019-04-15', 6.45, 'CVS, San Carlos', 'Minaxi’s meds: co-pay for pills for stomach pain, one bottle of prune juice ($5.99 total)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7799, '2019-05-21', 36.36, 'eBay.com', 'Makeup for Minaxi: Eye brow brush, eye shadow, mascara, 2 blushes, three lipsticks[ brimming berry (514), lily lake (530), ruby ripple (514)]'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7800, '2019-05-21', 52.59, 'eBay.com', 'Makeup for take to India: Eye brow thickener (1), eye shadows (2), blush (1), 8 lipsticks [brimming berry (514), ruby ripple (514), six juniper water (531)]'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7801, '2019-05-09', 35.75, 'Amazon.com', 'Math Olympiad Contest Problems, Volume 2 (REVISED), Kalman, Richard, Editor'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7802, '2019-05-09', 51.34, 'Amazon.com', 'Algen Gear Car Duster Kit - Multipurpose (7pc) Car Cleaning Kit with Bag; [Pack of 2] Panasonic CR2354 3V Lithium Cell Blister Packaging Battery (For Minaxi\'s Tesla key)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7803, '2019-05-09', 45.35, 'Amazon.com', 'Aloe Rey Preservative-Free Organic 100% Inner-Fillet Aloe Vera Juice, 128 Ounce - Supports Healthy Digestion'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7804, '2019-05-09', 46.98, 'Amazon.com', 'Electrolux 134711401 Thermal Limiter; Bonsaii 6-Sheet Cross-Cut Paper Shredder, High-Security P4 Office Shredders with 3.5 Gallons Wastebasket Capacity and Transparent Window, Black (C204-C)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7805, '2019-05-22', 20.00, 'Fox Elementary', 'Minaxi’s entry fee for SF zoo during Vyom’s field trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7806, '2019-05-22', 12.88, 'Chevron', '3 gallons gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7807, '2019-05-23', 25.00, 'NextDoor', 'Playmat for Elana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7808, '2019-05-23', 49.00, 'China Palace, Walnut Creek', 'Lunch for Arun, his Fufiji, his Mausiji, and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7809, '2019-05-16', 80.40, 'OilStop, San Mateo', 'Oil change and engine air filter change. They recommended changing power steering fluid, transmission fluid, and AC filter (another $300-400!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7810, '2019-05-24', 18.10, 'Shell, Palo Alto', '4 gallons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7811, '2019-05-24', 13.25, 'Stanford, Palo Alto', '$10 admission to observation deck for Fufiji/Mausiji/Minaxi, rest parking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7812, '2019-05-25', 6.00, 'Coyote Lake-Harvey Bear Ranch County Park, Gilroy', 'Picnic while going to 17-mile drive with Arun’s Mausiji. Great restroom facilities in addition to BBQ grills'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7813, '2019-05-26', 10.50, '17-mile Drive, Monterey', 'With Arun’s Mausiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7814, '2019-05-27', 8.62, 'Dollar Tree, San Carlos, CA', 'Random junk for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7816, '2019-05-26', 60.00, 'Belmont Farmers Market', 'One week of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7817, '2019-05-26', 6.00, 'San Francisco International Airport', 'Parking while dropping off Arun’s mausiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7818, '2019-05-26', 7.94, 'Wendy’s, Belmont, CA', 'Fries for kids and coke for Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7819, '2019-05-27', 14.14, 'Amazon.com', 'For Aahna\'s laptop: 32GB SanDisk Ultra MicroSDXC Memory Card works with Raspberry Pi 3 Model B, Pi 2, Zero UHS-I Class 10 48mb/s with Everything But Stromboli Memory Card Reader'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7820, '2019-05-28', 146.99, 'Trader Joe’s, San Mateo', '4 milks ($22)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7821, '2019-05-27', 40.00, 'Smitha', '4 rides for Vyom and Aahna for the two weeks ending 5/24'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7822, '2019-05-28', 17.40, 'The Iron Cactus, San Francisco, CA', 'Lunch for Arun and Minaxi while visiting UCSF for scans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7823, '2019-05-31', 20.00, 'Fox Elementary', 'uear End party contributions for Vyom and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7824, '2019-05-31', 4752.52, 'Expedia.com', 'India vacation: China Southern SFO-DEL. Minaxi and Ujala @ $1312.13; Aahna and Vyom @ $1064.13. 2019-07-11: SFO (11:55pm) -> CAN (05:15am, +2 days); CAN (07:30am) -> DEL (10:50am). 2019-08-05 DEL (11:55am) -> CAN (07:50pm); CAN (10:15pm) -> SFO (07:40pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7825, '2019-06-02', 70.00, 'Belmont Farmers Market', 'One week of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7826, '2019-06-04', 14.34, 'eBay.com', 'Non slip grey runner rug for the kitchen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7827, '2019-06-04', 18.00, 'Amazon.com', 'Gift for Aahna to give to Anaya'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7828, '2019-06-04', 52.00, 'Amazon.com', '25lb organic buckwheat flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7829, '2019-06-05', 87.46, 'Namaste Plaza', 'Aata (20lb @$12.99), two 1/2 gallon ice cream ($9.99 ea), tomatoes (10lbs for $9)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7830, '2019-06-05', 23.50, 'Ben Wah Restaurant, San Francisco', 'Lunch for Arun and Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7831, '2019-06-07', 30.00, 'Amazon.com', 'Gift card for the birthday of Ujala’s friend, Tizara Singh.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7832, '2019-06-08', 12.46, 'Chevron', '3 gallons gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7833, '2019-06-09', 35.00, 'NextDoor', 'Two suitcases'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7834, '2019-06-09', 89.28, 'Trader Joe’s, San Mateo', '2 milks ($11), 3 watermelons ($12)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7835, '2019-06-11', 100.00, 'Fox Elementary', 'School supplies donation for Aahna and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7836, '2019-02-09', 38.30, 'Madras Cafe, Sunnyvale, CA', 'Brunch with Atul Jain and LN Kumar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7837, '2019-02-23', 10.46, 'CVS, San Carlos, CA', 'Minaxi\'s meds: co-pay for Minaxi\'s medicine and one bottle of prune juice for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7839, '2018-12-28', 12.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking during Minaxi\'s visit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7840, '2019-06-11', 22.00, 'Whole Foods, San Mateo', '2 cakes for V’s birthday ($20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7841, '2019-01-12', 26.30, 'The Home Depot, San Carlos, CA', '0.563\" x 48\" x 96\" plywood to cover the chicken run against rains.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7842, '2019-02-15', 8.53, 'Dollar Tree, San Carlos, CA', 'Kids\' small gifts to their nana-ji and nani-ji before their departure back to India, including, chocolates, notepads, clothes pins, a scarf, a pair of flip-flops.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7843, '2019-02-15', 37.93, 'The Home Depot, San Carlos, CA', 'Three cacti @ $4.98 for present to Minaxi by kids on her birthday; 2 bags of 32qt Nature\'s Care potting mix @$9.97 for growing barley grass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7844, '2019-02-17', 3.29, 'Shell, 2900 N Airfield Rd, Dallas, TX', 'Dallas vacation: Gas in the rental car before returning it'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7845, '2019-03-17', 34.00, 'Madras Cafe, Sunnyvale, CA', 'Arun\'s brunch with Anand Gupta.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7846, '2019-04-16', 10.00, 'Mount Diablo State Park (South Gate), CA', 'Car entry fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7847, '2019-03-18', 10.51, 'CVS, San Carlos, CA', 'Misc stuff for kids: one clear view binder; one \"B360 CTN BALL REG 300S\" (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7848, '2019-04-06', 64.02, 'Cafe Tandoor, San Ramon, CA', 'Buffet lunch before heading to Mount Diablo: 4 adults (Arun, Minaxi, Ujala, fufi-ji) @$11.09 + 2 kids (Aahna, Vyom) $$7.39'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7849, '2019-06-11', 62.84, 'Arco, San Mateo, CA', '17.174 gallons @ $3.659'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7850, '2019-06-11', 304.59, 'Rockin Jump', 'Vyom’s birthday party for 10 kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7851, '2019-06-11', 7.97, 'Safeway', 'Chocolates for Ujala’s teachers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7852, '2019-06-12', 212.98, 'Amazon.com', 'PICKY NEB Whole Mealworms for Chickens 5lb - 100% Non-GMO Large Dried Meal Worms Bulk - High-Protein Chicken Treats ($28.99); \r\nJVR Automatic Chicken Door Coop Opener Kit, Waterproof Outdoor Timer Controller Actuator Motor, 12V DC Power (Timing) ($183.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7853, '2019-06-12', 30.00, 'Nextdoor', 'Dress for A to wear for Minaxi’s patents’ 50th anniversary party'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7854, '2019-06-14', 125.62, 'Peninsula Feed Store, Redwood City, CA', 'Things for chicken: 50lb bag of organic layer feed ($50), two 40lbs of non GMO scratch grains for adding to the feed ($18ea), 50lb organic sprouting barley'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7855, '2019-06-14', 118.50, 'Home Depot, San Carlos', 'Three 4\'x8\' plywood sheets ($56), one staple gun ($33), staples, and screws to edit the chicken coop.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7856, '2019-06-16', 100.00, 'Belmont Farmers Market', 'One week of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7857, '2019-06-16', 109.00, 'San Mateo County Fair', 'Tickets for three ($38), plus meals for six. Three tickets were free'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7858, '2019-06-17', 120.65, 'Costco, Redwood City', 'Gifts for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7859, '2019-06-17', 20.00, 'Oakland Zoo, Oakland, CA', 'Aahna\'s zoo trip with Victoria and her mother, Olga.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7860, '2019-06-17', 20.00, 'Oakland Zoo, Oakland', 'Aahna’s visit with Victoria'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7861, '2019-06-20', 32.36, 'Arco, San Mateo, CA', '9.249 gallons @ $3.499'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7862, '2019-06-20', 420.00, 'Crystal Springs Energy Medicine, San Mateo', '3 Bodytalk sessions for Minaxi w/Lisa Sullivan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7863, '2019-06-30', 20.00, 'Nextdoor', 'One pair of Merril shoe for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7864, '2019-06-20', 715.02, 'Amazon.com', 'Google Pixel 3 XL Unlocked GSM/CDMA - US Warranty (Clearly White, 64GB)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7865, '2019-06-20', 48.06, 'Namaste Plaza', 'Aata (20lb @$12.99), 5 liters mustard oil ($25), tomatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7866, '2019-06-20', 232.00, 'Costco, Redwood City', 'Gifts for Arun-Minaxi to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7867, '2019-06-20', 445.63, 'Costco, Redwood City', '16lb quinoa ($40), 6 liters olive and avacado oil ($45), 5lb seafood ($50), 7lb butter ($34), lots of $10 items'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7868, '2019-06-21', 350.00, 'Bullseye Plumbing', 'Sewer lateral camera inspection for the future extension. Everything is good. (The cleanup is the little circle in the front of the garage.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7869, '2019-06-01', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 6/1 and two prior'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7870, '2019-06-22', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 6/8, 6/15, 6/22'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7871, '2019-06-23', 57.37, 'Big Lots, Concord', 'Gifts for Fufiji to take home'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7872, '2019-06-23', 20.66, 'Big Lots, Concord', 'Craft supplies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7873, '2019-06-23', 28.56, 'Concord Produce, Concord', 'Some fruits and veggies worth about 3 days'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7874, '2019-06-23', 63.60, 'Mercado Del Sol, Concord, CA', 'Lunch after returning from handing over the keys to the new renters at Walnut Creek.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7875, '2019-06-25', 15.00, 'Nextdoor', 'Three tops for U and one for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7876, '2019-06-26', 20.06, '85C Bakery Cafe, Daly City, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7877, '2019-06-26', 1000.00, 'KSF Structural, Oakland, CA', 'Two beds-one bath on top of garage: Architectural and structural work'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7878, '2019-06-27', 635.43, 'Wells Fargo', 'Refinance upfront fees for 2503 Hastings Dr.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7879, '2019-06-27', 13.21, 'Amazon.com', '1 gallon Elmer\'s school glue for Unnati\'s slime adventures'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7880, '2019-06-27', 15.00, 'Belmont Hair Studio', 'Hair cut for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7881, '2019-06-28', 950.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2019-06-28.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7882, '2019-06-29', 41.94, 'Amazon.com', 'PICKY NEB 100% Non-GMO Mealworms for Chickens 5lb; Replacement Genie Garage Door Remote GITR-3 GIT-1 GIT-2 Intellicode 36433A.S (3 Button) -- for the second family helping us with chicken care.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7883, '2019-06-30', 43.50, 'Jack London Farmers Market, Oakland', '3-4 days of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7884, '2019-06-30', 68.50, 'Trader Joe’s, San Mateo', '4 milks ($22.50), 3lb chicken ($6.50)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7885, '2019-07-01', 75.00, 'NextDoor', 'Fitbit Ionic for Kasvi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7886, '2019-07-01', 300.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: two in May, one in June, and on 7-1-19'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7887, '2019-07-02', 89.95, 'Amazon.com', 'Shoes for Adit (selected by him): Adidas Men\'s Harden Vol 2 Basketball Shoe Red/White Size 11 M'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7888, '2019-07-02', 54.83, 'Amazon.com', 'Benenie Boos for Unnati'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7889, '2019-07-02', 40.82, 'Land\'s End.com', 'Three long sleeved blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7890, '2019-07-03', 45.00, 'Craigslist.org', '100 pieces of clothing for Aahna in size 10/12. Hope they fit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7891, '2019-07-05', 80.00, 'Swagat Indian cuisine, Concord', 'Lunch for 6, us and Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7892, '2019-07-05', 13.50, 'Walmart, Martinez', 'some Clothes for Fufiji to take to India'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7893, '2019-07-05', 44.19, 'Walmart, Martinez', 'Three umbrellas ($26), shelf liner ($15), tea bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7894, '2019-07-05', 19.00, 'Belmont Hair Studio', 'Hair cut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7895, '2019-07-05', 60.00, 'Smitha', '6 rides for Vyom and Aahna on 5/39, 5/31, 6/3, 6/4, 6/7, 6/10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7896, '2019-07-06', 53.70, 'Namaste Plaza', 'Aata (20lb @$12.99), tomatoes 10lb for $8), 20lb veggies ($20), sone spices'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7897, '2019-07-07', 6.10, 'Walgreens', 'Acne treatment for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7898, '2019-07-08', 90.00, 'David Otey', '30-minute horn lessons for Ujala on 6/29 and 7/6'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7899, '2019-07-08', 15.33, 'Marina Foods, San Mateo', 'Chinese sauces and tofu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7900, '2019-07-09', 30.00, 'My Father’s Kitchen, San Francisco, CA', 'Lunch for Arun and Minaxi during the visit to UCSF.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7901, '2019-07-09', 19.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking at UCSF, two times including today since UCSF ran out of free parking vouchers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7902, '2019-07-09', 8.00, 'San Francisco International Airport', 'Parking while dropping off Fufiji'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7903, '2019-07-10', 1500.00, 'PG&E', 'Engineering deposit for 100amps --> 200amps upgrade'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7904, '2019-03-21', 5.46, 'Dollar Tree, Belmont, CA', 'Miscellaneous items for the kids: balloons, tape, glue'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7905, '2019-06-10', 66.67, 'Walmart, Mountain View, CA', 'Soccer balls for return gifts for Vyom’s birthday party. Initially paid $83.74 for 9 balls, then returned the two unused ones.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7906, '2019-06-06', 9.62, 'Safeway, Belmont, CA', 'Two discounted bags of Oreos for Vyom to take to school for his birthday ($1.98 for two), two 9V batteries ($6.99 for two) for smoke detectors (the batteries didn’t work!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7907, '2019-07-17', 17.91, 'Savaari.com', 'India vacation: Airport transfer from Dehradun airport to Mohit Nagar for Arun after arrival from Bangalore (Rs 1232 @68.79).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7908, '2019-07-19', 20.00, 'Fab India, Dehradun, India', 'Kurt’s for Minaxi to wear during her parents’ 50th anniversary proceedings.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7909, '2019-07-24', 100.00, 'Charu Agarwal', 'Shoe rack for mummy-papa’s anniversary.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7910, '2019-07-25', 100.00, 'Charu Agarwal', 'Rope way tickets at Bhatta Falls in Mussoorie and at Sahastradhara, plus Rs 2000 for stitching Minaxi’s lehenga.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7911, '2019-08-04', 225.00, 'Shalini Negi', 'Misc entertainment expenses and gift purchases'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7912, '2019-08-05', 30.00, 'Gongzou, China', 'Boba tea while going and one shared family meal while returning during India trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7913, '2019-08-06', 23.80, 'Safeway, Belmont, CA', 'Milk, bread, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7914, '2019-08-06', 90.00, 'Concord Farmer’s Market, Concord, CA', 'One week of fruits and vegetables'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7915, '2019-08-06', 15.23, 'Naan N Curry, Concord, CA', '4 mango lassis for kids and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7916, '2019-08-09', 57.05, 'Amazon.com', 'Cable Matters 2-Pack 16 AWG Heavy Duty AC Power Extension Cord, 6 Feet (NEMA 5-15P to NEMA 5-15R); Secura K15-F1E Double Wall Stainless Steel Electric Kettle Water Heater w/ Auto Shut-Off and Boil-Dry Protection, 1.5L/1.6Qt, Silver (Paid with Amex points)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7917, '2019-08-09', 17.18, 'Chipotle, Concord', 'Two burritos plus two kids meals. Kids meals were free with coupons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7918, '2019-08-10', 15.00, 'Shell, Concord', 'Tide over gas!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7919, '2019-04-19', 37.45, 'Peninsula Feed Store, Redwood City, CA', '49lb scratch ($20), some bulk bin items, and a steel bowl ($12)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7920, '2019-08-13', 1615.96, 'UCSF, San Francisco, CA', 'Bill payment for Minaxi\'s treatment since early Oct\'18'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7921, '2019-08-13', 10.00, 'NextDoor.com', 'Two twin mattress covers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7922, '2019-08-14', 15.00, 'NextDoor.com', 'One twin comforter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7923, '2019-08-14', 13.92, 'Chevron, Belmont, CA', '3.764 gallons of gas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7924, '2019-08-15', 225.00, 'Fox Elementary PTA, Belmont, CA', 'Suggested donation to Fox + an equal amount (another $225) matched by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7925, '2019-08-16', 41.09, 'Cuban Kitchen, San Mateo, CA', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7926, '2019-08-16', 30.64, 'H&M, Hillsdale Mall, San Mateo', 'One shirt each for Ujala and Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7927, '2019-08-16', 112.85, 'Trader Joe’s, San Mateo', '3 milks ($18), 8lb chicken ($18)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7928, '2019-06-16', 70.00, 'Mountain View Farmers Market, CA', 'One week of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7929, '2019-08-18', 68.10, 'Madras Cafe, Sunnyvale, CA', 'Lunch after visiting Mountain View Farmers Market'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7930, '2019-08-19', 52.27, 'Arco, San Mateo, CA', '15.748 gallons @ $3.309'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7931, '2019-08-19', 43.00, 'Olive Garden, Hayward, CA', 'Lunch for Minaxi and kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7932, '2019-08-19', 43.50, 'Cinemark', 'Mission Mangal: 11:00, special Tuesday pricing @$7 + $1.70 per ticket online advance booking fee. At the Mountain View Shoreline Cinemark 16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7933, '2019-08-22', 350.00, 'The Coder School, San Mateo, CA', 'First semester of Python coding for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7934, '2019-08-24', 45.00, 'Garage sales', '10 tops, 2 dresses, one pair of sandals for Minaxi, one top each for Aahna and Ujala, 10 mugs for the house, plus 4 flip flops.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7935, '2019-08-25', 44.00, 'California Ave Farmers Market, Palo Alto, CA', 'One week of veggies, plus one quart of blueberries ($12)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7936, '2019-08-26', 272.40, 'Hampton Inn (via Expdia.com), Red Bluff, CA', 'Lassen volcanic national park vacation: Hotel for two nights.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7937, '2019-08-28', 1195.57, 'UCSF, San Francisco, CA', 'Bill payment for Minaxi\'s treatment since early Oct\'18. This emptied Arun\'s HSA. On to Minaxi\'s for any subsequent payments.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7938, '2019-08-26', 225.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for July 8, Aug 12, and Aug 26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7939, '2019-08-19', 40.00, 'Kabul Afghan Cuisine, San Carlos, CA', 'Dinner for Minaxi w/friends'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7940, '2019-08-29', 47.27, 'Arco, San Mateo, CA', '14.564 gallons @ $3.239 + $0.35 fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7941, '2019-08-29', 15.00, 'Korea House, Concord, CA', 'Lunch for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7942, '2019-08-30', 110.82, 'Trader Joe’s, San Mateo', '4 milks ($24), 12 patties ($8), 2lbs figs ($5)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7943, '2019-08-31', 16.25, 'Starbucks, Corning, CA', 'Lassen vacation: coffee for Arun, fruit juices for thr kids at the Supercharger stop on the way to Lassen (via Hampton Inn at Red Bluff).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7944, '2019-08-30', 41.36, 'Freebirds World Burrito, Vacaville, CA', 'Lassen vacation: Sepercharging stop and lunch on the way to Lassen (via Hampton Inn at Red Bluff).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7945, '2019-08-31', 30.00, 'Lassen National Park, CA', 'Lassen vacation: park entrance fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7946, '2019-08-31', 40.00, 'Maple Garden Chinese Restaurant, Red Bluff, CA', 'Lassen vacation: 4 entrees for dinner for the 5 of us.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7947, '2019-09-04', 23.00, 'Twin Dragon Academy, San Carlos, CA', 'Adult small t-shirt for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7948, '2019-09-06', 96.45, 'Land\'s End.com', '9 pants for Vyom in ages 7 and 8 (5 are in latter size) + 2 long sleeved blouses for Minaxi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7949, '2019-09-06', 4.99, 'Amazon.com', 'Kindle book for Minaxi: \"The suburban micro farm: Modern solutions for busy people\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7950, '2019-09-07', 43.75, 'Garage sales', 'Soccer net for Vyom, 6 tops for Minaxi, about 12 clothes for Aahna, 4 mugs, a few bracelets.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7951, '2019-09-07', 204.06, 'Costco, Redwood City', '3lb smoked almonds ($15), 12 organic chicken sausage ($15), 20lb basmati rice ($17) , Cliff bars ($20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7952, '2019-09-07', 20.84, 'Costco, Redwood City', 'Rum, 1 liter'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7953, '2019-09-07', 36.75, 'Costco, Redwood City', 'Kirkland toilet paper and kitchen roll, 12 count each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7954, '2019-09-10', 40.26, 'Amazon.com', 'U overnight pads for Ujala: 3 packs of 70 each'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7955, '2019-09-12', 69.95, 'Amazon.com', 'Kensun AC/DC Digital Tire Inflator for Car 12V DC and Home 110V AC Rapid Performance Portable Air Compressor Pump'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7956, '2019-09-16', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2019-09-09 and 2019-09-16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7957, '2019-09-19', 55.00, 'Ralston Middle School, Belmont, CA', 'Instrument rental.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7958, '2019-09-20', 33.83, 'Tabla Indian Restaurant, San Mateo, CA', 'Three biryanis picked up for lunch on the way back from UCSF.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7959, '2019-09-20', 7.00, 'UCSF Medical Center at Mission Bay, San Francisco, CA', 'Parking during scan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7960, '2019-09-22', 45.50, 'Belmont Farmers Market', 'One week of fruits and veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7961, '2019-09-24', 1582.32, 'Air India (via Priceline.com)', 'Round trip ticket for Minaxi\'s mother ($1072.13): \r\n2019-09-27: BLR (09:05pm) --> SFO (07:00am)\r\n2019-12-27: SFO (9:30am) --> BLR (08:25pm)\r\n+ change to 2019-10-23, done by Shalini for Rs36130 (@Rs70.8 per $).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7962, '2019-09-23', 7.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking during taking Minaxi to ER, and checking in.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7963, '2019-09-24', 7.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking while visiting Minaxi at the in-patient on 8th floor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7964, '2019-09-25', 7.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking while visiting Minaxi at the in-patient on 8th floor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7965, '2019-09-26', 14.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking while visiting Minaxi at the in-patient on 6th floor, post surgery, and then again with kids for dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7966, '2019-09-26', 55.88, 'Trader Joe\'s, San Carlos, CA', 'Milk, bananas, bread, pasta, pasta sauce, granola, potatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7967, '2019-09-26', 13.09, 'Trader Joe\'s, San Carlos, CA', 'Body Care all-in-one soap + dish washer detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7968, '2019-09-23', 74.89, 'Namaste Plaza, Belmont, CA', 'Various dals, pappads, saunf, frozen rotis (2 oiled roti packs + 1 tandoori), red onions, 8 samosas, Punjabi biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7969, '2019-09-27', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 8/10, 9/14, and 9/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7970, '2019-10-01', 2624.29, 'Neptune Society of Northern California, Belmont, CA', 'Passing of Minaxi: Cremation services for Minaxi: basic package + viewing ($430) + cremation attendance ($375)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7971, '2019-10-03', 41.18, 'Namaste Plaza, Belmont, CA', 'Passing of Minaxi: Items for Minaxi’s antyeshti pooja (havan sticks, kum kum, pan leaves, pooja cloth, havan samagri, match box, ganga jal, camphor, sesame seed, diya) + tea strainer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7972, '2019-10-06', 50.00, 'Save the Music Festival, Belmont, CA', 'Two adults + two senior tickets for Ujala’s performance (we reached too late and missed Ujala’s performance).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7973, '2019-10-06', 55.75, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7974, '2019-10-08', 525.00, 'SF Bureau of Records, San Francisco, CA', 'Passing of Minaxi: death certificates, 25 copies @ $21'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7975, '2019-10-10', 18.09, 'shein.com', 'Halloween top for Ujala ($12 + shipping + taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7976, '2019-10-10', 6.79, 'eBay', 'Tutu for Ujala\'s halloween dress: $2.49 paid from the $10 gift card that existed on the eBay account; the rest was shipping and handling'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7977, '2019-10-04', 302.00, 'Pundit Kalyan Sharma, Fremont, CA', 'Passing of Minaxi: Antyeshti pooja during the \"viewing\" of Minaxi\'s body at Neptune Society of Northern California; $201 for the temple + $101 for the pandit-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7978, '2019-10-12', 456.78, 'Pundit Kalyan Sharma, Fremont, CA', 'Passing of Minaxi: Havan at home; $201 for the temple + $201 for the pandit-ji + $54.78 for Uber back to temple (Pavani had picked the pundit-ji up coming in).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7979, '2019-10-11', 510.00, 'Blue Runner Inc., Sausalito, CA', 'Passing of Minaxi: Boat rental for scattering Minaxi\'s ashes. $450 base (inc. 6 passengers) + $20 for 1 extra passenger + $40 tip for the deck hand. In attendance: Arun, Ujala, Aahna, Vyom, Gobind, Aarti, Abhijit. Booked through marinmemorialservices.com.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7980, '2019-10-15', 40.00, 'Cynthia Tieu (Ms Bowman\'s class contribution)', 'Paid using Venmo to @CynthiaFongTieu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7981, '2019-10-15', 400.00, 'Lynnel Callagy, Belmont, CA', 'Tax preparation fee for 2018 taxes; the amount had been negotiated by Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7982, '2019-10-16', 15.00, 'BRSSD, Belmont, CA', 'Donation for cleaning Ujala’s music uniform'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7983, '2019-10-17', 25.50, 'USPS, San Carlos, CA', 'Express mailing Aaron Hsu\'s dissertation sheets to Andrew (he included an envelope, but it wasn\'t pre-paid). From address: Aaron Hsu, 4129 W Apple Tree Ct, Bloomington, IN 47403. To address: Andrew Lumsdaine, 8242 Corliss Ave N, Seattle, WA 98103.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7984, '2019-10-17', 2544.00, 'Shalini Chauhan (for Air India and MakeMyTrip.com)', 'Rs 181,150 @71.21 for Arun\'s parents. Papa: Rs92,368 (AI 173 2019-09-30 14:00 DEL -> 17:30 SFO). Mummy: Rs88,782 (AI 173 2019-10-21 03:30 DEL -> 07:00 SFO). Return: CZ658 2020-03-25 23:40 SFO -> 2020-03-27 05:15 CAN CZ 3027 07:30 -> 2020-03-27 11:30 DEL.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7985, '2019-10-17', 157.74, 'Amazon.com', 'For Aahna: Mendini 13\" MA250 Natural Varnish Solid Wood Viola with Case, Bow, Rosin, Bridge and Strings ($119); shoulder rest; 5pcs cleaning cloth + container; Essential Elements for Strings - Book 1 with EEi: Viola; music stand with carry bag'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7986, '2019-10-17', 59.31, 'Amazon.com', 'Cleaning supplies: ECOS 225 fl oz laundry detergent; Murphy\'s oil soap for hard floor, 3 pack; TETHYS Flat Floor Mop and Bucket Set'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7987, '2019-10-09', 27.43, 'Amazon.com', 'Backyard chickens: PICKY NEB 100% Non-GMO Dried Mealworms 5 lb - Whole Large Meal Worms Bulk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7988, '2019-10-09', 8.81, 'Amazon.com', '4-pack 9v batteries (for smoke alarms)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7989, '2019-10-19', 90.00, 'David Otey', '30-minute horn lessons for Ujala on 10/5 and 10/19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7990, '2019-10-20', 38.00, 'Farmers Market, Belmont, CA', 'Vegetables, bread, some fruit. Had to go to San Carlos market for more fruit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7991, '2019-10-20', 19.00, 'Farmers Market, San Carlos, CA', 'Fruit: pluots, grapes, strawberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7992, '2019-10-07', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2019-09-30 and 2019-10-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7993, '2019-10-21', 150.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2019-10-14 and 2019-10-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7994, '2019-10-22', 51.00, 'Jostens.com', '8th grade yearbook for Ujala: base ($45) + clear protective cover ($3) + color autograph section ($3).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7995, '2019-10-22', 115.00, 'Belmont United Soccer Club, Belmont, CA', 'Soccer lessons for Vyom. Paid via teamsnap.com. Friday lessons, 4:00-5:15 pm. Oct 25th to Dec 6th (six sessions, excluding Thanksgiving break).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7996, '2019-10-23', 950.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2019-10-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7997, '2019-10-25', 30.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Arun and Vyom: $26 + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7998, '2019-10-27', 36.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (7999, '2019-10-27', 45.46, 'Amazon.com', 'Vyom’s soccer attire: Adidas cleats, Soxnet acrylic socks (3 pairs), shin guards (2 pairs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8000, '2019-10-31', 25.20, 'Amazon.com', 'Orders for Arun\'s parents: NIVEA cream, 13.5 oz. tin jar; NIVEA Essentially Enriched Body Lotion 16.9 fl. oz. Pump Bottle; Vaseline Pure Petroleum Jelly, Original 16.23 Oz (2 Pack)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8001, '2019-10-31', 15.00, 'Bobbie No, Google', 'Contribution toward the parting gift for the building\'s barista, Josiah Asuncion, who was leaving to embark on higher education.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8002, '2019-11-01', 85.00, 'PTA California Congress of Parents Teachers and Students Inc', 'Ujala’s 8th grade Math Olympiad, Thursdays after school'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8003, '2019-11-02', 57.15, 'Arco, San Mateo, CA', '15.122 gallons @3.779 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8004, '2019-11-03', 75.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8005, '2019-11-03', 59.77, 'Trader Joe’s, San Carlos, CA', 'Milk, potatoes, tomatoes, chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8006, '2019-10-31', 45.00, 'Chase and Wells Fargo', 'Wire fee: $30 outgoing fee by Chase, $15 incoming fee by Wells Fargo; to transfer $500K into Chase to get the 0.25 percentage point discount on the home mortgage based on \"customer relationship\".'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8007, '2019-11-03', 90.00, 'David Otey', '30-minute horn lessons for Ujala on 10/26 and 11/02.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8008, '2019-11-04', 493.52, 'Tesla Service, Burlingame, CA', 'Two-year maintenance service at Tesla Burlingame.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8009, '2019-11-06', 431.59, 'USCB Inc', 'Payment of Minaxi\'s medical debt to PAMF (aka Sutter Health), which had been to the collection agency called UCSB America. Paid with Minaxi\'s HSA Bank money, leaving about $500 in the account.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8010, '2019-11-06', 53.24, 'Amazon.com', 'Kirkland Signature Cold Pressed Unrefined Organic Virgin Coconut Oil, 84 Ounce (we use it more for bodycare than cooking); Imperial Barber Grade Products Bergamot After-Shave Alcohol Free, 9 Oz; Everyone Lotion, Coconut and Lemon, 32 Fl Oz (Pack of 2)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8011, '2019-11-05', 1211.03, 'UCSF, San Francisco, CA', 'Paid using Minaxi\'s HSA Bank account. This cleared the UCSF account up to 2019-11-05. Minaxi\'s HSA account still has about $1000.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8012, '2019-11-06', 24.64, 'ByRam Health Care Center, White Plains, NY', 'Payment of Minaxi\'s long outstanding bill for some non-adhesive pads and Aquagel that Minaxi had ordered in 2018 November. Paid using Minaxi\'s HSA Bank account, leaving under $500 in it.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8013, '2019-11-07', 4.13, 'Office Depot, San Francisco, CA', '$2 cashiers check (made at the nearby Wells Fargo branch) and printouts of papa’s I94 and Arun’s drivers license, as part of the new requirements of the Indian Consulate for getting the living certificate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8014, '2019-11-07', 19.99, 'Reveille, San Francisco, CA', 'Latte for papa, Espresso for Arun, and vegetarian sandwich (shared by both) on the way back from Indian Consulate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8015, '2019-11-10', 28.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8016, '2019-11-10', 95.00, '4H Belmont, Belmont, CA', 'Membership for Aahna (not sure for how long, may be, one year).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8017, '2018-12-27', 175.00, 'Warby Parker, San Francisco, CA', 'Prescription eye glasses for Arun. Warby Parker is out of network for Anthem. It’s not clear how much actually got reimbursed for this purchase.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8018, '2019-11-14', 25.00, 'Warby Parker, Palo Alto, CA', 'New pair of glasses for Ujala, with the same old prescription from November 2018. The older pair broke at the nose support. Price $95, of which $70 got reimbursed from VSP'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8019, '2019-11-15', 2250.00, 'School Force, Belmont, CA', 'SchoolForce.org (Belmont-Redwood Shores), matched by Google, to make the total to $4500, equaling the suggested amount of $1500 per child.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8020, '2019-11-15', 31.79, 'Amazon.com', 'ThisWorx for TWC-01 Car Vacuum - corded (part of the full order of $53.73, of which $42.06 paid using the points received as gift from Minaxi\'s account)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8021, '2019-11-15', 22.00, 'Amazon.com', 'Gorilla Original Gorilla Glue, Waterproof Polyurethane Glue, 18 ounce Bottle, Brown (part of the full order of $53.73, of which $42.06 paid using the points received as gift from Minaxi\'s account)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8022, '2019-11-17', 40.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8023, '2019-11-18', 56.18, 'licenseplatewrap.com', 'Front license plate sticker for Model X, to avoid drilling holes on the front bumper and ruining its aerodynamics. Order number R227964948.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8024, '2019-11-15', 15.00, 'DMV, Redwood City, CA', 'Fee for changing the title to remove Minaxi\'s name. It turned out that it was actually unnecessary, since the title read \"Arun OR Minaxi\".'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8025, '2019-11-20', 40.00, 'Mrs Hernandez’s class (via PayPal to Nadine)', 'Contribution for gifts and donations to Aahna’s class for the whole year, sent by PalPal to nadine_beverly@hotmail.com.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8026, '2019-11-20', 300.00, 'BRSSD, Belmont, CA', 'Advance payment for Ujala\'s 2020 Disney Music trip. More payments to come later.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8027, '2019-11-20', 23.12, 'Uber', 'Fare for kids’ trip to Twin Dragon Academy for their Kung Fu with their dada-ji while Arun was away at SC ‘29 in Denver. Going $12.03 + returning $11.09.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8028, '2019-11-22', 25.00, 'UCSF, San Francisco, CA', '(Paid via Integrity Document Sol) For Minaxi\'s medical records'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8029, '2019-11-25', 225.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2019-11-04, 2019-11-11, and 2019-11-25.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8030, '2019-11-25', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2019-11-09, 2019-11-16, and 2019-11-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8031, '2019-12-01', 30.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8032, '2019-12-02', 4.61, 'Forever21.com', 'Christmas gift: From Aahna to Ujala, Brushed Hooded Top Taupe Small size (promotional price on top of already discounted $14 price, free shipping).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8033, '2019-12-02', 1491.93, 'Tesla Service', 'Replaced all four tires after one got flat on the Thanksgiving trip to L.A. The rest were on the verge of needing replacement at around 27K miles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8034, '2019-12-03', 1928.60, 'PG&E', 'Balance payment for 100amps --> 200amps upgrade, after signing the contract. Trenching and city permits are customer\'s responsibilities. $1500 had already been paid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8035, '2019-10-14', 2725.00, 'KSF Structural, Oakland, CA', 'Two beds-one bath on top of garage: Balance payment for architectural and structural work; $1000 was already paid.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8036, '2019-11-30', 200.00, 'Amazon.com', 'Gift certificate for Karan and Sonia, as a token of appreciation for hosting us for Thanksgiving. We did not take anything for their kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8037, '2019-12-04', 19.00, 'Belmont Hair Studio', 'Hair cut for Arun: $14 + $5 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8038, '2019-10-30', 16.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Arun\'s dad, $12 (?) senior price + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8039, '2019-12-08', 49.00, 'Farmers Market, Belmont, CA', 'Including a dozen bagels for $14'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8040, '2019-12-10', 30.72, 'Amazon.com', 'PICKY NEB 100% Non-GMO Dried Mealworms 5 lb - Whole Large Meal Worms Bulk - High-Protein Treats Perfect for Your Chickens, Ducks, Wild Birds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8041, '2019-12-10', 21.94, 'Amazon.com', 'Puracy Natural Laundry Stain Remover, Enzyme Odor Eliminator, Free & Clear, 25 Ounce (2-Pack)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8042, '2019-12-10', 12.14, 'Amazon.com', 'Christmas gifts: EK Tools Zig Dual TIP BLK CALLGRPHY Pen 55-30066 ($4.10); ChromaCast CC-SAMPLE Sampler Guitar Picks (12 count) ($3.99); Fake Nails Sets,24Pcs ($3.26); Used $25 gift certificate from Patrice Sandstrom Realty.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8043, '2019-12-12', 16.00, 'Franklin Garage, Oakland, CA', 'Parking during Arun’s naturalization oath ceremony at the Paramount Theatre in Oakland.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8044, '2019-12-15', 61.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8045, '2019-12-17', 200.00, 'Vishal Garodia, San Carlos, CA', 'Thule Apex 4 Bike 9025 rack; In response to ad on NextDoor, paid by PayPal to vgarodia@gmail.com.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8046, '2019-12-17', 30.00, 'Marcia Mann (@Google), Mountain View, CA', 'Holiday contribution for the barista (Jose) and the building receptionist (Annalynn) at MTV-2015. Paid via Venmo to @Marcia-Mann.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8047, '2019-12-19', 1911.60, 'Alaska Airlines (via Google)', 'Chicago vacation, Minaxi\'s memorial trip: Airfare for SFO-ORD round trip for 6 (3 adults + 3 children). 2020-02-16 (Sun): SFO (10:15am) --> ORD (04:39pm); 2020-02-21 (Fri): ORD (05:40pm) --> SFO (08:48pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8048, '2019-12-22', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2019-12-07, 2019-12-14, and 2019-12-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8049, '2019-12-22', 73.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8050, '2019-12-22', 0.00, 'Mountain Mike\'s, Belmont, CA', 'Two large 14\" pizzas ($94.19) paid for by gift certificates from someone, donated through MealTrain.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8051, '2019-12-23', 29.00, 'Belmont Hair Studio, Belmont, CA', 'Haircut for Vyom and Arun’s father ($14 each + $5 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8052, '2019-12-24', 100.34, 'Sakoon Restaurant, Fremont, CA', 'Lunch buffer with Arun’s parents. The restaurant charged 15% gratuity even on a buffet because we were a party of six! Shouldn’t go there again.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8053, '2019-12-29', 43.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8054, '2017-02-15', 294.23, 'Amazon.com', 'Thule (actually, Konig) 16mm XB16 SUV/Truck Snow Chain, Size 245 ($169.95); AUTO-VOX Dual Video Inputs 4.3\" Auto Adjusting Brightness Car Rear View Mirror ($109.99); Chuanganzhuo Universal Normal Image Car Reverse Backup Rear/Front View Camera ($14.29)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8055, '2017-02-16', 10.50, 'Amazon.com', 'Majestic Pure Aftershave Splash with Organic Aloe, Witch Hazel, White Willow, and Tea Tree, 8 Fluid Ounce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8056, '2019-12-30', 300.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2019-12-03, 2019-12-15, 2019-12-23, and 2019-12-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8057, '2020-01-02', 10.00, 'Mount Diablo State Park, CA', 'Entrance fee, for a trip with Arun’s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8058, '2020-01-05', 72.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8059, '2019-07-14', 8.56, 'Truffles, Indira Nagar, Bengaluru, Karnataka, India', 'India vacation: Rs570 (dollar amount actual credit card charge of $8.32 + $0.24 foreign transaction fee); Burger and fries dinner of Arun with Gaurav.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8060, '2019-07-24', 17.39, 'Bhatta Village, Mussourie, Uttarakhand, India', 'India vacation: Rs1200 @Rs69; Ropeway tickets to the Bhatta Village resort (goes down into the valley) for 4 adults and 5 children, with Gaurav-Charu\'s family.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8061, '2019-07-22', 86.96, 'Sneha Furniture, Dehradun, Uttarakhand, India', 'India vacation: Rs6000 @ Rs69; a piece of furniture (either shoe rack or a TV table, the other piece was probably paid for by Gaurav-Charu) as part of the 50th anniversary gift for Minaxi\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8062, '2019-11-30', 60.00, 'Baja Fresh Express, Kettleman City, CA', 'Los Angeles vacation: Dinner on the way back, while charging at the Kettleman City Supercharger.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8063, '2019-11-27', 53.35, 'Subway, Kettleman City, CA', 'Los Angeles vacation: Lunch on the way to LA, while charging the car at the Kettleman City Supercharger.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8064, '2019-11-29', 86.95, 'Masala House, Eastvale, CA', 'Los Angeles Vacation: Dinner for everyone at the Indian place near Sonia-Karan\'s place.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8065, '2019-11-29', 16.14, 'Forever 21, Ontario, CA', 'Christmas gift shopping at the Ontario Mills Mall on Black Friday by Ujala for her friends: socks, two knit tops'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8066, '2019-11-29', 5.66, 'Bath and Body Works, Ontario, CA', 'Christmas gift shopping at the Ontario Mills Mall on Black Friday by Aahna: various scented hand sanitizers for her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8067, '2019-11-29', 4.51, 'Typo, Ontario, CA', 'Christmas gift shopping at the Ontario Mills Mall on Black Friday by Ujala for her friend: one poop squishy'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8068, '2018-10-20', 24.00, 'Supercuts, Belmont, CA', 'Haircut for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8069, '2018-10-30', 18.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking during Minaxi\'s appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8070, '2018-10-15', 24.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking during Minaxi’s appointment.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8072, '2018-12-10', 30.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking during Minaxi\'s appointment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8074, '2019-10-07', 14.00, 'San Francisco International Airport', 'Parking while dropping off Gaurav'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8075, '2019-10-23', 4.00, 'San Francisco International Airport', 'Parking while dropping off Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8076, '2018-09-03', 75.49, 'New Woey Loy Geoy Restaurant, San Francisco, CA', 'Lunch at Chinatown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8077, '2018-09-03', 12.00, 'Kearny Street Parking, San Francisco, CA', 'Parking while having lunch at Chinatown'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8078, '2018-11-03', 79.80, 'Optical Illusion and Optometry, Hillsdale Mall, San Mateo, CA', 'Ujala\'s eye exam and glasses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8079, '2019-01-26', 20.00, 'Chase', 'Cash advance fee charged when Arun mistakenly used the credit card, instead of the debit card, to withdraw $400 from the Chase ATM.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8080, '2019-03-18', 7.75, 'Chase', 'Additional interest charged when Arun mistakenly used the credit card, instead of the debit card, to withdraw $400 from the Chase ATM. (Original cash advance fee of $20 charged on Jan 26th.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8081, '2019-06-26', 7.00, 'UCSF Mount Zion Garage, San Francisco, CA', 'Parking during Minaxi\'s visit to the radiation department; could not get parking ticket validated, so paid the reduced rate with accessible decal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8082, '2019-09-27', 7.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking while visiting Minaxi at the in-patient on 6th floor.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8083, '2019-09-28', 7.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking while visiting Minaxi at the in-patient on 8th floor with Minaxi\'s mother and the kids. This is the last time we saw her alive.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8084, '2019-09-29', 14.00, 'UCSF Millberry Union Garage, San Francisco, CA', 'Parking while rushing to see Minaxi at the ICU after her emergency surgery (she was already comatose and likely brain-dead by then), and then again while paying her the last visit with Minaxi\'s mother and the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8085, '2019-09-29', 19.42, 'UCSF Moffitt Cafe Express, San Francisco, CA', 'Snacks for the kids while they waited in the waiting room as Minaxi\'s life support was removed one by one. Arun and Minaxi\'s mother stayed in the ICU with Minaxi\'s body during this process. Bananas, chips, milk, apple juice, samosas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8086, '2019-09-30', 8.00, 'San Francisco International Airport', 'Parking while picking up Arun\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8087, '2019-09-28', 4.00, 'San Francisco International Airport', 'Parking while picking up Minaxi\'s mother'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8089, '2019-10-01', 4.00, 'San Francisco International Airport', 'Parking while picking up Gaurav.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8090, '2019-10-03', 4.00, 'San Francisco International Airport', 'Parking while picking up Arun\'s mausi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8091, '2019-10-05', 4.00, 'San Francisco International Airport', 'Parking while dropping off Arun\'s mausi-ji.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8092, '2020-01-06', 174.50, 'Belmont Parks and Recreation', 'Ice-skating lessons for Arun; each Saturday, 2020-01-11 through 2020-02-22 (except 2020-02-15)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8093, '2018-01-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (1/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8094, '2018-02-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (2/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8095, '2018-03-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (3/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8096, '2018-04-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (4/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8097, '2018-05-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (5/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8098, '2018-06-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (6/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8099, '2018-07-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (7/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8100, '2018-08-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (8/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8101, '2018-09-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (9/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8102, '2018-10-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (10/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8103, '2018-11-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (11/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8104, '2018-12-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (12/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8105, '2019-01-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (13/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8106, '2019-02-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (14/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8107, '2019-03-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (15/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8108, '2019-04-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (16/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8109, '2019-05-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (17/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8110, '2019-06-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (18/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8111, '2019-07-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (19/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8112, '2019-08-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (20/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8113, '2019-09-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (21/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8114, '2019-10-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (22/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8115, '2019-11-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (23/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8116, '2019-12-23', 1342.90, 'Chase', 'Monthly payment for Tesla Model X (24/72)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8117, '2020-01-07', 240.00, 'Belmont United Soccer Club, Belmont, CA', 'Soccer lessons for Aahna and Vyom. Paid via teamsnap.com. Thursday lessons 4:00-5:15 pm for Aahna and Friday lessons 4:00-5:15 pm for Vyom, Jan 8th through Feb 14th (six sessions).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8118, '2019-12-08', 161.20, 'Costco, Redwood City, CA', 'Part of the total bill of $223.74.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8119, '2019-12-08', 13.16, 'Costco, Redwood City, CA', 'Thick sports socks for Arun. Part of the total bill of $223.74.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8120, '2019-12-13', 11.05, 'Target, San Mateo, CA', 'Gifts for gift-exchange in Aahna\'s class: two pairs of socks + gift wrap and clear tapes used mostly by the kids for their craft and school work.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8121, '2019-12-27', 59.88, 'Trader Joe\'s, San Carlos, CA', 'Includes 4 gallons of mil @ $5.69, pasta, spaghetti, pasta sauce, one dozen eggs (chickens were not producing eggs due to cold and molting), bananas, potatoes, eggnog'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8122, '2020-01-05', 63.07, 'Trader Joe\'s, San Mateo, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8123, '2019-12-28', 128.29, 'Cafe 220, Palo Alto, CA', 'Lunch with Anand Gupta\'s family. AG had lunch with IIT friends. The expense includes lunch for three adults (Arun, Vandana, Riya) and four kids (Ujala, Aahna, Vyom, Persi) and an extra dish to bring home for Arun\'s mother upon Ujala\'s insistence.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8124, '2019-12-28', 9.00, 'Starbucks, Palo Alto, CA', 'Approximate amount. Coffee for Arun and Vandana after lunch with Anand Gupta\'s family. Paid for using the $15 Starbucks gift card that Ujala gave Arun for Christmas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8125, '2019-12-28', 52.00, 'Shoreline Boathouse, Mountain View, CA', 'Boating with Anand Gupta\'s family while Anand Gupta went for lunch with IIT friends. The rental was for one pedal boat and one rowboat @ $26 for one hour.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8126, '2019-12-26', 10.50, 'Ten Almaden, San Jose, CA', 'Parking while visiting Christmas in the Park with Arun\'s parents. Found parking closed upon return. Fortunately, Arun\'s father located a security person who let us in. Arun had called Uber by then. Its cancellation charges are entered separately.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8127, '2019-12-26', 5.00, 'Uber', 'Cancellation charges for Uber: Found parking closed upon return from Christmas in the Park with Arun\'s parents. Fortunately, Arun\'s father located a security person who let us in. Arun had called Uber by then.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8128, '2019-12-26', 6.49, 'Subway, San Jose, CA', 'While visiting Christmas in the Park Arun\'s father and Aahna needed to use the restroom. Purchased a turkey sandwich to be able to use the restrooms. (Hence filed as generalEntertainment and not eatingOut.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8129, '2019-12-15', 58.48, 'Trader Joe\'s, San Mateo, CA', '3 gallons of milk @ $5.69, eggnog, organic frozen peas, sour cream, tofu, bananas, string cheese, buttermilk pancake mix, potatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8130, '2019-12-15', 8.75, 'Trader Joe\'s, San Mateo, CA', 'One 3-in-one BodyCare soap.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8131, '2019-12-15', 93.35, 'Namaste Plaza, Belmont, CA', '2 bags of roti flour (Mantra organic), fennel seeds (saunf), kala chana, split urad dal, panipuri, cake rusk, some namkeen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8132, '2019-12-07', 110.00, 'King Sun Buffet, South San Francisco, CA', 'Tried the venue for the first time. Buffet with Arun\'s parents. Food was good with a large variety, but the ambience was average. Lot of crowd!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8133, '2019-11-17', 4.99, 'Safeway, Belmont, CA', 'Kikkoman soy sauce (Trader Joe\'s only sells low-sodium version)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8134, '2019-11-17', 33.28, 'Namaste Plaza, Belmont, CA', 'Fennel candy, papads, aloo bhujia, sooji, red onions, cilantro'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8135, '2019-11-18', 32.09, 'Office Depot, San Carlos, CA', 'Krazy glue, Super glue (to attempt to fix Ujala\'s broken glasses frame), envelopes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8136, '2019-06-19', 140.29, 'The Home Depot, San Carlos, CA', 'DeWalt Atomic Impact Kit (1.3 AH battery), i.e., impact drill. Arun\'s gift to himself for father\'s day. Turned out to be very useful in installing the automatic door for the chicken coop. The old drill\'s battery is basically dead,'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8137, '2019-11-17', 39.95, 'Trader Joe\'s, San Carlos, CA', 'Milk, bananas, butter, bread, spaghetti, potato chips, eggnog'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8138, '2019-10-22', 49.61, 'Trader Joe\'s, San Carlos, CA', 'Frozen spinach, organic marinara pasta sauce, potatoes, string cheese, New Zealand cheddar cheese, butter, firm tofu, spiced pumpkin seeds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8139, '2019-06-11', 22.47, 'Whole Foods Market, San Mateo, CA', 'Gingerade kambucha, organic black lentils, asparagus (includes $2.69 Prime member discount)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8140, '2019-06-11', 19.98, 'Whole Foods Market, San Mateo, CA', 'Two cakes for Vyom\'s birthday: eruption single layer cake, tres leches cake'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8141, '2019-06-21', 14.12, 'The Home Depot, San Carlos, CA', '15A 125V blank and white connection cable: used to bring power to the chicken coop for the automatic door.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8142, '2019-10-26', 120.00, 'Costco, Redwood City, CA', 'Costco gold star membership renewal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8143, '2019-10-26', 70.82, 'Costco, Redwood City, CA', 'Part of the total bill of $351.17: Jacket for Arun\'s mother ($24.99), Sensodyne toothpaste ($23.99) and Dove bar soap ($15.99) for use by Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8144, '2019-10-26', 160.35, 'Costco, Redwood City, CA', 'Part of the total bill of $351.17: olive oil, bread, icecream, quinoa, raisins, croisssants, milk, limes, cashew, pumpkin + flax snack, Ritz, Biscoff, breakfast cereal, coconut water,'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8145, '2019-11-01', 72.48, 'Namaste Plaza, Belmont, CA', 'Mantra organic roti flour (1 bag), split urad dal, urad whole, masoor, black eye beans, chana dal, Punjabi biscuits, cake rusks, Surati sev, Pulse candy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8146, '2019-10-11', 62.55, 'Namaste Plaza, Belmont, CA', 'Part of the total bill of $74.72: Bell pepper, whole black pepper, cumin seeds, coriander seeds, Verka paneer, papaya, Surati pani puri (2 packs), sugar, salt, Punjabi biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8147, '2019-10-11', 12.17, 'Namaste Plaza, Belmont, CA', 'Part of the total bill of $74.72. Passing of Minaxi: Items for Minaxi’s antyeshti pooja and havan at home: coconut, Verka yogurt, kum kum and turmeric leaf, saffron, sandal powder'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8148, '2019-12-01', 68.78, 'Trader Joe\'s, San Carlos, CA', 'Potatoes, tomatoes, frozen spinach, frozen green beans, pancake mix, chocolate chips, bread, tofu, pasta sauce, milk, avocados, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8149, '2019-10-16', 71.62, 'Trader Joe\'s, San Carlos, CA', 'Frozen peas, pasta, sour cream, tomato basil marinara pasta sauce, milk, bananas, tofu, 3 pumpkins (to be decorated by the kids for Halloween).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8150, '2019-10-16', 330.79, 'United Airlines', 'Mistaken Denver trip: Includes preferred seating ($14 each way) and trip insurance ($20.19)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8151, '2019-11-11', 31.00, 'Uber', 'Mistaken Denver trip: taxi from home to SFO.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8152, '2019-11-11', 54.48, 'Uber', 'Mistaken Denver trip: taxi from DEN to hotel (Sheraton) in downtown Denver.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8153, '2019-11-12', 38.99, 'Uber', 'Mistaken Denver trip: taxi from SFO to home'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8154, '2019-11-12', 10.50, 'Regional Transportation District, Denver, CO', 'Mistaken Denver trip: train from downtown Denver to DEN'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8155, '2019-11-12', 200.00, 'United Airlines', 'Mistaken Denver trip: Fee for changing the United ticket to Tue (12th) from Fri (15th)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8156, '2019-11-12', 265.07, 'Sheraton Denver, Denver, CO', 'Mistaken Denver trip: One night hotel stay; the hotel canceled the remaining three nights without charging additional fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8157, '2019-11-12', 14.31, 'City Wok, Denver International Airport, Denver, CO', 'Mistaken Denver trip: Lunch for Arun at the airport while waiting for the flight to SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8158, '2019-11-12', 4.27, 'Caribou Coffee, Denver International Airport, Denver, CO', 'Mistaken Denver trip: Coffee for Arun at the airport while waiting for the flight to SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8159, '2019-03-15', 17.55, 'CVS, San Carlos', 'Vyom’s antibiotic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8160, '2019-03-30', 48.41, 'Namaste Plaza, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8161, '2019-06-12', 11.73, 'CVS, San Carlos, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8162, '2019-07-02', 10.02, 'CVS, Mountain View, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8163, '2019-10-23', 40.00, 'LAZ Parking, San Francisco, CA', 'Parking near Pier 39 when Arun attended the Google DarwiNN team\'s sailing off-site.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8164, '2019-11-13', 40.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for tests for Aahna (test for purple belt) and Vyom (test for solid yellow belt) on 2019-11-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8165, '2018-02-07', 5.50, 'ChoiceLunch, Belmont, CA', 'Hot lunch for Aahna, since she really wanted to try it'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8166, '2018-10-16', 1.08, 'CVS, San Carlos, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8167, '2018-10-26', 0.31, 'CVS, San Carlos, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8168, '2018-11-16', 7.06, 'CVS, San Carlos, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8169, '2019-01-14', 4.34, 'CVS, San Carlos, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8170, '2019-05-16', 1.10, 'CVS, San Carlos, CA', 'Minaxi\'s meds: likely co-pay for Minaxi\'s prescription medicine; details unavailable, entry extracted from credit card statement'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8171, '2019-05-18', 14.00, 'Maker Faire', 'Snacks at Maker Faire (receipt missing; entry found in credit card statement)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8172, '2019-12-01', 31.67, 'Trader Joe\'s, San Carlos, CA', 'One bottle of Glenfiddich single malt Scotch whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8173, '2019-12-08', 49.38, 'Costco, Redwood City, CA', 'One 750ml Johnny Walker Green Label Scotch whiskey. Part of the total bill of $223.74.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8174, '2007-12-20', 30.00, 'Sam\'s Club', '750ml black label Johny walker whiskey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8175, '2014-10-02', 60.00, 'Trader Joe\'s, San Carlos, CA', 'Approximate amount; liquor: wine + Johnny Walker Scotch whiskey (about $40)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8176, '2009-11-26', 25.50, 'Bloomingfoods Market & Deli', 'Liquor: Two bottles of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8177, '2010-02-20', 50.00, 'Sam\'s Club', 'Approximate amount; liquor: vodka, organic wine, oliver winery wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8178, '2010-07-17', 20.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: beer and wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8179, '2010-11-29', 8.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8180, '2010-12-07', 10.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8181, '2010-12-29', 8.49, 'Bloomingfoods Market & Deli', 'Liquor: wine (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8182, '2011-04-30', 11.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8183, '2012-01-31', 10.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8184, '2012-02-08', 11.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8185, '2012-10-20', 23.00, 'Bloomingfoods Market & Deli', 'Approximate amount; liquor: 2 bottles of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8186, '2013-01-05', 10.99, 'Bloomingfoods Market & Deli', 'Liquor: organic wine (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8187, '2013-04-13', 10.00, 'Bloomingfoods Market & Deli', 'Approximate amount: liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8188, '2014-03-01', 20.00, 'Trader Joe\'s, San Carlos, CA', 'Approximate amount; liquor: two bottles of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8189, '2014-03-01', 10.00, 'Trader Joe\'s, San Mateo, CA', 'Approximate amount; liquor: one bottle of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8190, '2014-06-28', 34.98, 'Trader Joe\'s, San Carlos, CA', 'Liquor: $9.99 for wine, and $24.99 for vodka (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8191, '2014-10-16', 19.98, 'Trader Joe\'s, San Carlos, CA', 'Liquor: rwo wines at $9.99 each (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8192, '2014-12-24', 20.00, 'Trader Joe\'s, San Carlos, CA', 'Approximate amount: liquor: rum for $10 and one bottle of wine for $10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8193, '2015-02-25', 9.98, 'Trader Joe\'s, San Mateo, CA', 'Liquor: two bottles of organic wine (GreenFin) (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8194, '2015-08-25', 12.00, 'Trader Joe\'s, San Mateo, CA', 'Approximate amount; liquor: wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8195, '2015-12-17', 12.99, 'Safeway, Belmont, CA', 'Liquor: one bottle of cabernet sauvignon wine (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8196, '2015-12-29', 23.00, 'Trader Joe\'s, San Mateo, CA', 'Approximate amount; liquor: two bottles of wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8197, '2016-01-21', 17.00, 'Costco, Redwood City, CA', 'Approximate amount; liquor: two wines'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8198, '2016-04-11', 10.00, 'Trader Joe\'s, San Mateo, CA', 'Approximate amount; liquor: two Green Fin wines (organic grapes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8199, '2016-04-16', 70.00, 'Grocery Outlet, Palo Alto, CA', 'Approximate amount; loquor: 12 wines (they claim they get overstocks directly from wineries cutting the middle people)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8200, '2017-01-14', 10.00, 'Trader Joe\'s, San Carlos, CA', 'Approximate amount; liquor: one wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8201, '2018-03-29', 10.99, 'Trader Joe\'s, San Carlos, CA', 'Liquor: one wine (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8202, '2018-06-02', 8.99, 'Trader Joe’s, San Carlos, CA', 'Liquor: one wine (excl. taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8203, '2019-03-16', 10.96, 'Trader Joe\'s, San Carlos, CA', 'Liquor: one wine (Herzog Kosher Cabernet for $9.99 + taxes).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8204, '2009-06-10', 8.00, 'Kroger', '6-pack beer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8205, '2020-01-10', 44.08, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two large pizzas. Price includes $4.01 gratuity and $8 discount (coupon from Mountain Mike\'s web-site) on two large pizzas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8206, '2020-01-12', 74.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8207, '2020-01-12', 12.00, 'Doc Bagels, Belmont, CA', 'One dozen bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8208, '2019-12-15', 73.69, 'Amazon.com', 'Various Christmas gifts: pen/pencil holder from Aahna to Arun\'s father; hair clips from Aahna to Arun\'s mother; 7 sets of fake nails and hair extensions from Arun to Aahna; indoor soccer ball from Arun to Vyom; foam football from Aahna to Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8209, '2019-12-19', 21.94, 'Amazon.com', '2 Allen Sports Tension Bar Bicycle Cross-Bar Adaptor, Model 900B; to hang Vyom\'s and Aahna\'s bikes on the bike rack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8210, '2019-12-19', 36.37, 'Amazon.com', 'Various Christmas gifts: Barbie skirt from Vyom to Aahna; hair brush from Aahna to Ujala; $5 gift certificate from Vyom to Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8211, '2020-01-03', 15.00, 'Amazon.com', 'Gift certificate from Ujala to her friend Giselle, on her birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8212, '2020-01-03', 21.85, 'Amazon.com', 'Soccer cleats for Aahna: Adidas Unisex-Kid\'s Goletto VI Firm Ground Football Shoe, Black/Shock Pink/White, 4 M US Big Kid. Used Amex points to pay.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8213, '2020-01-03', 14.26, 'Amazon.com', 'Vikano Bluetooth 5.0 Transmitter and Receiver Bluetooth Adapter with aptX. Used Amex points to pay. Turned out to be of limited utility; has the annoying \"feature\" that it toggles its state (transmitter vs receiver) each time it\'s power cycled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8214, '2020-01-14', 9.87, 'Amazon.com', 'House slippers for Vyom: Cute Fruit House Slippers Boys Girls Family Shower Slide Anti-Slip Bath Slippers BK36 Black. Paid partially with Amex points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8215, '2020-01-14', 84.23, 'Amazon.com', 'For Aahna: MLS Capitano size 4 Soccer Ball and 5 Pairs Soccer Socks; for Ujala: Schwinn Mountain Bike Tire (Black, 26 x 1.95-Inch) and Allen Sports Cross-Bar Adaptor, Model 900B for hanging the bike on bike rack. Paid using Amex and Discover points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8216, '2020-01-14', 21.94, 'Amazon.com', 'Allen Sports Tension Bar Bicycle Cross-Bar Adaptor, Model 900B, for hanging Arun\'s bike on the bike rack (may not be needed, but just in case)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8217, '2020-01-13', 225.00, 'Cox and Kings Global Services (CKGS) USA LLC', 'Fee for Arun\'s renunciation of Indian citizenship. It includes 2x$15 of FedEx charges for sending the docs and returning the canceled passport.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8218, '2020-01-15', 36.66, 'Amazon.com', 'Birthday gifts for Vyom\'s friends, the twins Zachary and Adams. LEGO Star Wars: The Rise of Skywalker Resistance A-Wing Starfighter 75248 Advanced Collectible Starship Model Building Kit, New 2019 (269 Pieces); SET: The Family Game of Visual Perception'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8219, '2019-12-27', 15.28, 'Trader Joe\'s, San Carlos, CA', 'Liquor: Hess Select cabernet; bought specially for Anand Gupta\'s visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8220, '2019-12-27', 4.36, 'Trader Joe\'s, San Carlos, CA', 'Dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8221, '2020-01-17', 13.10, 'Trader Joe’s, San Carlos, CA', 'Wine: Bonterra organic Cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8222, '2020-01-17', 41.92, 'Trader Joe’s, San Carlos, CA', '2 gallons milk @ $5.69, chicken burgers, bananas, bread, ginger, frozen hash browns'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8223, '2020-01-18', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-01-04, 2020-01-11, and 2020-01-18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8224, '2020-01-18', 17.19, 'Amazon.com', 'Avery self-adhesive laminating sheets, 9x12 inches.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8225, '2020-01-18', 187.66, 'Amazon.com', 'For Arun: Jackson Ultima Mystique JS1592 figure ice skates, medium width 8.5 size ($159.95 + taxes); Guardog top notch hard adjustable skate guards'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8226, '2020-01-19', 50.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8227, '2020-01-19', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-01-05 and 2020-01-19. Rates raised to $80 per lesson starting Janurary.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8228, '2020-01-20', 221.02, 'Google', 'Two Nest Protect 2nd generation CO + smoke alarms, wired. Includes about $35 employee discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8229, '2020-01-20', 74.55, 'New Woey Loy Geoy Restaurant, Chinatown, San Francisco, CA', 'Lunch with Arun\'s parents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8230, '2020-01-20', 12.00, 'Kearny Street Parking, Chinatown, San Francisco, CA', 'Parking at the Hilton on Kearny street, while visiting Chinatown for lunch and Arun\'s haircut. Also bought some Chinese bakery and soy sauce.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8231, '2020-01-20', 15.00, 'Joy\'s Hair Salon, Chinatown, San Francisco, CA', 'Arun\'s haircut on the visit to Chinatown; $12 + $3 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8232, '2020-01-20', 7.25, 'Golden Way Trading Company, Chinatown, San Francisco, CA', 'Soy sauce, Kikkoman 2 qt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8233, '2020-01-20', 17.75, 'The AA Bakery and Cafe, Chinatown, San Francisco, CA', '1 dozen sesame balls, 4 walnut cookies, 1 lotus root cookie'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8234, '2020-01-22', 50.47, 'Amazon.com', 'Two books for Arun\'s father: A Very Stable Genius: Donald J. Trump\'s Testing of America (by Philip Rucker); The Breakdown of Democratic Regimes: Crisis, Breakdown and Reequilibration (by Juan Linz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8235, '2020-01-23', 10.00, 'Figure Skating Pro Shop, Redwood City, CA', 'Sharpening Arun’s ice skates at the shops located at the Nazareth Ice skating ring in Redwood City.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8236, '2020-01-23', 166.17, 'Namaste Plaza, Belmont, CA', 'Includes 3lbs of goat best for $31.98, several dals, various spices, and some snacks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8237, '2020-01-24', 450.00, 'BRSSD, Belmont, CA', 'Balance payment for Ujala\'s 2020 Disney Music trip. A combined payment was made for the 2nd and 3rd (final) installments of $250 and $200, respectively.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8238, '2020-01-25', 20.00, 'Amazon.com', 'Gift card for the birthday of Ujala’s friend, Emma'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8239, '2017-06-17', 8.35, 'Arco, San Mateo, CA', 'Super car wash: $8.00 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8240, '2014-12-20', 12.99, 'Costco, South San Francisco', 'Evaporated milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8241, '2017-01-22', 10.85, 'The Home Depot, San Carlos, CA', 'Simple green cleaner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8242, '2017-05-31', 1.52, 'Diddams Party & Toys, San Mateo, CA', 'Misc party items (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8243, '2020-01-26', 65.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8244, '2015-07-03', 17.26, 'Wheel Works, Belmont, CA', 'Flat tire repair and balancing, replaced passenger side lightbulb'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8245, '2020-01-27', 700.00, 'The Coder School, San Mateo, CA', 'One semester of coding for Aahna (Python) and Vyom (Scratch)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8246, '2020-01-29', 40.00, 'Fox Elementary, Belmont, CA', 'Money to Aahna and Vyom for buying books at their book fair. Vyom only spent about $12 but Aahna used up all.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8247, '2020-02-03', 200.00, 'Amazon.com', 'Gift certificate for Pavani on her \"house warming\" when she invited our family + Arun\'s parents to her newly purchased condo in Fremont for the first time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8248, '2020-02-05', 950.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2020-02-05.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8249, '2020-02-02', 9.00, 'Farmers Market, Belmont, CA', 'Only oranges. Quick pass by on the way to Pavani’s house warming. We were very late and it was very windy that day. Most farmers had already closed down.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8250, '2020-02-06', 30.00, 'Belmont Hair Studio, Belmont, CA', 'Haircut for Vyom and Arun’s father ($14 each + $6 tip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8251, '2020-02-07', 20.00, 'Fox Elementary PTA, Belmont, CA', 'Fox yearbook. Ordered for Aahna, to be shared with Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8252, '2020-02-08', 6.86, 'Doc’s Bagel, Belmont, CA', 'Breakfast sandwich for Aahna while she met with Charlotte Turlington visiting from Buffalo, NY.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8253, '2020-02-08', 25.00, 'Amazon.com', 'Birthday gift for Aahna\'s friend, Lena'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8254, '2020-02-08', 16.57, 'Uber', 'Fare for ride to Redwood City downtown Cinemark, where Aahna went to watch the movie \"Little Women\" for the birthday celebration of her friend, Lena. Arun was in his skating class so couldn\'t drop Aahna off. Arun\'s father and Ujala dropped Aahna in Uber.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8255, '2020-02-09', 69.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8256, '2018-01-09', 2.99, 'Apple', 'Math Bingo app for Vyom, purchased by Minaxi on her iOS devices.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8257, '2020-02-10', 344.00, 'Shalini Chauhan (for Air India and MakeMyTrip.com)', 'Rs 24,490 for rebooking Arun\'s parents via Air India, after their China Southern flight got canceled due to Coronoavirus. (71.24 INR per USD)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8258, '2020-02-10', 250.00, 'Enrique', 'Electrical work at Walnut Creek ADU: unpaid arrears'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8259, '2020-02-10', 2500.00, 'Marco Juarez', 'Upgrade work at Walnut Creek ADU; unpaid arrears'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8260, '2020-02-10', 1000.00, 'Marco Juarez', 'Advance payment for the front porch work; including $542 for the two bedroom windows'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8261, '2020-02-12', 36.78, 'Amazon.com', '2 of Surface Mount Led Ceiling Light-18W Round LED Panel Light, 3000K, Warm White; to replace the broken lights in the Walnut Creek ADU, delivered directly at Walnut Creek'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8262, '2020-02-12', 35.00, 'Patrina (via NextDoor)', 'Jacket for Vyom; oversized, so would be more useful in the next season.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8263, '2020-02-14', 249.45, 'Air India (via MakeMyTrip.com)', 'Round trip ticket for Fufi-ji: 2020-04-03: AI-183 DEL (16:50) --> SFO (20.30); 2020-09-20: AI-174 SFO (10:30) --> DEL (14:55); Rs 90,950.0 @ Rs 71.53 / $. Ticket canceled on 2020-03-16 due to COVID-19 and got Rs73,107 back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8264, '2020-02-15', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-01-25, 2020-02-08, 2020-02-15.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8265, '2020-02-18', 30.00, 'Aver’s Pizza, Bloomington, IN', 'Chicago vacation, Minaxi\'s memorial trip: Pizza for dinner before going to the music school for the brass performance. Two 14” pizza deal for $20 + taxes + some tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8266, '2020-02-23', 240.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-01-26, 2020-02-02, and 2020-02-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8267, '2020-02-23', 68.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8268, '2020-02-23', 3.99, 'Amazon.com', 'Hidden Figures: suggested by Arun’s father and watched by everyone together.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8269, '2020-02-23', 174.50, 'Belmont Parks and Recreation', 'Ice-skating lessons for Arun; each Saturday, 2020-03-14 through 2020-04-25 (except 2020-04-11)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8270, '2020-02-27', 3474.82, 'UCSF, San Francisco, CA', 'Overdue payments for Minaxi\'s treatment during Jan and Feb 2019. Paid through the collection agency, Transworld Systems Inc (payments.tsico.com).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8271, '2020-02-27', 35.00, 'Belmont United, Belmont, CA', 'Soccer game ticket for Vyom (SJ Earthquakes vs Minnesota); Vyom will go with Marcio and his dad, Roland, on 2020-03-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8272, '2020-02-27', 2000.00, 'Marco Juarez', 'Payment for the labor on the front door and the two bedroom windows.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8273, '2020-03-01', 22.95, 'studentreasures.com/preorder', 'A hardbound version of the book Vyom\'s 2nd grade class is publishing. There was a $2 discount (instead of $24.95) for hardbound if ordered online.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8274, '2020-03-01', 97.00, 'Farmers Market, Belmont, CA', 'Higher expense due to bread, bagels, and more than usually expensive veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8275, '2020-03-03', 50.00, 'Belmont United Soccer Club, Belmont, CA', 'Soccer lessons for Aahna and Vyom. Paid via teamsnap.com. Thursday lessons 4:00-5:15 pm for Aahna and Friday lessons 4:00-5:15 pm for Vyom, Mar 4th through Apr 17th (six sessions). Refunded $110 (V) + $80 (A) for classes canceled due to COVID-19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8276, '2017-01-14', 40.66, 'ARCO, San Mateo, CA', '15.889 gallons @ $2.559 + $0.35 debit card fee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8277, '2020-03-05', 4.04, 'Walgreens, Belmont, CA', 'Printout of science fair pictures of Aahna and Shayan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8278, '2020-03-06', 4.00, 'Google', 'Free Google Hub, offered for subscribing to Nest Aware service. $4.00 charged for recycling fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8279, '2020-03-08', 85.50, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8280, '2020-03-08', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-02-29 and 2020-03-08.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8281, '2020-03-08', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-02-22, 2020-02-29, and 2020-03-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8282, '2020-03-05', 18.00, 'Belmont Hair Studio', 'Hair cut for Arun: $14 + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8283, '2020-03-09', 41.60, 'Shein.com', 'Clothing gifts for Ujala\'s friends: 4 items (t-shirts and pullovers)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8284, '2020-03-15', 78.75, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8285, '2020-03-12', 5.00, 'Ralston Middle School, Belmont, CA', '$5 worth of pennies for Ujala\'s fundraising competition at school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8286, '2020-03-19', 1974.60, 'CheapOAir (Air India via Google)', 'One way ticket for Arun\'s parents, booked in an emergency since all international flights to India were canceled starting 2020-01-23. AI 184: 2020-01-21 (Sat) SFO 01:00 --> 2020-01-22 (Sun) DEL 06:00. The price includes $33.90 for seat selection.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8287, '2020-03-21', 990.65, 'Apple', '13-inch MacBook Air - Space Gray for Ujala. Justification: Vyom needs a functional laptop for his COVID-19 induced schooling from home and Ujala\'s Disney trip got canceled which would have cost about the price of the laptop.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8288, '2020-03-24', 81.00, 'Carlmont Middle School, Belmont, CA', 'Graduation ceremonies for Ujala: Gown rental ($20), Dance ticket ($25), Great America entrance ($36).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8289, '2020-03-28', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-03-14, 2020-03-21, and 2020-03-28. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8290, '2020-03-28', 80.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-03-20. Lessons suspended due to shelter-in-place caused by COVID-19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8291, '2020-03-29', 61.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8292, '2020-03-29', 13.00, 'Doc’s Bagels, Belmont, CA', 'A dozen bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8293, '2020-03-30', 68.05, 'Lunardi’s Markets, Belmont, CA', 'Needed to buy milk, bananas, etc from Lunardi’s because there was a very long line at Trader Joe’s.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8294, '2020-03-31', 951.23, 'Pride Hotel, New Delhi, India', 'Rs 71,720 for Arun\'s parents quarantine hotel for 14 days (Rs 62,720) + COVID-19 texting (Rs9000) @ Rs75.40 / $'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8295, '2020-04-02', 81.14, 'Amazon.com', 'JAGURDS Toilet Brush with Holder Stainless Steel; Secura Automatic Foaming Soap Dispenser 14oz/400ml; Americanflat 16x20 inch Black Poster Frame. $57.11 paid from Discover award points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8296, '2020-04-06', 13.00, 'Doc\'s Bagels, Belmont, CA', 'One dozen bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8297, '2020-04-11', 100.80, 'Amazon.com', 'GE GE5010 Advanced Silicone 2 Window & Door Sealant Caulk, 10.1oz, White; 3 of TEECK Tension Curtain Rod, 26-41 Inches Spring Tension Rod; Dripless Inc. ETS2000 Ergo Composite Caulk Gun; Komelon SL2825 Self Lock 25-Foot Power Tape'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8298, '2020-04-12', 75.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8299, '2020-04-12', 13.00, 'Doc’s Bagels, Belmont, CA', '12 bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8300, '2020-04-17', 3.99, 'Google Play', 'Hindi movie “English Vinglish”; paid for by the $5 credit that was given due to the subscription to Google One.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8301, '2020-04-19', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-04-04, 2020-04-11, and 2020-04-18. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8302, '2020-04-21', 41.31, 'Amazon.com', 'Four 42\"x84\" darkening drapes and a curtain rod for the family room; Curtains returned later, replaced by 52\"x84\" panels (price deducted).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8303, '2020-04-21', 32.91, 'Amazon.com', 'PICKY NEB 100% Non-GMO Dried Mealworms - High-Protein Mealworm Treats - Perfect for Your Chickens, Ducks, Wild Birds, Turtles, Hamsters, Fish, and Hedgehogs; 5 lbs bag'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8304, '2020-04-24', 40.38, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($28.99 special) + taxes + 15% tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8305, '2020-04-25', 3.99, 'Amazon.com', 'Lord of the Rings: Fellowship of the Ring'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8306, '2020-04-26', 64.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8307, '2020-04-26', 3.99, 'Amazon.com', 'Lord of the Rings: The Two Towers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8308, '2020-03-30', 65.05, 'Lunardi\'s, Belmont, CA', 'Milk and a few other groceries, since there was a long line at Trader Joe\'s in San Carlos.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8309, '2020-04-28', 96.29, 'Home Depot, San Carlos, CA', 'Three 1/2 in x 2 ft x 25 ft 19-gauge steel hardware cloth. For making the roof of the kitchen garden.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8310, '2020-04-27', 16.43, 'Amazon.com', '4 Tenergy AA Rechargeable NIMH Battery 2000mAh; 4 Tenergy Centura AAA Low Self-Discharge (LSD) NiMH Rechargeable Batteries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8311, '2020-04-27', 57.06, 'Amazon.com', 'S SMARTOMNI Replacement for Brother TN221 TN225 TN-221 TN-225 Toner Cartridge Compatible with Brother HL-3140cw HL-3170cdw MFC-9130cw MFC-9330cdw MFC-9340cdw 5 Pack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8312, '2020-04-28', 8.77, 'Amazon.com', '4 Tenergy AA Rechargeable NIMH Battery 2000mAh (ordered another 4 after realizing that we needed more)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8313, '2020-05-02', 130.18, 'Amazon.com', 'Ivilon Drapery Curtain Rod, 72\" to 144\" (bought again, for family room window); NICETOWN Bedroom Blackout Curtains (Set of 2, 52 x 63\" ,Grey); 2 of NICETOWN Gray Blackout Curtains (2 Panels, 52 x 84\", to replace the existing 44 x 84\" ones.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8314, '2020-05-02', 3.99, 'Amazon.com', 'Lord of the Rings: The Return of the King'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8315, '2020-05-03', 3.99, 'Amazon.com', 'The Hobbit: An Unexpected Journey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8316, '2020-05-07', 65.93, 'Google', 'Google Chromecast Ultra + Stadia controller premiere bundle ($129 + taxes); used $75.00 store credit due to the purchase of Nest Aware subscription'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8317, '2020-05-10', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-04-25, 2020-05-02, and 2020-05-09. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8318, '2020-03-09', 29.61, 'Costo, Redwood City', 'Two bottles of laundry detergent (ECOS brand). Bought two to guard against supply issues with the imminent shelter-in-place due to COVID-19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8319, '2020-03-09', 59.25, 'Costco, Redwood City, CA', '1 liter Johnnie Walker black label scotch whiskey.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8320, '2020-03-09', 173.30, 'Costco, Redwood City, CA', 'Bread, snacks, cereal, honey, frozen chicken nuggets, nuts, fruit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8321, '2020-03-12', 49.62, 'Trader Joe\'s, San Carlos, CA', 'Two gallons milk, chicken drumsticks (to make on the grill before Arun\'s parents were to return to India), butter, bananas, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8322, '2020-02-21', 18.10, 'Starbucks, Michigan Ave, Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Coffee for Arun and Arun\'s parents, flavored milk for the kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8323, '2020-01-31', 3.27, 'Trader Joe\'s, San Carlos, CA', 'Zen multipurpose cleaner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8324, '2020-01-31', 28.63, 'Trader Joe\'s, San Carlos, CA', 'One gallon milk, bread, tomatoes, avocados, bananas, ranch dressing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8325, '2020-02-08', 6.86, 'Doc\'s Bagels, Belmont, CA', 'Breakfast bagel sandwich for Aahna, while she met with Charlotte Turlington visiting from Buffalo, NY with her mother, Sharon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8326, '2020-01-30', 48.37, 'Namaste Plaza, Belmont, CA', 'Boondi, paneer, samosas, panipuri, namkeen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8327, '2020-03-09', 15.98, 'Safeway, Belmont, CA', 'Pasta, spaghetti, lasagna, Nutella'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8328, '2020-03-10', 28.00, 'Bier Garten (aka Dog Haus), Belmont, CA', 'Beer and fries with Patrice.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8329, '2020-01-25', 21.94, 'Costco, Redwood City, CA', 'A pair of Fila lady shoes (sneakers) for Arun\'s mother.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8330, '2020-01-25', 18.65, 'Costco, Redwood City, CA', 'The receipt says \"KS Bath\", which indicates some Kirkland Signature (KS) branded bath item. Not sure what it was. It might even have been the Dove soap pack which was rung as a generic bath item.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8331, '2020-01-25', 277.00, 'Costco, Redwood City, CA', 'Cereal, bread, Nutella, honey, maple syrup, sugar, snacks and cookies, nuts, ice cream, olive oil, limes, mayonnaise'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8332, '2020-04-26', 67.84, 'Namaste Plaza, Belmont, CA', 'Papads, cake rusk, paneer, mustard oil, aloo bhujia snacks, boondi, chana, masoor, Punjabi biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8333, '2020-05-10', 71.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8334, '2020-04-23', 16.45, 'Safeway, Belmont, CA', 'Hess cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8335, '2020-04-23', 12.97, 'Safeway, Belmont, CA', 'Pasta, Nutella'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8336, '2020-04-23', 40.60, 'Trader Joe\'s, San Carlos, CA', 'Glennfiddich single malt Scotch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8337, '2020-04-23', 8.77, 'Trader Joe\'s, San Carlos, CA', 'All for one (3 in one) soap bottle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8338, '2020-04-23', 151.41, 'Trader Joe\'s, San Carlos, CA', 'Pasta, pasta sauce, salmon ($10.13), chicken ($6.56) coffee beans ($7.99), pancake mix, bananas, celery, lettuce, potato chips, bread, spinach, peas, green beans, 3 gallons milk ($17.07), New Zealand cheddar cheese, butter, tofu, tomatoes, bell peppers'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8339, '2020-02-12', 3.28, 'Dollar Tree, San Carlos, CA', 'Two boxes of cards for Vyom\'s Valentine Day cards at school, Scotch clear tape'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8340, '2020-02-17', 23.09, 'Pilot #318, Indianapolis, IN', 'Chicago vacation, Minaxi\'s memorial trip: Gas on the way to Bloomington (9.467 gallons @ $2.439).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8341, '2020-02-19', 85.86, 'Poke Burrito, Dearborn, Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Dinner on the first night at Chicago (one veggie mix + rice, three seaweed burritos, 2 medium bowls + rice).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8342, '2020-02-17', 29.04, 'Subway (with Pilot #318), Indianapolis, IN', 'Chicago vacation, Minaxi\'s memorial trip: Lunch while driving to Bloomington (1 12\" tuna, 1 large drink, 1 6\" turkey, 1 6\" veggie, 1 12\" chicken)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8343, '2020-02-16', 14.71, 'Peets Coffee, San Francisco International Airport, CA', 'Chicago vacation, Minaxi\'s memorial trip: Coffee for Arun and Arun\'s parents before catching the flight to Chicago'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8344, '2020-02-21', 330.02, 'Budget Car Rental, Chicago International Airport, IL', 'Chicago vacation, Minaxi\'s memorial trip: Buick Enclave 2WD SUV (needed at least 6 seater + space for bags). Booked at the airport after the original Sixt reservation turned out to be for one day late due to Arun\'s booking mistake.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8345, '2020-03-04', 8.77, 'Trader Joe\'s, San Carlos, CA', 'Menage a trois red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8346, '2020-03-04', 4.38, 'Trader Joe\'s, San Carlos, CA', 'Dishwasher detergent (Godliness auto)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8347, '2020-03-04', 85.23, 'Trader Joe\'s, San Carlos, CA', '3 gallons milk ($17.07), pasta, pasta sauce, tomotoes, bread, frozen spinach, frozen peas, frozen grean beans, tofu, family pack chicken ($12.05), bell peppers, cheese, sour cream, bananas, avocados'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8348, '2020-03-02', 145.59, 'Namaste Plaza, Belmont, CA', '3 20lbs bags of flour, masoor dal, urad dal, moong dal, vermicelli (sevaiyan), paneer, fennel seeds (saunf), mustard oil, Punjabi biscuits, 2 packs of goat meat ($31.98) for Arun\'s mother to make on Arun\'s birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8349, '2020-02-23', 8.75, 'Trader Joe\'s, San Carlos, CA', 'Bogle merlot'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8350, '2020-02-23', 47.33, 'Trader Joe\'s, San Carlos, CA', '3 gallons milk ($17.07), pasta, pasta sauce, bell peppers, tomatoes, bananas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8351, '2020-02-19', 29.72, 'Citgo, Crown Point, IN', 'Chicago vacation, Minaxi\'s memorial trip: Gas on the way back from Bloomington to Chicago (11.753 gallons @ $2.529).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8352, '2020-02-21', 37.60, 'Manchu Wok, Chicago International Airport, IL', 'Chicago vacation, Minaxi\'s memorial trip: Lunch at the airport before the flight back to San Francisco (Chinese meals for Arun, Ujala, and Aahna; one seafood rangoon starter, one soda for Arun\'s father).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8353, '2020-02-21', 21.09, 'Subway, Chicago International Airport, IL', 'Chicago vacation, Minaxi\'s memorial trip: Lunch at the airport before the flight back to San Francisco (sandwiches for Arun\'s parents and Vyom).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8354, '2020-02-19', 77.00, 'Runcible Spoon, Bloomington, IN', 'Chicago vacation, Minaxi\'s memorial trip: Brunch before starting for Chicago (coffee, pancakes, omelettes, toasts, home fries); grossly misjudged the quantities and ordered way too much food!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8355, '2020-02-20', 87.00, 'Tiffin, Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Indian lunch for Arun, Arun\'s mother, and the kids. Packed for Arun\'s father.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8356, '2020-02-20', 6.21, '7-Eleven, Darborn Street, Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Bread and avocados for next day\'s breakfast.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8357, '2020-02-16', 40.12, 'Napa Farms Market, San Francisco International Airport, CA', 'Chicago vacation, Minaxi\'s memorial trip: Korbin Kameron Merlot to take to Nandini\'s home at Bloomington for dinner on the 17th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8358, '2020-02-19', 6.00, 'Bloomingfoods East, Bloomington, IN', 'Chicago vacation, Minaxi\'s memorial trip: Some bananas and milk for next day\'s breakfast; (total rounded up by 13 cents for donation); visited for memories sake too.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8359, '2020-02-18', 6.50, 'Starbucks, IMU, Bloomington, IN', 'Chicago vacation, Minaxi\'s memorial trip: Coffees for Arun\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8360, '2020-02-19', 12.17, 'Bigby Coffee (with Citgo), Crown Point, IN', 'Chicago vacation, Minaxi\'s memorial trip: Three lattes while getting gas on the way back from Bloomington to Chicago.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8361, '2019-12-20', 454.66, 'Sonder - The Plymouth (via Expedia)', 'Chicago vacation, Minaxi\'s memorial trip: Two nights\' stay (02/19 and 02/20) at Chicago downtown (Dearborn). Small but very modern urban living. Nice terrace and reasonable workout room.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8362, '2020-02-21', 13.81, 'BP #1813773, Des Plaines, IL', 'Chicago vacation, Minaxi\'s memorial trip: Topping up gas before returning the car at ORD (4.765 gallons @ $2.899).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8363, '2019-12-22', 92.99, 'Holiday Inn Express (via united.com)', 'Chicago vacation, Minaxi\'s memorial trip: One night\'s stay near the airport on the day of arrival, purchased using miles on Arun\'s ($40.66) and Arun\'s mother\'s ($52.33) United accounts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8364, '2020-02-16', 46.82, 'Uber', 'Chicago vacation, Minaxi\'s memorial trip: Taxi from home to SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8365, '2020-02-21', 39.93, 'Uber', 'Chicago vacation, Minaxi\'s memorial trip: Taxi from SFO to home'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8366, '2020-02-16', 6.00, 'Alaska Airlines (in flight)', 'Chicago vacation, Minaxi\'s memorial trip: Two earphones purchased in flight for Aahna and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8367, '2020-02-20', 57.00, 'South Loop Parking Garage, Dearborn, Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Parking for the first night at Chicago. Didn\'t use SpotHero for the first night so ended up overpaying.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8368, '2020-02-20', 35.50, 'South Loop Parking Garage (via SpotHero), Dearborn, Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Parking for the second night at Chicago. Used SpotHero to prepay using Apple Cash balance (compared to paying $57 the first night).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8369, '2020-02-20', 4.00, 'City of Chicago, IL', 'Chicago vacation, Minaxi\'s memorial trip: Roadside parking on Devon Street while getting Indian lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8370, '2020-02-17', 7.00, 'Road Tolls, IL and IN', 'Chicago vacation, Minaxi\'s memorial trip: Approximate amount of tolls paid driving from Chicago to Bloomington. Paid all cash and misplaced the receipts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8371, '2020-02-19', 9.30, 'Road Tolls, IL and IN', 'Chicago vacation, Minaxi\'s memorial trip: Tolls paid driving from Bloomington to Chicago. Paid in 3 transactions: once to Chicago Skyway Toll Bridge ($5.60) and twice to Indiana Toll Road ($1.10 + $2.60).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8372, '2020-03-29', 30.70, 'Scholastic Book Sale, Fox Elementary School, Belmont, CA', 'Books and trinkets purchased by Aahna ($19.74) and Vyom ($10.96) at their school\'s book sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8373, '2020-04-12', 67.78, 'Lunardi\'s, Belmont, CA', 'Shopped at Lunardi\'s because there was a long line at Trader Joe\'s. 2 gallons milk ($15.98), frozen veggies, bread, pancake mix, butter, cheese.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8374, '2020-02-11', 6.70, 'USPS', '$1.20 of postage for an envelope mailed to Charlotte, NC (not sure what it was for!) + $5.50 worth of \"forever\" postage stamps.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8375, '2020-02-10', 4.47, 'Safeway, Belmont, CA', '3 packs of pasta (lasagna?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8376, '2020-02-08', 56.57, 'Trader Joe\'s, San Carlos, CA', '2 gallons milk ($11.38), pasta, cheese, sour cream, frozen peas, bread, potatoes, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8377, '2020-02-12', 5.00, 'Dollar Tree, Belmont, CA', 'Some chocolate boxes for kids for their Valentine\'s Day celebration at school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8378, '2020-02-12', 2.00, 'Dollar Tree, Belmont, CA', 'Some seeds in the hope of creating a kitchen garden in the summer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8379, '2020-02-15', 8.10, 'Doc\'s Bagels, Belmont, CA', 'Half a dozen bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8380, '2020-03-13', 13.00, 'Doc\'s Bagels, Belmont, CA', 'A dozen bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8381, '2020-01-27', 16.45, 'Whole Foods Market, Redwood City, CA', 'Joel Gott cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8382, '2020-01-27', 38.87, 'Whole Foods Market, Redwood City, CA', 'One gallon milk ($4.45), bananas, popcorn kernels, tomatoes, tofu, 8\" tres leches cake for Aahna\'s birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8383, '2020-03-13', 52.93, 'Namaste Plaza, Belmont, CA', '2 bags of flour, fennel seeds (saunf), Punjabi biscuits, black eye beans, tea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8384, '2020-02-09', 44.74, 'China Max, San Francisco Premium Outlets, Livermore, CA', '3 combo meals for Arun and Arun\'s parents, while shopping for clothes for the Chicago / Bloomington trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8385, '2020-02-09', 17.26, 'Villa Italian Kitchen, San Francisco Prem Outlets, Livermore, CA', 'Pizza for the Ujala, Aahna, and Vyom, while shopping for clothes for the Chicago / Bloomington trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8386, '2020-02-09', 69.91, 'Tommy Hilfiger, San Francisco Premium Outlets, Livermore, CA', 'Puffy jacket for Ujala to wear in Chicago and Bloomington.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8387, '2020-02-09', 15.00, 'Starbucks, San Francisco Premium Outlets, Livermore, CA', 'Coffees for Arun\'s parents and juices for the kids, while shopping for clothing for the Chicago / Bloomington trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8388, '2020-02-09', 70.46, 'Aeropostale, San Francisco Premium Outlets, Livermore, CA', 'Two pairs of jeans for Arun. Turned out to be extremely comfortable!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8389, '2020-02-09', 23.30, 'Rack Room Shoes, San Francisco Premium Outlets, Livermore, CA', 'A pair of tennis shoes for Ujala (Adidas Advantage). Original price $64.99. Got $15 off as a promo, $3.75 off as another discount, and then 50% off ($25 off) in buy-one-get-one-half-price deal. (The first shoe was for Arun\'s mother.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8390, '2020-02-09', 55.71, 'Rack Room Shoes, San Francisco Premium Outlets, Livermore, CA', 'A pair of sneakers for Arun\'s mother (Sketchers Summits). Original price $59.99. Got $9 off as a discount. (Got Ujala\'s tennis show 50% off in buy-one-get-one-half-price deal.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8391, '2020-05-20', 13.04, 'Walmart.com', 'Stainless Steel Toothbrush and Toothpaste Holder; cheaper on Amazon but purchased from Walmart to use Walmart\'s DVD rental settlement gift card of $12.32 what was received in Feb 2020.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8392, '2020-05-20', 47.81, 'Amazon.com', 'Suction cup bar soap holder for master shower; steel toothbrush holder for master bath; hair cutting kit with scissors, thinner, cape, and neck brush; hairdressing comb for cutting hair.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8393, '2020-05-22', 48.79, 'Peninsula Feed Store, Redwood City, CA', 'Organic scratch and peck laying feed (40 lbs) and bulk cracked corn for the chickens.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8394, '2020-05-31', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-05-16, 2020-05-23, and 2020-05-30. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8395, '2020-06-03', 28.50, 'Amazon.com', '2 of SAMBUYA Cloth Reusable Washable Face Mask (paid with Amex points)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8396, '2020-05-25', 1.99, 'Amazon.com', 'Gravity'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8397, '2020-05-30', 12.99, 'Amazon.com', 'Purchase for Ujala: The Hobbit: An Unexpected Journey (Extended Edition)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8398, '2020-06-01', 245.84, 'Apple', 'Airpods Pro with wireless case; an early Father\'s Day gift to self for Arun. Got 10% discount by going through the Google Employee Purchase Program (EPP).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8399, '2020-06-05', 1722.00, 'IndieGoGo.com (for FLX Bike)', 'Babymaker Pro eBike for Arun; $1,423 for bike + $199 for touring package (fenders, carrier rack, etc), $100 for shipment'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8400, '2020-06-06', 35.00, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($28.99 special) + taxes + 10% tip (takeout order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8401, '2020-06-07', 82.00, 'Farmers Market, Belmont, CA', 'Veggies from the regular farmer ($26), peaches+nectarines+plums ($22), strawberries ($15), turnips ($3), asparagus+tomatoes ($16)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8402, '2020-06-09', 478.98, 'Belmont United Soccer Club, Belmont, CA', 'Paid via teamsnap.com. Summer soccer camp for Aahna and Vyom (2020-06-29 through 2020-07-17). Pre-registration fees ($103.98) + remainder ($375.00). (Charged $100 lesser due to a mistake on the web-site; informed the coach but they didn\'t charge more.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8403, '2020-06-12', 64.99, 'JTechDigital.com', 'Expensive, but support higher bit rate and automatic switching; J-Tech Digital HDMI Audio Extractor Switcher 4x1 HDMI 2.0 4K@60Hz 18Gbps, HDCP 2.2, HDR10, Analog/Digital Audio Output, Supporting CEC, ARC, with IR Remote and auto-Switching [JTECH-SWE41]'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8404, '2020-06-12', 2059.40, 'eBay (for the seller quinntheeskimo)', 'For Ujala: C.G. Conn Model 6D Artist Series Double French Horn SN 568359 OPEN BOX'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8405, '2020-06-20', 248.91, 'Amazon.com', '2 of US Window And Floor 2\" Faux Wood 58.125\"W x 60\"H, Inside Mount Cordless Blinds, White; Whirlpool WHEMBF Purifier Water Fits WHAMBS5 & WHEMB40 Filtration Systems'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8406, '2020-06-20', 1500.00, 'School Force, Belmont, CA', 'SchoolForce.org (Belmont-Redwood Shores), matched by Google. Donated early for FY 2020-2021. Unfortunately, it won\'t make it by their cutoff of 06/30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8407, '2020-06-21', 99.00, 'Farmers Market, Belmont, CA', 'More than usual expenses due to a lot of berries and cherries.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8408, '2020-06-21', 13.00, 'Doc’s Bagels, Belmont, CA', '12 bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8409, '2020-06-22', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-06-06, 2020-06-13, and 2020-06-20. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8410, '2020-06-22', 26.34, 'Amazon.com', 'Roku Express 2019 version; bought mainly since it supports Apple TV Plus.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8411, '2020-06-26', 13.26, 'Amazon.com', 'Two kids size cloth masks, one each for Aahna and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8412, '2020-06-26', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-06-19 and 2020-06-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8413, '2020-07-08', 24.24, 'Amazon.com', 'Imperial Barber Grade Products Bergamot After-Shave Alcohol Free, 9 oz ($12.00 + taxes); PRO-SYS® Kids Toothbrush (Colorful 4-Pack) - Made with Soft Dupont™ Tapered Bristles (Ages 8-12) ($10.09 + taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8414, '2020-07-08', 29.50, 'Amazon.com', 'Kimoe 5LB 100% Natural Non-GMO dried mealworms-High-Protein for Birds, chicken?ducks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8415, '2020-07-10', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-07-03 and 2020-07-10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8416, '2020-07-12', 130.59, 'Amazon.com', 'Aucma Stand Mixer,6.5-QT 660W 6-Speed Tilt-Head Food Mixer, Kitchen Electric Mixer with Dough Hook, Wire Whip & Beater (6.5QT, Blue)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8417, '2020-07-12', 10.98, 'Amazon.com', 'Proraso Shaving Cream, Refreshing and Toning, 5.2 oz'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8418, '2020-06-12', 211.50, 'Belmont Parks and Recreation, Belmont, CA', 'Improv, Scenes & Skits Teens ONLINE (online due to COVID-19); Vyom and Aahna\'s enrollment in ESports camp was canceled because the game wouldn\'t work on MacOS.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8419, '2020-07-12', 211.50, 'Belmont Parks and Recreation, Belmont, CA', 'Improv, Scenes & Skits Teens ONLINE (online due to COVID-19)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8420, '2020-07-12', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-06-27, 2020-07-04, and 2020-07-11. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8421, '2020-07-15', 950.00, 'Twin Dragon Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2020-07-22.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8422, '2020-07-19', 900.00, 'Belmont United Soccer Club, Belmont, CA', 'Paid via teamsnap.com. Summer soccer camp for Aahna and Vyom (2020-07-20 through 2020-08-07). Pre-registration fees ($100) + remainder ($800.00). Costs more than last, since 30 minutes extra per day.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8423, '2020-07-23', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-07-27 and 2020-07-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8424, '2020-07-25', 83.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8425, '2020-07-18', 34.01, 'Amazon.com', 'Hot Air Popcorn Machine, Popcorn Maker, 1200W Hot Air Popcorn Popper for Home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8426, '2020-07-18', 15.57, 'Amazon.com', 'Band-Aid Brand Adhesive Bandage Family Variety Pack, Sheer and Clear Bandages, Assorted Sizes, 280 ct'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8427, '2020-07-22', 161.16, 'Amazon.com', 'SoundAsleep Dream Series Air Mattress with ComfortCoil Technology & Internal High Capacity Pump - Queen Size ($119.95); TAILI Suction Corner Shower Caddy Bathroom Shower Shelf Storage Basket Wall Mounted Organizer ($26.89).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8428, '2020-07-22', 39.31, 'Amazon.com', 'Envelope Sleeping Bag - 4 Seasons Warm Cold Weather Lightweight, Portable, Waterproof with Compression Sack for Adults & Kids - Indoor & Outdoor Activities: Traveling, Camping, Backpacking, Hiking'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8429, '2020-07-28', 49.35, 'Amazon.com', '3 of OXO Good Grips Precision Pour Glass Oil Dispenser - 12 oz,Clear,12 oz - Oil Dispenser (paid for using part of $100 Amazon gift certificate received for getting Amazon credit card).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8430, '2020-07-30', 44.98, 'Amazon.com', 'Swarovski Crystal Magnetic Wine Glass Charms Set of 12 Glass Markers ($22.99), Luminarc Perfection Stemless Wine Glass (Set of 12), 15 oz, Clear - N0056 ($20.99); paid for using part of the $100 gift certificate received for getting the Amazon credit card'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8431, '2020-08-02', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-07-18, 2020-07-25, and 2020-08-02. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8432, '2020-08-02', 35.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8433, '2020-08-16', 86.37, 'BreezeBubble.com', 'Silicone mask + filters from Arohi’s website (Atul Jain’s daughter). Done mostly as a gift.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8434, '2020-08-22', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-08-08, 2020-08-15, and 2020-08-22. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8435, '2020-08-23', 35.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8436, '2020-08-04', 101.68, 'Naan N Curry, Concord, CA', 'Sonia and Karan visit: Lunch pick-up for everyone after showing Sonia and chacha-chachi the Walnut Creek home while A and V were at soccer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8437, '2020-08-04', 17.60, '85C Bakery Cafe, Daly City, CA', 'Sonia and Karan visit: Snacks pick-up for everyone, returning after showing Sonia and chacha-chachi the Walnut Creek home while A and V were at soccer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8438, '2020-07-12', 44.87, 'Baja Fresh, Walnut Creek, CA', 'Dinner picked up on the way back from Walnut Creek home; everyone went there for watering and cleaning while the house wasn\'t rented yet.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8439, '2020-08-08', 43.68, 'Trader Joe\'s, San Carlos, CA', 'Hess Select cabernet ($13.99), Orzadores reposado tequila ($25.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8440, '2020-08-08', 22.23, 'Trader Joe\'s, San Carlos, CA', 'Bread, frozen veggies, one gallon whole milk @ $5.69 (only one, because about to leave for the Shasta+Crater lakes trip).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8441, '2020-08-08', 17.46, 'Trader Joe\'s, San Carlos, CA', 'Two bottles of All For One 3-in-one soap.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8442, '2020-08-10', 6.00, 'Subway, Yreka, CA', 'Lake Shasta and Crater Lake RV vacation: lunch for Vyom on the way to Lake Shasta; the rest of the lunch was shared expense from a taqueria.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8443, '2020-08-12', 65.91, 'Sesame Asian Kitchen, Ashland, OR', 'Lake Shasta and Crater Lake RV vacation: lunch for the Chauhan family on the way back from Crater Lake to Lake Shasta; the total bill was split in half.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8444, '2020-08-13', 25.45, 'Subway, Red Bluff, CA', 'Lake Shasta and Crater Lake RV vacation: lunch for the Chauhan family on the way back from Crater Lake to Lake Shasta; bought separately. 12\" turkey, 12\" veggie patty; 6\" tuna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8445, '2020-08-28', 1118.16, 'Abhijit Sachdev', 'Lake Shasta and Crater Lake RV vacation: Balance for RV rental and other expenses during the trip, paid via PayPal. Details in https://docs.google.com/spreadsheets/d/1Vyayy1oRw8ZcNE_BBCpvi-AILONca7lKYa8GaRBbrAc/edit?usp=sharing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8446, '2020-08-10', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-07-30 and 2020-08-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8447, '2020-08-28', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-08-21 and 2020-08-27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8448, '2020-08-31', 63.62, 'Amazon.com', 'Birthday gift for Ujala: Hrithik Roshan Ham Poster (CEB0641 Tin Sign Metal Plate Plaque ($16.98); The Hobbit and The Lord of the Rings: Deluxe Pocket Boxed Set ($20.99); Mora Double Wall Ceramic Coffee Travel Mug with Lid, 14 oz ($19.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8449, '2020-08-31', 250.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun: 11:30-12:30 9/12-10/24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8450, '2020-09-02', 66.93, 'Amazon.com', '($32.48 paid using Amazon rewards.) Secura Automatic Foaming Soap Dispenser 14oz/400ml (to replace the downstairs one); Petunia Pickle Bottom Family Face Masks - 8 Face Masks: 4 Adult & 4 Kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8451, '2020-08-30', 79.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8452, '2020-09-13', 40.00, 'Farmers Market, Belmont, CA', 'Smaller amount because only bought vegetables for one week (no fruit).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8453, '2020-08-23', 44.99, 'Whole Foods Market, Lost Altos, CA', 'Swagat\'s wedding: Cake ordered by Aarti, picked and paid for by Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8454, '2020-08-24', 209.37, 'Walgreens, Menlo Park, CA', 'Swagat\'s wedding: $200 Amazon gift card, one congratulatory card, one small gift bag.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8455, '2020-08-14', 38.96, 'Kohl\'s, Redwood City, CA', 'Clothing for Arun: sports shorts ($11.24), two shirts ($18.74 + $5.52); used 15% off coupon given on site when returning an Amazon item (electric popcorn maker) and shirts were on sale.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8456, '2020-08-29', 83.68, 'Safeway, Belmont, CA', 'Two gallons milk, frozen pizzas, frozen veggies, bananas, onions, pasta, Nutella, cereal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8457, '2020-08-23', 50.79, 'Darbar Indian Cuisine, Palo Alto, CA', 'Swagat\'s wedding: Naan picked up for dinner at Aarti\'s place; ordered by Aarti / Abhijit an picked and paid for by Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8458, '2020-08-08', 11.96, 'Safeway, Belmont, CA', 'Frozen veggies or pizzas (?).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8459, '2020-07-21', 32.91, 'Costco, Redwood City, CA', 'Sunscreen spray (set of two), SPF 50 ($18.65); head & shoulder shampoo+conditioner 2-in-1 ($14.26).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8460, '2020-07-21', 58.16, 'Costco, Redwood City, CA', '1.75 liter Johnny Walker black label.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8461, '2020-07-21', 320.19, 'Costco, Redwood City, CA', 'Snacks (ice cream, cookies, Goldfish, Ritz), salmon ($26.99), cereal, produce (raspberries, bananas, onions, celery, garlic, cauliflower), condiments (sugar, chocolate chips, maple syrup, honey), milk, bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8462, '2020-07-05', 26.64, 'Naan N Curry, Concord, CA', 'Mango lassi and samosas as lunch for everyone while returning from the visit to Walnut Creek home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8463, '2020-09-18', 0.00, 'Chase.com (via deluxe.com)', '1 box of checkbooks; free because checks are included in Chase Sapphire Checking accounts.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8464, '2020-09-19', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-09-03 and 2020-09-17.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8465, '2020-09-19', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-08-29, 2020-09-12, and 2020-09-19. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8466, '2020-09-21', 9.84, 'Amazon.com', 'For Aahna: 100pcs False Nails Full Cover Coffin Acrylic Style Artificial Fake Nail Art Tips UV Gel Beauty Tools(Clear) ($4.99 + taxes); Revlon Nail Enamel, Chip Resistant Nail Polish, Glossy Shine Finish, 771 Clear, 0.5 oz ($3.97 + taxes)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8467, '2020-09-21', 9.87, 'Amazon.com', 'For Arun: A&R Sports BladeGards Skate Guard, Figure, Black'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8468, '2020-09-25', 217.17, 'City of Belmont, Belmont, CA', 'Permit fees for Express Electrical permit to upgrade the electrical panel to 200 amps.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8469, '2020-09-27', 102.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8470, '2020-09-16', 95.00, 'Twin Dragon Kung Fu Academy, San Carlos, CA', 'Pants for Aahna ($20); Promotional test to get to blue belt for Ujala ($75)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8471, '2020-09-29', 15.00, 'Carlmont Music Boosters, Belmont, CA', 'Music t-shirt for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8472, '2020-10-03', 194.60, 'Amazon.com', 'Instant Pot Max 6 qt (the previous one broke and out of warranty, so had to buy a new one, price now $149.99) + 4 years protection plan for $29.99, in case it breaks down again just past the warranty.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8473, '2020-10-03', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-09-24 and 2020-10-01.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8474, '2020-09-27', 13.00, 'Doc’s Bagels, Belmont, CA', '12 bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8475, '2020-10-09', 4.05, 'Peet’s Coffee, Belmont, CA', 'Coffee for Arun while visiting Lynnel Callagy’s office'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8476, '2020-10-11', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-09-26, 2020-10-03, and 2020-10-10. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8477, '2020-10-11', 92.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8478, '2020-10-11', 10.00, 'Doc’s Bagels, Belmont, CA', '8 bagels (approx., receipt combined with sandwiches for brunch)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8479, '2020-10-11', 26.89, 'Doc’s Bagels, Belmont, CA', 'Four sandwiches for brunch; not very good - made on bread, not bagels, and forgot to ask them to toast the bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8480, '2020-10-15', 25.00, 'CAHFS (UC Davis), Davis, CA', 'Necropsy fee of $25 when our chicken, Black, died. Black died on 2020-10-13. Necropsy indicated lymphosarcoma, but was inconclusive about whether it was due to adult Merek\'s. Leukosis (caused by virus) was ruled out.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8481, '2020-10-15', 400.00, 'Lynnel Callagy, Belmont, CA', 'Tax preparation fee for 2019 taxes; the amount had been negotiated by Minaxi for 2018 and she didn\'t change it for 2019.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8482, '2020-10-18', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-10-08 and 2020-10-15.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8483, '2020-10-20', 250.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun: 12:00-01:00 10/31-12/19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8484, '2020-10-21', 950.00, 'Twin Dragon Kung Fu Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2020-10-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8485, '2020-09-25', 100.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: first mowing and cleaning (twice a month going forward). Charged $100 the first time then $150 for each month.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8486, '2020-10-24', 150.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: Mowing and cleaning for 2020-10-10 and 2020-10-24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8487, '2020-10-25', 85.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8488, '2020-10-27', 40.00, 'Joyce M. Kozuka (for Fox)', 'Classroom funds for Aahna (Ms Kaa’s 5th grade classroom). Sent via PayPal to mayukozuka@yahoo.com.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8489, '2020-10-27', 235.90, 'Amazon.com', 'CyberPower CP1350PFCLCD PFC Sinewave UPS System, 1350VA/810W, 10 Outlets, AVR, Mini-Tower,Black ($199.95); Etekcity Short Power Extension Cord, Power Extension Cable, Outlet Saver, 3 Prong, 16AWG 13A, UL Listed (5 Pack, 1 Foot, Black) ($14.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8490, '2020-10-28', 30.17, 'Amazon.com', 'Replacement Battery for Cyber Power CP850PFCLCD 12V 8Ah (the older UPS, to be used with Arun\'s desk).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8491, '2020-10-30', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-10-22 and 2020-10-29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8492, '2020-11-01', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-10-17, 2020-10-24, and 2020-10-31. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8493, '2020-10-24', 13.00, 'Doc’s Bagels, Belmont, CA', '12 bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8494, '2020-11-10', 51.60, 'Amazon.com', '2021 AutoFocus 1080p Webcam with Stereo Microphone and Privacy Cover, NexiGo FHD USB Web Camera; purchased mainly for its autofocus (as against fixed or manual focus) and a narrow 65 degree field of vision (most webcams have 90 degrees or more)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8495, '2020-11-10', 16.45, 'Amazon.com', 'Jokitech Aluminum Laptop Vertical Stand'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8496, '2020-11-08', 49.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8497, '2020-11-14', 40.38, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($28.99 special) + taxes + $3.00 delivery + 15% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8498, '2020-11-19', 42.04, 'Amazon.com', 'Puracy Natural Laundry Stain Remover, Enzyme-Based Cleaner, Odor Eliminator, Free & Clear, 25 Ounce (2-Pack) ($23.04); U by Kotex Security Feminine Maxi Pad, Overnight, Unscented, 112 Count (4 Packs of 28) for Ujala ($19)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8499, '2020-11-19', 37.71, 'Amazon.com', 'FLYGRUBS Superior to Dried Mealworms for Chickens (5 lbs) - Non-GMO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8500, '2020-11-19', 43.15, 'Amazon.com', 'YOUKOYI Desk Lamp with Clamp, Swing Arm Lamp, Flexible Gooseneck Architect Table Lamp - Stepless Dimming, 3 Color Modes, Touch Control, 9W, 1050LUX Eye-Care for Study/Reading/Office/Work (Black)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8501, '2020-11-20', 10645.00, 'Gary Pollack Construction and Excavation, Redwood City, CA', 'PG&E Upgrade: Trenching work for the new cable. Included backfilling. Did a good job and were careful about the tree roots and utility and sprinkler pipes. Left the front yard very clean.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8502, '2020-11-20', 150.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: Mowing and cleaning for 2020-11-05 and 2020-11-20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8503, '2020-11-22', 93.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8504, '2020-11-22', 14.00, 'Doc’s Bagels, Belmont, CA', '12 bagels, price went up by $1.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8505, '2020-11-22', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-11-07, 2020-11-14, and 2020-11-21. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8506, '2020-11-23', 120.00, 'Costco', 'Gold Star Executive Membership for one year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8507, '2020-11-13', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-11-05 and 2020-11-12.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8508, '2020-11-26', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-11-09 and 2020-11-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8509, '2020-11-28', 0.00, 'Amazon.com', 'Returned, because too big for fixtures. Amazon refunded but didn\'t ask for the return! Replacement bulbs for kids’ bathroom’s exhaust fan: GU24 Light Bulb 9W Equivalent 60W,Comzler GU24 Twist Lock Base, 2700K Warm White CRI 85, 900LM, Non-dimmable 4 Pack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8510, '2020-11-28', 3.26, 'Amazon.com', 'Tourna Vibrex Neon Tennis Vibration Dampeners, Neon Assorted, 3 Per Pack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8511, '2020-11-25', 3087.00, 'Best Buy', 'Bosch Series 800 refrigerator (B36CT80SNS); the older Electrolux refrigerator had started icing on the outside at the back, causing the fan to seize every now and then, affecting the cooling. The price include $25 to haul away the old fridge for recycling.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8512, '2020-11-29', 92.18, 'Ikea', 'A 16\"x16\" cabinet and two inserts with doors for the laundry room, after the shelving there just came down. A cabinet would be more robust and leave space in the front for tennis balls and racquets.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8513, '2020-12-01', 20.80, 'Wikimedia Foundation', 'Donation. $0.80 to cover their transaction fee so they get the whole of $20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8514, '2020-12-01', 49.84, 'Amazon.com', '2x E26/E27 to GU24 Adapter (to use the bulbs Amazon didn\'t want back); Peachy Clean Silicone Scrubber (3 pk); 2x Silverlite 5w LED GU24, 500LM, 2700k (for kids\' bathroom\'s fan); Biokleen Natural All Purpose Cleaner, for 64 gallons'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8515, '2020-12-03', 10.00, 'Scott Howard', 'Ujala’s tennis racquet stringing; Howard charged only for what he paid the stringing guy, didn’t charge for his effort or even the string, which he used from his spool.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8516, '2020-12-03', 4.38, 'Amazon.com', '4 Pack Cabinet Door Magnets, Upgrade Stainless Steel Magnetic Door Catch, 20 lbs; for the trash drawer that doesn\'t close completely any more.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8517, '2020-12-03', 45.97, 'Amazon.com', 'Christmas gift for Aahna: Wireless Digital Microscope, Skybasic 50X to 1000X WiFi Handheld Zoom Magnification Endoscope Camera Magnifier 1080P FHD 2.0 MP 8 LED'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8518, '2020-12-06', 66.50, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8519, '2020-12-06', 14.00, 'Doc’s Bagels, Belmont, CA', 'A dozen bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8520, '2020-12-07', 45.00, 'Nadine Nelson', 'Donation for Ms Hock\'s class (Vyom\'s classroom) covering holiday gifts, end-of-year gifts, and the class parties.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8521, '2020-12-07', 25.00, 'Amazon.com', 'Gift card for the 11th birthday of Aahna\'s friend, Viktoriia. Aahna was the only one invited to her birthday, due to COVID-19 restrictions.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8522, '2020-10-24', 16.94, 'Target, San Mateo, CA', 'Tennis balls (8 green for Ujala and 6 orange dot for Aahna and Vyom)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8523, '2020-10-21', 13.27, 'Lunardi\'s, Belmont, CA', 'Kikkoman soy sauce (was out of stock at Safeway), popping corn (had been out of stock at Trader Joe\'s for a while, so got one packet)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8524, '2020-11-20', 56.87, 'Peninsula Feed Store, Redwood City, CA', 'Cracked corn, S&P Layer feed'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8525, '2020-11-13', 16.38, 'Trader\'s Joe, San Carlos, CA', 'Wine: Coppola A Diamond cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8526, '2020-11-13', 109.17, 'Trader\'s Joe, San Carlos, CA', '4 gallons milk (@ $5.69), pasta, pasta sauce, bananas, potatoes, granola cereal, frozen spinach, frozen peas, tofu, avocados, limes, cheese, celery, bread, pita, english muffin'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8527, '2020-12-09', 203.71, 'Amazon.com', 'Christmas gifts. For Vyom: Kindle Paperwhite ($99.99); Kindle Paperwhite Water-Safe Fabric Cover (Charcoal Black) ($22.99). For Ujala: Coollang Tennis Racket Sensor Tracker Motion Detector Analyzer with Bluetooth 4.0 ($58.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8528, '2020-12-09', 10.96, 'Amazon.com', 'Scotch Magic Tape, 6 Rolls, 3/4 x 650 Inches'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8529, '2020-10-25', 96.11, 'Namaste Plaza, Belmont, CA', 'Namkin, dals, fennel seeds, goat meat ($12.99), pani puri, rusks, Punjabi biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8530, '2020-12-03', 28.38, 'Trader Joe\'s, San Carlos, CA', 'Rodney Strong Sonoma county cabernet ($14.99); Monopolowa potato vodka ($10.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8531, '2020-12-03', 103.90, 'Trader Joe\'s, San Carlos, CA', '4 gallons milk @ $5.69, pasta, pasta sauce, frozen waffles, butter, lime, potatoes, bananas, tofu, cheese, pita, English muffins, sourdough bread, avocados, frozen spinach, popping corn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8532, '2020-12-10', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-12-03 and 2020-12-10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8533, '2020-09-05', 21.59, 'Subway, Williams, CA', 'Lassen memorial vacation: Lunch on the way to Lassen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8534, '2020-08-21', 314.60, 'Expedia.com', 'Lassen memorial vacation: Hampton Inn, Red Bluff, for 2 nights. We had stayed there in 2019. I booked it for its destination chargers, but those were out of commission. If I had known I would have booked Holiday Inn, which was available for the same price.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8535, '2020-09-24', 108.86, 'Namaste Plaza, Belmont, CA', '20lb flour bag, peanuts, namkeen, fennel seeds, mustard oil, kulfi ice cream, papaya, frozen kerala parota, cake rusks, punjabi biscuits, panipuri.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8536, '2020-09-28', 18.10, 'Costco, Redwood City, CA', 'Kirkland toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8537, '2020-09-28', 243.74, 'Costco, Redwood City, CA', 'Frozen salmon, Hagen-Daz ice cream, brown rice, croissant, bread, honey, quinoa, peanut butter, 2 gallons milk (@ $5.00), cereals, bananas, snacks, avocados.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8538, '2020-10-03', 22.08, 'Target, San Mateo, CA', 'A pair of scissors, glue sticks, liquid glue, compass and ruler kit, geometry kit (for Ujala).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8539, '2020-09-05', 9.65, 'Starbucks, Corning, CA', 'Lassen memorial vacation: We had stopped at the same location the previous year with Minaxi; coffee for Arun, sparkling water for Aahna, apple juices for Ujala and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8540, '2020-09-06', 51.56, 'Los Mariachis, Red Bluff, CA', 'Lassen memorial vacation: Picked up burritos to eat at the park for lunch. Asked them to keep the contents separate to avoid tortilla from getting soggy. Worked out, except the quantities were HUGE.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8541, '2020-09-07', 40.87, 'China House, Vacaville, CA', 'Lassen memorial vacation: Picked up food on the way back from Lassen, to eat at home for an early dinner; We had only some fruit and snacks for lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8542, '2020-10-17', 9.17, 'Target, San Mateo, CA', 'Two drawing books a one notepad for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8543, '2020-11-06', 86.71, 'Namaste Plaza, Belmont, CA', 'Fennel seeds, black pepper, namkee, frozen samosas, Maggi noodles, 20lbs flour, panipuri'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8544, '2020-10-07', 4.36, 'Trader Joe\'s, San Carlos, CA', 'Dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8545, '2020-10-07', 12.01, 'Trader Joe\'s, San Carlos, CA', 'Red wine: Apothic Inferno'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8546, '2020-10-07', 66.77, 'Trader Joe\'s, San Carlos, CA', 'Bananas, 4 gallons milk (@ $5.69), cheese, tofu, frozen waffles, spaghetti, frozen spinach, avocados, papaya, pita.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8547, '2020-11-02', 62.56, 'Kohl\'s, Redwood City, CA', '3 pairs of sweatpants for Ujala for playing tennis. Used the 25% off coupon for returning the non-working Instant Pot at the Amazon drop-off.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8548, '2020-10-21', 14.19, 'Trader Joe\'s, San Carlos, CA', 'Red wine: Coppola Diamond cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8549, '2020-10-21', 89.07, 'Trader Joe\'s, San Carlos, CA', 'Two packs of naan, bread, romaine lettuce, avocados, pita, cereals, frozen peas, bananas, tofu, celery, frozen waffles, cheese, 3 gallons of milk (@ $5.69), pasta, pasta sauce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8550, '2020-11-02', 33.67, 'Safeway, Belmont, CA', '3 gallons of milk (@ $5.99), bananas, lasagna strips, eggnog (Darigold old fashioned)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8551, '2020-11-14', 15.27, 'Safeway, Belmont, CA', 'Eggnog (Darigold old fashioned), two frozen veggie pizzas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8552, '2020-11-23', 29.61, 'Costco, Redwood City, CA', '2 bottles of Ecos laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8553, '2020-11-23', 76.82, 'Costco, Redwood City, CA', 'Whiskey: Single Malt Tyrconnell 16 years'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8554, '2020-11-23', 285.56, 'Costco, Redwood City, CA', '2 gallons milk (@ $5.00), croissants, mangos, oranges, fresh garlic, bananas, cereals, Haagen-Daz ice cream, guava nectar, cashews, almonds, Nutella, peanut butter, honey, mushrooms, garlic salt, snacks, EVOO, avocado oil, dates, raisins, 2 whole chickens'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8555, '2020-12-19', 35.10, 'Amazon.com', '5\"x7\" assorted color envelopes 105 pack; Hallmark Reversible white and gold wrapping paper (2 jumbo rolls, 160 sq ft)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8556, '2020-12-20', 180.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-11-28, 2020-12-05, 2020-12-12, and 2020-12-19. Switched to Zoom on 03/21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8557, '2020-12-20', 81.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8558, '2020-12-27', 160.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-12-17 and 2020-12-24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8559, '2021-01-03', 71.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8560, '2021-01-03', 14.00, 'Doc’s Bagels, Belmont, CA', 'A dozen bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8561, '2021-01-10', 41.51, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($28.99 special) + taxes + $3.00 delivery + 20% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8562, '2021-01-08', 482.86, 'Amazon.com', 'AutoSock AS697 Traction Wheel ($99.99), TopFit Model X 3rd row back protector ($49.99), TopFit all-weather floor and trunk mats ($289.99) (purchased for Boreal ski trip at Tahoe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8563, '2021-01-08', 30.97, 'Amazon.com', 'Kimoe 5LB 100% Natural Non-GMO dried mealworms'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8564, '2020-12-29', 80.08, 'Amazon.com', '3 pairs of shoes for Vyom: TISGOTAN Kids Sneakers Running Sports Shoes ($19.99), BRONAX Blue Boys Slip on Shoes ($32.99), Apawwa Boys Girls Sneaker ($19.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8565, '2020-12-29', 9.87, 'Amazon.com', 'For Ujala: Wilson Sublime Tennis Racquet Grip, Black'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8566, '2020-12-29', 8.70, 'Amazon.com', 'Colgate Cavity Protection Toothpaste with Fluoride - 6 Ounce (Pack of 6)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8567, '2021-01-11', 27.30, 'Google', 'Aahna\'s birthday gift: Nest mini for her bedroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8568, '2021-01-12', 170.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-12-30 and 2021-01-07. The rate went up to $85 per lesson.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8569, '2021-01-12', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2020-12-26, 2021-01-03, and 2021-01-09. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8570, '2021-01-13', 157.00, 'Sutter Health, San Carlos, CA', 'Co-payment for Aahna\'s backbone x-ray'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8571, '2021-01-13', 14.31, 'Shein.com', 'For Aahna\'s birthday gift (on her demand): two bucket hats, one with butterfly ($4.00) and one with rainbow ($4.50) + $3.99 shipping + $0.99 shipping insurance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8572, '2021-01-17', 71.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8573, '2021-01-17', 14.00, 'Doc’s Bagels, Belmont, CA', 'A dozen bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8574, '2020-09-07', 9.75, 'Safeway, Belmont, CA', 'Red wine: Menage a Trois'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8575, '2020-09-07', 37.55, 'Safeway, Belmont, CA', 'Bananas, cereals, frozen pizza, french fried onion'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8576, '2021-08-30', 98.43, 'Namaste Plaza, Belmont, CA', 'Moong dal, toor dal, rajma, fennel seeds, namkeen, punjabi biscuits, pani puri, mustard oil, two 20lbs bags of Mantra organic flour ($13.99 each)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8577, '2020-09-15', 13.10, 'Trader Joe\'s, San Carlos, CA', 'Michael-David 7 Deadly Zins (zinfandel?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8578, '2020-09-15', 110.81, 'Trader Joe\'s, San Carlos, CA', 'Butter, tofu, pasta, pasta sauce, cheese, frozen waffles, cereal, family pack chicken, frozen vegetables, 3 gallons milk (@ $5.69), mangoes, pizza crust, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8579, '2020-07-28', 9.75, 'Safeway, Belmont, CA', 'Red wine: Menage a Trois'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8580, '2020-07-28', 5.98, 'Safeway, Belmont, CA', 'Pasta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8581, '2020-07-27', 100.21, 'Namaste Plaza, Belmont, CA', 'Peanuts, paneer, fennel seeds, dal, namkeen, mustard seeds, cumin powder, rock salt, methi seeds, fennel powder, cake rusk, kulfi ice cream, punjabi biscuits, pani puri'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8582, '2020-05-05', 24.01, 'Trader Joe\'s, San Carlos, CA', 'Wine: Hess Select cabernet ($13.99), Rare Earth cabernet made with organic grapes ($7.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8583, '2020-05-05', 92.73, 'Trader Joe\'s, San Carlos, CA', 'Pancake mix, cereal, frozen vegetables, chocolate chips, frozen pizza, pasta, pasta sauce, potatoes, cheese, popping corn, bread, bananas, 4 gallons milk @ $5.69'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8584, '2020-05-05', 8.73, 'Trader Joe\'s, San Carlos, CA', 'All for one 3 in one soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8585, '2020-05-24', 88.34, 'Namaste Plaza, Belmont, CA', 'Panipuri, punjabi biscuits, soy chunks, coriander powder, namkeen, moon dal, urad dal split, urad dal whole, chana dal, kulfi ice cream, fennel seeds, mustard oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8586, '2021-01-31', 85.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8587, '2021-01-19', 30.75, 'SchoolForce, Belmont, CA', 'Combined donation for the readathon for Aahna and Vyom; included $0.75 credit card transaction fee that I opted to pay. Matched with an equal amount by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8588, '2021-02-11', 25.24, 'Uber', 'Trip to the Tesla Burlingame service center to pick up the car after it got bricked after entering continue reboot loop. The 12v battery was totally drained and it needed a factory reset. Price includes $4 tip to Uber driver.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8589, '2021-02-14', 225.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-01-16, 2021-01-23, 2021-01-30, 2021-02-06, and 2021-02-13. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8590, '2021-02-19', 170.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-01-21 and 2021-02-19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8591, '2021-02-22', 71.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8592, '2021-02-27', 55.00, 'Twin Dragon Kung Fu Academy, San Carlos, CA', 'Vyom’s test for orange belt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8593, '2021-02-27', 82.86, 'King Chuan, San Carlos, CA', 'Dinner (inc. 15% tip): egg rolls, cashew chicken, kung pao tofu, string beans, shrimp chow mein'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8594, '2021-02-28', 49.94, 'Amazon.com', 'Ujala\'s tennis shoes: Adidas women\'s Grand Court Sneaker, White/Black/White, 9.5 US'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8595, '2021-02-28', 21.94, 'Amazon.com', 'LED lights for Aahna\'s room: Phopollo Led Lights 65.6ft Long Led Strip Lights for Bedroom Color Changing Luces Led para Decoracion Habitacion RGB DIY Color Option with Power Supply and Remote'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8596, '2021-02-28', 16.45, 'Amazon.com', 'Totally Kitchen Plastic Egg Holder | BPA Free Fridge Organizer with Lid & Handles | Refrigerator Storage Container | 21 Egg Tray, Clear'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8597, '2021-03-07', 94.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8598, '2021-03-07', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-02-20, 2021-02-27, and 2021-03-06. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8599, '2021-03-07', 170.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-02-28 and 2021-03-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8600, '2021-03-10', 25.00, 'CAHFS (UC Davis), Davis, CA', 'Necropsy fee of $25 when our chicken, Brownie, died. Brownie died on 2021-03-05. Necropsy indicated long standing liver condition consistent with lymphoproliferative disease. Findings indicated avian leukosis. Brownie also had blocked trachea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8601, '2021-03-10', 27.00, 'Bay Sports Photography', 'Ujala\'s team group photo, 11\"x14\".'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8605, '2020-12-18', 150.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: gardening service twice a month, for 2020 December'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8606, '2021-01-23', 150.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: gardening service twice a month, for 2021 January'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8607, '2021-02-20', 150.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: gardening service twice a month, for 2021 February'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8608, '2021-03-19', 150.00, 'Miguel Ordaz (925-752-6706)', 'Walnut Creek: gardening service twice a month, for 2021 March'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8609, '2021-03-21', 110.00, 'Farmers Market, Belmont, CA', 'Higher than unusual because of $20 strawberries, $5 guava, and $18 eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8610, '2021-03-21', 14.00, 'Doc’s Bagels, Belmont, CA', 'A dozen bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8611, '2021-03-21', 21.79, 'Doc’s Bagels, Belmont, CA', 'Three brunch bagels (chicken, tuna, and turkey); Ujala was away for Alice\'s birthday at San Louis Obispo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8612, '2021-03-26', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun: 12:00-01:00 04/03-05/22.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8613, '2021-03-30', 170.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-03-14 and 2021-03-27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8614, '2021-03-30', 135.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-03-13, 2021-03-20, and 2021-03-27. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8615, '2021-04-02', 1.40, 'Starbucks, San Carlos, CA', 'Tall latte for Arun, the rest was paid using the remaining balance on the gift card Ujala had given Arun for Christmas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8616, '2021-04-02', 22.00, 'Twin Dragon Kung Fu Academy, San Carlos, CA', 'Youth large red T-shirt for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8617, '2021-04-04', 97.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8618, '2021-04-07', 87.00, 'Certifix Live Scan', 'Ujala\'s fingerprinting for volunteering. $40 service fee + $47 government fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8619, '2021-04-16', 170.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2020-04-04 and 2021-04-11.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8620, '2021-04-16', 100.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-04-03 and 2021-04-10. Switched to Zoom on 2020-03-21. Raised rate to $50 per session by myself (David didn\'t ask).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8621, '2021-04-11', 53.57, 'Gap Hillsdale Mall, San Mateo, CA', 'For Aahna: teen tie-dye joggers for Aahna, teen cropped Henley T-shirt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8622, '2021-04-11', 14.78, 'Bath and Body Works Hillsdale Mall, San Mateo, CA', 'Scented body lotion for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8623, '2021-04-07', 129.68, 'Trader Joe\'s, Hillsdale Blvd, San Mateo, CA', 'Frozen chicken sausage, frozen veggie bites, frozen veggies, frozen blueberries, bananas, pasta, butter, avocados, 4 gallons milk (@ $5.69), tofu, English muffin, bread, papaya, mandarin oranges'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8624, '2021-03-23', 289.74, 'Sports Basement, Redwood City, CA', '2021 Spring Break ski trip to Donner, Tahoe (2021-03-29 to 2021-04-02): Equipment rental for all + four helmets ($11 each).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8625, '2021-03-30', 156.00, 'Donner Ski Ranch, Norden, CA', '2021 Spring Break ski trip to Donner, Tahoe (2021-03-29 to 2021-04-02): Lift tickets for one day (at the discounted rate applicable for Tue, Wed, Thu).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8626, '2021-04-01', 156.00, 'Donner Ski Ranch, Norden, CA', '2021 Spring Break ski trip to Donner, Tahoe (2021-03-29 to 2021-04-02): Lift tickets for one day (at the discounted rate applicable for Tue, Wed, Thu).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8627, '2021-03-27', 144.92, 'Namaste Plaza, Belmont, CA', 'Cookies, namkeen, fennel seeds (saunf), moong dal, masoor dal, urad dal, pani puri, Maggi noodles, papaya, soy sauce, flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8628, '2021-03-24', 115.94, 'Trader Joe\'s, San Carlos, CA', '4 gallons whole milk (@ $5.69), frozen pizza, vegetable masala burger, kiwi fruit, bananas, lemons, frozen veggies, naan, popping corn, avocados, cheese, celery, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8629, '2021-03-24', 10.37, 'Trader Joe\'s, San Carlos, CA', 'Castle Rock pinot noir'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8630, '2021-03-10', 106.43, 'Costco, Redwood City, CA', 'Glenfiddich single mart scotch, Edge cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8631, '2021-03-10', 14.26, 'Costco, Redwood City, CA', 'Bandaid pack'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8632, '2021-03-10', 483.57, 'Costco, Redwood City, CA', 'Jasmine rice, 4 gallons milk ($9.99 @ 2 gallons), dates, cereal, produce, croissants, honey, mango nectar, guava juice, maple syrup, peanut butter, coconut oil, pasta sauce, salt, snacks, nuts, sugar, tofu, fish, ice cream, tortilla, nut bars for ski trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8633, '2021-03-05', 26.14, '85C Bakery Cafe, Daly City, CA', 'Assorted cakes and pastries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8634, '2021-03-03', 30.72, 'Peninsula Feed Store, Redwood City, CA', 'CORID 20% powder to treat Brownie for her lethargy (unfortunately, Brownie did not survive).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8635, '2021-03-03', 11.00, 'Leggings Park at Hillsdale Mall, San Mateo, CA', 'Navy blue pants for Ujala for her Carlmont tennis uniform'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8636, '2021-02-28', 10.00, 'Arco, San Mateo, CA', 'Premium car wash for Pavani\'s car before returning it to her; Pavani lent her car while on a trip to India since the Tesla was at the shop for failing to start (although the very next day Tesla gave a loaner Model X for the ski trip to Tahoe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8637, '2021-02-28', 32.54, 'Arco, San Mateo, CA', '9.518 gallons @ $3.419 gas for Pavani\'s car before returning it to her; Pavani lent her car while on a trip to India since the Tesla was at the shop for failing to start (although the very next day Tesla gave a loaner Model X for the ski trip to Tahoe)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8638, '2021-04-17', 41.51, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($28.99 special) + taxes + $3.00 delivery + 20% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8639, '2021-02-28', 78.76, 'Safeway, Belmont, CA', 'Wheatabix, frozen waffles, bread, romaine lettuce, bananas, blueberries, asparagus, celery hearts, 2 gallons of milk (@ $5.99).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8640, '2021-02-28', 43.79, 'Target, San Mateo, CA', 'One pair of sports shoes for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8641, '2021-02-28', 53.61, 'Target, San Mateo, CA', 'String lights, craft kit, sticky notes, drawing book, markers (all mostly for Aahna)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8642, '2021-02-21', 106.81, 'Namaste Plaza, Belmont, CA', 'Frozen samosas, jalebis, pani puris, papaya, paneer, masoor dal, besan, urad split, fennel seeds (saunf), namkeen, 20 lb bag of flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8643, '2021-02-20', 42.96, 'Safeway, Belmont, CA', 'Lasagna sheets, froze pizzas, 1 gallons milk (@ $5.99), bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8644, '2021-04-18', 13.10, 'Trader Joe\'s, San Carlos, CA', 'Josh Cellars Sonoma County cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8645, '2021-04-18', 87.61, 'Trader Joe\'s, San Carlos, CA', 'Frozen veggies, whole chicken, pasta sauce, cheese, tofu, cauliflower, celery, bananas, potatoes, avocados, mandarins, bread, 3 gallons of milk @ $5.69.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8646, '2021-02-02', 24.69, 'Kohl\'s, Redwood City, CA', 'Fleece for Arun, while returning an Amazon item which gave a 25% extra discount (the item was already 50% off).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8647, '2021-02-05', 57.98, 'Peninsula Feed Store, Redwood City, CA', 'S&P Layer 18%, BA Premium scratch'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8648, '2021-02-05', 18.55, 'The Home Depot, San Carlos, CA', 'Crackleflame firelogs (four pieces); bought for heating the house when the gas furnace (HVAC) was out of order.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8649, '2021-01-28', 14.19, 'Trader Joe\'s, San Carlos, CA', 'Coppola Diamond cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8650, '2021-01-28', 133.97, 'Trader Joe\'s, San Carlos, CA', 'Cereal, tofu, butte, 4 gallons milk (@ $5.69), potatoes, limes, avocado, pasta sauce, pizza crust, papaya, lime, cauliflower, bananas, cheese, bread, frozen veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8651, '2021-01-27', 76.44, 'Namaste Plaza, Belmont, CA', '20 lbs Flour, frozen parathas, Maggi noodles, namkeen, pani puri, sevaiyan, masoor dal, fennel seeds (saunf), bell pepper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8652, '2021-10-21', 31.24, 'Safeway, Belmont, CA', 'Baking powder, baking soda, Wheatabix, lasagna sheets, frozen pizza'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8653, '2021-01-03', 7.65, 'Starbucks, Belmont, CA', 'Tall latte for Arun, chocolate milk for Aahna, apple juice for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8654, '2021-01-16', 34.00, 'Costco, Redwood City, CA', 'Cabernet ($11.99), Captain Morgan Rum ($18.99) + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8655, '2021-01-16', 252.81, 'Costco, Redwood City, CA', 'Cereal, croissants, bananas, Dino chicken nuggets, blueberries, honey, clementines, avocados, garlic, sugar, almonds, nut bars for the ski trip, maple syrup, olive oil, 4 gallons milk (@ $9.99 / 2 gallons), shrimp, guava nectar, tortilla, snacks & nuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8656, '2020-12-31', 12.01, 'Trader Joe\'s, San Carlos, CA', 'Chateau Saint Michelle cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8657, '2020-12-31', 4.36, 'Trader Joe\'s, San Carlos, CA', 'Dishwasher detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8658, '2020-12-31', 106.77, 'Trader Joe\'s, San Carlos, CA', 'Pasta, pasta sauce, butter, eggs, papaya, frozen veggies, avocados, cheese, tofu, romaine lettuce, bread, potatoes, bananas, 4 gallons of milk @ $5.69'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8659, '2020-12-31', 11.66, 'Safeway, Belmont, CA', 'Bread, frozen pizza'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8660, '2020-12-17', 129.29, 'Namaste Plaza, Belmont, CA', '20 lbs flour bag, urad dal split, kala chana, kabuli chana, raw peanuts, fennel seeds (saunf), gulab jamun mix, nameen, pani puri, goat meat, punjabi biscuits, frozen tandoori naan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8661, '2020-12-17', 16.45, 'Safeway, Belmont, CA', 'La Crema pinot noir'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8662, '2020-12-17', 70.48, 'Safeway, Belmont, CA', 'Soy sauce, Kedem tea biscuits, lasagna sheets, frozen pizza, 3 gallons milk (@ $5.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8663, '2020-12-24', 9.37, 'Safeway, Belmont, CA', 'Eggs, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8664, '2021-01-13', 9.88, 'Kohl\'s, Redwood City, CA', 'Men\'s Tekgear shorts for Arun (50% discounted price with an extra $5.00 off due to Amazon return).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8665, '2020-05-22', 44.96, 'Costco, Redwood City, CA', 'Kenwoow merlot, Captain Morgan rum, St. Fran zinfandel'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8666, '2020-05-22', 355.06, 'Costco, Redwood City, CA', 'Jasmine rice, 2 gallons milk ($9.99), brown rice, fruit, fish, snacks, bread, ice cream, cereal, veggies, honey, avocado oil, olive oil, coconut oil, croissants, bread, frozen pizza, Rainforest coffee beans'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8667, '2020-06-29', 14.22, 'Target, San Mateo, CA', 'Soccer ball for Aahna, for her soccer practice'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8668, '2020-06-20', 50.70, 'Gin Mon Chinese Restaurant, Belmont, CA', 'Dinner pickup; the quality was not very good, most dishes had sugar'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8669, '2020-06-30', 8.73, 'Trader Joe\'s, San Carlos, CA', 'Menage a trois red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8670, '2020-06-30', 6.54, 'Trader Joe\'s, San Carlos, CA', 'Sunscreen SPF 30'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8671, '2020-06-30', 33.01, 'Trader Joe\'s, San Carlos, CA', 'Cereal, bananas, romaine lettuce, tomatoes, ice cream, chocolate chips, potatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8672, '2020-07-01', 78.24, 'Namaste Plaza, Belmont, CA', 'Rajma, kabuli chana, fennel seeds (saunf), namkeen, mustard seed, mustard oil, 20 lbs flour bag; pani puri (as a separate receipt)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8673, '2020-06-24', 10.91, 'Trader Joe\'s, San Carlos, CA', 'Estancia Pinot Noir'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8674, '2020-06-24', 59.84, 'Trader Joe\'s, San Carlos, CA', '4 gallons milk (@ $5.69), pasta sauce, waffles, bananas, tofu, cheese, bread, avocados'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8675, '2020-10-02', 5.48, 'Target, San Mateo, CA', 'Colgate toothpaste'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8676, '2020-06-07', 48.90, 'Namaste Plaza, Belmont, CA', '20 lbs flour bag, pani puri, punjabi biscuits, kulfi, namkeen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8677, '2020-05-31', 28.43, 'Safeway, Belmont, CA', 'Joel Gott cabernet, Josh cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8678, '2020-05-31', 62.98, 'Safeway, Belmont, CA', '2 Nutella, frozen pizzas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8679, '2020-06-10', 24.01, 'Trader Joe\'s, San Carlos, CA', 'Coppola Diamond cabernet, Menage a Trois red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8680, '2020-06-10', 4.36, 'Trader Joe\'s, San Carlos, CA', 'Dish detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8681, '2020-06-10', 127.63, 'Trader Joe\'s, San Carlos, CA', 'Pancake mix, pasta, pasta sauce, bread, snacks, lime, chocolate chips, bananas, frozen veggies, cheese, tofu, salmon, butter, popping corn, ketchup, 4 gallons of milk (@ $5.69), watermelon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8682, '2020-06-07', 4.16, 'Walgreens, Belmont, CA', 'Sanzi Derm hand sanitizer (8 oz)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8683, '2020-07-24', 23.20, 'The Home Depot, San Carlos, CA', 'Various seeds and plants for the vegetable garden: tomatoes, mint, bell pepper, cherry tomato, green beans, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8684, '2020-07-03', 49.07, 'Safeway, Belmont, CA', 'Ranch salad dressing (2), yogurt, bread, chicken, veggie salad tray'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8685, '2020-07-09', 38.78, 'Safeway, Belmont, CA', 'Lasagna sheets, frozen pizzas, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8686, '2020-08-16', 8.73, 'Trader Joe\'s, San Carlos, CA', 'Menage a Trois red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8687, '2020-08-16', 92.99, 'Trader Joe\'s, San Carlos, CA', '4 gallons milk (@ $5.69), pickles, pizza crust, bread, frozen waffles, cheese, tofu, avocados, papaya, lime, frozen veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8688, '2020-08-02', 21.48, 'Safeway, Belmont, CA', 'Bear Republic 6-pack beer (for Karan, on the visit of Karan/Sonia and Sonia\'s parents).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8689, '2020-08-02', 10.98, 'Safeway, Belmont, CA', 'Kingsford briquets for barbecue during the visit of Karan/Sonia and Sonia\'s parents'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8690, '2020-07-29', 16.38, 'Trader Joe\'s, San Carlos, CA', 'Rutherford Ranch merlot'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8691, '2020-07-29', 125.98, 'Trader Joe\'s, San Carlos, CA', '4 gallons milk (@ $5.69), pasta, pasta sauce, cheese, potatoes, bread, yogurt, butter, bananas, chicken, salmon, popping corn'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8692, '2021-02-15', 8.79, 'Safeway, Belmont, CA', 'Breyers ice cream, matches (to take along to the ski trip)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8693, '2021-04-27', 250.00, 'Google Inc.', 'Donation to India\'s COVID19 help, raised by Google (go/support-india). Matched 100% by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8694, '2021-04-30', 27.45, 'TreeRing Yearbooks (online)', 'Aahna\'s 5th grade yearbook.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8695, '2021-05-01', 75.06, 'Yan\'s Garden, San Carlos, CA', 'Dinner (egg rolls, green beans, cashew chicken, ma po tofu, veg chow mein) + 15% tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8696, '2021-04-18', 90.00, 'Farmers Market, Belmont, CA', 'This is an approximate amount because I forgot to enter it in time and then forgot the exact amount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8697, '2021-05-02', 92.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8698, '2021-05-16', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-04-17, 2021-04-25, 2021-05-01, and 2021-05-08. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8700, '2021-05-09', 340.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2021-04-18, 2021-04-25, 2021-05-02, and 2021-05-09.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8701, '2021-05-16', 150.00, 'Farmers Market, Belmont, CA', 'Unexpectedly high expenses, perhaps due to higher vegetable bill ($60), 30 eggs ($18), and bagels ($16).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8702, '2021-05-16', 95.00, 'Herff Jones (yearbookordercenter.com for Carlmont High)', 'Yearbook order for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8703, '2021-05-23', 100.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-05-15 and 2021-05-22. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8704, '2021-05-23', 170.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2021-05-16 and 2021-05-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8705, '2021-05-26', 78.09, 'Zareen’s (via toasttab.com), Redwood City, CA', 'Dinner from the Pakistani’s restaurant suggested by Mahina, Maya’s mom: palak methi gosht, palak methi aaloo, aaloo tikka paneer, naan'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8706, '2021-05-23', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun: 12:45-01:45 06/05-07/31 (skip 7/3).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8707, '2021-05-28', 950.00, 'Twin Dragon Kung Fu Academy, San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2021-05-14.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8708, '2021-05-30', 90.00, 'Farmers Market, Belmont, CA', 'Including eggs for $18'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8709, '2021-06-07', 63.02, 'Aroma House, Mountain View, CA', 'Dinner pickup from Nepali restaurant on Vyom’s birthday: momos, two veggie entrees, rotis.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8710, '2021-06-08', 10.00, 'Fox (via Rani Gupta)', 'Contribution for the class parents’ gift for Vyom’s class (paid via Venmo to Rani-Gupta-1).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8711, '2021-06-08', 235.00, 'Belmont Parks and Recreation, Belmont, CA', 'Tennis sessions for Aahna (Novice, 11-15 yrs, June 19-July 31, 1:00-2:00 pm) and Vyom (Quickstart 8-10 years, June 19-July 31, 2:15-3:15 pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8712, '2021-06-13', 67.00, 'Farmers Market, Belmont, CA', ''); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8713, '2021-05-03', 15.27, 'Trader Joe\'s, San Carlos, CA', 'All-for-one 3-in-1 body wash, SPF 30 sunscreen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8714, '2021-05-03', 109.18, 'Trader Joe\'s, San Carlos, CA', 'Including chocolate protein powder ($11.99 + taxes), dishwasher detergent ($3.99 + taxes), waffles, frozen veggies, tofu, cheese, celery, butter, milk (4 gallons @$5.69), pasta, pasta sauce, bread, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8715, '2021-05-28', 125.68, 'Namaste Plaza, Belmont, CA', 'Panipuri, urad dal, toor dal, raw peanuts (10 lbs, $16.99), namkeen, feni (dessert), garam masala, black salt, fennel (saunf), Nanak ghee, soy sauce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8716, '2021-05-28', 58.16, 'Costco, Redwood City, CA', 'Johnny Walker black label Scotch (1.5L)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8717, '2021-05-28', 18.10, 'Costco, Redwood City, CA', 'Toilet paper'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8718, '2021-05-28', 396.87, 'Costco, Redwood City, CA', 'Croissant, mango nectar, artisan roll, chicken wings (for bbq), fruits, tomatoes, honey, maple syrup, icecream, quinoa, cereal, snacks, garlic, mayonnaise, tofu, evoo, avocado oil, sugra, nuts, beyond meat burgers, string cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8719, '2021-05-26', 12.01, 'Trader Joe\'s, San Carlos, CA', 'Chateau Ste Michelle cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8720, '2021-05-26', 111.36, 'Trader Joe\'s, San Carlos, CA', 'Icecream, tofu, whole chicken ($14.36), butter, cheese, frozen spinach, pickle, romaine lettuce, lemons, avocado, bread, bananas, potatoes, pita, milk (4 gallons @$5.69).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8721, '2021-06-07', 13.07, 'Trader Joe\'s, San Carlos, CA', 'Michael David 7 Deadly Red (red wine)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8722, '2021-06-07', 66.63, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @ $5.69), tofu, icecream, chocolate chips, bananas, jam, avocados'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8723, '2021-04-21', 21.94, 'Safeway, Belmont, CA', 'Charmin Ultra Strong toilet rolls (bought in an urgency from Safeway, since Costco visit was getting delayed due to lack of time).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8724, '2021-04-21', 13.16, 'Safeway, Belmont, CA', 'Bonterra cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8725, '2021-04-21', 113.70, 'Safeway, Belmont, CA', 'Black beans, salt, soy sauce, Wheatabix, jam, icecream, bread, jumbo shrimp ($15.98), bananas, tofu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8726, '2021-05-15', 23.31, 'Safeway, Belmont, CA', 'Lasagna sheets, bananas, frozen veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8727, '2021-05-16', 24.94, 'Safeway, Belmont, CA', 'Bread, cereal, icecream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8728, '2021-05-22', 41.70, 'Safeway, Belmont, CA', 'Salt, black paper, milk (2 gallons @ $6.29), baking goods (all purpose flour, dry milk, measuring cups, measuring spoons).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8729, '2021-04-11', 13.03, 'Uniqlo (Hillsdale Mall), San Mateo, CA', 'Two t-shirts for Arun (on sale @ $5.90 each).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8730, '2021-05-02', 128.27, 'Namaste Plaza, Belmont, CA', 'Snacks, raw peanuts (10 lb, $16.99), kulfi ice-cream, frozen paneer kulcha, rajma, fennel seeds (saunf), Maggi masala noodles, goat meat (1.5 lbs, $12.99), pani puri'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8731, '2021-06-16', 179.74, 'City of Belmont, Belmont, CA', 'Water heater: Plumbing permit fee for replacing the gas-based water heater by electric heat-pump heater.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8732, '2021-06-16', 154.40, 'City of Belmont, Belmont, CA', 'Water heater: Electrical permit fee for replacing the gas-based water heater by electric heat-pump heater. They charged separately for electrical work! (What a ripoff!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8733, '2021-06-16', 32.91, 'Amazon.com', 'Birthday gift for Vyom\'s friend, Marcio: BIRDBOX 2021 Brazil Home Yellow #10 Neymar Kids Soccer Jersey & Shorts Set Youth Sizes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8734, '2021-06-21', 340.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2021-06-06, 2021-06-14, 2021-06-21, and 2021-06-28. Switched to Mondays starting 6/14. Paid for a future lesson because originally paid by mistake for 5/30 when there was no lesson.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8735, '2021-06-21', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-05-29, 2021-06-05, 2031-06-12, and 2021-06-19. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8736, '2021-06-21', 10.95, 'Amazon.com', 'For Aahna: Hanes Girls Multipack Briefs, Assorted 10 Pack, 12 US'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8737, '2021-06-21', 877.98, 'Amazon.com', 'iRobot Roomba i6+ (6550) Robot Vacuum with Automatic Dirt Disposal ($492.30 after $307.69 Prime Day discount), iRobot Braava jet m6 (6012) Ultimate Robot Mop ($307.68 after $192.31 Prime Day discount) + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8738, '2021-06-21', 19.78, 'Amazon.com', 'For the front yard to prevent water and mulch runoff: Orgrimmar 40PCS Interlocking Landscaping Edging Kit, Plastic No-Dig Pound-in Garden Edge(6.1” x 5.3”) - Black'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8739, '2021-06-22', 26.25, 'Amazon.com', 'For Aahna and Ujala\'s bathroom: Depot Wide Shower Curtain Rings/Hooks Set, AmazerBath Plastic Shower Curtain, 72 x 72 Inches EVA 8G Shower Curtain with Heavy Duty Clear Stones and 12 Grommet Holes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8740, '2021-06-22', 99.89, 'Amazon.com', '3 x Pido Yoga Mat - 1/4 & 1/3 Inch Extra Thick Non Slip Yoga Mat for Women & Men Eco Friendly TPE Fitness Exercise Mat with Carrying Strap for Yoga, Pilates'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8741, '2021-06-15', 1000.00, 'Alternative HVAC Solutions Inc, San Carlos, CA', 'Advance payment for water heater (Heat pump water heater Professional Prestige ProTerra Hybrid Electric Water Heater PROPH50 T2 RH375-30).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8742, '2021-06-23', 4680.00, 'Alternative HVAC Solutions Inc, San Carlos, CA', 'Balance payment for water heater (Heat pump water heater Professional Prestige ProTerra Hybrid Electric Water Heater PROPH50 T2 RH375-30).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8743, '2021-06-22', 57.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Ujala, Aahna, and Vyom: $50+ $7 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8744, '2021-06-27', 50.70, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($31.99 special) + taxes + $3.00 delivery + 15% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8745, '2021-06-22', 45.00, 'Derek Tao', 'One hour tennis lesson for Aahna and Vyom (instructor is a high school grad about to join college).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8746, '2021-06-23', 45.00, 'Derek Tao', 'One hour tennis lesson for Aahna and Vyom (instructor is a high school grad about to join college).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8747, '2021-07-03', 217.03, 'Sutter Health, San Carlos, CA', 'Co-payment for Aahna\'s follow-up visit for the back on 2021-05-19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8748, '2021-06-30', 80.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-06-25 and 2021-06-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8749, '2021-07-04', 56.00, 'Farmers Market, Belmont, CA', 'Only one week’s groceries, our regular farmer wasn’t there; Including $18 for eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8750, '2021-07-05', 120.12, 'Thai Tamarind Restaurant, Belmont, CA', 'Takeout dinner with Ranjan’s family when they visited.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8751, '2021-07-11', 92.00, 'Farmers Market, Belmont, CA', 'Including $16 for bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8752, '2021-07-18', 35.00, 'Recreation.gov', 'Yosemite vacation (2021-07-25 to 2021-07-28): 3-day entry pass, starting July 25th (Sunday), incl. $2.00 processing fee. Got up at 8:00 am to secure one of the about 1500 limited spots!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8753, '2021-07-23', 250.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-06-26, 2021-07-03, 2031-07-10, 2021-07-15, and 2021-07-24. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8754, '2021-07-25', 380.00, 'Mubadala Silicon Valley Classic (tennis final)', 'Four tickets for the WTA 500 tournament final (Mubadala).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8755, '2021-08-02', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-07-07, 2021-07-14, 2021-07-21, and 2021-07–29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8756, '2021-08-02', 340.00, 'Scott Howard', 'Payment for Ujala\'s weekly one-hour private tennis lessons: for 2021-07-05, 2021-07-12, 2021-07-19, and 2021-08-05. Switched to Mondays starting 6/14. Paid by mistake for 07/26 earlier (there was no lesson that day), but applied to 08/05.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8757, '2021-08-02', 450.01, 'City of Belmont, Belmont, CA', 'Mechanical permit (# M2021-0137), including electrical and mechanical permits; for heat pump.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8758, '2021-06-28', 4250.00, 'SynLawn Bay Area, Richmond, CA', 'Installment 1 of 2 for artificial grass installation in the backyard. Included removing 3-4\" top, gravel, leveling, and installing the grass. Preferred SynLawn even though it wasn\'t the cheapest because doesn\'t require infill and is made in USA.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8759, '2021-07-27', 4250.00, 'SynLawn Bay Area, Richmond, CA', 'Installment 2 of 2 for artificial grass installation in the backyard. Included removing 3-4\" top, gravel, leveling, and installing the grass. Preferred SynLawn even though it wasn\'t the cheapest because doesn\'t require infill and is made in USA.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8760, '2021-08-07', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8761, '2021-08-07', 25.00, 'BubbaGuys (via squareup.com)', 'Gift certificate for Urvi and Ela Kulkarni, the twin sisters that play tennis with Ujala, on their birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8762, '2021-08-08', 68.00, 'Farmers Market, Belmont, CA', 'Includes $18 for eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8763, '2021-08-08', 25.00, 'Scott Hayward', 'Charges for restringing two tennis racquets for Ujala. Special rate since Scott gets it done through a friend.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8764, '2021-08-11', 207.00, 'Peninsula Pick Ups, San Carlos, CA', 'Pick up of the discarded (old) bedroom windows & frames and unused & discarded chain-link fence from the old chicken coop. Had been lying around for a long time. Too expensive, but wanted to try out a local startup. Price includes $7 for using credit card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8765, '2021-08-14', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8766, '2021-08-20', 32.00, 'Ralston PTA', 'PE uniform for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8767, '2021-07-31', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun (adult beginner / intermediate); 12:50-1:50 pm; 8/7-10/2 skip 9/4.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8768, '2021-08-12', 10500.00, 'Alternative HVAC Solutions Inc, San Carlos, CA', 'First installment of the payment toward heat pump.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8769, '2021-08-17', 10070.00, 'Alternative HVAC Solutions Inc, San Carlos, CA', 'Second (final) installment of the payment toward heat pump.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8770, '2021-08-17', 300.00, 'Elem3nts-e3 Inc., San Jose, CA', 'HERS test (scheduled on 2021-08-25) for completing the city permit for the heat pump.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8771, '2021-08-18', 300.00, 'Elem3nts-e3 Inc., San Jose, CA', 'Water heater inspection (scheduled on 2021-08-25) for applying for the discounts from Peninsula Clean Energy (PCE) give to heat pump water heater.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8772, '2021-08-21', 250.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-07-31, 2021-08-04 (extra lesson), 2031-08-07, 2021-08-14, and 2021-08-21. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8773, '2021-08-22', 122.00, 'Farmers Market, Belmont, CA', 'Including 8 bagels ($9), 30 eggs ($18), veggies ($47), fruits ($28), somemisc veggies and watermelons ($20)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8774, '2021-08-21', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8775, '2021-08-28', 3.75, 'Starbucks, San Mateo, CA', 'Tall iced latte (it was very hot!) for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8776, '2021-08-28', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-08-04, 2021-08-11, 2021-08-18, and 2021-08–25.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8777, '2021-08-29', 112.90, 'Lands\' End', 'Some pants for Vyom; 2 x Boys Slim Iron Knee Blend Plain Front Chino Pants (size 10, 24.25\" inseam), Kids Active Track Pants (medium, classic navy color), Boys Iron Knee Pull On Pattern Stretch Woven Jogger (medium, olive camo).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8778, '2021-09-03', 195.78, 'Google Inc.', 'Nest wired doorbell to replace the old 1st gen Ring doorbell. This will allow us to use the existing Nest Aware subscription and not have to subscribe to a separate Ring subscription.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8779, '2021-09-04', 76.07, 'Yan\'s Garden, San Carlos, CA', 'Dinner (egg rolls, green beans, kung pao chicken, ma po tofu, veg chow mein) + 10% tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8780, '2021-09-07', 185.00, 'Scott Howard', 'Payment for Ujala\'s one-hour private tennis lesson on 2021-08-29 and $100 for a joint lesson with Ujala’s doubles partner Miu on 2021-09-06.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8781, '2021-09-11', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8782, '2021-09-12', 214.55, 'K1 Speed, South San Francisco, CA', 'Ujala’s birthday celebration: Two-race tickets + 1 year membership ($7 each) for Ujala and her friends: Alice, Emily, and Miyu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8783, '2021-09-12', 95.00, 'Farmers Market, Belmont, CA', 'Including $18 for eggs, $25 for fruit, and $35+$17 for veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8784, '2021-03-18', 608.58, 'Expedia.com', '2021 Spring Break ski trip to Donner, Tahoe (2021-03-29 to 2021-04-02): Donner Lake Village, Deluxe Studio for 4 nights (price includes $51.70 paid through Expedia Rewards points).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8785, '2021-09-15', 1820.00, 'Abhijit Sachdev', 'Tahoe ski trip 2021-03-14 to 2021-03-18: Balance payment to Abhi: He spent $2682.00 on Airbnb for four nights, but they left after 3 nights due to Abhi\'s dad\'s emergency so I paid the entire 4th night. Groceries total was $125 of which I had spent $37.00.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8786, '2021-02-04', 289.74, 'Sports Basement, Redwood City, CA', 'Tahoe ski trip 2021-03-14 to 2021-03-18: Ski rental for two adult sizes (Arun and Ujala @ $83.41) and two kid sizes (Aahna and Vyom @ $61.46).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8787, '2021-02-14', 23.97, 'Chipotle, Rocklin, CA', 'Tahoe ski trip 2021-03-14 to 2021-03-18: Burritos for lunch while driving to Tahoe, while the car charged.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8788, '2021-02-15', 61.44, 'The Spoke (at Boreal), Truckee, CA', 'Tahoe ski trip 2021-03-14 to 2021-03-18: Sandwiches for lunch while skiing at Boreal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8789, '2021-02-18', 54.64, 'Mimi\'s, Roseville, CA', 'Tahoe ski trip 2021-03-14 to 2021-03-18: Lunch while returning, while the car charged. (Aahna and Alice: crepes, Ujala: mac & cheese; Vyom: chicken tenders; Arun: omelet+latte)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8790, '2021-09-17', 19.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom: $14 + $5 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8791, '2021-09-18', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8792, '2021-09-12', 160.25, 'Koriander Indian Cuisine, Belmont, CA', 'Ujala\'s birthday celebration: Lunch with Ujala\'s three friends (+ Arun, Aahna, Vyom, and Ujala) after the go-karting session. There was no buffet due to COVID, so it turned out to be expensive.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8793, '2021-08-13', 10.29, 'Safeway, Belmont, CA', 'Sierra Nevada Pale Ale (beer)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8794, '2021-08-13', 88.00, 'Safeway, Belmont, CA', 'Frozen pizzas, yogurt, milk (1 gallons @ $6.29), orange juice, rasparry juice (juices for the guests expected on Saturday 8/14), bread, potatoes, bananas, mandarin organges, onions, mushrooms, asparagus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8795, '2021-08-01', 55.16, 'Madras Cafe, Sunnyvale, CA', 'Lunch after watching the tennis final at Mubadala Silicon Valley Classic, at Santa Clara. Items: 4 masala dosas, 3 mango lassis, 1 filter coffee, 1 vada-sambhar.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8796, '2021-08-07', 102.81, 'Namaste Plaza, Belmont, CA', '20 lbs mantra roti flour, 10 lb basmati rice, jalebi, fennel seeds (saunf), ajwain seeds, chana dal, namkeen, pani puri, maggi noodles, mustard oil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8797, '2021-08-07', 61.15, 'Whole Foods Market, San Mateo, CA', 'Bananas, bread, 365WFM chocolate whey (for kids), tiramisu mousse cake, vanilla creme brulee, 2 lemon bar cakes, 3 chocolate macarons, 1/2 gallon Strauss milk bottle'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8798, '2021-09-23', 3.75, 'Starbucks, Belmont, CA', 'Coffee for Arun while returning home after dropping off the kids, since the jury summons got canceled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8799, '2021-09-24', 65.82, 'CustomInk.com', 'Long sleeved white tennis shirt for Ujala (\"Carlmont Tennis\"). The idea of purchasing T-shirts was initiated by a tennis-playing girl\'s mother (Delfina\'s mother, Heidi Bianchi). It\'s too expensive, but I participated so that Ujala doesn\'t feel left out.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8800, '2021-09-25', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8801, '2021-09-28', 250.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-08-28, 2021-09-04, 2031-09-11, 2021-09-18, and 2021-09-25. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8802, '2021-10-01', 200.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-09-01, 2021-09-08, 2021-09-15, 2021-09-22, and 2021-09-29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8803, '2021-10-02', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8804, '2021-10-02', 79.24, 'Thai Tamarind Restaurant, Belmont, CA', 'Takeout dinner: Drunken noodles w/ veggies, Green curry with tofu, yellow curry with chicken, cashew nuts with prawns, roti with yellow curry (appetizer) + 18% tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8805, '2021-10-03', 133.00, 'Farmers Market, Belmont, CA', 'A lot of veggies ($85), fruits ($30), eggs ($18).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8806, '2021-10-04', 5.99, 'Amazon.com', 'Cruella: kids wanted to finish the movie that they started at Aarti’s place last weekend on Disney+. (We don’t have Disney-+.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8807, '2021-10-06', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun (adult beginner / intermediate); 12:50-1:50 pm; 10/6-12/4 skip 11/27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8808, '2021-10-09', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8809, '2021-10-09', 44.60, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($31.99 special) + taxes + $3.00 delivery + 15% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8810, '2020-07-26', 1800.00, 'Marco Juarez', 'Walnut Creek: Repainting work to prepare for the next tenants.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8811, '2020-09-28', 3000.00, 'Norberto Aguilar', 'PG&E Upgrade: First payment installment for the new 200 amp panel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8813, '2020-12-22', 1750.00, 'Norberto Aguilar', 'PG&E Upgrade: Second (final) payment installment for the new 200 amp panel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8814, '2021-02-05', 50.00, 'Kevin Zinkl', 'First visitation fee for diagnosing the problem with the HVAC (furnace) which suddenly broke. A piece turned out to be broken (worn out).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8815, '2021-02-06', 155.00, 'Kevin Zinkl', 'Second visitation labor + parts, for fixing the problem with the HVAC (furnace) which suddenly broke. A piece turned out to be broken (worn out).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8816, '2021-04-16', 4272.00, 'Elana Bennett', 'Walnut Creek: Realtor commission for renting the house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8817, '2021-08-13', 860.00, 'Marco Juarez', 'Walnut Creek: Maintenance work: leaking sinks, some broken lights, plugging holes in the attic to prevent rats from entering.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8818, '2021-08-19', 100.00, 'Carlmont High School, Belmont, CA', 'Advance payment for Ujala\'s journalism conference trip to Philadelphia.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8819, '2021-09-13', 1510.00, 'Marco Juarez', 'Walnut Creek: Labor + parts for replacing the broken water heater in the main house.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8820, '2021-10-06', 80.00, 'Margaret Goldsmith (Carlmont tennis coach)', 'Ujala\'s tennis uniform'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8821, '2019-09-02', 11.00, 'Karen Bowman', 'T-shirt for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8822, '2019-08-21', 55.00, 'BRSSD', 'Instrumental rental for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8823, '2020-04-26', 560.00, 'Elana Bennett', 'Walnut Creek: Cleaning fees paid via the real estate agent, Elana'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8824, '2018-09-16', 55.00, 'BRSSD', 'Instrument rental for Ujala (was this a duplicate payment by mistake?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8825, '2018-08-29', 55.00, 'BRSSD', 'Instrument rental for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8826, '2018-10-18', 100.00, 'Fox PTA, Belmont, CA', 'Fox field day pledges for Vyom Chauhan ($50) and Aahna Chauhan ($50).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8827, '2021-10-13', 49.34, 'Amazon.com', '8 Pack Reusable Cloth Face Mask, Maxboost Fabric Kid Face Mask - Pack of 3, Colgate Cavity Protection Toothpaste with Fluoride - 6 Ounce (Pack of 6)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8828, '2021-10-16', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8829, '2021-10-13', 425.00, 'Lynnel Callagy, Belmont, CA', 'Tax preparation fee for 2020 taxes; $25 increase over the previous year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8830, '2021-10-19', 200.00, 'Pratham Education Foundation', 'Donation via Google payroll deduction, 100% corporate matching'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8831, '2020-10-19', 1550.00, 'School Force, Belmont, CA', 'Donated via payroll deduction to SchoolForce.org (Belmont-Redwood Shores), matched 100% by Google.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8832, '2021-10-20', 48.02, 'Amazon.com', 'For Aahna\'s Halloween costume: Cruella Deville Costume Kids Cosplay Costume Dress Kids Halloween Role Play Full Sets with Wig'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8833, '2021-10-20', 42.56, 'Amazon.com', 'Seventh Generation Dishwasher Detergent Gel with Powerful Citric Acid, Lemon Scent, 42 oz (6 Pack); Mrs. Meyer\'s Clean Day Dishwashing Liquid Dish Soap Refill, Cruelty Free Formula, Honeysuckle Scent, 48 oz'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8834, '2021-10-23', 3.75, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8835, '2021-10-23', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-10-02, 2021-10-09, 2031-10-16, and 2021-10-23. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8836, '2021-10-25', 142.73, 'Amazon.com', 'For Ujala\'s night stand: Generic Bedside Table with 2 Drawers, LED Nightstand Wooden Cabinet Unit with LED Lights for Bedroom, End Table Side Table'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8837, '2021-10-27', 20.41, 'Amazon.com', 'For Vyom: Essential Elements Band with EEi: Comprehensive Band Method: Flute Book 1; For Aahna: Light Low Dust Rosin 2 Pack for Bows for Violin Viola and Cello'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8838, '2021-08-31', 1140.50, 'Amazon.com', 'For Ujala: (PasElec) Electric Mountain Bikes for Adults 27.5\'\' Electric Bike 48v 500 w MTB Ebike with 13ah Hidden Removable Lithium Battery Moped Bicycle Professional 7 Speed Gears (Green)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8839, '2021-07-31', 56.03, 'Amazon.com', 'For Aahna: GAOMON M10K2018 10 x 6.25 inches Graphic Drawing Tablet 8192 Levels of Pressure Digital Pen Tablet with Battery-Free Stylus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8840, '2021-08-29', 20.87, 'Amazon.com', 'For Ujala: Stainless Steel Lunch Containers with Handle, Insulated Lunch Box Stay Hot 3h, Leak-proof Food Containers for Adults, Teens, Work, School - 42 OZ, Green'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8841, '2021-08-29', 61.51, 'Amazon.com', 'Accessories for Ujala\'s bike: DIRZA Rear Bike Rack Quick Release Adjustable Alloy Bicycle Carrier 115 lbs Capacity Black; Bike Phone Front Frame Bag Compatible with iPhone 11 XS Max XR Fit 6.5”'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8842, '2021-08-13', 40.86, 'Amazon.com', 'iSpring T32M Pressurized Water Storage Tank with Ball Valve for Reverse Osmosis RO Systems, 4 Gallon, 1/4\" Tank Valve Included'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8843, '2021-08-11', 23.06, 'Amazon.com', 'For trapping mice in the garage: Southern Homewares Multi-Catch Humane Mouse Trap 2 Pack (It turned out the mice had already all died by the time the traps arrived; but I kept the traps for later.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8844, '2021-08-11', 27.46, 'Amazon.com', 'AdHoc SMOOS Salt & Pepper Mill, 5.5\", Mocha'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8845, '2021-08-13', 27.33, 'Amazon.com', 'For Vidyut, on Charu\'s demand: Owala Flip Insulated Stainless Steel Water Bottle with Straw for Sports and Travel, BPA-Free, 24-Ounce, Hint of Grape (shipped to Vinay Parameswarannair, Charu\'s neighbor on a business trip the Bay Area).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8846, '2021-10-24', 109.00, 'Farmers Market, Belmont, CA', 'Including $24 for 30 free range eggs (actually, the vendor gave 36 eggs as a reward for coming out in rain!).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8847, '2021-11-06', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna skated. Vyom didn’t skate because he had cold and he was feeling cold. The coffee price went up by 20 cents.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8848, '2021-11-10', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-10-06, 2021-10-23, and 2021-10-27. The instructor was sick on 2021-10-20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8849, '2021-11-13', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8850, '2021-11-13', 60.02, 'Little China Kitchen, San Mateo, CA', 'Takeout after getting Aahna’s 1st Covid shot: veggie rolls, Kung Pao chicken, shrimps with broccoli, veggie chow mein, eggplant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8851, '2021-11-14', 96.00, 'Farmers Market, Belmont, CA', 'Including $24 for 30 pasture-raised organic eggs, $19 for fruit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8852, '2021-07-25', 21.50, 'Doc’s Bagels, Belmont, CA', 'Yosemite vacation: A dozen bagels + cream cheese to take to Yosemite'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8853, '2021-11-14', 10.85, 'Doc’s Bagels, Belmont, CA', 'A dozen bagels; charged only for 8 because the spinach bagels were not in a good shape.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8854, '2021-11-20', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8855, '2021-11-24', 3.95, 'Starbucks, Belmont, CA', 'LA / San Diego vacation: coffee for Arun for the road'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8856, '2021-11-29', 33.75, 'Carlmont High School (via ludus.com), Carlmont, CA', 'Concert tickets for Ujala\'s Winter Concert performance: $20 for one adult and $5 each for two kids + $3.75 credit card convenience fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8857, '2021-11-29', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-11-03, 2021-11-07, and 2021-11-17. No class on 2021-11-24 due to our Thanksgiving travel to LA and San Diego.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8858, '2021-11-29', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-10-30, 2021-11-06, 2031-11-13, and 2021-10-20. No lesson on 2021-11-27 due to our Thanksgiving travel to LA and San Diego. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8859, '2021-11-30', 20.87, 'Amazon.com', 'For Vyom: Lee Boys\' Big Performance Series Extreme Comfort Fit Jean, Dark Gray, 12 Slim'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8860, '2021-11-30', 11.25, 'Carlmont High School (via ludus.com), Carlmont, CA', 'Concert tickets for Ujala, she wanted to attend the Concert Band performance with Alice.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8861, '2021-12-01', 18.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom: $14 + $4 tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8862, '2021-12-03', 24.76, 'Google', 'Nest temperature sensor (price includes $17.90 store credit from previous purchases).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8863, '2021-12-04', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8864, '2021-12-05', 66.00, 'Farmers Market, Nelmont, CA', 'Including $22 for 30 organic eggs, $10 for fruits, and $34 for veggies. Reached very late, so not enough veggies left with our regular farmer.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8865, '2021-12-09', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun, 12:50pm-1:50pm 1/8-3/12 skip 1/29 & 2/19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8866, '2021-12-09', 865.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Ujala ($295 beginning/intermediate adult), Aahna ($285, alpha), and Vyom ($285, pre-alpha): 12:50pm-1:50pm 1/8-3/12 skip 1/29 & 2/19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8867, '2021-07-31', 865.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for the Ujala ($295, adult beginner / intermediate), Aahna ($285, beginner), and Vyom ($285, beginner); 12:50-1:50 pm for Ujala, 2:00-3:00 pm for Aahna and Vyom; 8/7-10/2 skip 9/4.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8868, '2021-10-06', 865.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Ujala ($295, adult beginner / intermediate), Aahna ($285, pre-alpha), and Vyom ($285, beginner again); 12:50-1:50 pm for Ujala; 2:00-3:00 pm for Aahna and Vyom; 10/6-12/4 skip 11/27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8869, '2021-12-10', 27.33, 'Google', 'Seattle + Vancouver vacation: Nest Mini (Coral) for Navika (Hitesh\'s daughter)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8870, '2021-12-10', 45.48, 'Amazon.com', 'Seattle + Vancouver vacation: For Vihaan (Hitesh\'s son) TUMAMA 258pcs Construction Race Track Vehicle Toys for Boys and Girls with 2 Electric Cars,STEM Building Bendable Race Cars Trucks Track Sets for Toddlers 3 4 5 6 Years Old'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8871, '2021-12-12', 33.00, 'Farmers Market, Belmont, CA', 'Only one week’s worth of groceries, since we were going to leave for Seattle + Vancouver trip on the 27th. Including $25 for veggies and $8 for fruit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8872, '2021-12-12', 19.00, 'Dai Lee Food Inc, China Town, San Francisco, CA', 'Soy sauce, chili garlic sauce, seaweed for sushi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8873, '2021-12-12', 12.00, 'The AA Bakery & Cafe, Chinatown, San Francisco, CA', 'Sesame balls and bean cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8874, '2021-12-12', 15.00, 'Chinatown Parking, San Francisco, CA', 'Garage parking for about 2 hours while we ate lunch and bought a few grocery items in Chinatown.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8875, '2021-12-12', 20.00, 'Civic Center Plaza Garage, San Francisco, CA', 'Parking while Ujala took pictures of the homeless tents for her Media Arts project. Parking was an expensive flat rate for the day due to an event in the vicinity.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8876, '2021-12-05', 16.00, 'Doc’s Bagels, Belmont, CA', 'One dozen bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8877, '2021-12-13', 92.29, 'Amazon.com', 'Christmas gifts: Ujala: Cello Jeans Women\'s Juniors Mid Rise Distressed Skinny Jeans (5, Black); Vyom: Plain Hooded Sweatshirt Sherpa Fleece Lined Zip Up Sports Hoodie Dark Grey 10, Adidas Adilette Shower Slides, 6 US Unisex Big Kid'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8878, '2021-12-13', 18.67, 'Amazon.com', 'Christmas gifts: Ujala: LuxoBike Cycling Gloves Bicycle Gloves Bicycling Gloves Anti Slip Shock Absorbing Padded Breathable Half Finger Short Sports Gloves Accessories for Men/Women'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8879, '2021-12-13', 55.77, 'Amazon.com', 'Christmas gifts: Aahna: Sharp Calculators EL-W535TGBBL; Small Essential Oil Diffusers Mini Diffuser for Essential Oils Wood Grain 30ml; Essential Oils by PURE AROMA 6 Pack, 10ML (Eucalyptus, Lavender, Lemon Grass, Orange, Peppermint, Tea Tree)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8880, '2021-11-30', 141.27, 'Plaza Inn & Suites, Ashland Creek, OR (via Expedia.com)', 'Seattle and Vancouver vacation: One night\'s stay (2021-12-17) on the drive to Seattle.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8881, '2021-11-16', 354.97, 'Hyatt House Seattle / Bellevue, WA (via Expedia.com)', 'Seattle and Vancouver vacation: Two nights\' stay (2021-12-18 and 2021-12-19) for a stay in Seattle to visit University of Washington.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8882, '2021-12-16', 354.97, 'Holiday Inn Express, Eugene, OR (via Expedia.com)', 'Seattle and Vancouver vacation: One night\'s stay (2021-12-24) on the drive back from Vancouver. We split the return trip 40-60 to allow for the extra time on the first day at the border and snowy conditions. (Border was actually very quick.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8883, '2021-12-17', 74.00, 'Casa Ramos Mexican Restaurant, Corning, CA', 'Seattle and Vancouver vacation: Lunch on the first day of onward driver, while charging the car. Includes 1 kid taco meal, 1 seafood burrito, 1 fish taco, 1 burrito Relleno (?). We ate the leftovers for dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8884, '2021-12-29', 23.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Aahna: $18 + $5 tip. Higher price because it was scissors-only cut (layered).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8885, '2021-12-18', 62.23, 'Denny\'s, Springfield, OR', 'Seattle and Vancouver vacation: Late lunch on the second day of onward driver, while charging the car. Includes 2 orders of nachos for Ujala & Aahna, 2 veggie omelettes for Arun & Vyom, 1 order of chicken wings, and 1 coffee. Used the leftovers for dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8886, '2021-12-18', 2.29, 'Target, Kelso, WA', 'Seattle and Vancouver vacation: One pack of chewing gum while stopped for charging on the onward trip to Seattle.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8887, '2021-12-19', 128.10, 'Space Needle, Seattle, WA', 'Seattle and Vancouver vacation: Entry fee 2 adults ($35 each), two youth ($26 each) + taxes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8888, '2021-12-19', 113.40, 'Japonessa, Seattle, WA', 'Seattle and Vancouver vacation: Dinner takeout (on Reena\'s recommendation) including, 4 miso soups, edamame, 1 sushi set, tofu rolls, tempura plate, veggie yakisoba, ginger chicken, chicken yakisoba'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8889, '2021-12-20', 7.39, 'Microsoft Cafe, Gates Center, UW, Seattle, WA', 'Seattle and Vancouver vacation: One coffee for Arun and one large cookie to share between Ujala, Aahna, and Vyom, purchased on the campus of UW.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8890, '2021-12-20', 6.00, 'The Market at Birch Bay, Blaine, WA', 'Seattle and Vancouver vacation: One lay\'s sour cream, and one lay\'s classic while charging the car and doing Covid testing with the CUE kit for crossing the Canadian border.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8891, '2022-01-02', 51.00, 'Farmers Market, Belmont, CA', 'Very few vendors (just 4!), no fruit vendor and none of our usual ones. So bought just a few veggies and eggs ($24).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8892, '2022-01-04', 100.00, 'David Otey', '30-minute horn lessons for Ujala on 2021-12-04 and 2021-12-11. No lessons on 2021-12-18 and 2021-12-25 due to our Seattle+Vancouver trip. The lesson on 2022-01-01 was canceled by the instructor. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8893, '2022-01-04', 180.00, 'Scott Howard', 'Payment for Ujala and Aahna’s one-hour private tennis lesson each on 2022-01-01. The rate went up from $85 to $90 in the new year.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8894, '2022-01-04', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2021-12-01, 2021-12-08, and 2021-12-15. No lesson on 2021-12-22 due to our Seattle+Vancouver trip and on 2021-12-29 due to holidays.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8895, '2022-01-08', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8896, '2022-01-09', 60.00, 'Farmers Market, Belmont, CA', 'Including $26+ $9 for veggies (small selection this week), $10 for blackberries, $15 for apples and pomegranates.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8897, '2022-01-10', 180.00, 'Scott Howard', 'Payment for Ujala (2022-01-09) and Aahna’s (2022-01-09) one-hour private tennis lesson each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8898, '2022-01-13', 158.50, 'Scott Howard', 'Payment for Ujala and Aahna (2022-01-12) one-hour private tennis lesson each. Scott insisted on taking $22.50 off for the previous time when Aahna was only able to get 45 minutes lesson because Carlmont courts were booked later.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8899, '2022-01-15', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8900, '2022-01-22', 4.75, 'Starbucks, San Mateo, CA', 'Tall pistachio latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8901, '2022-01-22', 180.00, 'Scott Howard', 'Payment for Ujala (2022-01-19) and Aahna’s (2022-01-19) one-hour private tennis lesson each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8902, '2022-01-22', 46.65, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($31.99 special) + taxes + $3.00 delivery + 20% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8903, '2022-01-23', 109.00, 'Farmers Market, Belmont, CA', 'Including $24 for 30 eggs, $20 for gas as and berries, $15 for apples and oranges, and $50 for veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8904, '2022-01-27', 160.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating for the family + Aahna\'s 4 friends (Kina Ohashi, Nadine Nelson, Emily Lu, Maya Shah) to celebrate Aahna\'s birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8905, '2022-01-27', 85.00, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner to celebrate Aahna\'s birthday: 1 order of spring rolls (4), hot and sour soup, chicken chow mein, shrimp kung pao, veggie black beans, mu shu (rolls with veggies), fried rice'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8906, '2022-01-14', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2022-01-21. Payment by check made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8907, '2022-01-31', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-01-08, 2022-01-15, 2022-01-22, and 2022-01-29. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8908, '2022-01-31', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-01-05, 2022-01-12, 2022-01-19, and 2022-01-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8909, '2022-02-01', 180.00, 'Scott Howard', 'Payment for Ujala (2022-01-126) and Aahna’s (2022-01-26) one-hour private tennis lesson each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8910, '2022-02-07', 111.00, 'Farmers Market, Belmont, CA', '$70 for veggies (a lot of veggies and didn\'t get any discount), $17 for fruits, $24 for 30 eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8911, '2022-03-23', 3688.97, 'Bond Services Insurance Agency and Brokerage, Los Angeles, CA', 'Bond fees for three years for Ujala\'s guardianship paperwork; Full address: 523 West 6th Street, Suite 242, Los Angeles, CA 90014, Tel: 213-628-2970.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8912, '2022-02-09', 508.48, 'Boyes Legal, San Jose, CA', 'Charges by the legal firm hired to prepare Ujala\'s guardianship docs. Fees were covered by legal insurance (Google Legal Access) but some actuals weren\'t. BoyesLegal, APC, 84 W. Santa Clara Street, Suite 550, San Jose, CA 9511-1812, Tel: 408-572-5665.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8913, '2022-02-13', 74.00, 'Winter Lodge, Palo Alto, CA', 'Ice skating public session 3:00-5:00 pm for four + two skate rentals, for a family ice skating session at the outdoor rink. First time at this venue.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8914, '2022-02-18', 80.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Four tickets @ $20 for public skating on 2022-02-19 3:00-5:00 pm for the entire family. Several of Ujala\'s friends are also expected to join the skating session.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8915, '2022-02-26', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8916, '2022-02-27', 41.00, 'Farmers Market, Belmont, CA', '$25 + $6 for veggies, $10 for fruit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8917, '2022-02-02', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-02-02, 2022-02-09, and 2022-02-16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8918, '2022-02-02', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-02-05, 2022-02-12, 2022-02-19, and 2022-02-26. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8919, '2022-03-05', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8920, '2022-02-23', 51.83, 'Wong\'s Chinese Restaurant, Truckee, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Chinese dinner including wraps, tofu mixed veg., shrimp chowmein, cashew chicken, ginger chicken (steamed rice included).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8921, '2022-02-22', 13.00, 'Northstar Resort, Truckee, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Locker rental while we skated at the Northstar Village outdoor ice skating rink.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8922, '2022-02-22', 31.94, 'Raley\'s O-N-E Market, Truckee, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Some grocery shopping for consuming during the vacation including frozen edamame, ice cream, protein bars.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8923, '2022-01-13', 660.00, 'Boreal / Woodward, Soda Springs, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): 3-pack (three days of lift tickets) 2 for ages 12 and under for $270 + 2 for ages 13+ for $390.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8924, '2022-02-23', 23.64, 'The Underground, Soda Springs, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): One pairs of gloves for Vyom from the store at the Boreal Ski resort because he lost his on the way.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8925, '2022-02-23', 70.40, 'The Hub & Spoke at Boreal, Soda Springs, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Lunch while skiing on the first day. 4 beyond burgers, 1 french fries, 1 coffee. Horrible experience: 45 minutes wait, the burgers were made without any other ingredients (no lettuce, tomatoes, or onions).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8926, '2022-02-23', 626.55, 'The Inn at Truckee, Truckee, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): 4 nights stay; good location but average accommodations; not quite unexpected since it was only 2 start. Breakfast was basic but ok and the cleanliness was also fine.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8927, '2022-02-22', 8.60, 'McDonald\'s at Galleria, Roseville, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): 2 orders of fries for the kids while stopping for charging on the way to Truckee. We wanted to reach in time for skating so avoided a full meal. Though we still reached too late due to the traffic on the way.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8928, '2022-02-22', 8.60, 'Peet\'s Coffee at Galleria, Roseville, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Coffee for Arun while stopping for charging on the way to Truckee. Forgot to use the gift card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8929, '2022-02-22', 40.40, 'Northstar Resort, Truckee, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Skates rental for Aahna & Vyom for the Northstar Village outdoor ice skating rink. Waste of money: Aahna felt sick after a bit (likely dehydration) and Vyom didn\'t skate much due to rough ice and cold weather.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8930, '2022-02-24', 60.00, 'Village Pizzeria, Truckee, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Dinner: two large (14\") pizzas. Good choice, were able to sit down, unlike the Indian place that closed for sit down after 8:30pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8931, '2022-02-25', 62.37, 'Reel Poke Cove at Galleria, Roseville, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Late lunch: 4 poke bowls while charging the car on the way back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8932, '2022-02-09', 338.46, 'Sports Basement, Redwood City, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): \"Weekend\" rental; 3 adults kits (@$68) + 1 child kit (@$48) + 4 helmets (@$14).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8933, '2022-01-30', 43.75, 'Starbucks, San Mateo, CA', 'Aahna\'s birthday celebration: Drinks and snacks for the kids after the skating session.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8934, '2022-01-27', 160.00, 'Starbucks, San Mateo, CA', 'Aahna\'s birthday celebration: Skating tickets for Jan 30th, for Arun, Ujala, Vyom, Aahna + Aahna\'s 4 friends (Maya Shah, Melinda Nelson, Kina Ohashi, and Emily Lu) at $20 each.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8935, '2022-01-08', 32.03, 'Target, San Mateo, CA', 'Aahna\'s birthday celebration: decorations (balloons, streamers, candles, decorative background for taking pictures) for a planned party at home. We couldn\'t hold the party in the end due to increased Covid Omicron scare.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8936, '2022-02-24', 42.86, 'Subway #65459, Cisco Grove, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Lunch at a location about 10 miles from the ski slopes (one footlong each for the 4); much better than the overpriced on-site options.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8937, '2022-02-25', 12.00, 'The Roseville Station Inc, Roseville, CA', 'Tahoe ski vacation (2022-02-22 to 2022-02-25): Carwash on the way back (next to the charging break) to get rid of the salt and the dirt on the car body.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8938, '2018-12-22', 829.99, 'AT&T', 'For Minaxi: iPhone XR 128GB green: $30 activation fee + $33.34 * 6 + $599.95 (paid off the balance in July before leaving for India to unlock the phone).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8939, '2022-03-11', 1777.78, 'Apple', 'iPhone 13 Pro Max 1TB storage Blue + 20 W USB-C charger ($19), to be picked up at Hillsdale Apple Store the same day. Bit the bullet to get a better camera in preparation for the London trip in June.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8940, '2022-03-12', 3.95, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while Aahna and Vyom skated.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8941, '2022-03-12', 180.00, 'Scott Howard', 'One hour tennis lesson each for Ujala and Aahna on 2022-03-12.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8942, '2022-03-12', 779.50, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Ujala ($295 intermediate adult, 12:15pm-01:20pm), Aahna ($285, beta, 11:45am-12:45pm), and Vyom ($285, alpha, 12:15pm-01:15pm), 3/19-5/14 skip 4/16. 3 * $28.50 sibling discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8943, '2022-03-12', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun, 12:15pm-01:20pm 3/19-5/15 skip 4/16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8944, '2022-03-13', 105.00, 'Farmers Market, Belmont, CA', 'Including $55 for veggies, $10 for fruit (only oranges), $24 for eggs, $16 for 1 dozen whole wheat bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8945, '2022-03-15', 282.63, 'Sutter Health, San Carlos, CA', 'Lab fees (blood test) for Ujala on 2021-12-30. Blood test done during the regular visit; the regular visit is covered by insurance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8946, '2022-03-15', 221.37, 'Sutter Health, San Carlos, CA', 'Vyom\'s visit to get the skin bump checked by Dr Sawsan Kara, on 2022-01-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8947, '2022-03-18', 2.56, 'United States Postal Service, San Mateo, CA', 'Postage for mailing Aahna and Ujala\'s hair to \"Wigs for Kids\", 24231 Center Ridge Road, Westlake, OH 44145. (Very late, hopefully the hair is still usable.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8948, '2022-03-14', 16.40, 'Trader Joe\'s, San Carlos, CA', 'Coppola diamond cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8949, '2022-03-14', 93.60, 'Trader Joe\'s, San Carlos, CA', '3 gallons milk @$5.99, frozen waffles, frozen asparagus spears, cheese, tomatoes, avocados, lemons, bananas, pears, pineapple, potatoes, celery, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8950, '2022-02-28', 8.74, 'Trader Joe\'s, San Carlos, CA', 'All for one 3-in-one soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8951, '2022-02-28', 44.52, 'Trader Joe\'s, San Carlos, CA', 'Bananas, papaya, tofu, frozen spinach, icecream, pasta sauce, whole wheat spaghetti, cheese, boneless chicken tenders'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8952, '2022-03-11', 70.78, 'Namaste Plaza, Belmont, CA', '2 x 20lbs flour @$14.99, frozen Malabar parottas, namkeen, biscuits, cake rusk, fennel seeds (saunf), ajwain seeds, salt, papad'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8953, '2022-01-16', 63.01, 'Namaste Plaza, Belmont, CA', '2 x 20lbs flour @$14.99, mustard oil, fennel seeds (saunf), paneer, namkeen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8954, '2022-02-06', 20.60, 'Costco, Sunnyvale, CA', 'Joel Gott cabernet, Lockwood pinot noir'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8955, '2022-02-06', 307.88, 'Costco, Sunnyvale, CA', 'Honey, cereal, Maggi noodles, bread, raisins, guava, bananas, fish, maple syrup, ginger, boba mochi snack, pecans, 2 x organic almonds, mung dal, seaweed snacks, bread, bagels, avocados'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8956, '2022-03-20', 180.00, 'Scott Howard', 'One hour tennis lesson each for Ujala and Aahna on 2022-03-20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8957, '2022-01-27', 17.48, 'Trader Joe\'s, San Carlos, CA', '2 x All for one 3-in-one soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8958, '2022-01-27', 113.79, 'Trader Joe\'s, San Carlos, CA', '3 x 1 gallon milk @$5.99, bread, bananas, sweet potatoes, potatoes, avocados, pita, cheese, sliced turkey, frozen waffles, frozen veggies (spinach, green beans, asparagus), limes, organic whole chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8959, '2022-02-06', 72.38, 'Madras Cafe, Sunnyvale, CA', 'Sunday lunch after shopping at Costco in Sunnyvale. 4 dosas, vada, 3 mango lassis, 1 coffee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8960, '2022-02-17', 12.02, 'Trader Joe\'s, San Carlos, CA', 'Chateau St Michelle cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8961, '2022-02-17', 84.27, 'Trader Joe\'s, San Carlos, CA', 'Butter, tofu, kefir, bananas, romaine lettuce, celery hears, green beans, asparagus, boneless organic chicken breast, frozen waffles, bell pepper, pasta, pasta sauce, 3 x 1 gallon whole milk @$5.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8962, '2022-01-15', 98.80, 'Whole Foods Market, San Mateo, CA', 'Bananas, dill pickles, meat alternative burgers, tofu, bread, 1 x cucumber rolls ($4.99), family pack of nigiri rolls ($32.99), icecream, 2 x whole milk @ $6.29'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8963, '2022-02-20', 7.97, 'CVS Pharmacy, San Carlos, CA', 'CVS hand sanitizer w/ aloe, 32oz'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8964, '2022-02-20', 71.11, 'Peninsula Feed Store, Redwood City, CA', 'For the backyard chickens: VSF black oil sunflower seeds ($6.99), VSF Winner\'s scratch feed ($19.49), S&P Layer feed ($48.99); $5 discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8965, '2022-02-12', 6.83, 'Dollar Tree, San Carlos, CA', '6 x Scrub sponges'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8966, '2022-02-12', 10.59, 'Dollar Tree, San Carlos, CA', 'Stuff for Vyom\'s Valentine\'s Day packs for school: Hershey Kisses, peppermint puffs, paper bags'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8967, '2022-02-21', 58.67, 'Namaste Plaza, Belmont, CA', 'Kulfi icecream, Priya brinjal pickle, jovar flour, ragi flour, namkeen, Punjabi biscuits, cake rusk, fennel seeds (saunf)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8968, '2022-02-12', 82.19, 'Target, San Mateo, CA', '3 pairs of shoes, one each for Ujala, Aahna, and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8969, '2022-01-20', 73.82, 'Safeway, Belmont, CA', 'Singature instant dry milk (for making bread), pasta, 4 x organic condensed milk, 1 x whole milk (@ $5.79), celery, bananas, romaine lettuce, potatoes, asparagus'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8970, '2021-12-28', 33.49, 'Costco, Redwood City, CA', 'Bath tissue ($16.99), Lubriderm lotion ($13.49)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8971, '2021-12-28', 409.87, 'Costco, Redwood City, CA', '2 gallons pack of whole milk ($10.19), snacks, frozen chicken nuggets, tofu, bread, honey, brown rice, sugar, maple syrup, peanut butter, avocado oil, EVOO, sun dried tomatoes, canned black beans, Cliff bars, cereals, fish, avocados, fruits, fresh garlic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8972, '2021-12-05', 22.67, 'Whole Foods Market, San Mateo, CA', '1 gallon whole milk @ $7.29, bread, shiitake mushroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8973, '2022-01-08', 17.09, 'Whole Foods Market, San Mateo, CA', 'Bliss cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8974, '2022-01-08', 107.33, 'Whole Foods Market, San Mateo, CA', 'Bananas, mandarins, ~2 lbs chicken breast, half gallon Strauch whole milk (in glass bottle excl. $2 deposit), 2 x whole milk @ $7.29, bread, oyster mushroom, turkey slices, sharp cheddar cheese, gouda cheese, samosas from hot bar ($5.89).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8975, '2022-01-06', 7.99, 'Safeway, Belmont, CA', '1 gallon whole milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8976, '2021-12-26', 85.00, 'Namaste Plaza, Belmont, CA', 'Namkeen, urad whole, 14 oz ghee, salt, Priya mango pickle, Punjabi biscuits, papads, fennel seeds (saunf)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8977, '2021-11-28', 12.02, 'Trader Joe\'s, San Carlos, CA', 'Chateau St Michelle cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8978, '2021-11-28', 100.19, 'Trader Joe\'s, San Carlos, CA', '2 x 1 gallon whole milk @ $5.99, whole wheat spaghetti, pasta sauce, canned tuna, frozen veggies (green beans, peas, spinach), potatoes, papaya, romaine lettuce, tofu, bread, cheese, mangoes, cauliflower, avocados, tomatoes, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8979, '2021-08-01', 12.02, 'Trader Joe\'s, San Carlos, CA', 'Josh sauvignon blanc'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8980, '2021-08-01', 143.87, 'Trader Joe\'s, San Carlos, CA', 'Cereal, frozen waffles, frozen veggies, cheddar, heirloom chicken, mandarins, tofu, dill pickles, asparagus, icecream, mushrooms, chocolate chips, bread, English muffins, pita, 3 x 1 gallon whole milk @ $5.69, potatoes, fruit, veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8981, '2021-07-09', 56.32, 'Whole Foods Market, San Mateo, CA', 'Strauch half gallon milk in glass bottle (excl. $2 deposit), 2 * 1 gallon whole milk @ $5.99, cheese, lettuce, asparagus, mangoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8982, '2021-07-04', 80.21, 'Namaste Plaza, Belmont, CA', '1 x 20 lbs flour ($13.99), pani puri, sweets (laddu, jalebi), frozen parota, papad, namkeen, fennel seeds (saunf)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8983, '2021-06-25', 63.89, 'Safeway, Belmont, CA', 'Salt, pasta, 3 x 1 gallon whole milk, frozen shrimp, romaine lettuce, bananas, rofu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8984, '2021-06-25', 10.29, 'Safeway, Belmont, CA', 'Sierra Nevada pale ale (beer)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8985, '2021-06-29', 15.27, 'Trader Joe\'s, San Carlos, CA', 'All for one 3-in-one soap ($7.99), sunscreen SPF 30 ($5.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8986, '2021-06-29', 86.34, 'Trader Joe\'s, San Carlos, CA', 'Pizza crust, butter, corn on the cob, icecream, mushrooms, avocados, caluflower, celery hearts, chocolate chips, bell peppers, bread, cheese, potatoes, bananas, 1 gallon whole milk ($5.69)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8987, '2021-07-20', 30.60, 'Trader Joe\'s, San Carlos, CA', 'Coppola diamond caberent sauvignon, Hess select caberent sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8988, '2021-07-20', 118.37, 'Trader Joe\'s, San Carlos, CA', '5 gallons whole milk @ $5.69, edamame, tofu, icecream, avocados, mushrooms, celery hearts, limes, tomatoes, pita, mangoes, bananas, mangoes, frozen veggies (spinach, asparagus), cereals, cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8989, '2021-08-26', 14.18, 'Costco, Sunnyvale, CA', 'Precision vodka (heavily discounted, regular $22.99 with $10 discount)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8990, '2021-08-26', 10.90, 'Costco, Sunnyvale, CA', 'Ecos laundry detergent (discounted, regularly $13.49 with $3.50 discount)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8991, '2021-08-26', 286.09, 'Costco, Sunnyvale, CA', 'Organic flour, 2 gallons whole milk ($10.19), chickpeas, mung dal, masoor dal, Maggi noodles, mayonnaise, tofu, honey, cereal, guava nectar, mandarins, mini naans, chocolate chips, icecream, maple syrup, nuts, snacks, EVOO, bread, salt, fresh garlic'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8992, '2021-08-22', 52.47, 'Namaste Plaza, Belmont, CA', 'Namkeen, vermicelli (sevaiyan), fennel seeds (saunf), soya granulas (\"Nutrila\"), mustard oil, kulfi icecream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8993, '2021-08-21', 17.52, 'Whole Foods Market, San Mateo, CA', 'Bliss cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8994, '2021-08-21', 64.70, 'Whole Foods Market, San Mateo, CA', 'Bananas, half gallon Strauch milk in glass bottle (excl. $2 deposit), 2 * 1 gallon whole milk @ $5.79, strawberries, honey sweet WW (?), shiitake mushrooms, tortillas, organic whole chicken ($19.07)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8995, '2021-09-07', 12.02, 'Trader Joe\'s, San Carlos, CA', 'Chateau St Michelle cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8996, '2021-09-07', 123.31, 'Trader Joe\'s, San Carlos, CA', '3 gallons milk @ $5.69, bread, celery hearts, romaine lettuce, cauliflower, red onions, carrots, potatoes, zucchini, mushrooms, cheese, frozen veggies (edamame, peas), spaghetti, pasta sauce, butter, tofu, jam, icecream, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8997, '2021-09-08', 41.00, 'Rajjot Sweet and Snacks, Sunnyvale, CA', 'Sweets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8998, '2021-09-13', 69.63, 'Namaste Plaza, Belmont, CA', 'Urad dal, namkeen, fennel seeds (saunf), masala oats, panipuri, Punjabi biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (8999, '2021-09-14', 0.77, 'Walgreens, Belmont, CA', 'Printout of Aahna\'s passport photographs for her passport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9000, '2021-09-15', 35.00, 'United States Postal Service (USPS), San Carlos, CA', 'Acceptance fees for Aahna\'s passport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9001, '2021-09-21', 80.00, 'Passport Services (via USPS), San Carlos, CA', 'Passport fee for Aahna\'s passport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9002, '2021-12-12', 107.00, 'New Woey Loy Geoy Restaurant (@Chinatown), San Francisco, CA', 'Lunch for the family, ordered a bit too much hence the high bill, incl. $10.35 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9003, '2021-12-07', 175.58, 'Belmont Bikes, Belmont, CA', 'Getting hydraulic brakes installed in Ujala\'s bike after she had an accident due to the failure of her mechanical disk brakes (the brakes were not engaging fully); $90 labor + 2 x $38.99 for the two hydraulic brakes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9004, '2021-10-29', 25.00, 'Belmont Bikes, Belmont, CA', 'Ujala\'s ebike\'s brake check (were fine). She had an accident due to failed brakes on the downhill. She was lucky to not hit any cars on Carlmont Dr. She crashed and fell in dirt, softened due to rains. Coincidentally, I witnessed the accident.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9005, '2022-03-21', 25.00, 'Twin Dragon Kung Fu Academy, San Carlos, CA', 'Number 1 kun fu pants for Vyom, the older was 00 and had become too small for him.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9006, '2022-02-28', 19.47, 'Safeway, Belmont, CA', '3 gallons milk @ $6.49'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9007, '2021-09-18', 77.72, 'Whole Foods Market, San Mateo, CA', '3 gallons milk @ $5.79, half gallon Strauch whole milk (excl. $2 deposit), frozen pizzas, frozen waffles, bread, chicken breasts, croissant'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9008, '2021-09-18', 12.04, 'Whole Foods Market, San Mateo, CA', 'Sjul Malbec cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9009, '2021-10-24', 77.38, 'Namaste Plaza, Belmont, CA', '2 x 20 lbs flour, namkeen, Maggi noodles, soyr sauce, goat meat, kulfi icecream, fennel seeds (saunf)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9010, '2021-10-17', 9.19, 'Safeway, Belmont, CA', 'Menage-a-trois red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9011, '2021-10-17', 96.71, 'Safeway, Belmont, CA', 'Tortilla chips, cheese, 4 gallons organic milk @ $5.79, bread, shrimp, asparagus, celery, cabbage, mandarin oranges, red onions'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9012, '2021-09-13', 0.77, 'Walgreens, Belmont, CA', 'Aahna\'s photo printout for her passport'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9013, '2021-08-06', 45.00, 'Rajjot Sweets and Snacks, Sunnyvale, CA', 'Sweets for Ujala\'s tennis team social (get-together); some of it was for our own consumption too.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9014, '2021-10-15', 42.45, 'Namaste Plaza, Belmont, CA', 'Sweets, raw peanut (10 lb), black-eyed beans (lobhiya dal), dalia'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9015, '2021-10-11', 96.37, 'Namaste Plaza, Belmont, CA', 'Salt, moong dal, namkeen, kulfi icecream, frozen parotas, pani puri, fennel seeds (saunf), 2 x 20 lbs flour @ $13.99'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9016, '2021-09-11', 19.48, 'Rockin\' Jump, San Carlos, CA', 'Half of three tickets (Aahna, Maya, and Melinda) for the girls\' get together; the other half was paid by Maya\'s mom, Mahina (who had also given a ride to Melinda).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9017, '2021-04-01', 18.35, 'Safeway, Truckee, CA', '2021 Spring Break ski trip to Donner, Tahoe (2021-03-29 to 2021-04-02): Icecream, beer (4 pk)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9018, '2021-10-03', 97.83, 'Trader Joe\'s, San Carlos, CA', '4 gallons whole milk @ $5.69, tofu, pasta sauce, fruit spread, cheese, whole chicken, limes, lettuce, celery, potatoes, frozen veggies (peas, spinach), avocados, bananas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9019, '2021-11-02', 17.48, 'Trader Joe\'s, San Carlos, CA', 'All for one 3-in-one soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9020, '2021-11-02', 120.13, 'Trader Joe\'s, San Carlos, CA', '3 gallons whole milk @ $5.99, cheese, pasta sauce, pasta, fruit spread, frozen waffles, frozen veggies (spinach, asparagus), limes, potatoes, avocados, papaya, dragon fruit (one piece to taste), bananas, celery, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9021, '2021-11-03', 100.80, 'Peninsula Feed Store, Redwood City, CA', 'Mallard creek premium poultry bedding ($11.49), S&P layer ($48.79), BA sunflowers ($26.49), S&P layer grit ($14.19), inc. $5.00 member discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9022, '2021-11-03', 36.00, 'Rajjot Sweets and Snacks, Sunnyvale, CA', 'Indian sweets'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9023, '2022-03-27', 122.00, 'Farmers Market, Belmont, CA', 'Veggies ($54 + $29), 30 organic pasture-raised eggs ($24), fruits ($15).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9024, '2022-03-27', 65.00, 'Cinemark, Mountain View, CA', 'Price includes $7 advance purchase fee @ $1.75. \"The Kashmir Files\" for Arun and Ujala ($15.25 each); \"The Batman\" for Aahna ($15.25) and Vyom ($12.25). The movies were about the same duration and started around the same time, so it worked out.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9025, '2022-04-01', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2022-04-08. Payment by check made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9026, '2022-04-02', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-03-12, 2022-03-19, 2022-03-26, and 2022-04-02. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9027, '2022-04-02', 200.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-03-02, 2022-03-09, 2022-03-16, 2022-03-23, and 2022-03-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9028, '2022-04-09', 251.10, 'TicketMaster.com (Stars on Ice)', 'Stars on Ice event in San Jose on 2022-05-22 (04:00 pm) upon Ujala\'s insistence. 2 general tickets @ $50 each and 2 children tickets @ $25 each + lots of fees and taxes + $25 parking at the ABC lot.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9029, '2022-04-11', 213.26, 'Amazon.com', 'Duxtop Portable Induction Cooktop (E200A): $129.61; Duxtop Whole-Clad Tri-Ply Stainless Steel Saucepan: $41.99; Broom and Dustpan Set for Home: $24.99; Partly paid with Discover points.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9030, '2022-04-15', 890.19, 'Amazon.com', '2 x TOTO SW3074#01 WASHLET C2 with PREMIST and EWATER+ Wand Cleaning, Elongated, Cotton White; replacement for the 2 seats (kids\' bathroom and downstairs bathroom) whose water spraying mechanism got damaged due to the voltage fluctuation on April 13th.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9031, '2022-04-15', 38.22, 'Amazon.com', '2 heat diffuser plates (adapters) for induction hob: $11.99 for 5.5\" and $22.99 for Runzi 9.45\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9032, '2022-04-16', 65.93, 'Thai Tamarind Restaurant, Belmont, CA', 'Takeout dinner: Drunken noodles w/ veggies, Green curry with tofu, cashew chicken, fried calamari + 15% tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9033, '2022-04-17', 132.00, 'Farmers Market, Belmont, CA', 'Veggies: $60 + $33, fruits: $15, eggs: $24'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9034, '2022-04-02', 80.31, 'Tandoori Pizza, San Ramon, CA', 'Dinner after a visit to Surya\'s place (Vyom had a playdate with Marcio): spicy garden delight (large pizza, $26.95), achari gobhi half + chicken tikka half (large pizza, $26.95), 16 piece achari chicken wings ($19.95); forgot to add tip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9035, '2022-04-23', 4.05, 'Starbucks (in Target), San Mateo, CA', 'Tall latte for Arun while picking up chips for Ujala’s tennis coaching to Sandpiper.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9036, '2022-05-01', 106.00, 'Farmers Market, Belmont, CA', 'Veggies: $67, fruits: $39 (including $14 for cherries)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9037, '2022-05-04', 250.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-04-02, 2022-04-09, 2022-04-16, 2022-04-23, and 2022-04-30. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9038, '2022-05-04', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-04-06, 2022-04-13, 2022-04-20, and 2022-04-27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9039, '2022-05-07', 44.25, 'Carlmont High School (via ludus.com), Belmont, CA', '1 adult ($20) + 2 student (@ $10) tickets for Ujala\'s Spring Concert at Carlmont, on 2022-05-13 7:00 pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9040, '2022-05-07', 49.33, 'Amazon.com', 'Birthday gift for Vyom\'s good friend, Rithvik: Pokemon Rapid Strike Urshifu VMAX Premium Collection Box - 8 Packs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9041, '2022-05-09', 357.75, 'Boyes Legal, San Jose, CA', 'Balance charges for preparing Ujala\'s guardianship docs. Fees were covered by legal insurance (Google Legal Access) but some actuals weren\'t. BoyesLegal, APC, 84 W. Santa Clara Street, Suite 550, San Jose, CA 9511-1812, Tel: 408-572-5665.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9042, '2022-05-10', 825.00, 'Peninsula Youth Orchestra, San Carlos, CA', 'Membership dues for Ujala\'s one yer membership.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9043, '2022-05-14', 58.47, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two medium two-topping pizzas ($1 discount on each) + taxes + $3.00 delivery + 20% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9044, '2022-05-15', 97.00, 'Farmers Market, Belmont, CA', '$36 for veggies ($32 from the regular vendor + $4 cabbage), $37 for fruits (including cherries), $24 for eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9045, '2022-05-15', 13.61, 'Thrift Center, San Carlos, CA', 'Purchases by Aahna and Ujala on Aahna’s trip with her friends Maya and Isella.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9046, '2022-05-16', 28.13, 'TreeRing.com (for Fox Elementary)', 'Vyom’s Yearbook for 2021-22 including $6.95 for hardcover upgrade.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9047, '2022-05-17', 40.00, 'Susan (McConnell) Constantinides (For Fox Elementary)', 'Costume expense for Vyom\'s Foxtravaganza costume.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9048, '2022-05-19', 25.00, 'Ryan Joe (for Fox Elementary)', 'Contribution toward a \"thank you\" gift to Foxtravaganza organizers for the 4th grade boys (Vyom), Sue, Allegra, and Erica.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9049, '2022-05-23', 462.50, 'Belmont Parks and Recreation, Belmont, CA', 'Two back-to-back swim lessons for Aahna (level 4, sessions 2162 and 2163) and Vyom (level 1, sessions 2090 and 2091); 2022-07-25 to 2022-08-05 (10:00am - 10:25am + 10:30am - 10:55am).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9050, '2022-05-24', 0.00, 'Apple.com', 'Laptop for Vyom: 13-inch MacBook Air - Space Gray. Apple M1 chip with 8?core CPU, 8?core GPU, and 16?core Neural Engine, 16GB unified memory, 512GB SSD storage. $1500.50: returned because new version came out.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9051, '2022-05-25', 268.00, 'Sutter Health, San Carlos, CA', 'Vyom\'s visit for the bump on his skin with the dermatologist Dr Amy Chen. The visit was not very useful. The doctor just said it would go away on its own. She just sprayed it with liquid nitrogen to speed up the drying.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9052, '2022-05-29', 70.00, 'Farmers Market, Belmont, CA', '$12 + $19 for veggies, $26 for fruits from our regular vendor (including $10 for cherries), $13 for black berries.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9053, '2022-05-09', 83.44, 'Namaste Plaza, Belmont, CA', 'Ice cream 1/2 gallon ($14.99), Kerala parota, sooji, fennel seeds (saunf), namkeen, panipuri, Mantra flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9054, '2022-05-27', 85.25, 'Safeway, Belmont, CA', 'Flour tortillas, icecream, three frozen pizzas for dinner, 1 gallon milk @ $6.49, frozen veggies, bananas, portabellas mushroom, tofu, lettuce, carrots'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9055, '2022-05-27', 21.95, 'Kohl\'s, Redwood City, CA', 'One shirt and one pair of shorts for Arun; using several discounts: $20 cash + extra $10 off offer after an online order from Kohl\'s, and $5 off for in-store return of Amazon items.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9056, '2022-05-08', 35.77, 'Vans, San Francisco Premium Outlets, Livermore, CA', 'For Aahna: White MN super bloom shirt ($7.47), forest color built up pants ($24.97)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9057, '2022-05-08', 88.17, 'Skechers, San Francisco Premium Outlets, Livermore, CA', 'For Arun: one pair of walking shoes (D\'lux Walker)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9058, '2022-05-08', 46.29, 'Gap Outlet, San Francisco Premium Outlets, Livermore, CA', 'For Arun: one pair of jeans (Slim with Gapflex)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9059, '2022-05-08', 109.24, 'Bloomingdale\'s, San Francisco Premium Outlets, Livermore, CA', 'One luggage, especially for the trip to UK.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9060, '2022-05-08', 96.45, 'Adidas, San Francisco Premium Outlets, Livermore, CA', 'For Ujala: one pair of Grand Court tennis shoes ($32.50), 1 pair of tights ($19.99), 1 pair of sweatpants ($34.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9061, '2022-05-08', 48.45, 'Food Court, San Francisco Premium Outlets, Livermore, CA', 'Subway: one 6\" veggie patty sub; China Max: 3 two-entree combos, 1 soup, 1 order of egg rolls'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9062, '2022-05-30', 4.65, 'WSDOT (via MyGoodToGo.com), WA', 'Seattle and Vancouver vacation: Toll charges in Seattle; statement date was 2022-01-01, but paid very late (slipped through the large paper stacks!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9063, '2017-07-22', 60.88, 'J C Penny, Sunvalley Mall, Concord', 'Unknown transaction (entered on 2022-07-22), the receipt was faded at the the portion that showed the items.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9064, '2022-01-02', 74.00, 'Cinemark.com', 'Movie: Spider Man, at Redwood City downtown Cinemark, 7:00 pm show. Got a bit scary at the parking garage, which was kind of deserted by the time we returned from the movie. No charges at the garage because the exit gate was open by the time we returned.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9065, '2022-04-01', 28.92, 'The Home Depot, San Carlos, CA', 'White marble chips to line the artificial grass area ($8.96), 4 tomato plants (two of them died later).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9066, '2022-03-30', 61.90, 'Namaste Plaza, Belmont, CA', 'Raw peanuts ($15.99), cake rusk, namkeen, goat meat ($13.99), fennel seeds (saunf)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9067, '2022-04-17', 79.95, 'Namaste Plaza, Belmont, CA', 'Mantra oragnic flour, mustard oil, Malabar paratha, namkeen, fennel seeds (saunf), cake rusk, pani puri, goat meat ($13.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9068, '2022-06-05', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-05-04, 2022-05-11, 2022-05-18, and 2022-05-25.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9069, '2022-06-05', 150.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-05-14, 2022-05-21, and 2022-05-28. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9070, '2022-06-06', 109.20, 'Air Canada', 'UK vacation: Seat selection for the Calgary to London leg, all other legs already have reasonable seats. (This is the third attempt at changing seats! The last two were on 2022-03-19 and 2022-03-31, each $138.00, but the credit card was not charged.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9071, '2022-06-07', 90.00, 'Scott Howard', 'One hour tennis lesson for Ujala on 2022-06-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9072, '2022-06-07', 32.96, 'eBay.com', 'For Vyom\'s birthday gift (upon Vyom\'s request): Arceus Vstar 123/172 Ultra Rare Brilliant Stars Pokemon NM.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9073, '2022-06-08', 80.00, 'EasyBowl.com (for Bel Mateo Bowl), San Mateo, CA', '2 lanes of one-hour bowling for 8 kids for Vyom\'s birthday celebration 11:30am-12:30pm, Sunday 2022-06-11.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9074, '2022-05-19', 22.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Aahna: $18 + $5 tip. Higher price because it was scissors-only cut (layered). (Approximate date)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9075, '2022-05-18', 19.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom: $16 + $3 tip. (Approximate date)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9076, '2022-06-09', 23.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Ujala: $18 + $5 tip. Higher price because it was scissors-only cut (layered). (Approximate date)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9077, '2022-06-13', 3.95, 'Starbucks, Belmont, CA', 'Coffee for Arun while meeting with Sherry.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9078, '2022-06-13', 20.00, 'Belmont Hair Saloon, Belmont, CA', 'Haircut for Vyom: $16 + $4 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9079, '2022-06-05', 70.31, 'Kohl\'s, Redwood City, CA', 'Two pants for Aahna ($34.00 + $29.99).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9080, '2022-06-05', 24.15, 'Kohl\'s, Redwood City, CA', 'Gifts for Ujala\'s friend on the friend\'s birthday: one coffee mug (regular $9.99), one junior knit top (regular $16.99). Got $5 in-store credit for Amazon returns.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9081, '2022-06-04', 431.41, 'Costco, Sunnyvale, CA', 'Milk (@ $10.79 per two gallons), fish ($39.99), protein bars, paneer, cereal, olive oil, avocado oil, chocolate chips, guava juice, almonds, tofu, kidney beans, honey, Rao\'s tomato pasta sauce, quinoa, ginger, bananas, misc snacks, bread, tomatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9082, '2022-06-04', 80.17, 'Costco, Sunnyvale, CA', 'Two cabernets (11.99 + 19.99 - 5.00), one Johnny Walker black label ($46.49).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9083, '2022-06-04', 69.66, 'Madras Cafe, Sunnyvale, CA', 'Brunch: 3 mango lassis, one coffee for Arun, 2 masala dosas (Arun and Vyom), 1 paper dosa (Ujala), 1 paneer dosa (Aahna), 2 plates vada masala (shared by all)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9084, '2022-06-11', 9.61, 'Dollar Tree, Belmont, CA', 'For Vyom\'s birthday celebration: 6 x birthday balloons, one plastic tablecloth'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9085, '2022-06-11', 71.62, 'Mountain Mike\'s Pizza, Belmont, CA', 'For Vyom\'s birthday: lunch at home, 1 large cheese pizza and 1 large pepperoni pizza + $5 delivery charges + $10 gratuity.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9086, '2022-06-10', 13.98, 'Whole Foods Market, San Mateo, CA', 'Two gallons whole milk @ $6.99.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9087, '2022-06-10', 45.81, 'Whole Foods Market, San Mateo, CA', 'For Vyom\'s birthday: two bags of potato chips, two single layer cakes $ $12.99 (tres leches, vegan chocolate), two beeswax candles (numbers 1 and 0), 1 orange juice'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9088, '2022-06-30', 10587.91, 'UK vacation', 'UK vacation: Combined expenses. Details in https://docs.google.com/spreadsheets/d/1mmnAHpBYEMmqvV0w_6QqvT_aG_AUlox435iTg6-iEng/edit?usp=sharing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9089, '2022-06-19', 49.27, 'Green Chili Cuisine of India, Calgary Airport, Calgary, Canada', 'UK vacation: lunch while waiting for the connection to LHR. The food wasn’t particularly good, it seems to be a Pakistani-run place.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9090, '2022-06-19', 16.33, 'Starbucks, Calgary Airport, Calgary, Canada', 'UK vacation: Ujala made the purchase; coffee for Arun, strawberry cream capoucino fir Ujala, strawberry açaí refresher for Aahna, apple juice for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9091, '2022-06-21', 12.28, 'I Buy, London, UK', 'UK vacation: 2 meter iPhone charging cable (£10), the shopkeeper claimed to have given me the 2m cable for the price of 1m because he was out of the shorter one.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9092, '2022-07-03', 130.00, 'Farmers Market, Belmont, CA', '$70 + $10 + $2 for veggies, $24 for fruit, $24 for eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9093, '2022-07-06', 150.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-06-04, 2022-06-09, and 2022-06-18. Switched to Zoom on 2020-03-21. Skipped two weeks due to the UK vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9094, '2022-07-06', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-06-01, 2022-06-08, and 2022-06-15. Skipped two weeks due to the UK vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9095, '2022-07-04', 15.29, 'The Home Depot, San Carlos, CA', 'Hardwood charcoal for BBQ on July 4th'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9096, '2022-07-04', 104.38, 'Trader Joe\'s, San Carlos, CA', 'Chicken ($10.02 + $5.20), tofu, yogurt, cheese, limes, avocado, bananas, mandarin oranges, papaya, mangoes, corn on the cob, bread, 4 gallons milk (@ $5.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9097, '2022-06-18', 9.98, 'Safeway, Belmont, CA', 'UK vacation: Two bags of Cheetos to take to the UK, requested by Unnati.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9098, '2022-06-18', 22.49, 'Safeway, Belmont, CA', 'Listerine, small Colgate toothpaste (can be put in carry-on bag on airline), deodorant stick'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9099, '2021-07-12', 78.00, 'Pine Mountain Lake Marine, Groveland, CA', 'Yosemite vacation: Boat rental: two double kayaks, 1 single kayak (for Ujala); at the lake near the Airbnb we stayed in'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9100, '2021-04-01', 50.36, 'Zano\'s, Truckee, CA', '2021 Spring Break ski trip to Donner, Tahoe (2021-03-29 to 2021-04-02): Dinner at the pizzeria near the hotel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9101, '2022-07-17', 82.00, 'Farmers Market, Belmont, CA', '$50 + $5 for veggies, $10 for a dozen eggs, $17 for fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9102, '2022-07-19', 300.00, 'Don and Melissa', 'Pickup fee for piano. Don is the same guy whom I had hired to pick up backyard trash almost a year ago. Had found him via NextDoor when he was just starting his business.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9103, '2022-07-21', 1307.50, 'Amazon.com', 'Casio Privia PX-S3100 Digital Piano Bundle with Casio CS-68 Stand, SP-34 Three Pedal System, Bench, Instructional Book & DVD, Lessons, and Austin Bazaar Polishing Cloth - Black'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9104, '2022-07-23', 90.00, 'Scott Howard', 'One hour tennis lesson for Ujala on 2022-07-22.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9105, '2022-07-25', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun: (adult intermediate) 2022-07-30 to 2022-09-24 (skip 2022-09-03).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9106, '2022-07-25', 777.50, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Ujala (adult intermediate), Aahna (Gamma), and Vyom (Alpha): all classes 2022-07-30 to 2022-09-24 (skip 2022-09-03). Sibling discount of $29.5 + $29.5 + $28.5.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9107, '2022-07-29', 1759.00, 'Apple', 'MacBook Air with M2 chip - Midnight, 1TB SSD storage, 67W USB-C Power Adapter, 16GB unified memory; education pricing (using the IU adjunct status, although no proof was asked for).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9108, '2022-07-30', 61.62, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two large one-topping pizzas ($20.99 special on each) + taxes + $5.00 delivery + 20% tip (delivery order).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9109, '2022-07-31', 10.00, 'SJSU Parking Services, San Jose, CA', 'Pre-paid parking charges for watching the qualifying matches at Mubadala Silicon Valley Classic tennis tournament (on Ujala\'s insistence).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9110, '2022-08-02', 560.00, 'Mubadala Silicon Valley Classic (tennis final)', 'Four tickets for the WTA 500 tournament semifinal. The tickets are for the short end of the court (Ujala really wanted that view) and relatively front rows, hence much more expensive than last year (the prices have also gone up).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9111, '2022-08-02', 20.00, 'SJSU Parking Services, San Jose, CA', 'Pre-paid parking charges for watching the evening semi-finals match at Mubadala Silicon Valley Classic tennis tournament (on Ujala\'s insistence) on Saturday 2022-08-06.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9112, '2022-08-03', 90.00, 'Scott Howard', 'One hour tennis lesson for Ujala on 2022-08-03.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9113, '2022-08-04', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-07-06, 2022-07-13, and 2022-07-20. Skipped one week (2022-07-27) because Aahna was sick.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9114, '2022-08-04', 150.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-07-09, 2022-07-16, and 2022-07-23. Switched to Zoom on 2020-03-21. Skipped one week (2022-07-30) because Ujala was sick (had lost her voice due to throat infection).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9115, '2022-08-08', 15.00, 'Scott Howard', 'Restringing of Ujala\'s racket.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9116, '2022-08-08', 111.00, 'Farmers Market, Belmont, CA', 'veggies: $50 + $22, fruits: $15, eggs: $24'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9117, '2022-08-10', 27.00, 'Ranjit Indian Cusine and Sweets, Sunnyvale, CA', 'Sweets for rakhi (1lb each of burfi and chcumchum), 2 mango lassis for Aahna and Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9118, '2022-08-10', 90.00, 'Scott Howard', 'One hour tennis lesson for Ujala on 2022-08-10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9119, '2022-08-11', 12.00, 'Chinatown Parking, San Francisco, CA', 'Parking at Chinatown while visiting there with Adit to have lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9120, '2022-08-12', 23.85, 'Peet’s Coffee, Palo Alto, CA', 'Latte for Arun, iced latte for sujakar, cold brew oat latte for Adit, Haspy Moose orange juice for Vyom, Revive strawberry lemon sparkling probiotic for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9121, '2011-03-30', 44.00, 'SRSC (Indiana University)', 'Fee for Ujala\'s swimming class (4/4-4/27, Mon/Wed)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9122, '2022-08-05', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2022-07-08. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9123, '2022-08-19', 20.00, 'Belmont Hair Saloon, Belmont, CA', 'Haircut for Vyom: $16 + $4 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9124, '2022-08-21', 99.00, 'Farmers Market, Belmont, CA', 'veggies: $59 + $13, fruits: $19, honey dew melons: $8'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9125, '2022-09-04', 109.00, 'Farmers Market, Belmont, CA', 'Veggies: $65 + fruits: 30 + eggs: $24'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9126, '2022-08-27', 53.69, 'Target, Can Mateo, CA', 'Two pairs of shoes for Ujala ($39.99 + $8.99); the second one was on clearance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9127, '2022-08-27', 4.99, 'Target, Can Mateo, CA', 'Chewing gum for the kids while getting Ujala\'s shoes after ice skating.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9128, '2022-08-21', 112.23, 'Namaste Plaza, Belmont, CA', 'Urad dal (whole + split), masoor dal, namkeen, fennel seeds (saunf), tea rusks, cake rusks, Punjabi biscuits, papads, pickles (achar), kulfi icecream, 20 lb roti flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9129, '2019-03-10', 103.54, 'Big5 Sporting Goods, San Mateo, CA', 'For Ujala: Head tennis racket ($65, heavily discounted from $159.99 original), tennis balls ($29.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9131, '2019-10-02', 72.68, 'Peninsula Feed Store, Redwood City, CA', 'For chickens: layer pellets ($44.99), layer scratch ($24.99), bulk cracked corn ($4.45), bulk rolled barley ($3.25); $5.00 member discount'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9132, '2019-10-03', 43.14, 'Namaste Plaza, Belmont, CA', '20 lbs roti flout, namkeen, cake rusks, dry samosas, kulfi icecream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9133, '2022-09-06', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-08-07, 2022-08-13, 2022-08-20, and 2022-08-27. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9134, '2022-09-06', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-08-03, 2022-08-17, 2022-08-24, and 2022-08-31. Skipped one week (2022-08-10) because Aahna was sick.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9135, '2019-10-05', 9.97, 'Five Guys, Hayward, CA', 'Burger for Gaurav and fries for Arun on the way back from Walnut Creek after showing Gaurav the rental property.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9136, '2022-08-26', 100.00, 'Carlmont High School, Belmont, CA', 'Advance for Ujala\'s journalism trip (to take place in November 2022).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9137, '2022-09-12', 56.00, 'Carlmont High School, Belmont, CA', 'Ujala\'s tennis uniform.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9138, '2022-09-04', 53.29, 'Whole Foods Market, San Mateo, CA', 'Cake for Ujala\'s birthday (8\" tiramisu), lettuce, shiitake mushroom, Strauch half-gallon whole milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9139, '2019-10-08', 6.00, 'Impark (355 McAllister), San Francisco, CA', 'Parking at Civic Center while collecting Minaxi\'s death certificate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9140, '2022-08-10', 8.00, 'San Francisco International Airport', 'Parking while picking up Adit when he arrived from India to start his Masters at Vanderbilt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9141, '2022-08-28', 29.21, 'Belmont Bikes, Belmont, CA', 'Installation of new rear brake pad on Ujala\'s eBike, because it had worn out. (Serfas Brake Pad Disc 1 Pair Resin Avid Mechanical and Hydraulic Calipers, Except Original Bb5 Mechanical)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9142, '2022-08-10', 86.75, 'The Sports Page, Mountain View, CA', 'Lunch: 1 buffalo wings ($11) + 1 garlic fries ($7.50) for everyone, 1 Guinness ($7) + 1 double cheeseburger ($15) for Adit, 2 chicken breast sandwiches ($27): 1 for Aahna and 1 shared between Vyom & Arun, 1 veggie burger ($12) take away for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9143, '2022-08-10', 25.25, 'Computer History Museum, Mountain View, CA', 'Visit with Adit; 50% Google discount. $8.75 for adult (Arun), $6.75 each for student (Adit and Aahna), $3.00 for youth (Vyom). Ujala didn\'t go because of her tennis practice.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9144, '2022-08-11', 91.24, 'New Woey Loy Geoy Restaurant (Chinatown), San Francisco, CA', 'Lunch at Chinatown with Adit after a visit to the Golden Gate bridge; the restaurant brought a beef dish by mistake but tried to charge us for it. When I objected they removed it but added a $12 tip on their own. They lost; I was going to pay a bigger tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9145, '2020-03-20', 8.00, 'San Francisco International Airport', 'Parking while dropping Arun\'s parents for their trip back to India. The trip was moved a week early due to the impending Covid lockdown and travel ban in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9146, '2022-06-02', 112.92, 'Namaste Plaza, Belmont, CA', 'Chana dal, urad dal, namkeen, bay leaves, saunf (fennel seeds), Dabur mustard oil, ghee, salt, kulfi icecream, cake rusks Punjabi biscuits, 20 lbs roti flour'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9147, '2022-04-22', 16.40, 'Trader Joe\'s, San Carlos, CA', 'Erath Pinot Noir (from Oregon)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9148, '2022-04-22', 82.51, 'Trader Joe\'s, San Carlos, CA', 'Waffles, tofu, frozen veggies (green beans, peas, asparagus, spinach), butter, whole milk (3 gallons @ $5.99), pineapple, papaya, bananas, romaine lettuce, bread (pita, sourdough) cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9149, '2022-04-23', 17.97, 'Target (Fashion Island), San Mateo, CA', 'Chex Mix snack bag for Ujala to take to the get-together of the middle schoolers she coached tennis.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9150, '2022-04-13', 34.52, 'Safeway, Belmont, CA', 'Lasagna, spaghetti, raw frozen shrimp, minced garlic, romaine lettuce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9151, '2022-09-16', 500.00, 'Carlmont Instrumental Music (via cuttime.net), Belmont, CA', 'Initial (non-refundable) payment toward Ujala\'s NYC trip starting March 15, 2023.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9152, '2022-09-13', 21.99, 'Uber', 'Include $3 tip. For dropping Aahna and Vyom off at school while the car was at the service center for the rear camera repair. Wed-Fri I was able to arrange rides (Jenny Hui for Aahna, Erica Iyer for Vyom).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9153, '2022-09-15', 20.57, 'Safeway, Belmont, CA', '2 gallons milk ($13.58), farm bread ($6.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9154, '2022-04-09', 117.32, 'Whole Foods Market, San Mateo, CA', 'Avocados, mandarins, bananas, pears, grapes, mushrooms, cheese, tofu, celery, chicken thighs, 1/2 gallon Strauch milk (excl. $2 bottle deposit), 2 gallons milk @ $6.99, chocolate cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9155, '2022-05-13', 15.30, 'Trader Joe\'s, San Carlos, CA', 'Joel Gott cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9156, '2022-05-13', 146.48, 'Trader Joe\'s, San Carlos, CA', 'Pineapple, mangoes, bananas, 4 gallons milk @ $5.99, frozen veggies (asparagus, spinach, green beans), cheese, tofu, butter, icecream, potatoes, lime, romaine lettuce, baby spinach, frozen waffles, pasta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9157, '2022-04-30', 39.60, 'Safeway, Belmont, CA', 'Two frozen pizzas, 2 gallons milk ($11.98), kaiser rolls (6), garlic, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9158, '2022-09-17', 23.96, 'Uber', 'From home to Nazareth Ice Oasis. The first driver refused to take 4 passengers. The second driver was very nice, Nepali guy doing part time CS at SJSU. Gave $5 tip. We reached 7 minutes late.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9159, '2022-09-24', 80.84, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner: 2 orders of spring rolls (8), Tan Tan noodles, Kung Pao chicken, mu shu (tortilla with separate veggies), Mongolian (with tofu); the food was too much & one order of spring rolls would have been enough'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9160, '2022-09-25', 97.00, 'Farmers Market, Belmont, CA', 'veggies from the regular vendor: $40, fruits from the regular vendor: $15, strawberries: $25, more veggies (heavily discounted: cauliflowers, lettuce, celery, brussel sprouts): $7, one dozen eggs: $10'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9161, '2022-09-29', 1257.00, 'Boreal / Woodword, Soda Springs, California', '2022-23 ski vacation: Unlimited passes for everyone. $549 for Arun (Vyom gets a free unlimited pass with this purchase), $399 for Ujala, $309 for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9162, '2022-09-17', 255.00, 'Tesla Service, Burlingame, CA', 'Replacement of the rear camera, which stopped working. This was on top of $127.50 already paid for mobile service for the same problem.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9163, '2022-08-09', 127.50, 'Tesla Mobile Service', 'Rear camera stopped working, showing a blank white screen. Mobile service reset the 12v battery (by opening the panes under the hood). That solved the problem only temporarily for a few days.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9164, '2020-08-20', 2500.00, 'Tesla Service, Burlingame, CA', 'Infotainment Upgrade From Tegra MCU and Autopilot 2.5 To Intel MCU And Autopilot 3.0.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9165, '2022-10-06', 40.00, 'Belmont Hair Saloon, Belmont, CA', 'Haircut for Vyom ($14) and Aahna ($18) + $8 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9166, '2022-10-08', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-09-07, 2022-09-14, and 2022-09-28. Skipped one week (2022-09-21) because Aahna felt nauseous.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9167, '2022-10-08', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-09-03, 2022-09-10, 2022-09-17, and 2022-09-24. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9168, '2022-10-09', 136.00, 'Farmers Market, Belmont, CA', '$61: veggies from the regular vendor; $24: 30 pasture-raised organic eggs; $12: potatoes and watermelons; $7: tomatoes and celery; $32: fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9169, '2022-10-10', 90.00, 'Scott Howard', 'One hour tennis lesson for Ujala on 2022-10-10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9170, '2022-10-13', 203.49, 'Amazon.com', '$200 gift certificate + gift bag ($3.49) for Elana Bennett for helping out on the Walnut Creek property. She prepared for free the 24-month lease (continued rental by the existing tenants, with a few changes in the names of the lessees).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9171, '2022-10-14', 224.00, 'Sequoia Union High School District, Belmont, CA', 'Fees for Ujala\'s two AP exams'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9172, '2022-10-17', 133.95, 'TaxAct.com', 'Taxes for 2021. I hugely underpaid, even after paying $10,000 in advance in November 2021. I had been adviced by Lynnel to pay $20,000, but I forgot! Now, about $32K federal taxes were overdue and I will likely also need to pay late penalty!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9173, '2022-10-23', 99.00, 'Farmers Market, Belmont, CA', '$70: veggies from the regular vendor, $19: fruits from the regular vendor, $7: two watermelons, $3: one bunch of celery'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9174, '2022-11-03', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-10-01, 2022-10-08, 2022-10-15, and 2022-10-22. Skipped 2022-10-29 because David was busy. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9175, '2022-11-03', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-10-05, 2022-10-12, 2022-10-19, and 2022-10-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9176, '2022-11-05', 70.41, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two large one-topping pizzas ($24.99 each) + taxes + $5.00 delivery + 20% tip ($10, delivery order). No discount available at this time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9177, '2022-11-06', 117.00, 'Farmers Market, Belmont, CA', '$40: regular veggie vendor, $10: a dozen eggs, $9: whole wheat plain bagels, $34: more veggies (just the bell peppers cost $20!), $24: fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9178, '2022-11-07', 9.99, 'Amazon.com', 'Kindle version of \"Snakes in the Ganga: Breaking India 2.0\" by Rajiv Malhotra and Vijaya Viswanathan.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9179, '2022-11-10', 99.00, 'ACM', 'ACM membership renewal, 2022-10-01 to 2023-09-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9180, '2021-12-08', 99.00, 'ACM', 'ACM membership renewal, 2021-10-01 to 2022-09-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9181, '2020-09-30', 99.00, 'ACM', 'ACM membership renewal, 2020-10-01 to 2021-09-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9182, '2019-09-19', 99.00, 'ACM', 'ACM membership renewal, 2019-10-01 to 2020-09-30. Reimbursed (?) with Supercomputing travel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9183, '2017-10-14', 99.00, 'ACM', 'ACM membership, 2017-10-01 to 2018-09-30. Reimbursed(?) with Supercomputing travel.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9184, '2022-11-17', 40.00, 'Amazon.com', 'Gift card for Vyom\'s friend, Lucas, on his 11th birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9185, '2022-11-20', 63.00, 'Farmers Market, Belmont, CA', '$10: veggies from the regular vendor (deeply discounted!), $16: fruits, $10: whole wheat plain bagels, $27: more veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9186, '2022-12-04', 119.00, 'Farmers Market, Belmont, CA', '$44: regular veggie vendor, $24: eggs, $10: whole wheat plain bagels, $12: fruit, $29: more veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9187, '2022-12-07', 33.75, 'Carlmont High School (via ludus.com)', 'Ujala’s winter concert 1 adult @$20, 2 BRSSD kids @$5 + $3.75 convenience fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9188, '2022-12-07', 200.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-11-02, 2022-11-09, 2022-11-16, 2022-11-23 and 2022-11-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9189, '2022-12-07', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-11-05, 2022-11-13, 2022-11-19, and 2022-11-26. Moved 2022-11-12 to 2022-11-13 due to Ujala’s St Louis trip. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9190, '2022-12-11', 52.00, 'Wikimedia Foundation', 'One time donation of $50 + $2 to cover credit card fees'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9191, '2022-12-12', 50.18, 'Google.com', 'Nest Protect (2nd gen smoke + CO alarm) for the master bedroom; the price is after $79.98 store credit due to some past discounts and the Stadia controller reimbursement after the Stadia service was shut down.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9192, '2022-12-15', 46.00, 'Amazon.com', 'Fir Viktoriia’s 13th birthday gift: GICEY DIY Book Nook Kit,3D Wooden Puzzle Decorative Bookend ($37.97 - 15% coupon), umbresen Cute Woollike Knitted CAT Kitty Ears ($9.59)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9193, '2022-12-18', 205.00, 'Farmers Market, Belmont, CA', '$73: regular veggies vendor, $41: fruits from the regular vendor, $9: bagels, $60: more veggies, $22: 30 medium eggs (out of large). More than usual expense because no market for the next two weeks.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9194, '2022-12-22', 40.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom ($14) and Aahna ($18) + tips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9195, '2022-12-23', 865.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Ujala (adult intermediate), Aahna (Gamma), and Vyom (Alpha): all classes 2023-01-07 to 2023-03-11 (skip 2023-01-14 and 2023-02-18).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9196, '2022-12-23', 295.00, 'Nazareth Ice Oasis, San Mateo, CA', 'Ice skating lessons for Arun: (adult intermediate) 2023-01-07 to 2023-03-11 (skip 2023-01-14 and 2023-02-18).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9197, '2023-01-07', 250.00, 'David Otey', '30-minute horn lessons for Ujala on 2022-12-03, 2022-12-10, 2022-12-17, 2022-12-24, and 2022-12-31. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9198, '2023-01-07', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2022-12-07, 2022-12-18, 2022-12-21, and 2022-12-28. The Wednesday lesson for 2022-12-14 was moved to Saturday 2022-12-18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9199, '2023-01-08', 43.00, 'Farmers Market, Belmont, CA', 'Reached late, so most vendors weer out of stock, including our regular veggie and egg vendors. $14 + $19: veggies, $10: fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9200, '2023-01-10', 236.46, 'National Educational Music Company (nemc.com)', 'Rental payment for Aahna\'s viola, for 6 months (December 14 2022 to July 14 2023). This is the renewal after 4 months of try out started in August 2022. December - January month was already charged automatically to the card.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9201, '2022-12-14', 39.41, 'National Educational Music Company (nemc.com)', 'Rental payment for Aahna\'s viola, for December 14 2022 to January 14 2023. Auto charged, but noticed too late.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9202, '2022-08-13', 63.84, 'National Educational Music Company (nemc.com)', 'Rental payment for Aahna\'s viola, for August 14 2022 to December 13 2022. Initial 4 months trial period at a deep discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9203, '2023-01-15', 138.00, 'Farmers Market, Belmont, CA', '$24: eggs, $57: regular veggie vendor, $57: more veggies (very overpriced!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9204, '2023-01-18', 346.03, 'Amazon.com', 'To replace Aahna\'s cracked screen iPhone XR (originally Minaxi\'s): Refurbished iPhone 11, 256GB, unlocked, purple; include $66 (estimated) trade-in for the iPhone XR.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9205, '2023-01-21', 15.70, 'Starbucks, San Mateo, CA', 'While waiting for. Vyom’s ice skating session: tomato mozzarella sandwich for Aahna, watermelon juice for Vyom, and tall latte for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9206, '2023-01-21', 80.19, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner: 1 order of spring rolls (4), Singapore style noodles, Kung Pao chicken, black beans with vegetables, Szechuan with tofu (it was sweet!). Includes $8 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9207, '2023-01-27', 83.77, 'Peacock’s Koriander Indian Cusine, Belmont, CA', 'Aahna wanted to have butter chicken for her birthday, so we ordered Indian food (not good!): 32 oz butter chicken, 16 oz chana masala, 5 butter naans. The food was not worth the money!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9208, '2023-01-28', 4.25, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while waiting for Vyom’s skating lesson to end.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9209, '2023-01-29', 114.00, 'Farmers Market, Belmont, CA', '$40: regular veggie vendor; $24: 30 pasture raised organic eggs; $20: more veggies (too expensive for just three items!), $7: 9-grain sourdough bread; $23: fruits.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9210, '2023-02-04', 4.25, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while waiting for Vyom’s skating lesson to start.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9211, '2023-02-06', 4728.53, 'Apple', 'For Arun: 16-inch MacBook Pro, Space Gray; Apple M2 Max with 12?core CPU, 38?core GPU, 16?core Neural Engine, 64GB unified memory (+$400), 2TB SSD storage (+$400), 16-inch Liquid Retina XDR display'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9212, '2023-02-09', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-01-07, 2023-01-14, 2023-01-21, and 2023-01-28. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9213, '2023-02-09', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-01-11, 2023-01-18, and 2023-01-25. The Wednesday lesson for 2023-01-04 was canceled due to our ski trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9214, '2023-02-09', 25.00, 'CAHFS (UC Davis), Davis, CA', 'Necropsy fee of $25 when our chicken, Goldie, died. Goldie died on 2022-11-01. Necropsy indicated Marek\'s disease. I suspect she caught it from Blackie and it showed up now that Goldie had grown a bit older.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9215, '2023-02-11', 4.25, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while waiting for Vyom’s skating lesson to start.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9216, '2023-02-11', 48.22, 'Target, San Mateo, CA', 'Gift for Ujala’s friend, Ashwika on her 16th birthday: blanket with pillow and arms, donut maker.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9217, '2023-02-12', 116.00, 'Farmers Market, Belmont, CA', '$73: veggies from our regular vendor, $15: fruits, $19: more veggies, $9: bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9218, '2023-03-04', 4.25, 'Starbucks, San Mateo, CA', 'Tall latte for Arun while waiting for Vyom’s skating lesson to start.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9219, '2023-03-05', 99.00, 'Farmers Market, Belmont, CA', '$76: regular veggie vendor; $20: fruits; $13: more veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9220, '2023-03-05', 79.19, 'Madras Cafe, Sunnyvale, CA', 'Brunch: regular masala dosa, cone masala dosa, cheese masala dosa, paper masala dosa, mendu vada, masala dosa, 3 mango lassis, 1 filter coffee'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9221, '2023-03-07', 150.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-02-04, 2023-02-11, and 2023-02-18. Switched to Zoom on 2020-03-21. Canceled 2023-02-25 due to Tahoe ski trip. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9222, '2023-03-07', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-02-01, 2023-02-08, and 2023-02-15. The Wednesday lesson for 2023-02-22 was canceled due to our mid winter ski trip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9223, '2023-03-18', 47.00, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner (Ujala was in NYC): 1 order of fried prawns (6) chicken chow mein, fish Mongolian. Includes $4.13 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9224, '2023-03-24', 65.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for Vyom’s purple belt test on 2023-03-25.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9225, '2023-03-12', 24.00, 'Farmers Market, Belmont, CA', 'A special trip just for eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9226, '2023-03-26', 118.00, 'Farmers Market, Belmont, CA', '$66: regular veggie vendor; $20: fruits; $13: more veggies; $9: bagels; $10: eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9227, '2023-03-28', 20.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom ($14) + tips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9228, '2023-03-28', 0.78, 'CVS, San Carlos, CA', 'Passport sizes photo printouts for Vyom and Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9229, '2023-03-25', 70.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for Vyom’s new Gee top and pants'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9230, '2023-03-31', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2023-04-07. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9231, '2023-04-09', 126.00, 'Farmers Market, Belmont, CA', '$60: regular veggie vendor, $24: 24 eggs, $12: more veggies, $19: fruits, $11: bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9232, '2023-04-09', 100.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-03-11 and 2023-03-25. Canceled 2023-03-04 due to David\'s other engagements and canceled 2023-03-18 due to Ujala\'s music trip to NYC. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9233, '2023-04-09', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-03-01, 2023-03-08, 2023-03-15, and 2023-03-29. The Wednesday lesson for 2023-03-22 was canceled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9234, '2023-04-13', 25.51, 'TreeRing.com (for Fox Elementary)', 'Vyom’s Yearbook for 2022-23 including hardcover upgrade.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9235, '2023-04-13', 458.60, 'Tesla Service, Burlingame, CA', '12v battery replacement: $241.50; upper control arms in suspension (only charged for the part, waived diagnosis fees and labor): $183.56; taxes: $33.54.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9236, '2022-10-25', 2117.04, 'Tesla Service, Burlingame, CA', 'Replaced all four tires ahead of the ski trips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9237, '2023-04-16', 90.00, 'Scott Howard', 'One hour tennis lesson for Ujala on 2023-04-15.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9238, '2023-04-17', 64.00, 'Fox School PTA (via arts-people.com)', '4 tickets @ $16 (BALC-C10, BALC-C12, BALC-C14, BALC-C16); reserved kindly by Nadine and paid by Arun directly on the web-site.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9239, '2023-04-18', 35.00, 'Jose David', 'One hour tennis lesson for Aahna (first lesson)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9240, '2023-04-21', 72.10, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner: 1 order of spring rolls (4), veggie chow mien, Mongolian fish, Kung Pao chicken, black beans with tofu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9241, '2023-04-27', 195.00, 'BYU', 'Self-study algebra course for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9242, '2023-05-05', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-04-02, 2023-04-09, 2022-04-15, and 2023-04-22. Canceled 2023-04-29 due to Ujala\'s preparations for SAT and AP exams. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9243, '2023-05-05', 80.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-04-12 and 2023-04-19. 2023-04-05 and 2023-04-26 were canceled due to Aahna\'s illness.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9244, '2023-05-14', 107.00, 'Farmers Market, Belmont, CA', '$40: veggies from regular vendor, $24: eggs, $15: fruits, $9: bagels, $19: more veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9245, '2023-05-18', 70.41, 'Mountain Mike\'s Pizza, Belmont, CA', 'Two large one-topping pizzas ($24.99 each) + taxes + $5.00 delivery + 20% tip ($10, delivery order). No discount available at this time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9246, '2023-05-19', 33.75, 'Carlmont High School (via ludus.com), Belmont, CA', 'Concert tickets for Ujala\'s Spring concert; $20 adult + $5 child ticket each for Aahna and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9247, '2023-05-23', 40.00, 'Jose David', 'One hour tennis lesson for Vyom (first lesson). Aahna couldn’t join due to her tennis match at Half Moon Bay.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9248, '2023-05-27', 239.53, 'Woodside Tennis Shop, Woodside, CA', 'Tennis racket for Ujala. $160 base price + customization + almost an hour of consulting.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9249, '2023-05-27', 81.36, 'Redwood Bistro, Redwood City, CA', 'Chinese dinner after Woodside Tennis shop. Potstickers ($8.95), kung pao chicken ($12.95), vege chow mein ($10.95), white rice ($1.50), brown rice ($1.95), mushrooms w/ tender greens ($11.50), broccoli prawns & fish ($14.95) + $6.20 taxes + $12.41 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9250, '2023-05-28', 3.99, 'Amazon.com', 'Fight Club: Aahna and Vyom wanted to watch it; charged to the Amazon digital credit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9251, '2023-05-30', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9252, '2023-06-04', 105.00, 'Farmers Market, Belmont, CA', '$38: regular veggie vendor, $10: more veggies, $22: fruits, $11: bread, $24: eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9253, '2023-06-07', 100.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-05-06 and 2023-05-18. All others canceled due to various other engagements. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9254, '2023-06-07', 80.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-05-03 and 2023-05-10. All other canceled due to various engagements.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9255, '2023-06-13', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9256, '2023-06-12', 40.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom ($14) + Arun ($16) + tips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9257, '2023-06-14', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9258, '2023-06-20', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9259, '2023-06-20', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9260, '2023-06-28', 798.00, 'UCSC Extension - Scout', 'AP Spanish course for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9261, '2022-12-07', 6040.96, 'Expedia.com (for Air India)', 'India vacation (2023-06-22 to 2023-07-18): Non stop flight SFO-DEL. Includes $240 for seat selection for both directions. AI 174: SFO (2022-06-22) 10:30am -> DEL (2022-06-23) 2:55pm. AI 183: DEL (2022-07-18) 3:10pm -> SFO (2022-07-18) 6:20pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9262, '2023-05-26', 321.92, 'Expedia.com (for Vistara)', 'India vacation (2023-06-22 to 2023-07-18): Flight from Delhi to Bengaluru. Vistara UK 819: DEL (2023-06-28) 14:10 -> BLR (2023-06-28) 16:45.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9263, '2023-06-23', 34.84, 'Savaari.com', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Airport taxi from DEL to Dwarka. Rs2471 (base) + Rs200 (airport parking) + Rs200 (tip) = Rs2871. 82.40 INR/USD. Extremely overpriced taxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9264, '2023-06-28', 6.67, 'BLU Taxi (via Shalini Negi)', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Premium electric SUV from Dwarka to the airport. Booked by Shalini, and paid Shalini by UPI. Rs549. Great experience and enough space in the back for four bags. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9265, '2023-06-24', 27.91, 'Drool Kitchen, Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Lunch for Shalini, Sushma, Arun, Vyom, and Arun\'s mom. Rs2300. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9266, '2023-06-24', 6.07, 'Sports Complex (via Kasvi Negi), Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Swim entry fee for Ujala and Aahna. Rs500. Paid to Kasvi via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9267, '2023-06-25', 521.84, 'Shaheen Bagh Resort, Dehradun, Uttarakhand, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Reservation for the resort in Dehradun on 2023-07-14 and 2023-07-15. Rs43,000. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9268, '2023-06-27', 3.88, 'Sports Complex, Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Entry fee for Ujala and Arun (Rs180) + tennis court (Rs140) = Rs320. Paid via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9269, '2023-06-23', 40.34, 'Delhi Airport Duty Free, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): Chocolates bought at the Delhi Airport Duty Free. Two assorted bags of 76 chocolates each. Includes $1.06 foreign transaction fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9270, '2023-06-27', 39.48, 'Gulati Restaurant, Pandara Road, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Lunch for Arun, Shalini, and Sushma. Rs3253. Includes a tip of Rs150.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9271, '2023-06-27', 3.03, 'IIT Delhi Alumni Association, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Bought an IIT Delhi coffee mug souvenir. Rs250, paid via UPI.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9273, '2023-07-06', 100.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-06-10 and 2023-06-19. All others canceled due to various other engagements and travel to India. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9274, '2023-07-06', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-06-02, 2023-06-07, 2023-06-14, and 2023-06-21. Next week canceled due to travel to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9275, '2023-06-27', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom. Remotely, while in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9276, '2023-07-11', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom. Remotely, while in India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9277, '2023-07-20', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9278, '2023-07-25', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9279, '2023-07-27', 1299.00, 'fucarebike.com', 'Fucare Libra 26\" graphite grey 750W 48V ebike for Ujala after her previous one got stolen. Purchased directly from the manufacturer since no shipping and taxes for the summer + backrest set + lock. Same price from Walmart and Amazon, but w/ taxes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9280, '2023-07-27', 9.20, 'BJ\'s Restaurant & Brewhouse (via GrubHub.com)', 'BJ\'s Brewhous Bowl with Shrimp, $25 paid by SiMa. The original group order placed with Sweetgreen was canceled by the restaurant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9281, '2023-07-30', 119.00, 'Farmers Marker, Belmont , CA', '$70: veggies from regular vendor, $24: eggs, $25: fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9282, '2023-08-01', 8.35, 'Garlic Mediterranean Grill (via Grubhub.com)', 'Lunch (inc. $25 SiMa credit); had to order separately because the group order got canceled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9283, '2023-08-02', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9284, '2023-08-07', 8095.50, 'Empowerly.com', 'Ujala: Enrollment for college counseling.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9285, '2023-08-13', 115.00, 'Farmers Market, Belmont, CA', '$76: veggies from our regular vendor, $24: eggs; $15: fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9286, '2023-08-14', 25.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom ($18) + tips. Rates went up.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9287, '2023-08-09', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9288, '2023-08-15', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9289, '2023-08-23', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9290, '2023-08-27', 157.00, 'Farmers Market, Belmont, CA', '$70: regular veggie vendor, $24: eggs, $38: fruit, $11: bread, $14: watermelons and corn cobs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9291, '2023-08-29', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9292, '2023-08-31', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9293, '2023-09-05', 103.75, 'Woodside Tennis Shop, Woodside, CA', 'Restringing of two tennis rackets for Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9294, '2023-09-05', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9295, '2023-09-06', 15.00, 'Carlmont High School', 'Uniform cleaning fee for Ujala’s band uniform.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9296, '2023-09-06', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9297, '2023-09-07', 50.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-08-29. All others canceled due to travel to India and preoccupation with other things. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9298, '2023-09-07', 40.00, 'Ashley Devine', '30-minute viola lesson for Aahna: In person on 2023-08-20. All others canceled due to India travel and Ashley\'s preoccupation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9299, '2023-09-07', 5500.00, 'Vanderbilt University (for Adit)', 'Fall 2023 fees for Adit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9300, '2023-09-10', 117.91, 'Aegis Care Advisors Pvt Ltd., India', '?9775.58: Full time caretaker for Arun\'s mother for 10 days.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9301, '2023-09-12', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9302, '2023-09-14', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9303, '2023-09-15', 1765.79, 'Apple', 'For Arun: iPhone 15 Pro Max, 1 TB. Upgraded to pass on current phone (iPhone 13 Pro Max) to Ujala who broke her phone (she put it precariously on her bike seat and it slipped off, cracking the screen). Price includes $19.99 for fast charger.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9304, '2023-09-10', 124.00, 'Farmers Market', '$74: regular veggies (grossly overpaid because forgot half the veggies behind after paying!), $24: eggs, $26: fruits. (Subsequent week picked some veggies for free.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9305, '2023-09-15', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2023-09-22. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9306, '2023-09-19', 180.16, 'Aegis Care Advisors Pvt Ltd. (via Shalini), India', 'Rs 15,000: Full time caretaker for Arun\'s mother for 15 days. Paid to Shalini via UPI, to avoid transaction fee when paying directly to Aegis via net banking.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9307, '2023-09-21', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9308, '2023-09-23', 36.70, 'Mountain Mike\'s Pizza, Belmont, CA', 'One large one-topping pizzas ($24.99) + taxes + $5.00 delivery + 15% tip ($3.75, delivery order). No discount available at this time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9309, '2023-09-26', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park. Skipped the previous week because didn’t get the court reservation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9310, '2023-09-28', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9311, '2023-10-01', 149.77, 'Farmers Market', '$67: regular veggies, $24: eggs, $12.42: some more veggies, $46.35: fruits(did I overpay because the new helper gave no large quantity discount?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9312, '2023-10-03', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9313, '2023-10-05', 144.19, 'Aegis Care Advisors Pvt Ltd. (via Shalini), India', 'Rs 12,000: Full time caretaker for Arun\'s mother for 15 days. Paid to Shalini via bank transfer, to avoid transaction fee when paying directly to Aegis via net banking. Their QR code didn’t work with ICICI.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9314, '2023-10-07', 200.00, 'David Otey', '30-minute horn lessons for Ujala on 2023-08-12 (missed last time, pointed out by David), 2023-09-03, 2023-09-09, and 2023-09-30. Switched to Zoom on 2020-03-21.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9315, '2023-10-07', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-09-10, 2023-09-17, and 2023-09-24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9316, '2023-08-11', 18.08, 'Whole Foods Market, San Mateo, CA', 'One bottle of merlot'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9317, '2023-08-11', 118.74, 'Whole Foods Market, San Mateo, CA', 'icecream, coffee, whole chicken, 2 gallons milk @$7.29, mushroom, cheese, frozen pizza, fruits, bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9318, '2022-07-31', 328.37, 'Costco, Redwood City, CA', 'milk, honey, snacks, veggies, chicken, ice cream, tofu, avocado oil, bread, quinoa, nuts'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9319, '2022-07-30', 20.64, 'Safeway, Belmont, CA', 'Ibuprufen capsules, Vicks cough syrup'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9320, '2022-07-30', 7.16, 'Safeway, Belmont, CA', 'spaghetti, penne pasta'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9321, '2022-07-21', 4.05, 'Doc\'s Bagels, Belmont, CA', 'Breakfast sandwich (not sure for whom, expense entered too late).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9322, '2023-06-07', 34.55, 'Whole Foods Market, San Mateo, CA', 'Chocolate eruption cake for Vyom\'s birthday celebration $27.99) + 2 beeswax candles.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9323, '2023-06-07', 41.33, 'Whole Foods Market, San Mateo, CA', 'Milk, Belgian waffles, whole chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9324, '2022-12-24', 21.80, 'Safeway, Belmont, CA', 'Items for decorating kids\' holiday ginger houses: icing, sparking gel, etc.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9325, '2023-06-19', 66.60, 'Safeway, Belmont, CA', 'Salad dressing, mustard, milk (2 gallons @ $5.99), veggies, frozen pizzas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9326, '2023-03-29', 86.13, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @$6.49), frozen waffles, cheese, tofu, ice cream, bananas, avocados, frozen veggies, lemons, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9327, '2023-04-28', 17.70, '85C Bakery Cafe, Daly City, CA', 'Bakery items: Strawberry cream square, taro swirl, choco cookie bread, Taiwanese Boroh, French garlic ches (?), Y choco bun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9328, '2023-05-21', 13.98, 'Barnes & Noble Booksellers, Hillsdale Mall, San Mateo, CA', '2 tall strawberry lemon blend, 1 tall caramel frappuccino (bought by Ujala?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9329, '2022-11-24', 31.92, 'Safeway, Belmont, CA', 'Tofu, eggs, bananas, Starbucks coffee grounds'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9330, '2022-12-04', 14.22, 'Thrift Center, San Carlos, CA', 'Shopping by kids (Ujala and / or Aahna).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9331, '2023-03-04', 114.74, 'Namaste Plaza, Belmont, CA', 'Paneer, frozen chicken momos, friozen veggie momos, moon dal, namkeen, saunf (fennel seeds), mustard oil, cake rusks, Punjabi biscuits, flour (Golden Temple, 20lbs).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9332, '2023-03-10', 8.74, 'Trader Joe\'s, San Carlos, CA', 'All for one 3-in-one body wash'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9333, '2023-03-10', 54.73, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @$6.49), frozen veggies, butter, bananas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9334, '2023-01-25', 37.99, 'Whole Foods Market, San Mateo, CA', 'Tres Leches cake for Aahna\'s birthday celebration'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9335, '2023-01-25', 80.33, 'Whole Foods Market, San Mateo, CA', 'Milk (2 gallons @$6.69 + Strauss half gallon for $6.49), chicken, avocados, bagels, bananas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9336, '2023-03-23', 27.93, 'Safeway, Belmont, CA', 'Frozen pizzas, tofu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9337, '2023-03-05', 11.45, 'Costco, Sunnyvale, CA', 'Iron (65mg) tablets for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9338, '2023-03-05', 419.30, 'Costco, Sunnyvale, CA', 'Snacks, cereals, bread, avocado oil, extra virgin olive oil, maggi noodles, dino nuggets, honey, spread, dates, almonds, cashwes, impossible burgers, garlic, bread, juices'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9339, '2023-04-01', 31.77, 'Ross, San Mateo, CA', 'Fleece top, top for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9340, '2023-04-01', 16.43, 'Target, San Mateo, CA', 'Basketball for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9341, '2023-03-25', 123.86, 'Namaste Plaza, Belmont, CA', 'Frozen samosas, frozen parota, rasamalai, masoor dal, namkeen, fennel seeds (saunf), paneer, flour (Aashirwad 20 lbs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9342, '2023-05-10', 126.73, 'Namaste Plaza, Belmont, CA', 'Namkeen, urad daal, moong daal, maggi noodles, cake rusks, ice cream, flour (Sujata multi-grain), paneer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9343, '2023-02-24', 19.57, 'Safeway, Belmont, CA', 'Ice cream, milk (1 gallon @ $6.99), bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9344, '2022-08-18', 39.98, 'Safeway, Belmont, CA', 'Lasagna strips, spaghetti, pasta, salt, milk (3 gallons @$6.49), bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9345, '2023-03-15', 39.50, 'Safeway, Belmont, CA', 'Lighter, firestarters, duraflame firelog, firewood (fire log needed for heating during power failure).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9346, '2023-03-24', 34.44, 'Safeway, Belmont, CA', 'Milk (1 gallon @ $4.49 + 1 gallon $ $6.49), frozen veggies, bananas, bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9347, '2023-10-07', 85.50, 'Madras Cafe, Summyvale, CA', 'Brunch: 2 masala dosas (Arun and Vyom), 1 cheese dosa (Aahna), 1 paper plain dosa (Ujala), 1 methu vada, 1 sambhar vada, 3 mango lassis, 1 filter coffee + $2 for pan (totally not worth it!)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9348, '2022-08-20', 41.84, 'Whole Foods Market, San Mateo, CA', 'Milk (Strauss half gallon for $5.99), bananas, cheesecake slices, bread, croissant, mushroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9349, '2023-07-29', 4.25, 'Starbucks (Hillsdale Mall), San Mateo, CA', 'Coffee for Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9350, '2023-04-27', 76.85, 'Safeway, Belmont, CA', 'Milk (2 gallons @ $6.99), frozen veggies, bagels, cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9351, '2023-03-01', 71.73, 'Safeway, Belmont, CA', 'Milk (3 gallons @ $6.99), pasta, salt, marinara sauce, frozen veggies, bagels, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9352, '2023-01-28', 0.50, 'City of San Mateo, CA', 'Parking fee while picking up Aahna from a birthday party (?)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9353, '2021-12-16', 40.45, 'Trader Joe\'s, San Carlos, CA', '2 cabernet ($21.99 + $14.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9354, '2021-12-16', 29.55, 'Trader Joe\'s, San Carlos, CA', 'Egg nog, 1 gallon milk ($5.99), frozen waffles, frozen veggies, kefir, bananas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9355, '2023-04-11', 28.54, 'Costco Wholesale, Redwood City, CA', 'Toilet paper ($9.99), laundry detergent ($15.99) + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9356, '2023-04-11', 436.95, 'Costco Wholesale, Redwood City, CA', 'Organic protein powder ($31.99 + taxes), Milk (4 gallons @ $5.845), honey, snacks, bread, nuts, fruit, pasta, juices, quinoa, frozen fix (sockeye for $36.99), frozen veggies, cereals, extra virgin olive oil ($16.99), avocado oil ($19.79).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9357, '2022-03-28', 26.77, 'Midici (Hillsdale Mall), San Mateo, CA', 'Margherita pizza and garlic bread (lunch for Aahna with Maya and Melinda while shopping at the mall).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9358, '2022-07-13', 148.29, 'Namaste Plaza, Belmont, CA', 'Urad whole daal, masoor daal, channa, fennel candy (saunf), namkeen, salt, cardamom, maggi noodles, cake rusk, Punjabi biscuits, besan, flour (Mantra, 20lbs, $15.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9359, '2022-12-04', 6.45, 'Starbucks, San Carlos, CA', 'Tomoto mozzarella sandwich for Ujala (?) for lunch with friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9360, '2023-10-07', 45.43, 'Thrift Center, San Carlos, CA', 'Clothing purchased by Ujala and Aahna for themselves.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9361, '2023-10-12', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9362, '2023-10-09', 47.00, 'Trader Joe\'s, San Carlos, CA', 'Josh Cellars cabernet ($12.99), Joel Gott cabernet ($14.99), Trader Joe\'s The Art of Still vodka ($14.99) + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9363, '2023-10-09', 114.20, 'Trader Joe\'s, San Carlos, CA', 'Frozen waffles, ice cream, read-to-heat pasta, avocados, carrots, potatoes, bagels, bread, frozen veggies.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9364, '2023-10-16', 107.80, 'Farmers Market, Belmont, CA', '$70: veggies from the regular vendor, $24: eggs, $13.80: fruits, $?? (transaction didn\'t go through?): watermelon, tomatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9365, '2023-10-10', 126.38, 'Namaste Plaza, Belmont, CA', 'Mustard oil, raw peanuts, paneer (2 packs @ $8.99), namkeen, cake rusks, pickels (achar), fennel seeds (saunf), Ashirvad flour (20 lbs, $20.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9366, '2022-12-27', 72.22, 'Madras Cafe, Sunnyvale, CA', 'Brunch (itemization lost because expenses entered after a long time)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9367, '2022-12-23', 96.66, 'Namaste Plaza, Belmont, CA', 'Noodles, urad daal, chana daal, fennel seeds (saunf), namkeen, frozen momos, Dabur mustard oil, birnyani mix (masala), Punjabi biscuits, cake rusks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9368, '2022-12-27', 15.27, 'Costco Wholesale, Sunnyvale, CA', 'Spiced rum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9369, '2022-12-27', 71.98, 'Costco Wholesale, Sunnyvale, CA', 'Paper towel ($19.49), Ecos laundry detergent ($15.99), toothpaste ($15.49), Oral B toothbrushes ($14.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9370, '2022-12-27', 120.00, 'Costco Wholesale, Sunnyvale, CA', 'Annual Gold Star membership renewal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9371, '2022-12-27', 524.76, 'Costco Wholesale, Sunnyvale, CA', 'Milk (2 gallons @ $5.845), sugar, snacks, avocado oil (2 @ $15.99), maple syrup, dates, raisins, Maggi noodles, masoor daal, kidney beans, mung beans, chickpeas, cereals, nuts, dino buddies (frozen chicken nuggets), frozen fish ($36.99) bread, garlic salt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9372, '2022-12-20', 8.74, 'Trader Joe\'s, San Carlos, CA', 'All for one 3-in-one soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9373, '2022-12-20', 136.54, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @ $5.99), frozen waffles, raviolis, cheese, tofu, butter, pasta, corn, frozen veggies, whole chicken, potatoes, bread, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9374, '2022-12-16', 14.47, 'Namaste Plaza, Belmont, CA', 'Maggi masal noodles, tea rusks'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9375, '2022-10-23', 18.48, 'Target, Walnut Creek, CA', 'Bounty paper towels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9376, '2022-10-23', 10.99, 'Target, Walnut Creek, CA', 'Wrigley gum for the kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9377, '2022-10-23', 5.38, 'Target, Walnut Creek, CA', 'Poster boards for the kids\' school work'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9378, '2022-11-13', 85.35, 'New Woey Loy Geoy Restaurant, San Francisco, CA', 'Lunch in Chinatown at our favorite restaurant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9379, '2022-11-13', 6.00, 'Central Parking System, San Francisco, CA', 'Parking at Chinatown garage while we had lunch at our favorite restaurant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9380, '2023-10-10', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9381, '2023-10-17', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9382, '2023-10-19', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9383, '2023-10-23', 144.56, 'Aegis Care Advisors Pvt Ltd. (via Shalini), India', 'Rs 12,000: Full time caretaker for Arun\'s mother for 15 days. Paid to Shalini via bank transfer, to avoid transaction fee when paying directly to Aegis via net banking. Their QR code didn’t work with ICICI.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9384, '2023-10-24', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9385, '2023-10-28', 56.17, 'Mountain Mike\'s Pizza, Belmont, CA', 'Takeout order: $24.99: one large pizza, half (pineapple) and half (bell pepper); $19.99: 12 classic stinging honey garlic wings + taxes + 15% tips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9386, '2023-10-18', 80.20, 'Trader Joe\'s, San Jose, CA', '2 pumpkins for carving (ended up not getting used for carving!), milk (3 galons @ $6.49), ice cream, tofu, frozen waffles, cheese, lime, bagels, bread, english muffins.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9387, '2023-11-04', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Hallmark Park.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9388, '2023-11-09', 317.19, 'Aegis Care Advisors Pvt Ltd. (via Shalini), India', 'Rs 26,450: Full time caretaker for Arun\'s mother for 25 days, inc Rs450 for Diwali. Paid to Shalini via bank transfer, to avoid transaction fee when paying directly to Aegis via net banking. Their QR code didn’t work with ICICI.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9389, '2023-11-18', 107.80, 'Farmers Market, Belmont, CA', '$60: veggies from the regular vendor, $24: eggs, $15: fruits, $13: tomatoes, bell pepper, ginger'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9390, '2023-11-22', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9391, '2023-11-25', 45.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont. Aahna was sick.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9392, '2023-12-02', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9393, '2023-12-03', 360.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-10-01, 2023-10-08, 2023-10-15, 2023-10-22, 2023-10-29, 2023-11-09 (1 hour), 2023-11-179 and 2023-11-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9394, '2023-12-02', 20.00, 'Prestige, San Carlos, CA', 'Ujala\'s graduation pictures, pictures taken at the Prestige studio,'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9395, '2023-12-05', 359.93, 'Aegis Care Advisors Pvt Ltd. (via Shalini), India', 'Rs 31,000: Full time caretaker for Arun\'s mother for one month. Paid to Shalini via bank transfer, to avoid transaction fee when paying directly to Aegis via net banking. Their QR code didn’t work with ICICI.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9396, '2023-12-07', 44.25, 'Carlmont High School (via Ludus), Belmont, CA', 'Tickets for Ujala\'s Fall concert ($20: adult + 2 x $10: students + convenience fee).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9397, '2023-12-07', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9398, '2023-12-09', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9399, '2023-12-10', 125.00, 'Farmers Market, Belmont, CA', '$75: veggies from the regular vendor, $24: eggs, $26: fruits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9400, '2023-12-16', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9401, '2023-12-16', 31.03, 'Village Host Pizza, Belmont, CA', 'One large 14\" pizza (build your own, half chicken half pineapple on marinara sauce) for Aahna and Vyom. Ujala was hospitalized, so not home.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9402, '2023-12-20', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9403, '2023-11-16', 40.00, 'Trader Joe\'s, San Carlos, CA', 'Organic whole chicken, frozen veggies, frozen waffles, ice cream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9404, '2023-11-16', 16.11, 'Trader Joe\'s, San Jose, CA', 'Liquid all purpose soap (\"All For One\"), SPF 30 sunscreen'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9405, '2023-11-16', 13.11, 'Trader Joe\'s, San Jose, CA', 'Rascal Oregon pinot noir'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9406, '2023-11-16', 72.55, 'Trader Joe\'s, San Jose, CA', 'Whole milk (3 gallons @ $6.49), egg nog (2 quarter gallons @ $2.99), bread, English muffincs, butter, cheese, celery, carrots, avocado, bananas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9407, '2023-12-26', 199.00, 'BYU', 'Self-study geometry course (part 1) for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9408, '2023-12-26', 125.00, 'Sillicon Valley High School', 'Self-study Spanish 2 course (part 1) for Aahna'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9409, '2023-09-03', 16.67, 'Safeway, Belmont, CA', 'Gum, Cheetos, Kettle jalapeno chips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9410, '2023-12-08', 16.00, 'City of San Jose, CA', 'Parking at the convention center garage, downtown San Jose during the SiMa.ai holiday party.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9411, '2023-12-18', 19.68, 'Trader Joe\'s, San Carlos, CA', 'Decoy cabernet (from Sonoma county)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9412, '2023-12-18', 78.61, 'Trader Joe\'s, San Carlos, CA', 'Milk (2 gallons @ $6.49 + 1/2 gallon (no more gallons at the store) $3.99), ice cream, frozen veggies, sliced turkey, lime, red onion, garlic, cheese, avocados, lettuce, bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9413, '2023-12-13', 26.15, 'Kohl\'s, Redwood City, CA', 'Boys white shirt, for Vyom\'s concert outfit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9414, '2023-12-13', 38.37, 'Target, Fashion Island, San Mateo, CA', 'Black shoes for Vyom for his concert outfit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9415, '2023-12-09', 13.17, 'Whole Foods Market, Redwood City, CA', 'Duboeuf beaujolais nouveau red wine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9416, '2023-12-09', 42.90, 'Whole Foods Market, Redwood City, CA', 'Straus half gallon milk ($3.99), tuna avocado roll ($11.99), tempura shrimp sushi ($13.99), tomato ($9.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9417, '2023-11-21', 128.35, 'Namaste Plaza, Belmont, CA', 'Urad whole, urad split, masoor, namkeen, Punjabi biscuits, cake rusk, paneer, Maggi noodles, kulfi ice cream, 20 lbs roti flour (Aashirvad), mustard oil.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9418, '2023-02-14', 20.47, 'Lunardi\'s, Belmont, CA', 'Candys for kids\' Valentine\'s gifts: Lindt truffles ($6.49), Ghirardelli caramel chocolate ($6.99), Ghirardelli raspberry chocolate ($6.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9419, '2023-03-18', 22.25, 'Phantom of Broadway, Broadway, New York, NY', 'Purchases by Ujala on her high school NY music trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9420, '2023-12-03', 39.30, 'Costco Wholesale, Newark, CA', 'Toilet paper ($19.49), ECOS laundry detergent ($15.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9421, '2023-12-03', 16.60, 'Costco Wholesale, Newark, CA', 'Precision cabernet sauvignon (Napa valley)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9422, '2023-12-03', 513.55, 'Costco Wholesale, Newark, CA', 'Fruits (bananas, blueberries, pears, grapes), bread (croissant, bagels, raisin bread, sourdough), sugar, peanut butter, honey, agave, potatoes, basmati rice, It\'s It ice cream, daals, juices, pink salt, garlic salt, squash, Nutella, tofu, nuts, cereal'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9423, '2023-11-19', 12.39, 'Safeway, Ralston Ave, Belmont, CA', 'Beer (Blue Moon 6-pack) for Adit and his friend\'s visit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9424, '2023-11-19', 13.19, 'Safeway, Ralston Ave, Belmont, CA', 'Signature laxative powder for Ujala\'s continued constipation'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9425, '2023-11-19', 68.19, 'Safeway, Ralston Ave, Belmont, CA', 'Cornbread mix, shredded cheese, gingerbread kit, and holiday cookie kit for Thanksgiving dinner with Aarti and Abhi\'s family; two kinds of gum purchased by Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9426, '2023-12-23', 37.89, 'CVS Pharmacy, San Carlos, CA', 'Ujala\'s medicine: $0.40: co-pay for prescription vitamin D2, $25.49: multivitamin, $8.79: Tums chewable calcium.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9427, '2022-11-10', 8.89, 'Rooster, St. Louis, MO', 'Ujala: Lunch in St. Louis while attending the high school law conference, as part of her high school trip'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9428, '2023-06-23', 39.03, 'Savaari.com', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Rs3216 for chocolates purchased at Duty Free, Delhi airport. 82.40 INR/USD.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9429, '2023-07-04', 44.30, 'A R A Anakkara Spices, Idukki, Kerala, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Rs3650 for hair rejuvenation Ayurvedic oil for Arun and knee pain reliever oil for Arun\'s mom. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9430, '2023-07-12', 3.28, 'Sports Complex, Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Entry fee for Ujala and Arun, no tennis court available so practiced at the wall = Rs270. Paid via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9431, '2023-06-30', 6.07, 'Sports Complex (via Kasvi Negi), Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Swim entry fee for Ujala and Aahna on 2023-06-27. Rs500. Paid to Kasvi via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9432, '2023-07-01', 24.27, 'Anand Sweets and Savouries, Sarjapur Road, Bengaluru, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Rs2000 for several Kgs of Mysore Pak to bring to Delhi and to the US. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9433, '2023-07-07', 6.07, 'Jew Town, Kerala, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Rs500 for a toy airplane for Vyom from a roadside vendor. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9434, '2023-07-11', 4.98, 'Sports Complex, Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Entry fee for Ujala and Arun (Rs270) + tennis court (Rs140) = Rs410. Paid via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9435, '2023-06-27', 10.91, 'Amazon.com, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) A new clock ordered on Amazon for Arun\'s parents = Rs899. Paid via ICICI net banking. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9436, '2023-07-14', 6.49, 'Shiva Tourist Dhaba, Meerut Bypass, Partapur, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Lunch on the way to Dehradun by road = Rs535. Paid via UPI. OK food, but the driver was suspiciously insistent on this place. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9437, '2023-07-15', 14.45, 'Kathi Bite, Pacific Mall, Dehradun, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Lunch at the Pacific Mall in Dehradun with Shalini, and Arun\'s parents = Rs1,191. Paid via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9438, '2023-07-15', 9.51, 'Kaventer\'s, Pacific Mall, Dehradun, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Shakes with lunch at the Pacific Mall in Dehradun with Shalini, and Arun\'s parents = Rs784. Paid via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9439, '2023-07-17', 45.13, 'Haldiram, Dwarka, New Delhi, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Several sweets and snacks to distribute back in the US = Rs3,718.51. Paid via UPI. INR/USD = 82.40.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9440, '2023-07-18', 2596.75, 'Various vendors, India', 'India vacation (2023-06-22 to 2023-07-18): (Rupee expense) Kerala trip expenses = Rs2,13,037.21. Includes ~$170 for Ujala & Aahna\'s bras. Spreadsheet: https://docs.google.com/spreadsheets/d/1MABrsS3HyxMEUHJHdq4BsuJZFIvcFPavEE3PXigy2VI/edit?usp=sharing'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9441, '2023-12-08', 6.60, 'USPS, Belmont, CA', 'Pack of 10 forever stamps'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9442, '2022-06-13', 67.69, 'Safeway, Belmont, CA', 'Salt, ice cream, sourdough bread, mushroom, potatoes, brussel sprouts, celery, broccoli, cauliflower, lettuce, red onions, asparagus, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9443, '2021-11-11', 14.27, 'Safeway, Belmont, CA', 'Flowers to take to Aarti / Abhi\'s home. The flowers were for Meru, the new wife of Rahul (Aarti\'s nephew), since we were meeting her the first time.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9444, '2021-11-11', 41.97, 'Target, Fashion Mall, San Mateo, CA', '2 gingerbread kits for the kids to make over the Thanksgiving break, 1 tootsie roll'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9445, '2021-11-20', 30.47, 'Whole Foods, San Mateo, CA', '2 gallons whole milk (@ $6.19), Strauss half gallon milk ($5.79), bread, shiitake mushroom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9446, '2021-11-20', 25.20, 'Whole Foods, San Mateo, CA', 'Bench cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9447, '2021-11-14', 51.40, 'Namaste Plaza, Belmont, CA', 'Tea, sweets, namkeen, Fennel seeds (saunf), 20 lbs Mantra flour ($13.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9448, '2021-12-05', 6.12, 'Walgreens, San Mateo, CA', 'Bubble mailer'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9449, '2022-12-04', 65.66, 'Namaste Plaza, Belmont, CA', 'Masoor dal, paneer, frozen parathas, vermicelli (sevaiyan), Punjabo biscuits, pickle, rusks, cake rusks, namkeen, pani puri'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9450, '2022-12-07', 98.52, 'Whole Foods, San Mateo, CA', '3 gallons milk (@ $6.69), Strauss (half gallon, $6.49), eggnog, avocado, chicken drumsticks, chicken thighs, bread, Genji all start family pack sushi ($27.99), Genji California rolls ($9.49), bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9451, '2022-10-10', 77.66, 'Namaste Plaza, Belmont, CA', 'Kulfi ice cream, Dabur aampana drink (to try out, kids\' didn\'t like it), pickle, candied fennel seeds (sweet saunf), Chings Hakka noodles, pani puri, Punjabi biscuits, tea rusks, namkeens, Lipton yellow label tea.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9452, '2022-10-05', 12.02, 'Trader Joe\'s, San Carlos, CA', 'Poppy pinot noir from Monterrey'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9453, '2022-10-05', 8.74, 'Trader Joe\'s, San Carlos, CA', 'All for one 3 in 1 soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9454, '2022-10-05', 117.87, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @ $5.99), buttermilk, frozen waffles, butter, tofu, frozen veggies, tomatoes, ice cream, lime, pre-made ravioli, avocados, cheese, lettuce, bananas, pineapple'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9455, '2022-11-22', 42.80, 'Lunardi\'s, Belmont, CA', 'Milk (?, 2 gallons @ $7.19), frozen veggies, pumpkin pie ($15.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9456, '2023-12-30', 3110.64, 'Air India (via Expedia.com)', 'Rountrip ticket SFO-DEL for Arun after Arun\'s mother passed away. Onward: SFO (2023-12-30, 10:30 pm) --> DEL (2024-01-01, 4:25 am). Return: DEL (2024-01-07, 4:00 am) --> SFO (2024-01-07, 6:00 am).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9457, '2024-01-08', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9458, '2024-01-11', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9459, '2024-01-14', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2023-12-03, 2023-12-10, and 2023-12-17.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9460, '2024-01-16', 20.00, 'Ralston Middle School (via Colleen Conley), Belmont, CA', 'Gift for Aahna’s music teacher, Ms Marks, for helping the kids for CMEA'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9461, '2023-03-27', 535.00, 'BRSSD', 'Vyom\'s outdoor ed and T-shirt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9462, '2023-10-25', 300.00, 'BRSSD', 'Aahna\'s Disney trip. Installment 1 / 3.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9463, '2023-12-08', 275.00, 'BRSSD', 'Aahna\'s Disney trip. Installment 2 / 3.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9464, '2024-01-17', 200.00, 'BRSSD', 'Aahna\'s Disney trip. Installment 3 / 3.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9465, '2024-01-19', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2024-01-26. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9466, '2024-01-14', 139.00, 'Farmers Market, Belmont, CA', 'Veggies: $79, eggs: $27 (prices went up from $24), fruit: $33.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9467, '2024-01-27', 45.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont. Aahna wanted to skip the lesson due to her birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9468, '2024-01-14', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9469, '2024-02-01', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9470, '2024-01-27', 86.62, 'Red Hot Chilli Pepper, San Carlos, CA', 'Dinner for Arun and Vyom, while Aahna celebrated her birthday at home with her friends and Ujala went out with her friend, Emily. Order: chilli chicken, gobhi manchurian, plain rice, masala lemonade (for Vyom), Taj Mahal beer (for Arun)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9471, '2024-01-21', 69.10, 'Madras Cafe, Sunnyvale, CA', 'Brunch for the family: masala dosas for Arun and Vyom, paper masala dosa for Ujala, cheese dosa for Aahna, filter coffee for Arun, mango lassi for Vyom'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9472, '2024-01-25', 113.63, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @ $6.49), butter, frozen waffles, yogurt, ice cream, chicken, cheese, tofu, frozen veggies, bananas, avocados, lettuce, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9473, '2024-01-09', 8.74, 'Trader Joe\'s, San Carlos, CA', 'Liquid soap, all for one'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9474, '2024-01-09', 168.40, 'Trader Joe\'s, San Carlos, CA', 'Milk (3 gallons @ $6.49), cheese, ravioli, tofu, frozen waffles, veggies (didn\'t go to Farmers Market), frozen veggies, bread, bananas, chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9475, '2024-01-27', 15.89, 'Whole Foods, Park Place, San Mateo, CA', 'James Cab cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9476, '2024-01-27', 29.99, 'Whole Foods, Park Place, San Mateo, CA', 'Berry Chantilly cake (6\") for Aahna\'s birthday celebration with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9477, '2024-01-27', 30.77, 'Whole Foods, Park Place, San Mateo, CA', 'Blueberries, acai frozen cubes (originally bought for Aahna\' birthday, but she didn\'t end up using it), bagels'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9478, '2024-01-28', 142.28, 'Farmers Market, Belmont, CA', 'Veggies: $74, eggs: $27, fruit: $33, garlic and ginger: 8.28'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9479, '2024-02-07', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2024-01-07, 2024-01-14, 2024-01-21, and 2024-01-28.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9480, '2024-02-07', 17.97, 'Safeway, Belmont, CA', 'Three types of bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9481, '2024-02-08', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9482, '2024-02-09', 3347.44, 'Stanford Children’s Hospital', 'Ujala’s hospitalization at Mountain View location + follow-up appointment at Sunnyvale (2024-01-19)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9483, '2024-02-09', 1167.91, 'Sutter Health, San Carlos, CA', 'Ujala’s initial video consultation (2013-12-08), first visit and phone call (2013-12-11), follow-up (2023-12-29), follow-up (2024-02-01) with Dr Susie Kara'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9484, '2024-02-10', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9485, '2024-02-12', 3.87, 'GrubHub.com (for Urban Momo), San Jose, CA', 'Extra over $25 for the lunch order (mixed bhuteko bhat, samosas) after the group order got canceled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9486, '2024-02-15', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9487, '2024-02-18', 7.35, 'Starbucks, Belmont, CA', 'Two tall lattes for Arun and his dad (used the remaining balance in the gift card given by Ujala) + $2 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9488, '2024-02-19', 19.10, 'Starbucks, Placeville, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Coffee for Arun and drinks for Aahna, Vyom, and Olivia on the way to Heavenly.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9489, '2024-02-19', 29.52, 'Verde Mexican Rotisserie, South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Dinner, chicken quesadilla for Aahna and chicken tacos for Vyom and Arun'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9490, '2024-02-10', 24.93, 'Namaste Plaza, Belmont, CA', 'Fennel seeds (saunf) -- 5 plain + 2 candied'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9491, '2024-02-03', 4.00, 'San Francisco International Airport', 'Parking while picking up Arun\'s dad and Adit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9492, '2024-02-22', 31.61, 'Steve\'s Plaza, El Dorado Hills, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Personal pizza for Vyom, burger + fries for Aahna as brunch on the way back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9493, '2024-02-17', 290.07, 'The Sports Basement, Redwood City, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Ski rentals for Arun (27.5 ski boots, 160 cm ski, $80), Vyom (25.5 junior ski boots, 136 cm ski, $65), Aahna (24.5 boots, 135-140 cm snowboard) + helmets ($3 * 18)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9494, '2024-02-20', 516.00, 'Heavenly Ski Resort (via snow.com), South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Lift passes for Arun ($199), Aahna ($179), Vyom ($138) -- as Ski With a Friend (SWAF) given by Viktoriia.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9495, '2024-02-21', 402.00, 'Heavenly Ski Resort (via snow.com), South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Lift passes for Arun ($132), Aahna ($132) as buddyy passes +, Vyom ($138) as Ski With a Friend (SWAF), all given by Viktoriia.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9496, '2024-02-19', 56.39, 'Teriyaki Junction, Placerville, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Lunch for Arun (chicken bowl), Vyom (chicken bowl), Aahna (fried chicken), and Olivia (tofu bowl) on the way to Tahoe.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9498, '2024-02-20', 61.30, 'Tamarack Lodge, Heavenly, South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Lunch on the slopes: extremely overprices crispy chicken burger + fries for Vyom and grilled chicken burger for Arun ($53.15) + discounted (due to friend\'s EPIC pass) meal for Aahna ($8.15).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9499, '2024-02-21', 30.30, 'Tamarack Lodge, Heavenly, South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Lunch on the slopes: reasonably prices chicken soups (soup of the day) + fries for Vyom. Less crowded and better located with a great lake view!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9500, '2024-02-21', 36.90, 'Steins Cafe, Heavenly, South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Lunch on the slopes: overpriced lunch for Aahna that she ordered separately on her own.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9501, '2024-02-21', 5.00, 'Bally\'s Lake Tahoe Casino Resort, South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Dinner for Aahna at the hotel that she ordered separately with her friends.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9502, '2024-02-22', 9.72, 'Bally\'s Lake Tahoe Casino Resort, South Lake Tahoe, CA', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Brunch on the way back, coffee and banana nut muffin for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9503, '2023-12-16', 398.97, 'Bally\'s MontBleu Resort, Stateline, NV', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Three nights at Bally\'s Lake Tahoe Casino Resort, two queen bed room. Spacious with a huge bathroom, good pool, and a decent restaurant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9504, '2024-02-20', 39.82, 'Cafe del Soul, Bally\'s MontBleu Resort, Stateline, NV', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Dinner for Arun and Vyom: shared plate of buffalo wings, clam chowder in bread bowl for each. Reasonably priced, good service, decent food.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9505, '2024-02-20', 66.67, 'American River Cafe, Harrah\'s Lake Tahoe, Stateline, NV', 'Tahoe ski vacation (2024-02-19 to 2024-02-22): Dinner for Arun and Vyom: fish and chips for Vyom, teriyaki salmon rice bowl for Arun. A bit overpriced, but decent food and service.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9506, '2024-02-24', 30.00, 'Museum of Modern Art, San Francisco, CA', 'Admission ticket for Arun. Vyom and Ujala were free (all under 18 are free). Aahna stayed home because she had cold and Arun\'s dad wasn\'t interested -- instead, he went with Adit to see his apartment and work place.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9507, '2024-02-24', 24.00, 'Hearst Parking Center, San Francisco, CA', 'Parking near MOMA, for a visit to MOMA by Arun, Ujala, and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9508, '2024-02-24', 65.00, 'Chaat Corner, San Francisco, CA', 'Dinner for Arun (chhole bhature + chai) and Vyom (chhole bhature + mango lassi) while visiting MOMA. Also picked seekh kababs for Aahna and Arun\'s dad. Ujala refused to eat anything.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9509, '2024-02-11', 130.80, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $70, eggs (@Ronald-Nicolas): $11 (only 1 dozen available), fruit (Lujanfarm): $26, more veggies (Cosina Romi): 23.80'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9510, '2024-02-25', 86.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $25 (not many choices this week), eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $34'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9511, '2024-03-07', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9512, '2024-03-09', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9513, '2024-03-15', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2024-02-04, 2024-02-11, and 2024-02-18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9514, '2024-03-15', 64.15, 'Mountain Mike\'s Pizza, Belmont, CA', '14\" (large) pizza: half spinach with garlic base, half bell pepper with tomato base, 6 classic plain wings, 6 buffalo wings + $7.05 tips + $5 delivery fee.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9515, '2024-03-14', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9516, '2024-03-21', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9517, '2024-03-03', 110.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $60, eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $23'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9518, '2024-03-24', 124.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $60, eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $37'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9519, '2024-03-23', 26.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom ($21) + tips. Rates went up.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9520, '2024-03-25', 15.32, 'DMV, Redwood City, CA', 'Fee for transferring the title to Arun\'s name from joint Arun / Minaxi. Necessary before the car can be sold.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9521, '2024-03-28', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9522, '2024-03-30', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9523, '2024-03-16', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9524, '2023-09-30', 51.99, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner: vegetable chow mien, Szechuan tofu, Kung Pao chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9525, '2024-04-06', 70.71, 'Hot Wok Bistro Too, San Carlos, CA', 'Chinese for dinner: spring rolls, Mongolian chicken, Kung Pao stir fry vegetables, Kung Pao shrimp'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9526, '2024-04-06', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2024-03-03, 2024-03-10, and 2024-03-31.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9527, '2024-04-11', 95.65, 'Madras Cafe, Sunnyvale, CA', 'Lunch: masala dosa for Arun, paper masala dosa for Arun’s dad and Vyom, paper dosa for Aahna, mrdu vada, masala vada, idly/vada combo, two mango lassis, 2 filter coffees'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9528, '2024-04-12', 25.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Arun’s father($18, senior rate) + tips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9529, '2024-04-15', 30.00, 'Rockin Jump (paid to Tatiana via Zelle), San Carlos, CA', 'Vyom\'s ticket, went with Nazar; ride given by Nazar\'s grandmother Tanya (Tatiana); money paid to her via Zelle (650-539-7844).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9530, '2024-04-18', 100.00, 'CLocktower Music, San Carlos, CA', 'Repairs of Vyom\'s flute.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9531, '2024-04-18', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom. Over video due to Vyom\'s cold and cough.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9532, '2024-04-25', 20.00, 'Ralston Middle School, Belmont, CA', 'Entry fee for Ralston dance event for Aahna and Vyom @ $10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9533, '2024-03-31', 92.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $50, eggs (@Ronald-Nicolas): $11, fruit (Lujanfarm): $31'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9534, '2024-04-07', 90.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $38, eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $25'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9535, '2024-04-14', 92.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $67, fruit (Lujanfarm): $25'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9536, '2024-04-21', 92.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee-2: $35, eggs (@Ronald-Nicolas): $24, fruit (Lujanfarm): $33'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9537, '2024-04-25', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom. Over video due to Vyom\'s cold and cough.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9538, '2024-04-27', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9539, '2024-05-03', 35.13, 'Grubhub.com (for Urban Momos)', 'Ordered extra food for dinner $25 credit): chicken momos (8 pieces), vegetarian paneer momos (6 pieces), 2 plate samosas (4 total), 1 plate plain chicken wings.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9540, '2024-05-09', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom. Over video due to Vyom\'s cold and cough.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9541, '2024-05-02', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9542, '2024-05-10', 233.07, 'BYU', 'Self-study geometry course (part 2) for Aahna. Including $31 for reading material.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9543, '2024-05-11', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9544, '2024-05-11', 253.79, 'Hyatt Place Nashville / Green Hills, Nashville, TN', 'One night\'s stay for Arun\'s father during the visit to Vanderbilt for Adit\'s commencement.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9545, '2024-04-27', 697.19, 'Expedia.com (for United)', 'Roundtrip ticket to Nashville for Arun\'s father for the visit to Vanderbilt for Adit\'s commencement. 2024-05-09: SFO (11:05pm) --> BNA (5:38am + 1); 2024-05-11: BNA (6:38pm) --> SFO (9:36pm).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9546, '2024-05-16', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9547, '2024-05-17', 60.75, 'Carlmont High School (via Ludus.com)', '4 tickets (1 adult @ $20, 1 senior @ $15, 2 students @ $10) + service fee for Ujala\'s final Carlmont performance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9548, '2024-05-18', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9549, '2024-05-18', 40.00, 'Ashley Devine', '30-minute viola lesson for Aahna: 2024-04-07.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9550, '2024-04-24', 1.89, 'Safeway, Belmont, CA', 'Chobani greek yogurt purchased by Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9551, '2024-04-13', 14.60, 'Safeway, Belmont, CA', '6-pack Blue Moon White Ale, for Adit\'s visit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9552, '2024-04-13', 30.00, 'Safeway, Belmont, CA', 'Yogurt, 2 gallons milk @ $6.99, bread, apples, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9553, '2024-05-18', 17.68, 'Safeway, Belmont, CA', 'Cabernet: Chateau St Michell'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9554, '2024-05-18', 54.99, 'Safeway, Belmont, CA', 'Plain yogurt, Greek yogurt, milk 1 gallnon @ $6.99, bread, apple, bananas, strawberries, grapes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9555, '2024-05-14', 10.71, 'CVS Pharmacy, San Carlos, CA', 'Listerine Zero MW'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9556, '2024-05-14', 39.23, 'CVS Pharmacy, San Carlos, CA', 'Purchases for Arun\'s father\'s sickness: CSV cough drops (60 ct), surgical masks (overpriced at 25 for $14.79 + taxes), Nyquil cough relief.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9557, '2024-05-14', 20.03, 'Safeway, Belmont, CA', 'Bananas, apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9558, '2024-05-02', 174.47, 'Trader Joe\'s, San Carlos, CA', 'Chicken, cream cheese, hummus spreads, sour cream, butter, tofu, egg white, cheese, waffles, ice cream, frozen veggies, bananas, apples, blueberries, pineapple, zuchini, asparagus, avocados, mushrooms, bread, milk (1 gallon @ $6.79), potatoes, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9559, '2024-04-27', 70.00, 'New Eritrea Restaurant, San Francisco, CA', 'Dinner with Kaaren Hansen: 2 beers, lamb (kilwa begee), vegetarian combo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9560, '2024-04-06', 73.11, 'The Village Bakery, Woodside, CA', 'Breakfast with Kaaren Hansen: 2 eggs florentine, 1 cappuccino, 1 cappuccino with oat milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9561, '2024-05-23', 30.00, 'Alana Wacker', '30-minutes flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9562, '2024-05-28', 2.61, 'Poke Bowl (via grubhub.com)', 'Lunch, extra over $25 after the group lunch got canceled.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9563, '2024-05-05', 133.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $62, eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $44'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9564, '2024-05-19', 125.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $60, eggs (@Ronald-Nicolas): $24, fruit (Lujanfarm): $58'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9565, '2024-05-26', 117.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $48, eggs (@Ronald-Nicolas): $24, fruit (Lujanfarm): $45'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9566, '2024-05-30', 50.00, 'Alana Wacker', '30-minutes flute lesson for Vyom. Final lesson: paid $20 extra.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9567, '2024-06-08', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9568, '2024-06-02', 25.00, 'Yard Sale, Belmont, CA', 'Several pants for Vyom, a couple of jackets / fleece, one suitcase for Arun’s dad to take the donation clothes to India.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9569, '2024-06-06', 26.00, 'Belmont Hair Studio, Belmont, CA', 'Hair cut for Vyom $18+ tips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9570, '2024-06-13', 199.00, 'BYU', 'Self-study Algebra 2 course (part 1) for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9571, '2024-05-05', 15.97, 'Safeway, Belmont, CA', 'Pasta sauce, pasta, yogurt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9572, '2024-06-16', 136.32, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $69, eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $25, strawberries (Her Farms): $13.32'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9573, '2024-06-01', 1950.00, 'Luiz Cortez (Armando) via Venmo', 'Labor and material for trimming the trees and bushes, black mulch, white stones, and fixing the front stone lining. Also did some trimming of the backyard tree.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9574, '2024-06-08', 12.00, 'San Francisco International Airport', 'Parking while dropping Arun\'s father'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9575, '2023-09-02', 30.00, 'Lassen Volcanic National Park (via recreation.gov)', 'Lassen vacation: Three-day vehicle pass.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9576, '2024-06-20', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. The first lesson the previous week was introductory and wasn\'t charged.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9577, '2024-06-24', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont. (Moved to Monday on the instructor\'s request.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9578, '2024-06-27', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9579, '2024-07-01', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont. (Moved to Monday on the instructor\'s request.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9580, '2024-07-04', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9581, '2024-07-08', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont. (Moved to Monday on the instructor\'s request.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9582, '2024-07-10', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. Moved to Wednesday due to Alaska vacation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9583, '2024-04-12', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2024-04-19. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9584, '2024-07-10', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2024-07-10. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9585, '2024-07-14', 280.00, 'Ashley Devine', '30-minute viola lesson for Aahna on 2024-05-05, 2024-05-12, 2024-05-19, 2024-05-26, 2024-06-02, 2024-06-09, and 2024-06-16.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9586, '2024-07-25', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9587, '2024-07-27', 40.00, 'Roblox.com (via roblox.cashstar.com)', 'Birthday gift to Vyom\'s friend, Kabir Kawadia.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9588, '2024-07-27', 110.00, 'Twin Dragon Academy, San Carlos, CA', 'Testing fee for Ujala\'s test to go to the brown belt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9589, '2024-07-29', 398.00, 'BYU', 'Self-study Algebra 2 course (part 2), and Trigonometry course, for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9590, '2024-07-29', 70.00, 'Jose David', 'One hour tennis lesson for Aahna and Vyom, at Carlmont. (Moved to Monday on the instructor\'s request.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9591, '2024-07-28', 131.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $40 (wanted only $30, but I paid more), eggs (@Ronald-Nicolas): $24, fruit (Lujanfarm): $32, strawberries (Her Farms): $5'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9592, '2024-08-08', 190.00, 'Rotay Club of Menlo Park Foundation, Menlo Park, CA', '33-mile bike ride for the family; fund-raising event called Tour de Menlo. Round trip from 1105 Valparaiso Road, Menlo Park to the Madrone Picnic Area and back (estimated 3 hours total ride). Event suggested by Ujala. $90 for adult, $30 each for kids.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9593, '2024-08-08', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9594, '2024-08-15', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9595, '2024-08-22', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9596, '2024-08-24', 11.00, 'Alphabet, Manhattan, NY', 'NYU trip: Chicken sandwich for Vyom’s dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9597, '2024-08-23', 36.96, 'Key Food, Manhattan, NY', 'NYU trip: salad, grapes, yogurt for Ujala and Aahna’s dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9598, '2024-08-23', 109.19, 'Uber', 'NYU trip: taxi from JFK to the hotel Sixty Les, inc 15% tips. Driver was Selena, Indian looking and sounding but could also have been Pakistani.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9599, '2024-08-23', 32.21, 'Ritual Coffee Roasters, San Francisco Airport, CA', 'NYU trip: coffee and croissant for Arun, sandwich for Aahna, drink for Vyom; on the way to NY'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9600, '2024-08-23', 90.81, 'Proper Food, Sam Francisco airport, CA', 'NYU trip: Dinner for everyone on the plane, picked up by Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9601, '2024-08-24', 20.72, 'Key Food, Manhattan, NY', 'NYU trip: beaguette, grapes, yogurt for Ujala and Aahna’s dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9602, '2024-08-24', 20.72, 'Astor Plate, Manhattan, NY', 'NYU trip: very late breakfast from a small stand at Astor Place: smoothies for Arun and Vyom, croissant for Arun (tasted atale!), sandwich for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9603, '2024-08-24', 26.84, 'Ankara 1 Turkish Restaurant, Manhattan, NY', 'NYU trip: lamb shish kabobs for Arun and Vyom for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9604, '2024-08-24', 16.00, 'Two Boots, Manhattan, NY', 'NYU trip: one pizza slice each for Arun, Aahna, and Vyom, for dinner; good thin crust pizza!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9605, '2024-08-24', 22.65, 'Nygard International Inc, Manhattan, NY', 'NYU trip: I love NY t-shirt for Aahna, from near Times Square. Desi owners, very annoying and seemed distrusting.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9606, '2024-08-24', 22.37, 'Uber', 'NYU trip: taxi from Sixty Les to Rubin Hall, to carry all of Ujala’s bags. One bag still got left behind which I came back to get on foot, while Ujala and Aahna arranged the room.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9607, '2024-08-23', 1306.69, 'Sixty Les Hotel, Manhattan, NYC , NY', 'NYU trip: Two nights of “luxury” hotel stay. The location was great, but the room was on the 7th floor which shared a noisy club house blasting music through 2:00 am each night!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9608, '2024-07-27', 403.10, 'Alaska Airlines', 'NYU trip: one way airfare for Ujala 2024-08-23: SFO (01:16 pm) —> JFK (10:00?pm)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9609, '2024-07-27', 2178.60, 'Alaska Airlines', 'NYU trip: round trip air fare for Arun, Aahna, and Vyom 2024-08-23: SFO (01:16 pm) —> JFK (10:00?pm): 2024-08-25: EWR ((05:59 pm) —> SFO (09::15 pm)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9610, '2024-08-29', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9611, '2024-08-31', 90.00, 'Jose David', 'One hour individual tennis lesson each for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9612, '2024-08-31', 66.03, 'Mountain Mike\'s Pizza, Belmont, CA', 'One large pizza with half green onions and half pineapple (with extra toppings quantities), zesty aloha chicken wings. Inc. 15% tip and $5 delivery charge.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9613, '2024-09-02', 51.24, 'Chaat Bhavan Express, Sunnyvale, CA', 'Lunch for Arun and Vyom after the hike in Pacifica: kulche chhole (shared a plate with an extra kulcha), pakoras.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9614, '2024-09-02', 11.43, 'Chipotle Mexican Grill, Millbrae, CA', 'Lunch for Aahna after the hike in Pacifica: chicken basket'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9615, '2024-09-05', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9616, '2024-09-07', 90.00, 'Jose David', 'One hour individual tennis lesson each for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9617, '2024-09-11', 20.00, 'Carlmont Music (paid via PayPal), Belmont, CA', 'Aahna\'s string orchestra blouse.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9618, '2024-09-12', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9619, '2024-09-14', 90.00, 'Jose David', 'One hour individual tennis lesson each for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9620, '2024-09-19', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9621, '2024-08-11', 150.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $60, eggs (@Ronald-Nicolas): $30 (jumbo eggs), fruit (Lujanfarm): $60'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9622, '2024-09-01', 74.85, 'Farmers Market, Belmont, CA', 'Eggs (@Ronald-Nicolas): $24, fruit (Lujanfarm): $13.50, Cosina Romi: $37.35 (veggies, La-Lee didn\'t come due to Labor Day weekend)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9623, '2024-09-15', 108.00, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $71, eggs (@Ronald-Nicolas): $22 (some non-organic mixed, because didn\'t have enough organic left and gave $2 discount), fruit (Lujanfarm): $15'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9624, '2024-09-21', 90.00, 'Jose David', 'One hour individual tennis lesson each for Aahna and Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9625, '2024-09-27', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. (Moved to Thursday for this week due to Keira\'s conflict.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9626, '2024-09-28', 50.00, 'Jose David', 'One hour tennis lesson each for Vyom, at Carlmont. Aahna discontinued tennis lessons dating this week.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9627, '2024-10-03', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9628, '2024-10-05', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9629, '2024-10-08', 120.00, 'Ashley Devine', '30-minute viola lesson for Aahna on 2024-09-15, 2024-09-22, and 2024-09-29,'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9630, '2024-10-08', 1000.00, 'Meal Train (for Dave and Kristy)', 'Donation to help out Dave and Kristy. Their fund raising goal was $10,000 and they had raised around $5,000 when I donated. There was only one other donor with $1,000 donation and a couple with $500. Most were in $100-200 range.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9631, '2024-10-09', 11.00, 'Preeti Bordia (via Apple Pay)', 'Vyom\'s lunch with his friends, Kabir, Luca, and Rithvik after school.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9632, '2024-10-10', 33.78, 'Cinemark.com', 'Movie with Shilpa at Cinemark Century at Tanforan and XD, 1188 El Camino Real San Bruno, CA 94066: Vicky Vidya Ka Who Wala Video, 7:40 pm on 2024-10-11 (Fri).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9633, '2024-10-10', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9634, '2024-10-12', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9635, '2024-10-17', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9636, '2024-10-18', 6.11, 'Doordash', 'Ordered via lunch order for SiMa.ai, went $6.11 over 25: from Urban Momos, chicken momos and chicken wings for kids\' dinner.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9637, '2024-10-18', 1756.90, 'Apple', 'iPhone 16 Pro Max for Arun (1 TB storage), White Titan. Needed to purchase because Aahna\'s iPhone stopped working, most likely due to her repeated drops. Include $120 trade-in for Aahna\'s 256 GB iPhone 11.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9638, '2024-10-19', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9639, '2024-10-17', 55.00, 'Carlmont High School, Belmont, CA', 'Aahna\'s ticket for homecoming celebration. At Pinstripes, Hillsdale Mall, San Mateo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9640, '2024-10-23', 120.00, 'Osvert Riveron', 'One hour badminton lesson for Aahna at Bintang Badminton, San Carlos.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9641, '2024-10-24', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9642, '2024-10-26', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9643, '2024-10-27', 36.00, 'Bintang Badminton, Burlingame, CA', 'Drop-in charges for badminton, Arun and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9644, '2024-10-30', 1200.00, 'Bintang Badminton, San Carlos, CA', '10 badminton lessons for Aahna, with Coach Osvert. Starting 2024-10-30.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9645, '2024-11-02', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9646, '2024-11-01', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9647, '2024-09-29', 123.81, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $52, eggs (@Ronald-Nicolas): $27, fruit (Lujanfarm): $18, Cosina Romi (veggies): $13.49, Medina Berrys Farms (strawberries): $13.32'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9648, '2024-10-13', 86.40, 'Farmers Market, Belmont, CA', 'Veggies @la-Lee: $40, eggs (@Ray Ramirez): $27, fruit (Lujanfarm): $19.40'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9649, '2024-10-27', 71.94, 'Farmers Market, Belmont, CA', 'Veggies (la Lee didn\'t come) (Cosina Romi): $25.94, eggs (@Ronald Nicolas): $27, fruit (Lujanfarm): $19, bread at a discount (Beckmann\'s Old World): $10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9650, '2024-11-05', 358.00, 'Legend CP (legendcp.com)', 'Aahna\'s AP exam for Computer Science A on 2025-05-07, Wednesday, 12:00 noon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9651, '2024-11-06', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna on 2024-10-06, 2024-10-13, 2024-10-20, and 2024-10-27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9652, '2024-11-14', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9653, '2024-05-11', 11.91, 'Thrift Store, San Carlos, CA', 'Clothes shopping by Ujala and Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9654, '2024-10-10', 33.78, 'Cinemark', 'Date with Shilpa: Movie \"Vicky Vidya Ki Wo Wali Video\", at San Mateo.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9655, '2024-10-12', 16.47, 'Safeway, Belmont, CA', 'Date with Shilpa: Red roses for Shilpa.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9656, '2024-09-01', 18.58, 'Costco, Foster City, CA', 'One pair of chino pants for Arun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9657, '2024-09-01', 56.84, 'Costco, Foster City, CA', 'Toilet roll ($19.99), laundry detergent ($16.99), Crest toothpaste ($14.99) + taxes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9658, '2024-09-01', 411.26, 'Costco, Foster City, CA', 'Includes \"executive discount\" of $67.66 (annual Costco check); chicken, lamb, fish, shrimp, veggies, fruits, brown rice, honey, snacks, bread, bagels, croissants, avocado oil, almonds, peanut butter, paneer, cereal, ice cream (kulfi bars)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9659, '2024-10-11', 9.88, 'Safeway, Belmont, CA', 'Listerine'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9660, '2024-10-11', 68.86, 'Safeway, Belmont, CA', 'Gum, icecream, milk (2 gallons @ $6.99), bread, shrimp, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9661, '2024-09-23', 19.78, 'Trader Joe\'s, San Jose, CA', 'Banshee Sonoma pinot noir + $0.10 bottle deposit.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9662, '2024-09-23', 8.74, 'Trader Joe\'s, San Jose, CA', 'All for one liquid soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9663, '2024-09-23', 86.32, 'Trader Joe\'s, San Jose, CA', 'Milk (2 gallons @ $6.79), tomatoes, cheese, whole chicken, avocados, lime, frozen veggies, lettuce, bananas, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9664, '2024-09-01', 44.47, 'Safeway, Belmont, CA', 'Turkey jerky, cottage cheese, greek yogurt, string cheese, milk (1 gallon @ $6.99), bread, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9665, '2024-09-26', 10.93, 'The Home Depot, San Carlos, CA', '3 bags of 0.75 cu ft garden soil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9666, '2024-10-26', 11.69, 'Chipotle, Livermore Outlet, Livermore, CA', 'Chicken bowl for Vyom during a shipping visit by Arun and Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9667, '2024-07-26', 40.00, 'Roblox', 'Roblox credit for Vyom\'s friend, Kabir, on his birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9668, '2024-08-08', 180.00, 'Menlo Park Rotary', 'Participation in 32-mile bike ride with the kids for fund raising.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9669, '2024-11-21', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9670, '2024-11-23', 71.64, 'King Chuan (via DoorDash), San Carlos, CA', 'Dinner with kids and Shilpa (pickup order): egg rolls, kung pao chicken, eggplant in hot garlic sauce, vegetable chow mein'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9671, '2024-11-30', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9672, '2024-12-03', 400.00, 'Elite Prep, Cupertino, CA', 'Aahna\'s AP Exam fee for Psychology AP exam'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9673, '2024-12-13', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2024-12-13. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9674, '2024-12-12', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9675, '2024-12-16', 160.00, 'Ashley Devine', '30-minute viola lesson for Aahna on 2024-11-03, 2024-11-10 (one hour), and 2024-11-24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9676, '2024-12-19', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9677, '2024-12-24', 3.54, 'Karimi\'s Restaurant (via DoorDash), San Jose, CA', 'Extra over SiMa\'s allowance: chicken boti kabab and gajar halwa.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9678, '2024-12-25', 74.00, 'Mountain Mike’s, Belmont, CA', 'Pizza for dinner. Mini pizza, one large (one small free), six chicken wings.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9679, '2024-12-26', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9680, '2025-01-04', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9681, '2024-12-21', 2000.00, 'Marco Juarez', 'Outdoor upgrades: Advance payment for working on the front porch (tiling and door) and the backyard (tiling).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9682, '2024-12-29', 2000.00, 'Marco Juarez', 'Outdoor upgrades: Advance payment for working on the front porch (tiling and door) and the backyard (tiling).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9683, '2025-01-06', 2966.25, 'Home Depot, San Carlos, CA', 'Outdoor upgrades: Order #WM94356732, for the charcoal colored composite siding from trimming around the new door.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9684, '2024-11-07', 4713.06, 'Amazon.com', 'Outdoor upgrade: VDOMDOORS Front Exterior Prehung Steel Double Doors/Deux 1105 Gray Graphite Mirrored Glass/Entry Modern Painted Right Inswing Active Door 72\" x 80\"'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9685, '2025-01-09', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9686, '2025-01-11', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9687, '2025-01-21', 2.51, 'Urban Momo (via DoorDash), San Jose, CA', 'Overage above the $25 company budget for Arun\'s lunch (momos + samosas)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9688, '2025-01-20', 30.00, 'Belmont Hair Studio, Belmont, CA', 'Hair for Aahna: $24 + $6 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9689, '2025-01-23', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9690, '2025-01-31', 45.83, 'Mountain Mike\'s Pizza, Belmont, CA', 'Pizza + 12 piece BBQ wings for the kids. Got a $11 loyalty discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9691, '2025-02-03', 131.60, 'licenseplatewrap.com', 'Front license plate sticker for Model X, to avoid drilling holes on the front bumper and ruining its aerodynamics. Order number R528099876. The price has more than doubled since this was ordered for the previous Tesla!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9692, '2025-02-04', 320.00, 'Ashley Devine', '30-minute viola lesson for Aahna on 2024-12-01, 2024-12-08, 2024-12-15, 2024-12-22, 2025-01-05, 2025-01-12, 2025-01-19, and 2025-01-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9693, '2025-02-07', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9694, '2025-02-08', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9695, '2025-02-13', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9696, '2025-02-16', 32.96, 'Mountain Mike\'s Pizza, Belmont, CA', 'Pizza for dinner for Aahna and Vyom. Medium half and half: pineapple and red onion.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9697, '2025-02-20', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9698, '2025-02-23', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9699, '2025-03-01', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9700, '2025-02-27', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9701, '2025-03-07', 79.88, 'Sunshine Hong Cong Cafe, San Carlos, CA', '648 El Camino Real, San Carlos: Takeout dinner to celebrate Aahna\'s first badminton win against Menlo Atherton. Chicken with curry (Vyom), chicken congee (Arun), fish katsu + garlic and pepper chicken wings (Aahna) + $10.19 (16%) tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9702, '2025-03-06', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9703, '2025-03-08', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9704, '2025-03-11', 90.00, 'Elyse Ader', 'Aahna\'s first (trial) viola lesson (online) with the new instructor on March 10.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9705, '2025-03-13', 33.00, 'Carlmont High School (via ludus.com)', 'One adult and one student ticket to Aahna\'s chamber music night on March 14, 7:00 pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9706, '2025-03-13', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9707, '2025-03-19', 553.00, 'Sutter Health, San Carlos, CA', 'Payment for Vyom\'s visit regarding the swelling in his foot on 12/01/2024. Turned out to be nothing but a regular injury that healed itself; no broken bones.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9708, '2025-03-19', 200.00, 'Ashley Devine', '30-minute viola lesson for Aahna on 2025-02-02, 2025-02-09, 2025-02-16, 2025-02-23, and 2025-03-02. This was the last group of lessons with Ashley Devine before Aahna switched to Alyse Ader.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9709, '2025-03-20', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9710, '2025-03-22', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9711, '2025-03-26', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2025-03-26. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9712, '2025-03-29', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9713, '2025-04-03', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9714, '2025-04-05', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9715, '2025-04-11', 270.00, 'Elyse Ader', 'Aahna\'s viola lessons in April: 14, 21, and 28.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9716, '2025-03-19', 270.00, 'Elyse Ader', 'Aahna\'s viola lessons in March: 21, 24, and 29.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9717, '2025-04-17', 5.42, 'Karimi\'s Restaurant, San Jose, CA', 'Additional expense for Arun\'s lunch order of karhari goat and plain naan, on top the company\'s $25 allowance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9718, '2025-04-13', 118.16, 'King Chuan (via DoorDash), San Carlos, CA', 'Dinner with kids and Shilpa (pickup order): 2 egg rolls, kung pao chicken, prawns with cashews, han gen vegetarian special, vegetable chow fun.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9719, '2025-04-19', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9720, '2025-04-06', 62.69, 'Madras Cafe, Sunnyvale, CA', 'Brunch for Arun, Aahna, and Vyom: 1 masala dosa, 1 paper masala dosa, 1 cheese masala dosa, 1 masala vada, 1 methu vada, 1 filter coffee, 2 mango lassis.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9721, '2025-04-13', 39.64, 'The Home Depot, San Carlos, CA', 'Filler plate for the lock hole on the shed door ($6.98), pocket door latch for the master closet ($20.93), shelf supports for the new pantry in the dining area ($8.33) + taxes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9722, '2025-02-12', 123.46, 'Safeway, Belmont, CA', 'Milk (1 gallon Clover @ $8.99), bread, yogurt, eggs, chicken, shrimp, bananas.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9723, '2023-04-13', 37.80, 'Thrift Center, San Carlos, CA', 'Purchases by Ujala (shopped with Aahna).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9724, '2024-07-12', 17.48, 'Old Navy, Great Mall, Milpitas, CA', 'Clothes purchases by Ujala, while shopping with Charu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9725, '2024-07-12', 14.21, 'H&M, Great Mall, Milpitas, CA', 'Clothes purchases by Ujala, while shopping with Charu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9726, '2025-04-11', 137.06, 'Safeway, Belmont, CA', '2 gallons milk @ $7.28, bread, bananas, frozen chicken patties, frozen fried shrimp, frozen raw shrimp (on sale), tomatoes, strawberries lettuce, sushi ($5 Friday deal).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9727, '2025-02-16', 127.16, 'Namaste Plaza, Belmont, CA', 'Snacks (Punjabi biscuits, cake rusks), namkeen, mustard seeds, papads, fennel seeds (saunf), vermicelli, mustard oil, Aashirvad multigrain flour (20 lbs).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9728, '2025-01-05', 40.93, 'Safeway, Belmont, CA', 'Yogurt, bread, cucumbers, bananas, avocados.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9729, '2025-01-09', 17.47, 'Safeway, Belmont, CA', 'Gum, eggs, buns, bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9730, '2024-12-14', 78.79, 'Safeway, Belmont, CA', 'Baking poweder, baking soda, bredad, eggnog, frozen pizza, cottage cheese, egg white, greek yogurt, bananas, blackberries, spinach, asparagus.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9731, '2025-01-12', 6.99, 'Safeway, Belmont, CA', 'Coffee beans: deeply discounted from $16.99.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9732, '2025-04-25', 14.91, 'Panera Bread (via Doordash), San Jose, CA', 'Two chicken sandwiches for Aahna and Vyom in the evening. The price is on top of the $25 covered by SiMa.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9733, '2025-04-20', 100.84, 'Namaste Plaza, Belmont, CA', 'Namkeen, fennel seeds (saunf), biscuits, cake rusk, ice cream ($13.99), basmati rice ($15.99), Aashirvad multigrain flour (20lb, $21.99).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9734, '2025-04-20', 98.65, 'Safeway, Belmont, CA', 'Cheese, yogurt, greek yogurt, bread, chicken, bananas, strawberries, blueberries.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9735, '2025-03-26', 15.41, 'Trader Joe\'s, San Carlos, CA', 'Joel Gott cabernet'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9736, '2025-03-26', 101.12, 'Trader Joe\'s, San Carlos, CA', '2 gallons milk @ $6.99, frozen waffles, bread, ice cream, butter, frozen veggies, bananas, cheese, avocado, tofu, blueberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9737, '2025-03-16', 137.47, 'Safeway, Belmont, CA', 'butter, icecream, cheese, greek yogurt, chicken, bananas, pineapple, raspberries, blackberries, guava kambucha'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9738, '2025-01-14', 18.26, 'Lunardi\'s Markets, Belmont, CA', '(Purchased by Ujala) baguette, cashew milk'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9739, '2025-01-14', 25.92, 'Safeway, Belmont, CA', '(Purchases by Ujala) Yogurt, greek yogurt'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9740, '2025-01-16', 18.05, 'Safeway, Belmont, CA', '(Purchases by Ujala) potatoes, bread, sun dried tomatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9741, '2025-01-03', 43.10, 'Safeway, Belmont, CA', '(Purchases by Ujala) potatoes, chips, bread, chicken pot pie, 2 veggie combo pizza / dishes(?), roasted chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9742, '2025-01-20', 48.42, 'Trader Joe\'s, San Carlos, CA', 'Tribunal red wine ($9.99), Harvey and Harriet red wine ($23.99), Caretaker cabernet fro Paso Robles ($9.99) + bottle deposit ($0.30) + taxes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9743, '2025-01-20', 111.76, 'Trader Joe\'s, San Carlos, CA', '2 gallons milk @ $6.79, blueberries, bananas, apples, avocado, tofu, zucchini, potatoes, frozen veggies, butter, bread, cheese.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9744, '2025-01-19', 8.00, 'SFO Parking, San Francisco, CA', 'Parking while dropping off Ujala.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9745, '2024-08-06', 25.12, 'The Home Depot, San Carlos, CA', 'Locking pliers set (bought mainly to unscrew the rusted wheel nut on Minaxi\'s old bike).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9746, '2024-11-30', 2.62, 'Dollar Tree, Belmont, CA', 'Gift bag, gum'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9747, '2024-09-12', 85.27, 'Safeway, Belmont, CA', '2 bricks of organic Clover butter ($10.99 each, expensive!), 1 gallon milk @ $6.99, frozen veggies, greek yogurt, bread, tofu.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9748, '2024-06-23', 55.85, 'Safeway, Belmont, CA', 'Dating: Etude Pinot Noir ($44.99), paper bag ($6.95) + taxes: gift for Ina Bourdev on the first (and only) visit to her home in Cupertino.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9749, '2024-11-30', 68.21, 'Safeway, Belmont, CA', 'Dating: Gifts to take to Shilpa Malik\'s home on the first visit with the kids. Laphroaig scotch ($49.99): for Shilpa\'s dad, bouquet of flowers ($11.99): for Shilpa\'s mom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9750, '2025-05-01', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9751, '2025-04-24', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9752, '2025-05-03', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9753, '2025-05-08', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9754, '2025-05-09', 5.59, 'Slice of Homage Pizza (via DoorDash.com), San Jose, CA', 'Additional payment (over and above the company paid $25) for dinner for the kids. MONEY WASTED: SOMEBODY ATE THE PIZZA FROM THE BREAK ROOM!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9755, '2025-05-10', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9756, '2025-05-12', 1939.29, 'Ikea, East Palo Alto, CA', 'Closets for the kids\' rooms (PAX brand, the same kind that was use for the master closet).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9757, '2025-05-15', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9758, '2025-05-20', 25.00, 'Peninsula Youth Orchestra, San Carlos, CA', 'Audition fee for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9759, '2025-05-20', 90.00, 'Elyse Ader', 'Aahna\'s viola lesson on 2025-05-19.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9760, '2025-05-20', 218.48, 'Apple.com', 'AirPods Pro 2 for Arun. Lost the old ones at Fairfield downtown Philadelphia, during Pavani\'s executive MBA graduation. Total $273.59, balance paid from Ujala\'s last year\'s $250 birthday gift. The old ones were due for replacement anyways.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9761, '2025-05-22', 15.79, 'Guapos Corporation Cafetaria, San Jose, CA', 'Chips and guacamole with Ajan Bansal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9762, '2025-05-22', 13.81, 'On a Roll, San Jose, CA', 'Vietnamese coffee with Ajan Bansal.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9763, '2025-05-21', 68.00, 'The College Board', '(Paid by Aahna) -- SAT registration for the test on August 23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9764, '2025-05-17', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9765, '2025-05-24', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9766, '2025-05-24', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. (Move to Saturday for this week.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9767, '2025-05-27', 90.00, 'Elyse Ader', 'Aahna\'s viola lesson on 2025-05-26.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9768, '2025-05-29', 695.00, 'Harvard Computer Society', 'AI bootcamp for Aahna, June 2-6. Even though that was the final week, Aahna had only 3 finals and her math final was on Monday. The bootcamp sessions were in the afternoons starting at 4:00 pm.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9769, '2025-05-29', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9770, '2025-05-31', 90.00, 'Twin Dragons Academy, San Carlos, CA', 'Fee for Vyom’s test to go from purple to blue belt.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9771, '2025-06-03', 245.92, 'Amazon.com', '26\" Huffy Stone mountain bike and Schwinn Trasher bike helmet for Vyom for his 13th birthday.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9772, '2025-06-05', 2.62, 'Poke House (via doordash.com), San Jose. CA', 'Lunch order for Arun, over the $25 company paid lunch allowance.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9773, '2025-06-05', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9774, '2025-06-06', 27.00, 'Sutter Health, San Carlos, CA', 'Outstanding balance of Vyom’s visit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9775, '2025-06-07', 41.20, 'Hollister Co. (hollister.com)', '2025 India Trip: Low rise ripped medium wash relaxed straight jeans for Unnati (Unnati wanted it). $25 discounted price + $15 expedite shipping. Ujala got a discount on shipping due to her Hollister membership + 10% student discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9776, '2025-06-07', 39.56, 'Amazon.com', '2025 India Trip: Dry shampoo for Unnati (Unnati wanted it).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9777, '2025-06-07', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9778, '2025-07-12', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9779, '2025-07-17', 60.00, 'Keira Sarmiento', '60-minute flute lesson for Vyom. Combined two lessons into one.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9780, '2025-07-18', 90.00, 'Elyse Ader', 'Aahna\'s online viola lesson.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9781, '2025-07-19', 46.63, 'Mountain Mike’s, Belmont, CA', 'One large vegan pizza and one 12-piece wings (discounted due to member rewards)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9782, '2025-07-19', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9783, '2025-07-21', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. Move to Monday for this week because Keira was going on college tours later in the week.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9784, '2025-07-31', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9785, '2025-08-02', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9786, '2025-08-04', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9787, '2025-08-09', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9788, '2025-08-14', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9789, '2025-08-21', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9790, '2025-08-22', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2025-08-22. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9791, '2025-08-23', 1065.65, 'BestBuy.com', 'Samsung WF50BG8300AVUS washer, 5 cu ft, with steam function. (Replaced the older 2012 Samsung model WF431ABP/XAA (3.9 cu ft), on which the door seal had broken, costing about $150 + installation, if any).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9792, '2025-08-26', 540.00, 'Elyse Ader', 'Aahna\'s online viola lessons for August (22025-08-26) and September (2025-09-02, 2025-09-09, 2025-09-16, 2025-09-23, 2025-09-30).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9793, '2025-08-28', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9794, '2025-08-30', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9795, '2025-09-07', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. (Rescheduled to Sunday due to Keira\'s conflict.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9796, '2025-09-13', 100.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont. Paid for 9/6 and 9/13.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9797, '2025-09-14', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom. Rescheduled to Sunday since Arun\'s laptop wasn\'t available on Thursday (9/11) for FaceTime -- Arun needed it for the interview at Amazon. Vyom\'s didn\'t yet have a monitor to use his own damaged laptop in clamshell mode.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9798, '2025-09-15', 280.00, 'Habee Ahmed (via Facebook marketplace)', 'Monitor for Vyom: Philips Creator Series 27EF2F7901 27\" 4K UHD, IPS, USB-C, built-in KVM. Vyom found it w. Ujala\'s help. The listed price was $270 but the seller insisted on cash and claimed to not have $10 change.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9799, '2025-09-18', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9800, '2025-09-20', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9801, '2025-09-25', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9802, '2025-09-24', 55.00, 'Bushwackers, Belmont, CA', 'Haircut for Vyom (by Justin). $45 + $10 tips.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9803, '2025-09-27', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9804, '2025-09-27', 81.98, 'Burma Spice (via DoorDash), Redwood City, CA', 'Dinner: garlic noodles with tofu for shilpa, Burma house noodles for Aahna, coconut shrimp for Vyom, chicken biryani for Arun. Doordash gave $11 discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9805, '2025-10-02', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9806, '2025-10-04', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9807, '2025-10-09', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9808, '2025-10-10', 126.00, 'Carlmont High School', 'Aahna\'s AP test fee for World History.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9809, '2025-10-11', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9810, '2025-10-14', 3.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9811, '2025-10-14', 8.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Vietnamese shrimp coconut rice.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9812, '2025-10-15', 3.00, 'Endeavor Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9813, '2025-10-15', 11.84, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Extra large bowl of salad.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9814, '2025-10-16', 6.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte + a slice of banana bread.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9815, '2025-10-16', 6.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Cold turkey sandwich for a late lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9816, '2025-10-21', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9817, '2025-10-21', 8.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Philippino-style grilled salmon.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9818, '2025-10-23', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9819, '2025-10-23', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Cuban sandwich and brown rice.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9820, '2025-10-23', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9821, '2025-10-16', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9822, '2025-10-24', 52.75, 'American Cancer Society (via Anusha Sachdev, Hillview school)', 'Donation to help Anusha\'s donation drive. NVIDIA should give a matching donation.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9823, '2025-10-26', 70.40, 'Mountain Mike\'s Pizza, Belmont, CA', 'Dinner for Aahna and Vyom: one large pizza (half pineapple, half bell pepper + onion), 12 Nashville Hot chicken wings.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9824, '2025-10-24', 6.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte + almond croissant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9825, '2025-10-24', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Small chicken chips (chips topped with cheese, black bean, and chicken).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9826, '2025-10-28', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9827, '2025-10-28', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch with Deepika Yammanur: Small chicken verde (came with rice, benas, salad, and toppings).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9828, '2025-10-29', 8.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Thai coconut shrimp rice.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9829, '2025-10-30', 7.84, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Salad (large bowl) with tuna salad.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9830, '2025-10-30', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9831, '2025-10-31', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Mexican shrimp plate (small) with rice, beans, lettuce, salsa.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9832, '2025-11-01', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9833, '2025-11-03', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Afternoon latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9834, '2025-11-04', 2.29, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Almond trail mix snack.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9835, '2025-11-05', 794.18, 'Tesla', 'Changed both rear tires after one got flat due to a big nail.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9836, '2025-11-05', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9837, '2025-11-06', 5.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte + butter croissant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9838, '2025-11-08', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9839, '2025-11-06', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9840, '2025-11-05', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Salad for lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9841, '2025-11-06', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Small Hyderabadi biryani for lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9842, '2025-11-12', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9843, '2025-11-12', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Small goat curry meal (inc. rice, paratha, dal) for lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9844, '2025-11-13', 6.00, 'Endeavor Cafe, NVIDIA, Santa Clara, CA', 'Morning latte (large) + pumpkin spice loaf.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9845, '2025-11-13', 7.60, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Salad for lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9846, '2025-11-17', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9847, '2025-11-15', 36.84, 'Panera Bread, Los Gatos, CA', 'Various chicken sandwiches for brunch for Arun, Aahna, and Vyom. Picked up when Arun took Aahna to Los Gatos Tesla to cover a protest event against Elon Musk, for her school newspaper.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9848, '2025-11-17', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: sweet and sour chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9849, '2025-11-18', 2.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Butter croissant for breakfast.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9850, '2025-11-18', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Chicken asado.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9851, '2025-11-19', 1.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Pancakes for breakfast.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9852, '2025-11-20', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Hyderabad chicken biryani for lunch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9853, '2025-11-22', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9854, '2025-11-20', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9855, '2025-11-24', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9856, '2025-11-24', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Chicken fajita (chicken, rice, beans, lettuce, salsa. guacamole).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9857, '2025-11-20', 399.00, 'UC Scout (UCSC)', 'Fees for Aahna\'s AP Chemistry course.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9858, '2025-11-25', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Goan-style lamb.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9859, '2025-11-25', 2.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Butter croissant for breakfast.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9860, '2025-11-26', 9.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunnch: turkey burger, curly fries, roasted veggies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9861, '2025-11-26', 53.27, 'Mountain Mike\'s Pizza, Belmont, CA', 'Pizza for the kids (Arun was at Shilpa\'s place): one large half-and-half pizza (bell pepper + red onion, pineapple), 12-piece chicken wings. Includes 30% member special discount.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9862, '2025-11-30', 75.00, 'Bintang Badminton, San Carlos, CA', 'One hour drop-in badminton group lesson for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9863, '2025-12-01', 9731.95, 'County of San Mateo, CA', 'Porperty tax: 1st installment of 2025-26 taxes.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9864, '2025-12-01', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Katsu fried tuna plus rice and coleslaw.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9865, '2024-11-10', 136.82, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $83, duck eggs (@Ronald Nicolas): $9, veggies (Cosina Romi): $22.82, fruits (Lujan Farm): $22.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9866, '2024-11-24', 150.00, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $99, eggs (@Ronald Nicolas): $27, fruits (Lujan Farm): $24.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9867, '2024-12-01', 91.00, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $44, eggs (@Ronald Nicolas): $24, fruits (Lujan Farm): $23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9868, '2024-12-22', 138.00, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $83, chicken and duck eggs (@Ronald Nicolas): $28, fruits (Lujan Farm): $27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9869, '2025-01-05', 105.39, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $46, veggies (Cosina Romi): 38.39, fruits (Lujan Farm): 20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9870, '2025-01-12', 47.00, 'Farmers Market, Belmont, CA', 'Eggs (Ronald Nicolas): 27, fruits (Lujan Farm): 20.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9871, '2025-01-26', 137.00, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $75, Eggs (Ronald Nicolas): $27, fruits (Lujan Farm): $35.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9872, '2025-02-02', 27.00, 'Farmers Market, Belmont, CA', 'Eggs (Ronald Nicolas): $27.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9873, '2025-02-16', 101.00, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $60, Duck eggs (Ronald Nicolas): $30, fruits (Lujan Farm): $11.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9874, '2025-03-02', 97.31, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $40.75, Eggs (Ronald Nicolas): $27, fruits (Lujan Farm): $13, Berries (Covarrubias Farm): 16.56.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9875, '2025-03-16', 118.22, 'Farmers Market, Belmont, CA', 'Veggies (la Lee): $45, Eggs (Ronald Nicolas): $27, fruits (Lujan Farm): $10, Berries (Covarrubias Farm): 36.22.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9876, '2025-12-02', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Persian-style chicken + rice, paratha, raita.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9877, '2025-12-03', 21.85, 'Carlmont High Shool (via ludus.com), Belmont, CA', 'Winter concert ticket for Aahna\'s performance. Only one adult ticket ($20) + convenience charges.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9878, '2025-12-03', 5.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: Egg bhujia (scrambled eggs, potato nuggets, potato home fries).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9879, '2025-12-04', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Steak fajita platter.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9880, '2025-12-06', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9881, '2025-12-07', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9882, '2025-12-08', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Chinese / Thai chicken plus rice and bok-choy.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9883, '2025-12-09', 9.41, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Coconut shrimp + salad with shrimp (at the team meeting during remote members\' visit).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9884, '2025-12-10', 5.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: French toast (3 half bread slices -- totally NOT worth it).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9885, '2025-12-14', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9886, '2025-12-11', 8.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: goat curry, full plate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9887, '2025-12-17', 9.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: half plate teriyaki chicken ($4), pumpkin spice bread ($2.50), small latte ($3).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9888, '2025-12-18', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: fish sandwich ($5.50) with a side of roasted veggies ($2).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9889, '2025-12-14', 39.97, 'Cinemark, Mountain View, CA', 'Dhurandhar: Arun and Shilpa, 6:50 pm show ($37.98) + $1.99 online service charges for canceling the 5:15 show that Arun had initially booked for himself. The movie was great! Waiting for the sequel, to be released in March 2026.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9890, '2025-12-12', 91.72, 'Safeway, Belmont, CA', 'Bread, chicken, sushi (Friday special), icecream, blackberries, raspberries.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9891, '2025-12-17', 50.29, 'Trader Joe\'s, San Jose, CA', '(Shopped with Shilpa) milk (half gallon since about to head to NY the following week), eggs, veggies, sandwich bread, salmon fillet, lettuce'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9892, '2025-12-16', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: small goat vindaloo'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9893, '2025-12-08', 118.58, 'India Cash & Carry, Sunnyvale, CA', '(Shopped after meeting with Pankaj Mehra. Bad experience! Impolite workers, let a customer break the line knowingly.) 10 lb flour, ghee, dal, raw peanutes, maggi noodles, snacks (biscuits, namkin) + 12 gulab jamuns ($8.71)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9894, '2025-12-03', 13.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Dinner for kids: two roast-beef and cheddar wraps (Vyom was able to take out the cheese).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9895, '2025-12-08', 7.72, 'Komala Vilas, Sunnyvale, CA', 'Meeting with Pankaj Mehra: Filter coffee and aaloo bonda (special happy hour deal) + some tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9896, '2025-12-09', 113.58, 'Trader Joe\'s, Los Altos, CA', 'bread, chicken, milk, (1 gallon @ $6.99), egg nog, cheese, veggies, fruit (bananas, berries), tofu, avocado'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9897, '2025-11-30', 16.50, 'Trader Joe\'s, San Carlos, CA', 'J Lohr cabernet.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9898, '2025-11-30', 8.74, 'Trader Joe\'s, San Carlos, CA', 'Liquid soap, one-for-all.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9899, '2025-11-30', 113.16, 'Trader Joe\'s, San Carlos, CA', 'Bread, icecream, chesse, milk (1 gallon @ $6.99), frozen veggies, fresh veggies, fruit, avocado, eggs, chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9900, '2025-11-21', 14.60, 'Safeway, Belmont, CA', '6 pk beer (Blue Moon white ale) for Shilpa.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9901, '2025-11-21', 118.51, 'Safeway, Belmont, CA', 'Yogurt, bread, croissants, milk (2 gallons @ $6.49), eggs, chicken, fruits (bananas, berries), sushi rolls (Friday special)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9902, '2025-10-11', 37.98, 'Cinemark, Mountain View, CA', 'Sunny Sanskari Ki Tulsi Kumari: Arun and Shilpa. Shilpa liked it but Arun didn\'t (Arun was also very tired). Shilpa got upset with Arun at being unenthusiastic with the movie, so it backfired!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9903, '2025-12-20', 52.00, 'Bushwackers, Belmont, CA', 'Haircut for Vyom (by Jafet). $45 + $7 tips. Paid via Venmo, but the barber warned that it would b cash only going forward.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9904, '2025-12-18', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9905, '2026-01-05', 440.00, 'Sue-mi Shin, Redwood City, CA', 'Viola lessons for Aahna: 4 lessons @ $110, for January 2026.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9906, '2026-01-04', 48.42, 'Mountain Mike\'s Pizza, Belmont, CA', 'Pizza for dinner: Shilpa moved in for a few days and used $20 available as the member promotion. 1 large pizza (half pineapple, half bell pepper + red onion), 12 classic buffalo wings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9907, '2026-01-05', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: chicken fajita.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9908, '2026-01-06', 9.64, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Salad.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9909, '2026-01-07', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Mongolian chicken with rice and roll.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9910, '2026-01-08', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Dum chicken biryani.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9911, '2026-01-10', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9912, '2026-01-08', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9913, '2026-01-12', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: BBQ turkey sandwich.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9914, '2026-01-13', 2.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: butter croissant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9915, '2026-01-13', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Teriyaki chichen.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9916, '2026-01-13', 400.00, 'Twin Dragons Academy, San Carlos, CA', 'Fee for Ujala\'s test to go from brown to black belt, scheduled for 2026-01-18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9917, '2026-01-17', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9918, '2026-01-17', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9919, '2026-01-20', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9920, '2026-01-20', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Small Mexican chicken plate.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9921, '2026-01-21', 544.91, 'Natera Inc', 'Payment for Ujala\'s tests, done at UCSF during her gynecologist visit with Dr Kien Chou on 2025-08-13.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9922, '2026-01-21', 9.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Coconut shrimp ($4) + spam nigiri wrap ($5.50).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9923, '2026-01-18', 63.14, 'Twin Dragons Academy, San Carlos, CA', 'Gee top for Ujala for her black-belt test. We couldn\'t find any gee-top at home!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9924, '2026-01-14', 395.00, 'Bintang Badminton, San Carlos, CA', 'One month badminton group sessions for Aahna.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9925, '2026-01-22', 941.63, 'Uplift Desk (upliftdesk.com)', '48\" x 30\" bamboo top standing desk for Shilpa (including extras: powered grommets, \"comfort\" up/down key pad, bamboo top). Reviews said it was worth the money, cheaper desks tend to sag over time and wobble when standing.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9926, '2026-01-24', 200.00, 'Heritage, San Francisco, CA', 'Dinner for Arun and Shilpa and takeout for Vyom, while Aahna went on a date at Symphony with Aakal. (Pasta for Shilpa, Salmon for Arun, chicken sandwich for Vyom). Including about $25 tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9927, '2026-01-24', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9928, '2026-01-26', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9929, '2026-01-24', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9930, '2026-01-27', 1140.47, 'Apple Inc. (via apple.com)', 'iPhone 17 for Aahna, for her birthday. Had her old iPhone stolen during the NYC trip. Since then she has been using Ujala\'s old cracked phone. iPhone 17 appears more useful (6.3\" screen with 0.5 + macro camera) than iPhone Air (6.5\", no macro and no 0.5).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9931, '2026-01-28', 53.21, 'Puran Poli, Santa Clara, CA', 'Lunch with Pushkar (I paid for the whole meal + 15% tips).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9932, '2026-01-26', 7.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Chai Latte for Arun and Pushkar, while Pushkar visited NVIDIA. This was after the lunch at Puran Poli.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9933, '2025-08-15', 2755.00, 'Dr Jyoti Sahdev DDS, Cupertino, CA', 'Arun\'s new bridge after the old one chipped while eating chicken. The new one is pure ceramic (the old one had metal too) and includes a temp one while the permanent one arrived.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9934, '2026-01-29', 77.00, 'Dr Jyoti Sahdev DDS, Cupertino, CA', 'Co-pay for Arun\'s teeth cleaning. Includes $50 fine for canceling the previous appointment at a short notice, and $25 for fluoride (not covered by insurance).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9935, '2026-01-31', 138.20, 'Mountain Mike\'s Pizza, Belmont, CA', 'Pizza for dinner for Aahna\'s birthday (7 friends): One large cheese pizza, one large ham+pineapple pizza, 25 Nashville hot wings, 12 BBQ wings; applied $11 loyalty discount and 15% ($17.39) tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9936, '2026-02-02', 6.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: made to order scrambled eggs.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9937, '2026-01-31', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9938, '2026-02-03', 6.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9939, '2026-02-04', 2.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: butter croissant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9940, '2026-02-05', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9941, '2026-02-05', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: dum chicken biryani.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9942, '2026-02-07', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9943, '2026-02-09', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9944, '2026-02-09', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Full plate chipotle chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9945, '2026-02-11', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9946, '2026-02-11', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Lauki (ordered veg by mistake, but it did keep the lunch light).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9947, '2026-02-12', 15.50, 'Chipotle Mexican Grill, Cupertino, CA', 'Dinner for Vyom (free, thanks to a prize won by Ujala’s friend, Emily) and Aahna (paid).'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9948, '2026-02-15', 440.00, 'Sue-mi Shin, Redwood City, CA', 'Viola lessons for Aahna: 4 lessons @ $110, 2026-01-31, 2026-02-08, 2026-02-16, and 2026-02-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9949, '2026-02-14', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9950, '2026-02-12', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9951, '2026-02-12', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Katsu fish.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9952, '2026-02-18', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Chicken curry.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9953, '2026-02-19', 2.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: butter croissant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9954, '2026-02-23', 60.00, 'Keira Sarmiento', '30-minute flute lessons for Vyom, on 2026-02-15 and 2026-02-18.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9955, '2026-02-23', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast latte.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9956, '2026-02-23', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Cashew chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9957, '2026-02-25', 2.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: butter croissant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9958, '2026-02-25', 10.11, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: salad (small bowl) -- surprisingly expensive!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9959, '2026-02-27', 950.00, 'Twin Dragon Kung Fu Academy (via Aaron Robitsch), San Carlos, CA', 'Payment for 10 private lessons for the kids. 1st lesson on 2026-02-27. Payment via Venmo made to Aaron Robitsch.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9960, '2026-03-02', 8.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: salad (small bowl); lunch with Purshottam Vishwakarma'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9961, '2026-03-05', 8.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: banana bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9962, '2026-02-26', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9963, '2025-12-27', 2124.59, 'Hyatt House, Jersey City, NJ', 'NYC vacation: Hotel stay 2025-12-21 to 2025-12-27. Include breakfast, very convenient location, on hop from WTC stop, excellent views! Will gladly go back.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9965, '2025-12-25', 215.22, 'Cloves Indian Restaurant, Madison Ave, Manhattan, NY', 'NYC vacation: Lunch with Nisha. Restaurant suggested and booked by Nisha.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9966, '2026-02-04', 128.60, 'Dr Jyoti Sahdev, Cupertino, CA', 'Co-pay for dental cleaning, x-rays, and fluoride. Also includes a $50 penalty for changing the appointment that was less than 48 hours away.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9967, '2026-01-16', 40.00, 'DMV, Redwood City, CA', 'California Real ID for Ujala'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9968, '2026-01-27', 7.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Small Madras chicken.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9969, '2025-12-26', 215.22, 'Ferrara, Little Italy, Manhattan, NY', 'NYC vacation: Coffee and cakes in Little Italy. It had started snowing by this time. Beautiful!'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9970, '2025-11-06', 1682.73, 'United Airlines (via Expedia.com)', 'NYV vacation: Roundtrip airline tickets for Arun, Aahna, and Vyom. 2025-12-20: SFO->EWR United 285. 2025-12-27: EWR->SFO United 1844.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9971, '2026-03-05', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Small mughal dum chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9972, '2026-03-05', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9973, '2026-01-22', 72.29, 'Safeway, Belmont, CA', 'Eggs, milk (@ $7.99), Greek yogurt, chicken, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9974, '2025-12-23', 63.15, 'Pick a Bagel Eighth Ave, Manhattan, NY', 'NYC vacation: Lunch at Ujala\'s recommended place for bagels.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9975, '2026-02-08', 155.10, 'Safeway, Belmont, CA', 'Frozen veggies, wraps, Greek yogurt, chicken, frozen shrimp, asparagus, potatoes, broccoli, tomatoes, cucumbers, apples, bananas, blueberries'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9976, '2026-01-02', 57.96, 'Safeway, Belmont, CA', 'Napa valley avocado oil ($19.49), bread, fish fillet, blackberries, sushi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9977, '2026-01-27', 74.73, 'Whole Foods Market, Cupertino, CA', 'Bananas, tomatoes, milk ($7.49), bagels, salmon fillet ($19.57), chocolate eruption cake (for Aahna\'s birthday)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9978, '2026-02-20', 46.50, 'Safeway, Belmont, CA', '2 gallons milk (@ $7.99), bananas, strawberries, sushi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9979, '2026-01-15', 84.21, 'Safeway, Belmont, CA', 'Signature olive oil ($23.99), cereals, tortilla, strawberries, yogurt, 1 gallon milk ($7.99), eggs, turkey, impossible sausage, shrimp ($11.98)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9980, '2026-01-18', 67.45, 'Total Wine & More, San Jose, CA', 'Laphroaig 750ml ($46.49) -- excellent price!, Mother\'s Choice organic red wine ($14.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9981, '2026-01-16', 40.56, 'Safeway, Belmont, CA', 'Potato chips, strawberries, ice cream, chicken (cooke, on $5 Friday special), apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9982, '2026-02-01', 27.46, 'Safeway, Belmont, CA', 'Pink roses for Shilpa'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9983, '2026-01-04', 114.10, 'Namaste Plaza, Belmont, CA', 'Fennel seeds, biscuits, cake rusk, namkeen, goat meat ($29.38), 20 lbs flour ($26.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9984, '2026-01-18', 47.21, 'Safeway, Belmont, CA', 'Flowers: tulip ($9.99) for Viktoriia on her black belt Kung Fu, bouquet ($16.99) for Ujala on her black belt Kung Fu, red roses ($15.99) for Shilpa'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9985, '2026-01-31', 31.38, 'Lunardi\'s Markets, Belmont, CA', 'Cake for Aahna\'s birthday celebration with her friends: white chocolate raspberry cake ($25.99), blue color tube ($5.39)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9986, '2025-12-30', 135.89, 'Safeway, Belmont, CA', 'Eggnog, ice cream, yogurt, 1 gallon milk (@ $7.99), cottage cheese, Greek yogurt, chickens, eggs, onions, potatoes, banana, raspberries, blackberries, cheese'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9987, '2026-02-05', 18.86, 'Costco, Sunnyvale, CA', 'ECOS laundry detergent'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9988, '2026-02-05', 45.71, 'Costco, Sunnyvale, CA', 'Wine: Napa Quilt ($26.99), Beckmen Cuvée ($13.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9989, '2026-02-05', 29.96, 'Costco, Sunnyvale, CA', 'Reynolds foil'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9990, '2026-02-05', 470.43, 'Costco, Sunnyvale, CA', '50 lbs jasmine rice ($43.99), mango and guava nector, snacks, 2 gallons milk ($13.09), salmon ($39.99), eggs, honey, raisins, avocado oil, olive oil, chicken, salt, bread, cheese; includes $47.90 of \"executive reward\" credit'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9991, '2026-03-09', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast: Pancakes, two-egg sunny-side up'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9992, '2025-08-02', 7.30, 'Safeway, Belmont, CA', 'Fuji apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9993, '2023-01-15', 38.45, 'Safeway, Belmont, CA', 'Orchid plant.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9994, '2023-01-15', 50.34, 'Safeway, Belmont, CA', '3 gallons milk (@ $6.79), jumbo shrimp ($23.98), bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9995, '2025-08-08', 8.35, 'Safeway, Belmont, CA', 'Eggs, chocolate'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9996, '2025-08-08', 34.16, 'Safeway, Belmont, CA', 'Mini pretzels, tortilla, chicken, pasta, sushi ($5 Fridays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9997, '2025-07-09', 134.21, 'Safeway, Belmont, CA', 'Cocoa poweder, peppers, veggies, apples, bananas, yogurt, Greek yogurt, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9998, '2023-02-12', 48.07, 'Namaste Plaza, Belmont, CA', 'Frozen parathas, hakka noodles, namkeen, masalas, biscuits'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (9999, '2025-08-08', 17.57, 'Safeway, Belmont, CA', 'Shilpa Malik: red roses'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10000, '2025-07-18', 46.63, 'Mountain Mike\'s Pizza, Belmont, CA', 'Pizza for dinner'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10001, '2025-09-23', 72.87, 'Safeway, Belmont, CA', 'Rice cakes, 1 gallon milk (@ $7.99), chicken, string cheese, Greek yogurt, asparagus, corn, pasta, tofu, cucumbers, avocado'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10002, '2025-08-15', 32.69, 'Safeway, Belmont, CA', 'Apples, hot sauce, sushi ($5 Fridays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10003, '2025-09-23', 15.26, 'Trader Joe\'s, San Carlos, CA', 'Brioche buns, vegetable masala burgers, turkey burgers (preparation for a quick dinner, with Shilpa)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10004, '2025-09-23', 106.18, 'Trader Joe\'s, San Carlos, CA', 'Tomatoes, corn, frozen veggies, salt, frozen waffles, cucumbers, lettuce, cauliflower, green pepper, potatoes, green pepper, bread, eggs, bananas, 1 gallon milk (@ $6.99)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10005, '2025-08-10', 24.46, 'Safeway, Belmont, CA', 'Ice cream, squash, apples'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10006, '2025-09-24', 9.88, 'Hassett Hardware (Ace Hardware), Belmont, CA', 'Three-pack flapper valve gaskets for the toilet flush system'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10007, '2025-08-24', 10.78, 'Safeway, Belmont, CA', 'Popcorn, eggs'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10008, '2025-08-01', 42.55, 'Safeway, Belmont, CA', 'Potato chips, pasta, avocados, apples, chicken, sushi ($5 Fridays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10009, '2026-08-06', 33.64, 'Safeway, Belmont, CA', 'Relish, Apples, cereal, icecream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10010, '2025-10-17', 101.51, 'Safeway, Belmont, CA', 'Rice cakes, cottage cheese, icecream, string cheese, 1 gallon milk (@ $7.99), eggs, bananas, raspberries, blueberries, sushi ($5 Fridays), tortilla chips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10011, '2025-10-11', 50.62, 'Safeway, Belmont, CA', 'String cheese, 1 gallon milk (@ $7.99), Greek yogurt, bread, limes, pasta, bananas, avocado'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10012, '2025-10-11', 15.36, 'Safeway, Belmont, CA', 'Josh Hearth cabernet souvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10013, '2025-10-02', 17.60, 'Trader Joe\'s, San Carlos, CA', 'Coppola Diamond cabernet souvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10014, '2025-10-02', 112.96, 'Trader Joe\'s, San Carlos, CA', '1 gallon milk (@ $6.99), whole chicken, family pack chicken, cereal, Greek yogurt, cottage cheese, string cheese, eggs, frozen veggies, butternut squash, carrots, potatoes, onions, ginger, tomatoes, bread, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10015, '2025-08-13', 64.09, 'Safeway, Belmont, CA', 'Cereal, apples, Ritz crackers, chips, butter, Greek yogurt, pasta, cantaloupe'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10016, '2025-08-22', 29.06, 'Safeway, Belmont, CA', 'Chips, squash, apples, sushi ($5 Fridays)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10017, '2025-09-05', 17.68, 'Safeway, Belmont, CA', 'St Francis cabernet sauvignon'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10018, '2025-09-05', 108.37, 'Safeway, Belmont, CA', 'Frozen veggies, icecream, 1 gallon milk (@ $7.99), green onions, celery, blackberries, blueberries, chicken, frozen shrimp'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10019, '2025-08-20', 12.44, 'Safeway, Belmont, CA', 'Popcord, coffee syrup, lasagna, icecream'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10020, '2025-08-17', 100.46, 'Namaste Plaza, Belmont, CA', 'Urad dal, namkeen, biscuits, kulfi icecream, cake rusk, Aashirwad multigrain flour ($24.99 for 20 lbs)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10021, '2025-12-26', 55.89, 'L Train Vintage 1 Saint Nicholas, Brooklyn, NY', 'NYC vacation: Shopping at Ujala\'s favority thrift store; some shirts and jackets for all three kids'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10022, '2026-03-01', 49.11, 'Madras Cafe, Sunnyvale, CA', 'Brunch for Arun and Vyom (Aahna was away in Anaheim for her DECA conference): 2 masala dosas, 1 masala vada, 1 sambar vada, 1 mango lassi, 1 filter coffee + $4 tips'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10023, '2026-03-01', 8.74, 'Trader Joe\'s, San Carlos, CA', 'All-for-one liquid soap'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10024, '2026-03-01', 102.51, 'Trader Joe\'s, San Carlos, CA', 'Chicken, 2 gallons milk (@ $6.99), frozen veggies, icecream, mandarins, bananas, eggs, lemons, tomatoes, celery, lettuce, cottage cheese, Greek yogurt, bread'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10025, '2026-03-01', 105.32, 'The Home Depot, San Carlos, CA', 'Plants for the kitchen garden: strawberry, potatoes, tomatoes (roma and beefsteak), cherry tomatoes, cauliflower, spinach, dahlia, freesia; garden soil ($30.70)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10026, '2026-02-24', 12.24, 'CVS Pharmacy, San Carlos, CA', 'Cortizone (with rollerball applicator) for Arun\'s allergies that he got from poison oak while retrieving Vyom\'s soccer ball from the bushes; the ball went there again but we decided not to risk retrieving it again'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10027, '2026-03-10', 18.73, 'Trader Joe\'s, Hillsdale Blvd, San Mateo, CA', 'Decoy pinot noir'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10028, '2026-03-10', 99.16, 'Trader Joe\'s, Hillsdale Blvd, San Mateo, CA', '1 gallon milk (@ $6.99), chicken, icecream, frozen waffles, frozen salmon burgers, eggs, Greek yogurt, bread, bagels, string cheese, bananas, tomatoes'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10029, '2019-06-14', 40.69, 'Friend-to-friend, UCSF, San Francisco, CA', 'Special bra (Trulife Alexandria, size B, Amethyst color) for Minaxi.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10030, '2026-03-11', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: Chicken katsu'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10031, '2026-03-12', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Breakfast latte'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10032, '2026-03-12', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10033, '2025-11-06', 1682.73, 'Expedia.com (for United)', 'NYC vacation: Roundtrip tickets for Arun, Aahna, and Vyom. 2025-12-21: United 285 SFO -> EWR, 2025-12-27: United 1844 EWR -> SFO'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10034, '2025-12-22', 242.63, 'One World Observatory, One Trade Center, Manhattan, NY', 'NYC vacation: Entry for four to One World Observatory, World Trade Center, 3 adults @ $54, 1 youth @ $48'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10035, '2026-03-14', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10036, '2026-03-02', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10037, '2026-03-19', 600.00, 'Sue-mi Shin, Redwood City, CA', 'Viola lessons for Aahna: 5 lessons @ $110 + 2 extra time (marked with x) @ $25: 2026-03-07, 2026-03-09, 2026-03-15(x), 2026-03-21(x), and 2026-03-23.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10038, '2026-03-19', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10039, '2026-03-21', 50.00, 'Jose David', 'One hour tennis lesson for Vyom, at Carlmont.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10040, '2026-03-22', 45.00, 'Keira Sarmiento', 'A special extended flute lesson for Vyom. Scheduled at a short notice to help Vyom prepare his audition for honor band.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10041, '2026-03-23', 3.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Morning latte'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10042, '2026-03-23', 4.00, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: butter chicken'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10043, '2026-03-26', 28.58, 'Mazra, Redwood City, CA', 'Lunch with Pushkar (Pushkar wanted advice on choosing a job between Apple, AMD, and Waymo): Chicken shawarma + $4.40 (20%) tip.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10044, '2026-03-05', 6.99, 'Safeway, Belmont, CA', '(Purchase by Aahna): cookies'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10045, '2026-03-19', 120.00, 'Clocktower Music, San Carlos, CA', 'Repairs of Vyom\'s flute; reported damages due to a fall (possibly smashed by Vyom in anger)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10046, '2026-03-26', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10047, '2026-03-27', 50.00, 'Bushwackers, Belmont, CA', 'Haircut for Vyom (by Jafet): $45 + $5 tips (cash)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10048, '2026-03-20', 50.73, 'Safeway, Belmont, CA', '1 gallon milk (@ $7.99), bread, bananas, acovado, blueberry, sushi'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10049, '2026-03-20', 13.51, 'Safeway, Belmont, CA', 'Beer: 6-pack of Belgian Leffe Blonde -- to have with Shilpa who was visiting that day.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10050, '2026-03-20', 5.49, 'Safeway, Belmont, CA', 'Roses for Shilpa, who was in Belmont that day.'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10051, '2026-03-27', 64.73, 'Safeway, Belmont, CA', '1 gallon milk (@ $7.99), rice cakes, icecream, frozen veggies, shrimp, raspberry, sushi, chicken wings'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10052, '2026-03-16', 55.91, 'Safeway, Belmont, CA', '1 gallon milk (Clover @ $9.99), cottage cheese, bread, chicken drumsticks, bananas'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10053, '2026-03-16', 17.57, 'Safeway, Belmont, CA', 'Roses for Aahna to give Aakal on his birthday'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10054, '2026-03-15', 88.56, 'Namaste Plaza, Belmont, CA', '20 lb Aashirwad multigrain flour ($26.99), jowar flour, namkeen, biscuits, rasmalai ($11.99, for Arun to celebrate his birthday), noodles'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10055, '2026-03-13', 52.53, 'Chipotle, San Carlos, CA', 'Dinner for everyone while Shilpa visited for Arun\'s birthday: 1 veggie burrito for Shilpa, 2 chicken bowls for Aahna and Vyom, 2 packs of tortilla chips, 1 large guacamole; the staff was rude when the woman taking the orders didn\'t understand English and missed the chicken bowls --- was rudely asked to go back to the line. Won\'t go there again, even though they did grudgingly added the chicken order with a \"warning\" to always order everything together! (Even though it was their staff\'s mistake that she didn\'t understand the order.)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10056, '2026-03-28', 14.24, 'In-and-Out Burger, Mountain View, CA', 'Dinner pick-up for Arun and Aahna after the movie Dhurandhar 2: 2 hamburgers, 1 fry, 1 diet coke (for Aahna)'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10057, '2026-01-29', 7.50, 'Voyager Cafe, NVIDIA, Santa Clara, CA', 'Lunch: full plate chicken teriyaki'); INSERT INTO `purchases` (`ID`, `date`, `amount`, `vendor`, `note`) VALUES (10058, '2026-04-02', 30.00, 'Keira Sarmiento', '30-minute flute lesson for Vyom.'); -- -- Table: service_tags -- DROP TABLE IF EXISTS `service_tags`; CREATE TABLE `service_tags` ( `service_id` decimal(6,0) NOT NULL, `tag_id` int(11) NOT NULL, PRIMARY KEY (`service_id`,`tag_id`), KEY `tag_id` (`tag_id`), CONSTRAINT `service_tags__service_tags__1` FOREIGN KEY (`service_id`) REFERENCES `services` (`ID`) ON DELETE CASCADE, CONSTRAINT `service_tags__service_tags__2` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (2, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (3, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (4, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (5, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (6, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (7, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (8, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (9, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (10, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (11, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (12, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (13, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (14, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (15, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (16, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (17, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (18, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (19, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (20, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (21, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (22, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (23, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (24, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (25, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (26, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (27, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (28, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (29, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (30, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (31, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (32, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (33, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (34, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (35, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (36, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (37, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (38, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (39, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (40, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (41, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (42, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (43, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (44, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (45, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (46, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (47, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (48, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (49, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (50, 54); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (51, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (52, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (53, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (54, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (55, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (56, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (57, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (58, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (59, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (60, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (61, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (62, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (63, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (64, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (65, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (66, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (67, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (68, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (69, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (70, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (71, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (72, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (73, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (74, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (75, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (76, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (77, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (78, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (79, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (80, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (81, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (82, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (83, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (84, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (85, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (86, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (87, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (88, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (89, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (90, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (91, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (92, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (93, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (94, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (95, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (96, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (97, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (98, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (99, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (100, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (101, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (102, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (103, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (104, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (105, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (106, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (107, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (108, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (109, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (110, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (111, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (112, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (113, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (114, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (115, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (116, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (117, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (118, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (119, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (120, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (121, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (122, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (123, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (124, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (125, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (126, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (127, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (128, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (129, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (130, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (131, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (132, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (133, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (134, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (135, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (136, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (137, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (138, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (139, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (140, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (141, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (142, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (143, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (144, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (145, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (146, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (147, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (148, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (149, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (150, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (151, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (152, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (153, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (154, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (155, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (156, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (157, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (158, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (159, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (160, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (161, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (162, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (163, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (164, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (165, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (166, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (167, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (168, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (169, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (170, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (171, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (172, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (173, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (174, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (175, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (176, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (177, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (178, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (179, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (180, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (181, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (182, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (183, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (184, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (185, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (186, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (187, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (188, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (189, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (190, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (191, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (192, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (193, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (194, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (195, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (196, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (197, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (198, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (199, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (200, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (201, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (202, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (203, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (204, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (205, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (206, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (207, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (208, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (209, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (210, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (211, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (212, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (213, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (214, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (215, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (216, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (217, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (218, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (219, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (220, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (221, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (222, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (223, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (224, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (225, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (226, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (227, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (228, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (229, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (230, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (231, 54); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (232, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (233, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (234, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (235, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (236, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (237, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (238, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (239, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (240, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (241, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (242, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (243, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (244, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (245, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (246, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (247, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (248, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (249, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (250, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (251, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (252, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (253, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (254, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (255, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (256, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (257, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (258, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (259, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (260, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (261, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (262, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (263, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (264, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (265, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (266, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (267, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (268, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (269, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (270, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (271, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (272, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (273, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (274, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (275, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (276, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (277, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (278, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (279, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (280, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (281, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (282, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (283, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (284, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (285, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (286, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (287, 55); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (288, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (289, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (290, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (291, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (292, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (293, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (294, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (295, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (296, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (297, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (298, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (299, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (300, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (301, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (302, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (303, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (304, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (305, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (306, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (307, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (308, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (309, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (310, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (311, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (312, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (313, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (314, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (315, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (316, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (317, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (318, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (319, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (320, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (321, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (322, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (323, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (324, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (325, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (326, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (327, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (328, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (329, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (330, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (331, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (332, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (333, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (334, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (335, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (336, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (337, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (338, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (339, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (340, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (341, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (342, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (343, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (344, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (345, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (346, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (347, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (348, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (349, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (350, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (351, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (352, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (353, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (354, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (355, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (356, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (357, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (358, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (359, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (360, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (361, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (362, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (363, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (364, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (365, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (366, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (367, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (368, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (369, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (370, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (371, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (372, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (373, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (374, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (375, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (376, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (377, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (378, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (379, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (380, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (381, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (382, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (383, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (384, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (385, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (386, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (387, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (388, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (389, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (390, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (391, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (392, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (393, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (394, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (395, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (396, 54); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (397, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (398, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (399, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (400, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (401, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (402, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (405, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (406, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (407, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (408, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (409, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (410, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (411, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (412, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (413, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (414, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (415, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (416, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (417, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (418, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (419, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (420, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (421, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (422, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (423, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (424, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (425, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (426, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (427, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (428, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (429, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (430, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (431, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (432, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (433, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (434, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (435, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (436, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (437, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (438, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (439, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (440, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (441, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (442, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (443, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (444, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (445, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (446, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (447, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (448, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (449, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (450, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (451, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (452, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (453, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (454, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (455, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (456, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (457, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (458, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (459, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (460, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (461, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (462, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (463, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (464, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (465, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (466, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (467, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (468, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (469, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (470, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (471, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (472, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (473, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (474, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (475, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (476, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (477, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (478, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (479, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (480, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (481, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (482, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (483, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (484, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (485, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (486, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (487, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (488, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (489, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (490, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (491, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (492, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (493, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (494, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (495, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (496, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (497, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (498, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (499, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (500, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (501, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (502, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (503, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (504, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (505, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (506, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (507, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (508, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (509, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (510, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (511, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (512, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (513, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (514, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (515, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (516, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (517, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (518, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (519, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (520, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (521, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (522, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (523, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (524, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (525, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (526, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (527, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (528, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (529, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (530, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (531, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (532, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (533, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (534, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (535, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (536, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (537, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (538, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (539, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (540, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (541, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (542, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (543, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (544, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (545, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (546, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (547, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (548, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (549, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (550, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (551, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (552, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (553, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (554, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (555, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (556, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (557, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (558, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (559, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (560, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (561, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (562, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (563, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (564, 54); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (565, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (566, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (567, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (568, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (569, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (570, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (571, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (572, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (573, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (574, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (575, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (576, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (577, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (578, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (579, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (580, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (581, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (582, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (583, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (584, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (585, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (586, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (587, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (588, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (589, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (590, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (591, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (592, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (593, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (594, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (595, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (596, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (597, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (598, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (599, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (600, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (601, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (602, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (603, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (604, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (605, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (606, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (607, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (608, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (609, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (610, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (611, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (612, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (613, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (614, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (615, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (616, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (617, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (618, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (619, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (620, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (621, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (622, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (623, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (624, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (625, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (626, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (627, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (628, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (629, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (630, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (631, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (632, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (633, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (634, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (635, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (636, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (637, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (638, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (639, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (640, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (641, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (642, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (643, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (644, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (645, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (646, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (647, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (648, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (649, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (650, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (651, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (652, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (653, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (654, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (655, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (656, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (657, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (658, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (659, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (660, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (661, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (662, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (663, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (664, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (665, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (666, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (667, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (668, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (669, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (670, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (671, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (672, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (673, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (674, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (675, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (676, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (677, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (678, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (679, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (680, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (681, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (682, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (683, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (684, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (685, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (686, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (687, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (688, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (689, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (690, 50); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (691, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (692, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (693, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (694, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (695, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (696, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (697, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (698, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (699, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (700, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (701, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (702, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (703, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (704, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (705, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (706, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (707, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (708, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (709, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (710, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (711, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (712, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (713, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (714, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (715, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (716, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (717, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (718, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (719, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (720, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (721, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (722, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (723, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (724, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (725, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (726, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (727, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (728, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (729, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (730, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (731, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (732, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (733, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (734, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (735, 53); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (736, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (737, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (738, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (739, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (740, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (741, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (742, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (743, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (744, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (745, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (746, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (747, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (748, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (749, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (750, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (751, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (752, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (753, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (754, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (755, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (756, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (757, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (758, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (759, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (760, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (761, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (762, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (763, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (764, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (765, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (766, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (767, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (768, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (769, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (770, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (771, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (772, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (773, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (774, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (775, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (776, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (777, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (778, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (779, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (780, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (781, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (782, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (783, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (784, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (785, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (786, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (787, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (788, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (789, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (790, 58); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (791, 58); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (793, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (794, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (795, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (796, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (797, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (798, 67); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (799, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (800, 54); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (801, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (802, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (803, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (804, 66); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (805, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (806, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (807, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (808, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (809, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (810, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (811, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (812, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (813, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (814, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (815, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (816, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (817, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (818, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (819, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (820, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (821, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (822, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (823, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (824, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (825, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (826, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (827, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (828, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (829, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (830, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (831, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (832, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (833, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (834, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (835, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (836, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (837, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (838, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (839, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (840, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (841, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (842, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (843, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (844, 58); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (845, 61); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (846, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (847, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (848, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (849, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (850, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (851, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (852, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (853, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (854, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (855, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (856, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (857, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (858, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (859, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (860, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (861, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (862, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (863, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (864, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (865, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (866, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (867, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (868, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (869, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (870, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (871, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (872, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (873, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (874, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (875, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (876, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (877, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (878, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (879, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (880, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (881, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (882, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (883, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (884, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (885, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (886, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (887, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (888, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (889, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (890, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (891, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (892, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (893, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (894, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (895, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (896, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (897, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (898, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (899, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (900, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (901, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (902, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (903, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (904, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (905, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (906, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (907, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (908, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (909, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (910, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (911, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (912, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (913, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (914, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (915, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (916, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (917, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (918, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (919, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (920, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (921, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (922, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (923, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (924, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (925, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (926, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (927, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (928, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (929, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (930, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (931, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (932, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (933, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (934, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (935, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (936, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (937, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (938, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (939, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (940, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (941, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (942, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (943, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (944, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (945, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (946, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (947, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (948, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (949, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (950, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (951, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (952, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (953, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (954, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (955, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (956, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (957, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (958, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (959, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (960, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (961, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (962, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (963, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (964, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (965, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (966, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (967, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (968, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (969, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (970, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (971, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (972, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (973, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (974, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (975, 61); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (976, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (977, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (978, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (979, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (980, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (981, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (982, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (983, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (984, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (985, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (986, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (987, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (988, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (989, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (990, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (991, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (992, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (993, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (994, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (995, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (996, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (997, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (998, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (999, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1000, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1001, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1002, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1003, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1004, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1005, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1006, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1007, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1008, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1009, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1010, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1011, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1012, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1013, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1014, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1015, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1016, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1017, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1018, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1019, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1020, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1021, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1022, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1023, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1024, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1025, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1026, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1027, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1028, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1029, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1030, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1031, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1032, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1033, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1034, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1035, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1036, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1037, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1038, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1039, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1040, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1041, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1042, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1043, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1044, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1045, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1046, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1047, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1048, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1049, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1050, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1051, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1052, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1053, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1054, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1055, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1056, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1057, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1058, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1059, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1060, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1061, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1062, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1063, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1064, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1065, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1066, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1067, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1068, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1069, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1070, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1071, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1072, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1073, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1074, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1075, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1076, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1077, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1078, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1079, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1080, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1081, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1082, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1083, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1084, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1085, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1086, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1087, 61); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1088, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1089, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1090, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1091, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1092, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1093, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1094, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1095, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1096, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1097, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1098, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1099, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1100, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1101, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1102, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1103, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1104, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1105, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1106, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1107, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1108, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1109, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1110, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1111, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1112, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1113, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1114, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1115, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1116, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1117, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1118, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1119, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1120, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1121, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1122, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1123, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1124, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1125, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1126, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1127, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1128, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1129, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1130, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1131, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1132, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1133, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1134, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1135, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1136, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1137, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1138, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1139, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1140, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1141, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1142, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1143, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1144, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1145, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1146, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1147, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1148, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1149, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1150, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1151, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1152, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1153, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1154, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1155, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1156, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1157, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1158, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1159, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1160, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1161, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1162, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1163, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1164, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1165, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1166, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1167, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1168, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1169, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1170, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1171, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1172, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1173, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1174, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1175, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1176, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1177, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1178, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1179, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1180, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1181, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1182, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1183, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1184, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1185, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1186, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1187, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1188, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1189, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1190, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1191, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1192, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1193, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1194, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1195, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1196, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1197, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1198, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1199, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1200, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1201, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1202, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1203, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1204, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1205, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1206, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1207, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1208, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1209, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1210, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1211, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1212, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1213, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1214, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1215, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1216, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1217, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1218, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1219, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1220, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1221, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1222, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1223, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1224, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1225, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1226, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1227, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1228, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1229, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1230, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1231, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1232, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1233, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1234, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1235, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1236, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1237, 51); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1238, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1239, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1240, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1241, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1242, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1243, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1244, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1245, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1246, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1247, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1248, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1249, 45); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1250, 47); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1251, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1252, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1253, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1254, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1255, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1256, 32); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1257, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1258, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1259, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1260, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1261, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1262, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1263, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1264, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1265, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1266, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1267, 68); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1268, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1269, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1270, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1271, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1272, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1273, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1274, 48); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1275, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1276, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1277, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1278, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1279, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1280, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1281, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1282, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1283, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1284, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1285, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1286, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1287, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1288, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1289, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1290, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1291, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1292, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1293, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1294, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1295, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1296, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1297, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1298, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1299, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1300, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1301, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1302, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1303, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1304, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1305, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1306, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1307, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1308, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1309, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1310, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1311, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1312, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1313, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1314, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1315, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1316, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1317, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1318, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1319, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1320, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1321, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1322, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1323, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1324, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1325, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1326, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1327, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1328, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1329, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1330, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1331, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1332, 52); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1333, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1334, 44); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1335, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1336, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1337, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1338, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1339, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1340, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1341, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1342, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1343, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1344, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1345, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1346, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1347, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1348, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1349, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1350, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1351, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1352, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1353, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1354, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1355, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1356, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1357, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1358, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1359, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1360, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1361, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1362, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1363, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1364, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1365, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1366, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1367, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1368, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1369, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1370, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1371, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1372, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1373, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1374, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1375, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1376, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1377, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1378, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1379, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1380, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1381, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1382, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1383, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1384, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1385, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1386, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1387, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1388, 59); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1389, 56); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1390, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1391, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1392, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1393, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1394, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1395, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1396, 46); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1397, 57); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1398, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1399, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1400, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1401, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1402, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1403, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1404, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1405, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1406, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1407, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1408, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1409, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1410, 65); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1411, 43); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1412, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1413, 60); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1414, 49); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1415, 63); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1416, 63); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1417, 63); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1418, 63); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1419, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1420, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1421, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1422, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1423, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1424, 42); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1425, 63); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1426, 63); INSERT INTO `service_tags` (`service_id`, `tag_id`) VALUES (1427, 63); -- -- Table: services -- DROP TABLE IF EXISTS `services`; CREATE TABLE `services` ( `ID` decimal(6,0) NOT NULL DEFAULT 0, `begin_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `amount` decimal(10,2) DEFAULT NULL, `provider` varchar(64) DEFAULT NULL, `note` text DEFAULT NULL, UNIQUE KEY `ID` (`ID`), FULLTEXT KEY `provider` (`provider`), FULLTEXT KEY `note` (`note`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1, '2004-08-09', '2005-02-09', 302.00, 'Progressive', 'Joint insurance on the Sentra'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (2, '2004-12-08', '2005-01-11', 56.64, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (3, '2004-12-20', '2005-01-19', 40.13, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (4, '2004-12-21', '2005-01-20', 61.09, 'T-Mobile', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (5, '2004-12-28', '2005-01-27', 108.74, 'Insight', 'Started charging for Encore Movies. Encore canceled. Changed Movie Pak to Family Pak.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (6, '2004-12-28', '2005-01-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (7, '2004-12-30', '2005-01-28', 173.46, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (8, '2005-01-01', '2005-01-31', 15.53, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (9, '2005-01-01', '2005-01-31', 17.14, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (10, '2005-01-01', '2005-01-31', 17.14, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (11, '2005-01-01', '2005-01-31', 24.20, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (12, '2005-01-01', '2005-01-31', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (13, '2005-01-01', '2005-01-31', 56.74, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (14, '2005-01-01', '2005-01-31', 10000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (15, '2005-01-01', '2005-01-31', 75.06, 'City of Bloomington Utilities', 'Only an average was charged in December. Meter reading this month includes consumption in December.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (16, '2005-01-05', '2005-01-27', -9.97, 'Insight', 'Credit for dropping Showtime'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (17, '2005-01-11', '2005-02-09', 52.28, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (18, '2005-01-20', '2005-02-19', 37.39, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (19, '2005-01-21', '2005-02-20', 60.20, 'T-Mobile', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (20, '2005-01-28', '2005-02-25', 163.44, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (21, '2005-01-28', '2005-02-27', 48.07, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (22, '2005-01-28', '2005-02-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (23, '2005-02-01', '2005-02-28', 15.53, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (24, '2005-02-01', '2005-02-28', 17.14, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (25, '2005-02-01', '2005-02-28', 17.14, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (26, '2005-02-01', '2005-02-28', 24.20, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (27, '2005-02-01', '2005-02-28', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (28, '2005-02-01', '2005-02-28', 45.44, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (29, '2005-02-01', '2005-02-28', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (30, '2005-02-01', '2005-02-28', 35.13, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (31, '2005-02-01', '2006-01-31', 99.00, 'ACM', 'ACM Professional membership for one year'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (32, '2005-02-09', '2005-03-09', 50.00, 'Cinergy/PSI', 'The original bill was $48.62 due on Apr 4th. Paid late with a penalty.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (33, '2005-02-09', '2005-08-08', 294.00, 'Progressive', 'Joint insurance on the Sentra'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (34, '2005-02-20', '2005-03-19', 37.95, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (35, '2005-02-21', '2005-03-20', 61.32, 'T-Mobile', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (36, '2005-02-25', '2005-03-30', 171.20, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (37, '2005-02-28', '2005-03-27', 57.07, 'Insight', 'Includes $3.99 for Shrek 2 watched on 2005-02-05'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (38, '2005-02-28', '2005-03-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (39, '2005-03-01', '2005-03-31', 15.53, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (40, '2005-03-01', '2005-03-31', 17.14, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (41, '2005-03-01', '2005-03-31', 17.14, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (42, '2005-03-01', '2005-03-31', 24.20, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (43, '2005-03-01', '2005-03-31', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (44, '2005-03-01', '2005-03-31', 50.10, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (45, '2005-03-01', '2005-03-31', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (46, '2005-03-01', '2005-03-31', 52.24, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (47, '2005-03-05', '2005-03-27', -16.02, 'Insight', 'Credit for removing the Classic Service and the Family Pak less the prorated multi-service discount that had to be paid back'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (48, '2005-03-09', '2005-04-08', 46.71, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (49, '2005-03-13', '2005-03-13', 20.00, 'Kroger', 'trash stickers'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (50, '2005-03-15', '2006-03-14', 112.55, 'Indiana BMV', 'Title transfer to Indiana and one year registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (51, '2005-03-20', '2005-04-19', 37.28, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (52, '2005-03-21', '2005-04-20', 60.14, 'T-Mobile', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (53, '2005-03-28', '2005-04-27', 28.59, 'Insight', 'Switched to Basic Service ($11.59) with Digital Gateway ($7.95); includes one time change fee of $8.95'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (54, '2005-03-28', '2005-04-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (55, '2005-03-30', '2005-04-28', 62.49, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (56, '2005-04-01', '2005-04-30', 15.53, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (57, '2005-04-01', '2005-04-30', 17.10, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (58, '2005-04-01', '2005-04-30', 17.10, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (59, '2005-04-01', '2005-04-30', 24.20, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (60, '2005-04-01', '2005-04-30', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (61, '2005-04-01', '2005-04-30', 54.88, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (62, '2005-04-01', '2005-04-30', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (63, '2005-04-01', '2005-04-30', 40.83, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (64, '2005-04-08', '2005-05-09', 45.05, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (65, '2005-04-20', '2005-05-19', 37.28, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (66, '2005-04-21', '2005-05-20', 60.54, 'T-Mobile', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (67, '2005-04-28', '2005-05-27', 21.93, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (68, '2005-04-28', '2005-05-27', 36.59, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (69, '2005-04-28', '2005-05-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (70, '2005-05-01', '2005-05-31', 15.53, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (71, '2005-05-01', '2005-05-31', 24.20, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (72, '2005-05-01', '2005-05-31', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (73, '2005-05-01', '2005-05-31', 72.01, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (74, '2005-05-01', '2005-05-31', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (75, '2005-05-01', '2005-05-31', 40.83, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (76, '2005-05-09', '2005-06-09', 48.09, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (77, '2005-05-20', '2005-06-19', 37.28, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (78, '2005-05-21', '2005-06-20', 60.71, 'T-Mobile', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (79, '2005-05-27', '2005-06-28', 31.04, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (80, '2005-05-28', '2005-06-27', 21.93, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (81, '2005-05-28', '2005-06-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (82, '2005-06-01', '2005-06-30', 15.53, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (83, '2005-06-01', '2005-06-30', 0.00, 'IU', 'Prorated parking fee not charged for June'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (84, '2005-06-01', '2005-06-30', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (85, '2005-06-01', '2005-06-30', 66.83, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (86, '2005-06-01', '2005-06-30', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (87, '2005-06-01', '2005-06-30', 42.86, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (88, '2005-06-09', '2005-07-11', 77.98, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (89, '2005-06-20', '2005-07-19', 38.84, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (90, '2005-06-21', '2005-06-24', 11.25, 'T-Mobile', 'Last bill'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (91, '2005-06-21', '2005-08-06', 149.21, 'Cingular', 'Includes $36 of activation charges, prorated charges for 06/21 to 07/6, and advance for 07/07 to 08/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (92, '2005-06-28', '2005-07-27', 21.93, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (93, '2005-06-28', '2005-07-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (94, '2005-06-28', '2005-07-28', 22.70, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (95, '2005-07-01', '2005-07-31', 15.58, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (96, '2005-07-01', '2005-07-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (97, '2005-07-01', '2005-07-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (98, '2005-07-01', '2005-07-31', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (99, '2005-07-01', '2005-07-31', 16.10, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (100, '2005-07-01', '2005-07-31', 56.61, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (101, '2005-07-01', '2005-07-31', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (102, '2005-07-01', '2005-07-31', 35.13, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (103, '2005-07-07', '2005-08-06', 62.01, 'Cingular', 'Includes advance for 08/07 to 09/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (104, '2005-07-11', '2005-08-09', 84.41, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (105, '2005-07-20', '2005-08-19', 38.80, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (106, '2005-07-28', '2005-08-27', 21.93, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (107, '2005-07-28', '2005-08-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (108, '2005-07-28', '2005-08-30', 21.70, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (109, '2005-08-01', '2005-08-31', 15.58, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (110, '2005-08-01', '2005-08-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (111, '2005-08-01', '2005-08-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (112, '2005-08-01', '2005-08-31', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (113, '2005-08-01', '2005-08-31', 16.30, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (114, '2005-08-01', '2005-08-31', 118.52, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (115, '2005-08-01', '2005-08-31', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (116, '2005-08-01', '2005-08-31', 40.83, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (117, '2005-08-07', '2005-09-06', 68.71, 'Cingular', 'Includes advance for 09/07 to 10/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (118, '2005-08-09', '2005-09-08', 82.73, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (119, '2005-08-09', '2006-02-09', 296.00, 'Progressive', 'Joint insurance on the Sentra'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (120, '2005-08-20', '2005-09-19', 38.25, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (121, '2005-08-28', '2005-09-27', 21.93, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (122, '2005-08-28', '2005-09-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (123, '2005-08-30', '2005-09-29', 28.94, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (124, '2005-09-01', '2005-09-30', 15.58, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (125, '2005-09-01', '2005-09-30', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (126, '2005-09-01', '2005-09-30', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (127, '2005-09-01', '2005-09-30', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (128, '2005-09-01', '2005-09-30', 16.30, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (129, '2005-09-01', '2005-09-30', 55.01, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (130, '2005-09-01', '2005-09-30', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (131, '2005-09-01', '2005-09-30', 35.13, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (132, '2005-09-07', '2005-09-07', 20.00, 'Kroger', 'trash stickers'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (133, '2005-09-07', '2005-10-06', 61.70, 'Cingular', 'Includes advance for 10/07 to 11/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (134, '2005-09-08', '2005-10-07', 72.26, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (135, '2005-09-20', '2005-10-19', 44.60, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (136, '2005-09-28', '2005-10-27', 21.93, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (137, '2005-09-28', '2005-10-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (138, '2005-09-29', '2005-10-28', 81.74, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (139, '2005-10-01', '2005-10-31', 15.58, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (140, '2005-10-01', '2005-10-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (141, '2005-10-01', '2005-10-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (142, '2005-10-01', '2005-10-31', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (143, '2005-10-01', '2005-10-31', 16.30, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (144, '2005-10-01', '2005-10-31', 40.53, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (145, '2005-10-01', '2005-10-31', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (146, '2005-10-01', '2005-10-31', 46.54, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (147, '2005-10-07', '2005-11-06', 64.99, 'Cingular', 'Includes advance for 11/07 to 12/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (148, '2005-10-07', '2005-11-07', 56.76, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (149, '2005-10-08', '2005-11-07', 15.88, 'DirecTV', 'satellite TV (HindiDirect free for first two months)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (150, '2005-10-11', '2005-10-27', -12.40, 'Insight', 'Refund of the advance payment for discontinuation of service'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (151, '2005-10-20', '2005-11-19', 42.39, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (152, '2005-10-28', '2005-11-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (153, '2005-10-28', '2005-11-29', 184.03, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (154, '2005-11-01', '2005-11-30', 15.58, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (155, '2005-11-01', '2005-11-30', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (156, '2005-11-01', '2005-11-30', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (157, '2005-11-01', '2005-11-30', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (158, '2005-11-01', '2005-11-30', 16.30, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (159, '2005-11-01', '2005-11-30', 44.11, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (160, '2005-11-01', '2005-11-30', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (161, '2005-11-01', '2005-11-30', 57.95, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (162, '2005-11-07', '2005-12-06', 71.34, 'Cingular', 'Includes advance for 12/07 to 01/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (163, '2005-11-07', '2005-12-08', 107.00, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (164, '2005-11-08', '2005-12-07', 15.88, 'DirecTV', 'satellite TV (HindiDirect free for first two months)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (165, '2005-11-20', '2005-12-19', 47.47, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (166, '2005-11-28', '2005-12-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (167, '2005-11-29', '2005-12-28', 58.97, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (168, '2005-12-01', '2005-12-31', 20.73, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (169, '2005-12-01', '2005-12-31', 57.95, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (170, '2005-12-01', '2005-12-31', 15.58, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (171, '2005-12-01', '2005-12-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (172, '2005-12-01', '2005-12-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (173, '2005-12-01', '2005-12-31', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (174, '2005-12-01', '2005-12-31', 16.30, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (175, '2005-12-01', '2005-12-31', 5000.00, 'Old National', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (176, '2005-12-07', '2006-01-06', 64.22, 'Cingular', 'Includes advance for 01/07 to 02/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (177, '2005-12-08', '2006-01-07', 15.88, 'DirecTV', 'satellite TV (HindiDirect free for first two months'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (178, '2005-12-08', '2006-01-11', 146.23, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (179, '2005-12-17', '2005-01-27', 20.89, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (180, '2005-12-20', '2006-01-19', 41.48, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (181, '2005-12-28', '2005-01-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (182, '2005-12-28', '2006-01-30', 42.22, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (183, '2006-01-01', '2006-01-31', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (184, '2006-01-01', '2006-01-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (185, '2006-01-01', '2006-01-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (186, '2006-01-01', '2006-01-31', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (187, '2006-01-01', '2006-01-31', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (188, '2006-01-01', '2006-01-31', 58.34, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (189, '2006-01-01', '2006-01-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (190, '2006-01-01', '2006-01-31', 46.54, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (191, '2006-01-07', '2006-02-06', 63.74, 'Cingular', 'Includes advance for 02/07 to 03/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (192, '2006-01-08', '2006-02-07', 38.33, 'DirecTV', 'satellite TV (including $3.82 credit for disconnecting the second receiver)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (193, '2006-01-11', '2006-02-09', 105.51, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (194, '2006-01-13', '2006-02-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (195, '2006-01-20', '2006-02-19', 45.15, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (196, '2006-01-28', '2006-02-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (197, '2006-01-28', '2006-02-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (198, '2006-01-30', '2006-02-27', 25.47, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (199, '2006-02-01', '2006-02-28', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (200, '2006-02-01', '2006-02-28', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (201, '2006-02-01', '2006-02-28', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (202, '2006-02-01', '2006-02-28', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (203, '2006-02-01', '2006-02-28', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (204, '2006-02-01', '2006-02-28', 66.83, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (205, '2006-02-01', '2006-02-28', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (206, '2006-02-01', '2006-02-28', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (207, '2006-02-01', '2007-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (208, '2006-02-07', '2006-03-06', 63.69, 'Cingular', 'Includes advance for 03/07 to 04/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (209, '2006-02-07', '2007-03-06', 67.53, 'Cingular', 'Includes advance for 03/07 to 04/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (210, '2006-02-08', '2006-03-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (211, '2006-02-09', '2006-03-10', 116.37, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (212, '2006-02-13', '2006-03-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (213, '2006-02-20', '2006-03-19', 42.81, 'SBC', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (214, '2006-02-20', '2006-08-19', 296.00, 'Progressive', 'Joint insurance on the Sentra (lapsed for a few days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (215, '2006-02-27', '2006-03-29', 21.63, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (216, '2006-02-28', '2006-03-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (217, '2006-02-28', '2006-03-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (218, '2006-03-01', '2006-03-31', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (219, '2006-03-01', '2006-03-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (220, '2006-03-01', '2006-03-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (221, '2006-03-01', '2006-03-31', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (222, '2006-03-01', '2006-03-31', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (223, '2006-03-01', '2006-03-31', 60.32, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (224, '2006-03-01', '2006-03-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (225, '2006-03-01', '2006-03-31', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (226, '2006-03-07', '2006-04-06', -50.00, 'Cingular', 'Refund of the price of the new phone'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (227, '2006-03-07', '2006-04-06', 147.96, 'Cingular', 'Includes advance for 04/07 to 05/06; $49.99 refundable for a new phone (Motorola V557); $18.00 activation'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (228, '2006-03-08', '2006-04-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (229, '2006-03-10', '2006-04-10', 108.27, 'Cinergy/PSI', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (230, '2006-03-13', '2006-04-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (231, '2006-03-15', '2007-03-14', 95.75, 'Indiana BMV', 'One year registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (232, '2006-03-20', '2006-04-19', -14.16, 'SBC', 'Including credit for termination of service on April 7th'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (233, '2006-03-28', '2006-04-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (234, '2006-03-28', '2006-04-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (235, '2006-03-29', '2006-04-27', 25.62, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (236, '2006-04-01', '2006-04-30', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (237, '2006-04-01', '2006-04-30', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (238, '2006-04-01', '2006-04-30', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (239, '2006-04-01', '2006-04-30', 27.60, 'IU', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (240, '2006-04-01', '2006-04-30', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (241, '2006-04-01', '2006-04-30', 75.47, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (242, '2006-04-01', '2006-04-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (243, '2006-04-01', '2006-04-30', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (244, '2006-04-07', '2006-05-06', 72.45, 'Cingular', 'Includes advance for 05/07 to 06/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (245, '2006-04-08', '2006-05-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (246, '2006-04-10', '2006-05-09', 52.75, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (247, '2006-04-13', '2006-05-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (248, '2006-04-27', '2006-05-31', 26.71, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (249, '2006-04-28', '2006-05-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (250, '2006-04-28', '2006-05-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (251, '2006-05-01', '2006-05-31', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (252, '2006-05-01', '2006-05-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (253, '2006-05-01', '2006-05-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (254, '2006-05-01', '2006-05-31', 0.00, 'IU', 'No prorated parking fee charged in May'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (255, '2006-05-01', '2006-05-31', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (256, '2006-05-01', '2006-05-31', 67.37, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (257, '2006-05-01', '2006-05-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (258, '2006-05-01', '2006-05-31', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (259, '2006-05-07', '2006-06-06', 67.09, 'Cingular', 'Includes advance for 06/07 to 07/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (260, '2006-05-08', '2006-06-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (261, '2006-05-09', '2006-06-08', 61.40, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (262, '2006-05-13', '2006-06-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (263, '2006-05-28', '2006-06-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (264, '2006-05-28', '2006-06-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (265, '2006-05-31', '2006-06-28', 24.06, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (266, '2006-06-01', '2006-06-30', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (267, '2006-06-01', '2006-06-30', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (268, '2006-06-01', '2006-06-30', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (269, '2006-06-01', '2006-06-30', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (270, '2006-06-01', '2006-06-30', 45.44, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (271, '2006-06-01', '2006-06-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (272, '2006-06-01', '2006-06-30', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (273, '2006-06-07', '2006-07-06', 67.82, 'Cingular', 'Includes advance for 07/07 to 08/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (274, '2006-06-08', '2006-07-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (275, '2006-06-08', '2006-07-10', 71.36, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (276, '2006-06-13', '2006-07-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (277, '2006-06-28', '2006-07-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (278, '2006-06-28', '2006-07-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (279, '2006-06-28', '2006-07-28', 20.59, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (280, '2006-07-01', '2006-07-31', 15.61, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (281, '2006-07-01', '2006-07-31', 14.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (282, '2006-07-01', '2006-07-31', 17.40, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (283, '2006-07-01', '2006-07-31', 16.33, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (284, '2006-07-01', '2006-07-31', 67.39, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (285, '2006-07-01', '2006-07-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (286, '2006-07-01', '2006-07-31', 43.76, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (287, '2006-07-01', '2007-06-30', 288.00, 'IU', 'Confirmation number 76908'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (288, '2006-07-07', '2006-08-06', 81.55, 'Cingular', 'Includes advance for 08/07 to 09/06; high bill due to Internet usage in California'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (289, '2006-07-08', '2006-08-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (290, '2006-07-10', '2006-08-08', 85.58, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (291, '2006-07-13', '2006-08-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (292, '2006-07-28', '2006-08-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (293, '2006-07-28', '2006-08-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (294, '2006-07-28', '2006-08-29', 20.79, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (295, '2006-08-01', '2006-08-31', 16.38, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (296, '2006-08-01', '2006-08-31', 15.50, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (297, '2006-08-01', '2006-08-31', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (298, '2006-08-01', '2006-08-31', 16.59, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (299, '2006-08-01', '2006-08-31', 86.82, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (300, '2006-08-01', '2006-08-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (301, '2006-08-01', '2006-08-31', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (302, '2006-08-07', '2006-09-06', 68.50, 'Cingular', 'Includes advance for 09/07 to 10/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (303, '2006-08-08', '2006-09-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (304, '2006-08-08', '2006-09-07', 73.84, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (305, '2006-08-10', '2006-08-10', 20.00, 'Bloomingfoods Market & Deli', 'trash stickers'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (306, '2006-08-13', '2006-09-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (307, '2006-08-20', '2007-02-19', 252.00, 'Progressive', 'Joint insurance on the Sentra'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (308, '2006-08-28', '2006-09-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (309, '2006-08-28', '2006-09-27', 4.95, 'Insight', 'Includes an unsolicited $40.00 credit for service disruption'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (310, '2006-08-29', '2006-09-29', 30.70, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (311, '2006-09-01', '2006-09-30', 16.38, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (312, '2006-09-01', '2006-09-30', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (313, '2006-09-01', '2006-09-30', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (314, '2006-09-01', '2006-09-30', 16.59, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (315, '2006-09-01', '2006-09-30', 86.63, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (316, '2006-09-01', '2006-09-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (317, '2006-09-01', '2006-09-30', 43.76, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (318, '2006-09-07', '2006-10-05', 65.55, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (319, '2006-09-07', '2006-10-06', 66.71, 'Cingular', 'Includes advance for 10/07 to 11/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (320, '2006-09-08', '2006-10-07', 42.38, 'DirecTV', 'satellite TV'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (321, '2006-09-13', '2006-10-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (322, '2006-09-28', '2006-10-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (323, '2006-09-28', '2006-10-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (324, '2006-09-29', '2006-10-27', 31.54, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (325, '2006-10-01', '2006-10-31', 16.38, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (326, '2006-10-01', '2006-10-31', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (327, '2006-10-01', '2006-10-31', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (328, '2006-10-01', '2006-10-31', 16.59, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (329, '2006-10-01', '2006-10-31', 82.02, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (330, '2006-10-01', '2006-10-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (331, '2006-10-01', '2006-10-31', 58.51, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (332, '2006-10-05', '2006-11-06', 105.40, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (333, '2006-10-07', '2006-11-06', 65.89, 'Cingular', 'Includes advance for 11/07 to 12/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (334, '2006-10-08', '2006-11-07', 0.00, 'DirecTV', 'satellite TV; -$26.34 balance due to $69.82 credit given for Hindi channel problems'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (335, '2006-10-13', '2006-11-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (336, '2006-10-27', '2006-11-29', 34.01, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (337, '2006-10-28', '2006-11-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (338, '2006-10-28', '2006-11-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (339, '2006-11-01', '2006-11-30', 16.38, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (340, '2006-11-01', '2006-11-30', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (341, '2006-11-01', '2006-11-30', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (342, '2006-11-01', '2006-11-30', 16.59, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (343, '2006-11-01', '2006-11-30', 105.53, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (344, '2006-11-01', '2006-11-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (345, '2006-11-01', '2006-11-30', 64.94, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (346, '2006-11-06', '2006-12-07', 124.82, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (347, '2006-11-07', '2006-12-06', 67.23, 'Cingular', 'Includes advance for 12/07 to 01/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (348, '2006-11-08', '2006-12-07', 21.33, 'DirecTV', 'satellite TV; -$26.34 balance carried over due to $69.82 credit given for Hindi channel problems'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (349, '2006-11-13', '2006-12-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (350, '2006-11-28', '2006-12-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (351, '2006-11-28', '2006-12-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (352, '2006-11-29', '2007-01-16', 46.94, 'Vectren Energy Delivery', 'Adjusted after pointing out meter reading discrepancy'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (353, '2006-12-01', '2006-12-31', 35.75, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (354, '2006-12-01', '2006-12-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (355, '2006-12-01', '2006-12-31', 64.94, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (356, '2006-12-07', '2007-01-06', 68.03, 'Cingular', 'Includes advance for 01/07 to 02/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (357, '2006-12-07', '2007-01-10', 120.38, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (358, '2006-12-08', '2006-01-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (359, '2006-12-08', '2008-03-14', 345.75, 'Indiana BMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (360, '2006-12-10', '2007-02-19', 73.00, 'Progressive', 'Joint insurance on the Outback'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (361, '2006-12-13', '2007-01-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (362, '2006-12-28', '2007-01-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (363, '2006-12-28', '2007-01-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (364, '2007-01-01', '2007-01-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (365, '2007-01-01', '2007-01-31', 75.39, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (366, '2007-01-01', '2007-01-31', 52.08, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (367, '2007-01-07', '2007-02-06', 68.03, 'Cingular', 'Includes advance for 02/07 to 03/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (368, '2007-01-08', '2007-02-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (369, '2007-01-10', '2007-02-08', 160.58, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (370, '2007-01-13', '2007-02-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (371, '2007-01-16', '2007-01-29', 15.62, 'Vectren Energy Delivery', 'Shorter cycle due to meter reading adjustment in the last cycle'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (372, '2007-01-18', '2007-01-18', 20.00, 'Bloomingfoods Market & Deli', 'trash stickers'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (373, '2007-01-28', '2007-02-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (374, '2007-01-28', '2007-02-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (375, '2007-01-29', '2007-02-27', 40.77, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (376, '2007-02-01', '2007-02-28', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (377, '2007-02-01', '2007-02-28', 28.26, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (378, '2007-02-01', '2007-02-28', 13.51, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (379, '2007-02-01', '2008-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (380, '2007-02-07', '2007-03-06', 67.53, 'Cingular', 'Includes advance for 03/07 to 04/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (381, '2007-02-08', '2007-03-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (382, '2007-02-08', '2007-03-09', 154.26, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (383, '2007-02-20', '2007-08-19', 205.00, 'Progressive', 'Including half of the $74 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (384, '2007-02-20', '2007-08-19', 272.00, 'Progressive', 'Including half of the $74 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (385, '2007-02-13', '2007-03-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (386, '2007-02-27', '2007-03-28', 32.96, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (387, '2007-02-28', '2007-03-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (388, '2007-02-28', '2007-03-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (389, '2007-03-01', '2007-03-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (390, '2007-03-01', '2007-03-31', 17.33, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (391, '2007-03-01', '2007-03-31', 116.37, 'City of Bloomington Utilities', 'Includes water charges for 62 days'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (392, '2007-03-07', '2007-04-06', 72.55, 'Cingular', 'Includes advance for 04/07 to 05/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (393, '2007-03-08', '2007-04-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (394, '2007-03-09', '2007-04-09', 93.32, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (395, '2007-03-13', '2007-04-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (396, '2007-03-15', '2008-03-14', 95.75, 'Indiana BMV', 'One year registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (397, '2007-03-28', '2007-04-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (398, '2007-03-28', '2007-04-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (399, '2007-04-01', '2007-04-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (400, '2007-04-08', '2007-05-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (401, '2007-04-13', '2007-05-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (402, '2007-05-01', '2007-05-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (405, '2007-04-01', '2007-04-30', 58.51, 'City of Bloomington Utilities', 'Includes water charges for 62 days'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (406, '2007-03-28', '2007-04-27', 33.01, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (407, '2007-05-08', '2007-06-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (408, '2007-04-07', '2007-05-06', 70.03, 'AT&T', 'Includes advance for 05/07 to 06/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (409, '2007-05-13', '2007-06-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (410, '2007-04-09', '2007-05-09', 77.14, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (411, '2007-04-28', '2007-05-27', 15.29, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (412, '2007-04-28', '2007-05-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (413, '2007-04-01', '2007-04-30', 29.33, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (414, '2007-05-01', '2007-05-31', 34.88, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (415, '2007-04-27', '2007-05-30', 33.35, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (416, '2007-05-07', '2007-06-06', 66.78, 'AT&T', 'Includes advance for 06/07 to 07/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (417, '2007-06-13', '2007-07-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (418, '2007-05-01', '2007-05-31', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (419, '2007-06-08', '2007-07-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (420, '2007-05-09', '2007-06-08', 57.07, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (421, '2007-06-01', '2007-06-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (422, '2007-07-01', '2007-07-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (423, '2006-12-01', '2006-12-31', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (424, '2007-01-01', '2007-01-31', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (425, '2007-02-01', '2007-02-28', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (426, '2007-06-01', '2007-06-30', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (427, '2006-12-01', '2006-12-31', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (428, '2007-01-01', '2007-01-31', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (429, '2007-02-01', '2007-02-28', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (430, '2007-03-01', '2007-03-31', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (431, '2007-04-01', '2007-04-30', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (432, '2007-05-01', '2007-05-31', 18.00, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (433, '2007-07-01', '2007-07-31', 0.00, 'IU', 'Minaxi\'s gym membership (not charged this month)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (434, '2007-03-01', '2007-03-31', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (435, '2007-04-01', '2007-04-30', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (436, '2007-05-01', '2007-05-31', 15.00, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (437, '2006-12-01', '2006-12-31', 16.59, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (438, '2007-01-01', '2007-01-31', 41.94, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (439, '2007-02-01', '2007-02-28', 41.94, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (440, '2007-03-01', '2007-03-31', 41.18, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (441, '2007-04-01', '2007-04-30', 41.18, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (442, '2007-05-01', '2007-05-31', 41.18, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (443, '2007-06-01', '2007-06-30', 41.18, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (444, '2006-12-01', '2006-12-31', 16.38, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (445, '2007-01-01', '2007-01-31', 16.50, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (446, '2007-04-01', '2007-04-30', 15.77, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (447, '2007-05-01', '2007-05-31', 15.77, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (448, '2007-06-01', '2007-06-30', 15.77, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (449, '2007-02-01', '2007-02-28', 16.50, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (450, '2007-03-01', '2007-03-31', 15.77, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (451, '2007-07-13', '2007-08-12', 10.59, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (452, '2007-06-01', '2007-06-30', 43.36, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (453, '2007-05-28', '2007-06-27', 15.29, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (454, '2007-05-28', '2007-06-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (455, '2007-06-28', '2007-07-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (456, '2007-06-28', '2007-07-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (457, '2007-06-01', '2007-06-30', 54.35, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (458, '2007-05-30', '2007-06-28', 24.51, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (459, '2007-07-08', '2007-08-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (460, '2007-06-07', '2007-07-06', 64.80, 'AT&T', 'Includes advance for 07/07 to 08/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (461, '2007-06-08', '2007-07-10', 77.04, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (462, '2007-08-01', '2007-08-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (463, '2007-07-28', '2007-08-27', 15.24, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (464, '2007-07-28', '2007-08-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (465, '2007-07-01', '2007-07-31', 18.70, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (466, '2007-07-01', '2007-07-31', 15.77, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (467, '2007-07-01', '2007-07-31', 0.00, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (468, '2007-06-28', '2007-07-30', 23.89, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (469, '2007-07-01', '2007-07-31', 50.71, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (470, '2007-07-01', '2007-07-31', 52.08, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (471, '2007-08-08', '2007-09-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (472, '2007-07-07', '2007-08-06', 126.34, 'AT&T', 'Includes advance for 08/07 to 09/06; the unusually high bill includes $55.92 usage charges for 123 billed minutes (overage)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (473, '2007-08-20', '2008-02-19', 198.00, 'Progressive', 'Including half of the $68 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (474, '2007-08-20', '2008-02-19', 257.00, 'Progressive', 'Including half of the $68 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (475, '2007-08-13', '2007-09-12', 9.53, 'Netflix', 'Rates reduced'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (476, '2007-07-10', '2007-08-08', 83.57, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (477, '2007-08-28', '2007-09-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (478, '2007-08-28', '2007-09-27', 15.27, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (479, '2007-09-01', '2007-09-30', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (480, '2007-08-01', '2007-08-31', 63.82, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (481, '2007-07-30', '2007-08-28', 21.65, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (482, '2007-08-01', '2007-08-31', 45.65, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (483, '2007-09-08', '2007-10-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (484, '2007-08-07', '2007-09-06', 98.16, 'AT&T', 'Includes advance for 09/07 to 10/06; the unusually high bill includes $26.20 usage charges for 55 billed minutes (overage)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (485, '2007-09-18', '2007-09-18', 20.00, 'Bloomingfoods Market & Deli', 'Trash stickers'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (486, '2007-10-01', '2007-10-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (487, '2007-09-28', '2007-10-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (488, '2007-09-28', '2007-10-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (489, '2007-08-28', '2007-09-27', 22.14, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (490, '2007-09-01', '2007-09-30', 61.71, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (491, '2007-09-01', '2007-09-30', 54.35, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (492, '2007-09-13', '2007-10-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (493, '2007-10-13', '2007-11-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (494, '2007-09-07', '2007-10-06', 72.98, 'AT&T', 'Includes advance for 10/07 to 11/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (495, '2007-10-08', '2007-11-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (496, '2007-08-08', '2007-09-07', 103.28, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (497, '2007-09-07', '2007-10-08', 76.51, 'Duke Energy', 'The total includes $2.11 late fee (paid two days late)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (498, '2007-10-28', '2007-11-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (499, '2007-10-28', '2007-11-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (500, '2007-08-01', '2007-08-31', 15.94, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (501, '2007-09-01', '2007-09-30', 15.94, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (502, '2007-10-01', '2007-10-31', 15.94, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (503, '2007-08-01', '2007-08-31', 82.66, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (504, '2007-09-01', '2007-09-30', 41.48, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (505, '2007-10-01', '2007-10-31', 41.48, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (506, '2007-08-01', '2007-08-31', 18.70, 'IU', 'Minaxi\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (507, '2007-08-01', '2007-08-31', 18.70, 'IU', 'Arun\'s gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (508, '2007-09-01', '2007-09-30', 37.40, 'IU', 'Arun\'s ($18.70) and Minaxi\'s ($18.70) gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (509, '2007-10-01', '2007-10-31', 37.40, 'IU', 'Arun\'s ($18.70) and Minaxi\'s ($18.70) gym membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (510, '2007-11-01', '2007-11-30', 12000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (511, '2007-09-27', '2007-10-29', 28.24, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (512, '2007-10-01', '2007-10-31', 52.08, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (513, '2007-10-01', '2007-10-31', 46.40, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (514, '2007-11-13', '2007-12-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (515, '2007-11-08', '2007-12-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (516, '2007-10-08', '2007-11-06', 64.62, 'Duke Energy', 'The total includes $2.11 credit for the late fee paid with the previous bill, but credited back (presumably, the payment reached on time)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (517, '2007-11-28', '2007-12-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (518, '2007-11-28', '2007-12-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (519, '2007-10-29', '2007-11-29', 21.35, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (520, '2007-12-08', '2008-01-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (521, '2007-10-07', '2007-11-06', 72.26, 'AT&T', 'Includes advance for 11/07 to 12/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (522, '2007-11-07', '2007-12-06', 72.78, 'AT&T', 'Includes advance for 12/07 to 01/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (523, '2007-11-01', '2007-11-30', 45.65, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (524, '2007-11-01', '2007-11-30', 11.23, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (525, '2007-12-13', '2008-01-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (526, '2007-12-01', '2007-12-31', 8000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (527, '2008-01-01', '2008-01-31', 8600.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (528, '2007-11-06', '2007-12-07', 103.23, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (529, '2007-12-28', '2008-01-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (530, '2007-12-28', '2008-01-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (531, '2007-11-29', '2007-12-28', 23.73, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (532, '2008-01-13', '2008-02-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (533, '2007-12-01', '2007-12-31', 41.18, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (534, '2007-12-01', '2007-12-31', 32.80, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (535, '2008-01-08', '2008-02-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (536, '2007-12-07', '2008-01-06', 74.72, 'AT&T', 'Includes advance for 01/07 to 02/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (537, '2007-12-07', '2008-01-10', 149.56, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (538, '2008-01-28', '2008-02-27', 44.95, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (539, '2008-01-28', '2008-02-27', 15.26, 'Insight', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (540, '2008-02-01', '2009-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (541, '2008-02-20', '2008-08-19', 204.50, 'Progressive', 'Including half of the $71 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (542, '2008-02-20', '2008-08-19', 269.50, 'Progressive', 'Including half of the $71 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (543, '2008-02-13', '2008-03-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (544, '2008-01-01', '2008-01-31', 36.98, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (545, '2007-12-28', '2008-01-31', 31.84, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (546, '2008-01-01', '2008-01-31', 39.22, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (547, '2008-02-08', '2008-03-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (548, '2008-01-07', '2008-02-06', 73.36, 'AT&T', 'Includes advance for 02/07 to 03/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (549, '2008-02-01', '2008-02-29', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (550, '2008-03-01', '2008-03-31', 5000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (551, '2008-01-10', '2008-02-08', 186.40, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (552, '2008-02-28', '2008-03-27', 15.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (553, '2008-02-28', '2008-03-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (554, '2008-01-31', '2008-02-28', 29.00, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (555, '2008-02-01', '2008-02-29', 45.65, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (556, '2008-03-16', '2009-03-21', 257.75, 'Indiana BMV', 'Online renewal ($5.00 discount)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (557, '2008-03-08', '2008-04-07', 47.67, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (558, '2008-02-01', '2008-02-29', 37.51, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (559, '2008-03-13', '2008-04-12', 9.53, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (560, '2008-03-28', '2008-04-27', 15.22, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (561, '2008-03-28', '2008-04-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (562, '2008-02-07', '2008-03-06', 73.19, 'AT&T', 'Includes advance for 03/07 to 04/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (563, '2008-02-08', '2008-03-10', 188.07, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (564, '2008-03-15', '2009-03-14', 95.75, 'Indiana BMV', 'One year registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (565, '2008-04-01', '2008-04-30', 10000.00, 'EverHome Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (566, '2008-03-01', '2008-03-31', 61.63, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (567, '2008-02-28', '2008-03-28', 28.89, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (568, '2008-04-08', '2008-05-07', 48.12, 'DirecTV', 'Slight rise in sales tax from the previous month'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (569, '2008-03-01', '2008-03-31', 52.08, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (570, '2007-11-01', '2007-11-30', 15.94, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (571, '2007-11-01', '2007-11-30', 41.48, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (572, '2007-12-01', '2007-12-31', 15.94, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (573, '2007-12-01', '2007-12-31', 41.48, 'IU', 'Health + Dental + Long-term disability + Personal accident + coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (574, '2008-04-13', '2008-05-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (575, '2008-03-07', '2008-04-06', 73.90, 'AT&T', 'Includes advance for 04/07 to 05/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (576, '2008-03-10', '2008-04-09', 124.59, 'Duke Energy', 'Including $5.32 late fee (missed paying the bill the previous month!)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (577, '2008-04-27', '2008-05-27', 17.94, 'Comcast', 'A slight increase in cable bill due to Comcast package changes'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (578, '2008-04-27', '2008-05-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (579, '2008-05-01', '2008-05-31', 6638.50, 'EverHome Mortgage', 'Final payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (580, '2008-03-28', '2008-04-29', 36.13, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (581, '2008-04-01', '2008-04-30', 36.92, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (582, '2008-04-01', '2008-04-30', 52.27, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (583, '2008-05-13', '2008-06-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (584, '2008-04-07', '2008-05-06', 74.90, 'AT&T', 'Includes advance for 05/07 to 06/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (585, '2008-05-08', '2008-06-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (586, '2008-05-28', '2008-06-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (587, '2008-05-28', '2008-06-27', 18.10, 'Comcast', 'A slight increase in cable bill due to Comcast package changes'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (588, '2008-04-09', '2008-05-08', 75.34, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (589, '2008-05-01', '2008-05-31', 40.40, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (590, '2008-06-13', '2008-07-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (591, '2008-04-29', '2008-05-29', 34.43, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (592, '2008-05-01', '2008-05-31', 58.72, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (593, '2008-06-08', '2008-07-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (594, '2008-05-07', '2008-06-06', 78.79, 'AT&T', 'Includes advance for 06/07 to 07/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (595, '2008-06-17', '2008-06-17', 20.00, 'Kroger', 'Trash stickers'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (596, '2008-06-28', '2008-07-27', 18.10, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (597, '2008-06-28', '2008-07-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (598, '2008-05-08', '2008-06-09', 69.04, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (599, '2008-06-01', '2008-06-30', 28.62, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (600, '2008-07-13', '2008-08-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (601, '2008-05-29', '2008-06-27', 32.62, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (602, '2008-06-01', '2008-06-30', 39.37, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (603, '2008-07-08', '2008-08-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (604, '2008-06-07', '2008-07-06', 80.19, 'AT&T', 'Includes advance for 07/07 to 08/06'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (605, '2008-06-09', '2008-07-09', 72.97, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (606, '2008-07-07', '2008-08-06', 144.10, 'AT&T', 'Includes advance for 08/07 to 09/06, $18 one time fee for activating new plan, and $22 as prorated charges for data plan for 7/15 to 8/06. IU discount applies to voice as well as data.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (607, '2008-07-01', '2008-07-31', 39.37, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (608, '2008-07-27', '2009-07-27', 588.00, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (609, '2008-06-27', '2008-07-30', 33.54, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (610, '2008-08-20', '2009-02-20', 212.50, 'Progressive', 'Including half of the $75 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (611, '2008-08-20', '2009-02-20', 272.50, 'Progressive', 'Including half of the $75 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (612, '2008-07-09', '2008-08-07', 81.99, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (613, '2008-08-08', '2008-09-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (614, '2008-07-28', '2008-08-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (615, '2008-07-28', '2008-08-27', 18.11, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (616, '2008-08-28', '2008-09-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (617, '2008-08-28', '2008-09-27', 18.11, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (618, '2008-07-01', '2008-07-31', 21.15, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (619, '2008-08-01', '2008-08-31', 44.69, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (620, '2008-07-30', '2008-08-27', 29.48, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (621, '2008-08-01', '2008-08-31', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (622, '2008-09-28', '2008-10-27', 18.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (623, '2008-09-28', '2008-10-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (624, '2008-09-08', '2008-10-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (625, '2008-08-07', '2008-09-06', 102.61, 'AT&T', 'Includes advance for 09/07 to 10/06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (626, '2008-08-07', '2008-09-08', 87.65, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (627, '2008-09-08', '2008-10-07', 63.35, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (628, '2008-09-01', '2008-09-30', 21.69, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (629, '2008-08-27', '2008-09-30', 33.91, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (630, '2008-09-01', '2008-09-30', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (631, '2008-09-07', '2008-10-06', 104.35, 'AT&T', 'Includes advance for 10/07 to 11/06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (632, '2008-10-08', '2008-11-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (633, '2008-10-28', '2008-11-27', 18.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (634, '2008-10-28', '2008-11-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (635, '2008-09-30', '2008-10-27', 27.35, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (636, '2008-10-01', '2008-10-31', 31.64, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (637, '2008-10-01', '2008-10-31', 39.27, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (638, '2008-11-28', '2008-12-27', 18.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (639, '2008-11-28', '2008-12-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (640, '2008-10-07', '2008-11-06', 106.10, 'AT&T', 'Includes advance for 11/07 to 12/06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (641, '2008-11-08', '2008-12-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (642, '2008-08-13', '2008-09-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (643, '2008-09-13', '2008-10-12', 8.17, 'Netflix', 'Includes credit for service disruption.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (644, '2008-10-13', '2008-11-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (645, '2008-11-13', '2008-12-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (646, '2008-10-07', '2008-11-05', 76.11, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (647, '2008-10-27', '2008-11-24', 26.87, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (648, '2008-11-01', '2008-11-30', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (649, '2008-12-13', '2009-01-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (650, '2008-12-28', '2009-01-27', 18.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (651, '2008-12-28', '2009-01-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (652, '2008-12-08', '2009-01-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (653, '2008-11-07', '2008-12-06', 102.26, 'AT&T', 'Includes advance for 12/07 to 1/06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (654, '2008-12-07', '2009-01-06', 135.20, 'AT&T', 'Includes advance for 2009-01-07 to 2009-02-06. Includes about $32 of roaming calls and text messages in India.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (655, '2009-01-08', '2009-02-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (656, '2009-01-28', '2009-02-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (657, '2009-01-28', '2009-02-27', 21.49, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (658, '2008-11-05', '2008-12-08', 155.13, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (659, '2008-12-08', '2009-01-12', 114.31, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (660, '2008-11-01', '2008-11-30', 38.94, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (661, '2008-12-01', '2008-12-31', 9.75, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (662, '2009-01-01', '2009-01-31', 27.84, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (663, '2009-01-01', '2009-01-31', 3.00, 'Sky Digital (Dwarka, New Delhi, India)', 'Rs150 (@ Rs50/$1).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (664, '2009-02-01', '2010-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (665, '2008-12-01', '2008-12-31', 39.37, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (666, '2009-01-01', '2009-01-31', 20.02, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (667, '2009-01-13', '2009-02-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (668, '2008-11-24', '2008-12-29', 28.02, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (669, '2008-12-29', '2009-01-30', 27.59, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (670, '2009-02-20', '2009-08-20', 212.50, 'Progressive', 'Including half of the $75 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (671, '2009-02-20', '2009-08-20', 272.50, 'Progressive', 'Including half of the $75 discount for full cash payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (672, '2009-02-13', '2009-03-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (673, '2009-01-01', '2009-01-31', 4.00, 'Car cleaner (Dwarka, New Delhi, India)', 'Payment to the car cleaner, for two cars (Rs200, @Rs50/$1).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (674, '2009-01-01', '2009-01-31', 42.92, 'MTNL Delhi (Dwarka, New Delhi, India)', 'Bill for two lines: 25081196 (Rs1769) and 25085501 (Rs291), @Rs48/$1.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (675, '2009-02-28', '2009-03-27', 21.49, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (676, '2009-02-28', '2009-03-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (677, '2009-02-08', '2009-03-07', 48.12, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (678, '2009-01-07', '2009-02-06', 116.62, 'AT&T', 'Includes advance for 2009-02-07 to 2009-03-06. Includes $14.58 of roaming calls and text messages in India and the Netherlands.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (679, '2009-01-12', '2009-02-10', 227.54, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (680, '2009-01-17', '2009-02-16', 60.44, 'Airtel (India)', 'Rs3022 (@Rs50/$1). Includes about Rs1583 of data overage for going above pro-rated 6GB limit, while subscribed to 2Mbps/6GB plan for a limited time.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (681, '2009-02-01', '2009-02-28', 46.60, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (682, '2009-01-30', '2009-02-26', 17.05, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (683, '2009-03-13', '2009-04-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (684, '2009-02-01', '2009-02-28', 26.47, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (685, '2009-03-28', '2009-04-27', 21.49, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (686, '2009-03-28', '2009-04-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (687, '2009-03-08', '2009-04-07', 51.34, 'DirecTV', 'Slight upward revision on the base package price.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (688, '2009-02-07', '2009-03-06', 101.25, 'AT&T', 'Includes advance for 2009-03-07 to 2009-04-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (689, '2009-02-10', '2009-03-11', 150.24, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (690, '2009-02-01', '2009-02-28', 5.38, 'MTNL Delhi (India)', 'Rs280 @Rs52/$1.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (691, '2009-02-01', '2009-02-28', 3.85, 'Car cleaner (Dwarka, New Delhi, India)', 'Payment to the car cleaner, for two cars (Rs200, @Rs52/$1).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (692, '2009-02-01', '2009-02-28', 2.88, 'Sky Digital (Dwarka, New Delhi, India)', 'Rs150 (@ Rs52/$1).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (693, '2009-02-17', '2009-03-16', 68.56, 'Airtel (India)', 'Rs3,565 (@Rs52/$1). Includes Rs1000 one-time charge for the wireless modem.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (694, '2009-03-01', '2009-03-31', 51.68, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (695, '2009-02-26', '2009-03-27', 23.29, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (696, '2009-04-13', '2009-05-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (697, '2009-03-01', '2009-03-31', 26.47, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (698, '2009-04-28', '2009-05-27', 21.49, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (699, '2009-04-28', '2009-05-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (700, '2009-03-07', '2009-04-06', 113.16, 'AT&T', 'Includes advance for 2009-04-07 to 2009-05-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (701, '2009-04-08', '2009-05-07', 51.34, 'DirecTV', 'Slight upward revision on the base package price.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (702, '2009-02-26', '2009-03-25', 6.12, 'Skype', 'Unlimited US+Canada calling through Skypeout (including $0.17 charged by Citibank/AT&T MasterCard as foreign transaction fee).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (703, '2009-03-26', '2009-04-25', 6.12, 'Skype', 'Unlimited US+Canada calling through Skypeout (including $0.17 charged by Citibank/AT&T MasterCard as foreign transaction fee).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (704, '2009-03-11', '2009-04-08', 103.76, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (705, '2009-04-01', '2009-04-30', 32.85, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (706, '2009-03-27', '2009-04-29', 23.92, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (707, '2009-04-01', '2009-04-30', 32.92, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (708, '2009-05-08', '2009-06-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (709, '2009-04-08', '2009-05-11', 85.96, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (710, '2009-05-28', '2009-06-27', 21.50, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (711, '2009-05-28', '2009-06-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (712, '2009-05-13', '2009-06-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (713, '2009-04-29', '2009-05-28', 22.57, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (714, '2009-06-13', '2009-07-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (715, '2009-05-01', '2009-05-31', 39.37, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (716, '2009-05-11', '2009-06-10', 59.29, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (717, '2009-05-07', '2009-06-06', 105.14, 'AT&T', 'Includes advance for 2009-06-07 to 2009-07-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (718, '2009-04-07', '2009-05-06', 119.96, 'AT&T', 'Includes advance for 2009-05-07 to 2009-06-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (719, '2009-06-28', '2009-07-27', 21.50, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (720, '2009-06-28', '2009-07-27', 44.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (721, '2009-05-01', '2009-05-31', 15.66, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (722, '2009-06-01', '2009-06-30', 11.56, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (723, '2009-05-28', '2009-06-29', 22.72, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (724, '2009-06-01', '2009-06-30', 32.92, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (725, '2009-06-08', '2009-07-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (726, '2009-07-08', '2009-08-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (727, '2009-06-07', '2009-07-06', 106.03, 'AT&T', 'Includes advance for 2009-07-07 to 2009-08-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (728, '2009-07-28', '2009-08-27', 51.75, 'Comcast', 'Includes the new $3.00 fee for modem rental, and $3.80 for pro-rated modem rental charges from 2009-06-20 to 2009-07-27.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (729, '2009-07-28', '2009-08-27', 21.50, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (730, '2009-07-27', '2010-07-27', 582.00, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (731, '2009-06-10', '2009-07-10', 76.32, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (732, '2009-07-13', '2009-08-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (733, '2009-08-13', '2009-09-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (734, '2009-06-29', '2009-07-30', 25.23, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (735, '2009-08-20', '2010-02-20', 211.00, 'Progressive', 'Including half of the $72 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (736, '2009-08-20', '2010-02-20', 227.00, 'Progressive', 'Including half of the $72 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (737, '2009-07-01', '2009-07-31', 39.37, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (738, '2009-07-01', '2009-07-31', 11.82, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (739, '2009-08-08', '2009-09-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (740, '2009-08-28', '2009-09-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (741, '2009-08-28', '2009-09-27', 17.52, 'Comcast', 'Includes $1.54 credit from last month\'s bill (presumably, overcharged in the last month).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (742, '2009-07-07', '2009-08-06', 107.18, 'AT&T', 'Includes advance for 2009-08-07 to 2009-09-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (743, '2009-07-10', '2009-08-10', 82.45, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (744, '2009-08-01', '2009-08-31', 7.92, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (745, '2009-09-13', '2009-10-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (746, '2009-07-30', '2009-08-27', 21.75, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (747, '2009-08-01', '2009-08-31', 41.66, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (748, '2009-09-08', '2009-10-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (749, '2009-09-28', '2009-10-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (750, '2009-09-28', '2009-10-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (751, '2009-08-07', '2009-09-06', 135.64, 'AT&T', 'Includes advance for 2009-09-07 to 2009-10-06. Includes about $20 of roaming charges for calls made by Minaxi in Canada.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (752, '2009-08-10', '2009-09-10', 73.44, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (753, '2009-09-01', '2009-09-30', 18.11, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (754, '2009-08-27', '2009-09-29', 23.63, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (755, '2009-10-13', '2009-11-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (756, '2009-09-01', '2009-09-30', 32.92, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (757, '2009-10-08', '2009-11-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (758, '2009-09-07', '2009-10-06', 108.31, 'AT&T', 'Includes advance for 2009-10-07 to 2009-11-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (759, '2009-10-28', '2009-11-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (760, '2009-10-28', '2009-11-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (761, '2009-09-09', '2009-10-08', 61.48, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (762, '2009-10-01', '2009-10-31', 13.85, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (763, '2009-09-29', '2009-10-29', 23.03, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (764, '2009-11-13', '2009-12-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (765, '2009-10-01', '2009-10-31', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (766, '2009-10-07', '2009-11-06', 107.83, 'AT&T', 'Includes advance for 2009-11-07 to 2009-12-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (767, '2009-11-28', '2009-12-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (768, '2009-11-28', '2009-12-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (769, '2009-11-08', '2009-12-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (770, '2009-10-08', '2009-11-05', 78.84, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (771, '2009-11-01', '2009-11-30', 14.23, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (772, '2009-12-13', '2010-01-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (773, '2009-10-29', '2009-11-25', 23.41, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (774, '2009-11-01', '2009-11-30', 32.92, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (775, '2009-12-01', '2009-12-31', 4.12, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (776, '2010-01-13', '2010-02-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (777, '2009-11-07', '2009-12-06', 103.84, 'AT&T', 'Includes advance for 2009-12-07 to 2010-01-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (778, '2009-12-07', '2010-01-06', 195.91, 'AT&T', 'Includes advance for 2010-01-07 to 2010-02-06. Includes about $12.50 of international roaming calls made by fufi-ji, about $5.00 of international roaming calls by Arun (in India) and about $5.00 of international roaming text-messages by Arun (in India). Also includes $14 of pro-rated data plan charges for the second iPhone.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (779, '2009-12-08', '2010-01-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (780, '2010-01-08', '2010-02-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (781, '2009-11-05', '2009-12-09', 125.92, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (782, '2009-12-09', '2010-01-12', 232.02, 'Duke Energy', 'Including $3.53 in late payment fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (783, '2009-11-29', '2009-12-30', 20.78, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (784, '2009-12-01', '2009-12-31', 32.92, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (785, '2009-12-28', '2010-01-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (786, '2009-12-28', '2010-01-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (787, '2010-01-28', '2010-02-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (788, '2010-01-28', '2010-02-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (789, '2010-01-15', '2011-05-21', 552.56, 'Indiana BMV', 'Registration + title transfer fee ($15)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (790, '2007-07-01', '2008-06-30', 300.00, 'IU', 'Confirmation number 99854'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (791, '2008-07-01', '2009-06-30', 312.00, 'IU', 'Confirmation number 125837'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (793, '2008-01-01', '2008-12-31', 382.08, 'IU', 'Health + Dental + Long-term disability + Personal accident + health coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (794, '2007-11-01', '2007-12-31', 74.80, 'IU', 'Arun\'s ($18.70) and Minaxi\'s ($18.70) gym membership per month'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (795, '2008-01-01', '2008-12-31', 463.20, 'IU', 'Arun\'s ($19.30) and Minaxi\'s ($19.30) gym membership per month'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (796, '2009-01-01', '2009-12-31', 463.20, 'IU', 'Arun\'s ($19.30) and Minaxi\'s ($19.30) gym membership per month'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (797, '2009-01-01', '2009-12-31', 292.68, 'IU', 'Health + Dental + Long-term disability + Personal accident + health coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (798, '2010-01-01', '2010-12-31', 304.56, 'IU', 'Health + Dental + Long-term disability + Personal accident + health coverage for Ujala'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (799, '2010-01-01', '2010-12-31', 463.20, 'IU', 'Arun\'s ($19.30) and Minaxi\'s ($19.30) gym membership per month'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (800, '2009-03-15', '2010-03-14', 95.75, 'Indiana BMV', 'One year registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (801, '2009-03-22', '2010-03-21', 250.00, 'Indiana BMV', 'Rough estimate since the exact figure is not available. Online renewal ($5.00 discount)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (802, '2008-01-01', '2008-12-31', 195.48, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (803, '2009-01-01', '2009-12-31', 227.64, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (804, '2010-01-01', '2010-12-31', 238.92, 'IU', 'Health + Dental + Long-term disability + Personal accident'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (805, '2010-01-01', '2010-01-31', 8.85, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (806, '2010-02-13', '2010-03-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (807, '2009-12-30', '2010-01-28', 25.34, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (808, '2010-02-20', '2010-08-20', 195.50, 'Progressive', 'Including half of the $77 discount for full cash payment and $9 due for the period from Jan 06 (when Odyssey insurance came into force) until Feb 20.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (809, '2010-02-20', '2010-08-20', 272.50, 'Progressive', 'Including half of the $77 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (810, '2010-01-01', '2010-01-31', 13.57, 'City of Bloomington Utilities', 'Not billed for usage because the meter was not read due to inclement weather.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (811, '2010-03-22', '2011-03-21', 209.05, 'Indiana BMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (812, '2010-02-28', '2010-03-27', 23.26, 'Comcast', 'Including $4 (=$8/2) of late charges for last delayed payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (813, '2010-02-28', '2010-03-27', 55.95, 'Comcast', 'Including $4 (=$8/2) of late charges for last delayed payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (814, '2010-02-08', '2010-03-07', 51.34, 'DirecTV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (815, '2010-01-07', '2010-02-06', 136.92, 'AT&T', 'Includes advance for 2010-02-07 to 2010-03-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (816, '2010-01-12', '2010-02-10', 188.18, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (817, '2010-02-01', '2010-02-28', 18.07, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (818, '2010-03-13', '2010-04-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (819, '2010-02-25', '2010-04-24', 96.28, 'Dish Network', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (820, '2010-01-28', '2010-02-26', 31.51, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (821, '2010-02-01', '2010-02-28', 58.72, 'City of Bloomington Utilities', 'Last month was not billed for usage because the meter was not read due to inclement weather. This charge includes Jan and Feb\'s usage charges.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (822, '2010-03-28', '2010-04-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (823, '2010-03-28', '2010-04-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (824, '2010-02-07', '2010-03-06', 133.25, 'AT&T', 'Includes advance for 2010-03-07 to 2010-04-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (825, '2010-02-10', '2010-03-10', 174.83, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (826, '2010-03-01', '2010-03-31', 11.57, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (827, '2010-04-13', '2010-05-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (828, '2010-04-25', '2010-05-24', 94.66, 'Dish Network', '$46.52 (inc. taxes) added later when Pak pack was added.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (829, '2010-02-26', '2010-03-30', 41.00, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (830, '2010-03-01', '2010-03-31', 58.72, 'City of Bloomington Utilities', 'The charge is identical to the previous month\'s, which was was for two months\' usage. So, this is unexpectedly high! (On second thoughts, may be not: after Minaxi\'s parents\' arrival our water consumption seems to have doubled.)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (831, '2010-03-07', '2010-04-06', 133.09, 'AT&T', 'Includes advance for 2010-04-07 to 2010-05-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (832, '2010-04-28', '2010-05-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (833, '2010-04-28', '2010-05-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (834, '2010-03-10', '2010-04-12', 101.35, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (835, '2010-04-01', '2010-04-30', 16.70, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (836, '2010-05-25', '2010-06-24', 96.28, 'Dish Network', 'Rate almost doubled since Pak Mega Pack was added.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (837, '2010-05-13', '2010-06-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (838, '2010-03-30', '2010-04-30', 41.00, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (839, '2010-04-01', '2010-04-30', 65.17, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (840, '2010-04-07', '2010-05-06', 134.42, 'AT&T', 'Includes advance for 2010-05-07 to 2010-06-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (841, '2010-05-28', '2010-06-27', 19.26, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (842, '2010-05-28', '2010-06-27', 47.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (843, '2010-04-12', '2010-05-11', 64.53, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (844, '2009-07-01', '2010-06-30', 312.00, 'IU', 'Confirmation number 144722'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (845, '2010-07-01', '2011-06-30', 327.60, 'IU', 'Confirmation number 166912'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (846, '2010-05-20', '2010-06-24', -80.60, 'Dish Network', 'Refund of Hindi Super Pack (-$52.48) and Pak Mega Pack (-$52.47), canceled on May 20th. Addition of Dish Family ($23.31). Net taxes (-$3.96). Service charge ($5).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (847, '2010-06-25', '2010-07-24', 19.99, 'Dish Network', 'Downgraded to Dish Family (no taxes, because negative overall balance).'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (848, '2010-04-30', '2010-05-27', 31.38, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (849, '2010-05-01', '2010-05-31', 65.17, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (850, '2010-06-13', '2010-07-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (851, '2010-06-28', '2010-07-27', 22.67, 'Comcast', 'Basic cable rates raised by $3, from $16.99 to $19.99'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (852, '2010-06-28', '2010-07-27', 49.95, 'Comcast', 'Internet rate raised by $2, from $47.95 to $49.95'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (853, '2010-05-07', '2010-06-06', 133.69, 'AT&T', 'Includes advance for 2010-06-07 to 2010-07-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (854, '2010-05-11', '2010-06-12', 60.17, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (855, '2010-05-01', '2010-05-31', 17.42, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (856, '2010-06-01', '2010-06-30', 10.22, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (857, '2010-07-13', '2010-08-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (858, '2010-06-17', '2010-07-24', 40.16, 'Dish Network', 'Changed to Hindi Super on Jun 16th, and to Hindi Mega on Jul 7. The charges include -$25.14 (refund) for advance paid Dish Family, $30.48 for Hindi Super pro-rated for Jun 17 to Jul 7, and $34.82 for Hindi Mega pro-rated Jul 7 to Jul 24.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (859, '2010-07-25', '2010-08-24', 67.00, 'Dish Network', 'Hindi Mega pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (860, '2010-05-27', '2010-06-29', 23.27, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (861, '2010-06-01', '2010-06-30', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (862, '2010-06-07', '2010-07-06', 134.48, 'AT&T', 'Includes advance for 2010-07-07 to 2010-08-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (863, '2010-07-28', '2010-08-27', 22.67, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (864, '2010-07-28', '2010-08-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (865, '2010-06-10', '2010-07-09', 77.46, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (866, '2010-07-27', '2011-07-27', 603.00, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (867, '2010-08-25', '2010-09-24', 70.61, 'Dish Network', 'Hindi Mega pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (868, '2010-08-13', '2010-09-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (869, '2010-06-29', '2010-07-29', 25.99, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (870, '2010-08-20', '2011-02-20', 267.00, 'Progressive', 'Including half of the $76 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (871, '2010-08-20', '2011-02-20', 182.00, 'Progressive', 'Including half of the $76 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (872, '2010-07-01', '2010-07-31', 19.42, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (873, '2010-07-01', '2010-07-31', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (874, '2010-08-28', '2010-09-27', 22.67, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (875, '2010-08-28', '2010-09-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (876, '2010-07-07', '2010-08-06', 94.19, 'AT&T', 'Includes advance for 2010-08-07 to 2010-09-06. Includes $91.14 usage charges due to Minaxi\'s calls to India made directly through the cell phone on Aug 1, but rolled back to about $12.95+$4.99. Also includes about $50 credit adjustment due to change in data plan.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (877, '2010-07-09', '2010-08-10', 111.33, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (878, '2010-08-01', '2010-08-31', 22.38, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (879, '2010-09-25', '2010-10-24', 63.76, 'Dish Network', 'Hindi Mega pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (880, '2010-08-25', '2010-09-24', -6.19, 'Dish Network', 'Hindi Mega pack---credit adjustment for advance payment earlier'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (881, '2010-09-13', '2010-10-12', 9.62, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (882, '2010-07-29', '2010-08-27', 21.80, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (883, '2010-08-01', '2010-08-31', 58.72, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (884, '2010-09-28', '2010-10-27', 22.67, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (885, '2010-09-28', '2010-10-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (886, '2010-08-07', '2010-09-06', 121.60, 'AT&T', 'Includes advance for 2010-09-07 to 2010-10-06. Includes $105.50 usage charges due to Minaxi\'s call to India made directly through the cell phone on Aug 8, but rolled back almost completely.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (887, '2010-08-10', '2010-09-09', 95.68, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (888, '2010-09-01', '2010-09-30', 16.32, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (889, '2010-10-25', '2010-11-24', 69.19, 'Dish Network', 'Hindi Mega pack (including $5 late fee---the last payment didn\'t go through!!)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (890, '2010-08-27', '2010-09-29', 32.74, 'Vectren Energy Delivery', 'The charge includes $0.80 of late payment charge (the previous payment didn\'t go through!)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (891, '2010-09-01', '2010-09-30', 50.06, 'City of Bloomington Utilities', 'Includes $4.24 penalty for late payment (the last payment didn\'t go through!)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (892, '2010-10-13', '2010-11-12', 11.76, 'Netflix', 'Added BlueRay subscription (additional $2.14, including taxes)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (893, '2010-09-07', '2010-10-06', 104.65, 'AT&T', 'Includes advance for 2010-10-07 to 2010-11-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (894, '2010-10-28', '2010-11-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (895, '2010-10-28', '2010-11-27', 22.66, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (896, '2010-09-09', '2010-10-08', 69.97, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (897, '2010-10-01', '2010-10-31', 13.89, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (898, '2010-11-13', '2010-12-12', 11.76, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (899, '2010-11-28', '2010-12-27', 22.66, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (900, '2010-11-28', '2010-12-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (901, '2010-10-07', '2010-11-06', 105.36, 'AT&T', 'Includes advance for 2010-11-07 to 2010-12-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (902, '2010-10-08', '2010-11-05', 67.48, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (903, '2010-11-01', '2010-11-30', 31.86, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (904, '2010-11-25', '2010-12-24', 64.19, 'Dish Network', 'Hindi Mega pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (905, '2010-12-25', '2011-01-24', 64.19, 'Dish Network', 'Hindi Mega pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (906, '2010-12-13', '2011-01-12', 11.76, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (907, '2010-09-29', '2010-10-28', 35.03, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (908, '2010-10-28', '2010-11-29', 33.64, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (909, '2010-11-07', '2010-12-06', 107.37, 'AT&T', 'Includes advance for 2010-12-07 to 2011-01-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (910, '2010-12-28', '2011-01-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (911, '2010-12-28', '2011-01-27', 27.12, 'Comcast', 'A slight rate increase in cable due to $3.95'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (912, '2010-11-05', '2010-12-09', 150.23, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (913, '2011-01-13', '2011-02-12', 12.83, 'Netflix', 'Rate went up'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (914, '2010-12-01', '2010-12-31', 14.25, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (915, '2010-12-28', '2011-01-24', -47.61, 'Dish Network', 'Hindi Mega pack removed'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (916, '2011-01-25', '2011-02-24', 9.99, 'Dish Network', 'Welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (917, '2010-11-29', '2010-12-29', 25.59, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (918, '2010-10-01', '2010-10-31', 65.17, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (919, '2010-11-01', '2010-11-30', 58.72, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (920, '2010-12-01', '2010-12-31', 58.72, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (921, '2010-12-07', '2011-01-06', 110.19, 'AT&T', 'Includes advance for 2011-01-07 to 2011-02-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (922, '2011-01-28', '2011-02-27', 27.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (923, '2011-01-28', '2011-02-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (924, '2010-12-09', '2011-01-11', 233.06, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (925, '2010-02-01', '2011-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (926, '2011-02-13', '2011-03-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (927, '2011-01-01', '2011-01-31', 8.53, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (928, '2010-12-29', '2011-01-28', 23.77, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (929, '2011-01-01', '2011-01-31', 45.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (930, '2011-02-20', '2011-08-20', 175.50, 'Progressive', 'Including half of the $73 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (931, '2011-02-20', '2011-08-20', 261.50, 'Progressive', 'Including half of the $73 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (932, '2011-02-28', '2011-03-27', 27.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (933, '2011-02-28', '2011-03-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (934, '2011-01-11', '2011-02-09', 227.76, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (935, '2011-02-25', '2011-03-24', 10.69, 'Dish Network', 'Welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (936, '2011-01-07', '2011-02-06', 107.64, 'AT&T', 'Includes advance for 2011-02-07 to 2011-03-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (937, '2011-02-01', '2011-02-28', 5.26, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (938, '2011-03-22', '2012-03-21', 185.05, 'Indiana BMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (939, '2011-03-13', '2011-04-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (940, '2011-01-28', '2011-02-24', 23.95, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (941, '2011-02-01', '2011-02-28', 13.57, 'City of Bloomington Utilities', 'No meter reading this period; so, charged only for service, not usage'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (942, '2011-02-07', '2011-03-06', 108.70, 'AT&T', 'Includes advance for 2011-03-07 to 2011-04-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (943, '2011-03-28', '2011-04-27', 27.12, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (944, '2011-03-28', '2011-04-27', 49.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (945, '2011-03-25', '2011-04-24', 10.69, 'Dish Network', 'Welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (946, '2011-03-01', '2011-03-31', 4.20, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (947, '2011-04-13', '2011-05-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (948, '2011-02-24', '2011-03-29', 27.63, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (949, '2011-03-01', '2011-03-31', 65.17, 'City of Bloomington Utilities', 'No meter reading last period; so, charged for two months\' service'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (950, '2011-04-25', '2011-05-24', 10.69, 'Dish Network', 'Welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (951, '2011-03-07', '2011-04-06', 106.61, 'AT&T', 'Includes advance for 2011-04-07 to 2011-05-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (952, '2011-04-28', '2011-05-27', 19.47, 'Comcast', 'A slight reduction in cable bill, due to switching to all digital (Xfinity TV, in Comcast parlance)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (953, '2011-04-28', '2011-05-27', 53.95, 'Comcast', 'Increase of $4 in internet service charges, due to increase of \"equipment\" charges to $7 from earlier $5 and an increase in service fee by $2'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (954, '2011-02-09', '2011-03-11', 165.59, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (955, '2011-03-11', '2011-04-11', 114.63, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (956, '2011-05-22', '2012-05-21', 350.05, 'Indiana BMV', 'Registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (957, '2011-04-01', '2011-04-30', 4.45, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (958, '2011-05-13', '2011-06-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (959, '2011-03-29', '2011-04-28', 27.04, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (960, '2011-04-01', '2011-04-30', 39.37, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (961, '2011-05-28', '2011-06-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (962, '2011-05-28', '2011-06-27', 23.87, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (963, '2011-04-07', '2011-05-06', 106.67, 'AT&T', 'Includes advance for 2011-05-07 to 2011-06-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (964, '2011-05-25', '2011-06-24', 10.69, 'Dish Network', 'Welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (965, '2011-04-11', '2011-05-10', 77.15, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (966, '2011-06-13', '2011-07-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (967, '2011-05-01', '2011-05-31', 2.26, 'Reliance IndiaCall', 'India calls (mistakenly overpaid the last time, so the bill for May shows -2.19 balance)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (968, '2011-04-28', '2011-05-27', 25.14, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (969, '2011-05-01', '2011-05-31', 41.81, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (970, '2011-05-07', '2011-06-06', 143.09, 'AT&T', 'Includes advance for 2011-06-07 to 2011-07-06. This includes $45 advance for the 4GB tethering plan, which should get rolled back in the next billing cycle. Also included is $18 pro-rated charge for the tethering plan from 5/25 to 6/06 and -$5.50 adjustment for 200MB plan.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (971, '2011-06-28', '2011-07-27', 21.37, 'Comcast', '$2.50 credit for \"personally owned equipment\" given in the next billing cycle has been included here'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (972, '2011-06-28', '2011-07-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (973, '2011-06-25', '2011-07-24', 10.69, 'Dish Network', 'Welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (974, '2011-05-10', '2011-06-13', 71.10, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (975, '2011-07-01', '2012-06-30', 360.00, 'IU', 'Permit number 20211139'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (976, '2011-06-01', '2011-06-30', 3.22, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (977, '2011-07-13', '2011-08-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (978, '2011-05-27', '2011-06-29', 26.11, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (979, '2011-06-01', '2011-06-30', 41.81, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (980, '2011-07-27', '2012-07-27', 549.00, 'Amica Mutual Insurance Company', 'Increased deductible to $5000, which saved $115. But then I raised liability to $500K from $300K, which added $4 to the premium. We have optional earthquake insurance for an extra $86/year and 5% deductible. Fire and other natural disasters are naturally covered, except flood, for which you have to have a different insurance. But then we are not in a flood prone zone. Personal property includes only up to $1500 coverage for jewelry in case of theft! Termite protection exists in the policy only if ignorance is not the reason for a pest attack.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (981, '2011-06-07', '2011-07-06', 83.67, 'AT&T', 'Includes advance for 2011-07-07 to 2011-08-06. This includes $23.28 net credit for reverting back from the 4GB tethering plan.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (982, '2011-07-28', '2011-08-27', 21.37, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (983, '2011-07-28', '2011-08-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (984, '2011-06-13', '2011-07-13', 86.48, 'Duke Energy', 'Including $2.36 for late payment (my records showed I had paid, may be I didn\'t click the confirm button on Chase bill pay page)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (985, '2011-07-25', '2011-08-24', 53.32, 'Dish Network', 'Hindi mega pack + welcome pack; include $15 discount promotional discount and $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (986, '2011-06-16', '2011-07-24', 143.53, 'Dish Network', 'Includes pro-rated charges for Hindi Mega pack, $6 per month protection plan, $15 tech visit charges for changing the receiver location, and $50 \"custom work\" that needs to be disputed'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (987, '2011-06-29', '2011-07-28', 23.37, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (988, '2011-07-01', '2011-07-31', 10.77, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (989, '2011-08-13', '2011-09-12', 12.83, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (990, '2011-08-20', '2012-02-20', 236.50, 'Progressive', 'Including half of the $71 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (991, '2011-08-20', '2012-02-20', 330.50, 'Progressive', 'Including half of the $71 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (992, '2011-07-01', '2011-07-31', 47.10, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (993, '2011-07-07', '2011-08-06', 122.08, 'AT&T', 'Includes advance for 2011-08-07 to 2011-09-06. Also includes $15 extra charged for going over 200 MB.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (994, '2011-08-28', '2011-09-27', 21.37, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (995, '2011-08-28', '2011-09-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (996, '2011-08-25', '2011-09-24', 70.60, 'Dish Network', 'Hindi mega pack + welcome pack; includes $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (997, '2011-07-13', '2011-08-11', 106.17, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (998, '2011-09-13', '2011-10-12', 19.24, 'Netflix', 'Rate increase'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (999, '2011-08-01', '2011-08-31', 13.07, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1000, '2011-07-28', '2011-08-30', 20.79, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1001, '2011-08-01', '2011-08-31', 41.81, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1002, '2011-08-07', '2011-09-06', 109.56, 'AT&T', 'Includes advance for 2011-09-07 to 2011-10-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1003, '2011-09-28', '2011-10-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1004, '2011-09-28', '2011-10-27', 21.37, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1005, '2011-09-25', '2011-10-24', 70.60, 'Dish Network', 'Hindi mega pack + welcome pack; includes $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1006, '2011-08-11', '2011-09-10', 88.37, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1007, '2011-10-13', '2011-11-12', 19.24, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1008, '2011-08-30', '2011-09-29', 25.20, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1009, '2011-09-01', '2011-09-30', 44.45, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1010, '2011-09-07', '2011-10-06', 105.11, 'AT&T', 'Includes advance for 2011-10-07 to 2011-11-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1011, '2011-10-28', '2011-11-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1012, '2011-10-28', '2011-11-27', 21.36, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1013, '2011-10-25', '2011-11-24', 75.95, 'Dish Network', 'Hindi mega pack + welcome pack; includes $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1014, '2011-09-10', '2011-10-11', 64.01, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1015, '2011-09-29', '2011-10-28', 24.59, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1016, '2011-09-01', '2011-09-30', 6.81, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1017, '2011-10-01', '2011-10-31', 10.59, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1018, '2011-11-13', '2011-12-12', 19.24, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1019, '2011-10-01', '2011-10-31', 48.61, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1020, '2011-10-07', '2011-11-06', 105.55, 'AT&T', 'Includes advance for 2011-11-07 to 2011-12-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1021, '2011-11-28', '2011-12-27', 21.36, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1022, '2011-11-28', '2011-12-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1023, '2011-11-25', '2011-12-24', 75.95, 'Dish Network', 'Hindi mega pack + welcome pack; includes $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1024, '2011-10-11', '2011-11-08', 80.81, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1025, '2011-11-01', '2011-11-30', 8.20, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1026, '2011-10-28', '2011-11-29', 24.55, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1027, '2011-11-01', '2011-11-30', 48.61, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1028, '2011-11-07', '2011-12-06', 105.77, 'AT&T', 'Includes advance for 2011-12-07 to 2012-01-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1029, '2011-12-28', '2012-01-27', 23.46, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1030, '2011-12-28', '2012-01-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1031, '2011-12-25', '2012-01-24', 75.95, 'Dish Network', 'Hindi mega pack + welcome pack; includes $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1032, '2011-11-08', '2011-12-08', 121.59, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1033, '2011-12-01', '2011-12-31', 5.51, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1034, '2011-12-13', '2012-01-12', 19.24, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1035, '2011-11-29', '2011-12-29', 19.00, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1036, '2012-01-13', '2012-02-12', 19.24, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1037, '2011-12-01', '2011-12-31', 48.61, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1038, '2011-12-07', '2012-01-06', 149.03, 'AT&T', 'Includes advance for 2012-01-07 to 2012-02-06. Includes about $45 of usage charges in India.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1039, '2012-01-28', '2012-02-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1040, '2012-01-28', '2012-02-27', 23.97, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1041, '2012-01-25', '2012-02-24', 75.95, 'Dish Network', 'Hindi mega pack + welcome pack; includes $6 protection plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1042, '2011-12-08', '2012-01-12', 120.80, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1043, '2012-01-01', '2012-01-31', 14.27, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1044, '2011-12-29', '2012-01-30', 19.06, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1045, '2012-02-20', '2012-08-20', 168.00, 'Progressive', 'Including half of the $74 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1046, '2012-02-20', '2012-08-20', 252.00, 'Progressive', 'Including half of the $74 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1047, '2012-02-13', '2012-03-12', 19.24, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1048, '2012-01-01', '2012-01-31', 15.51, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1049, '2012-01-07', '2012-02-06', 107.51, 'AT&T', 'Includes advance for 2012-02-07 to 2012-03-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1050, '2012-02-28', '2012-03-27', 23.97, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1051, '2012-02-28', '2012-03-27', 53.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1052, '2012-01-23', '2012-02-24', -6.10, 'Dish Network', 'Removed the protection plan; pro-rated refund'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1053, '2012-02-25', '2012-03-24', 69.08, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1054, '2012-01-12', '2012-02-09', 187.23, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1055, '2011-02-01', '2012-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1056, '2012-02-01', '2013-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1057, '2012-03-22', '2013-03-21', 160.05, 'Indiana BMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1058, '2012-01-30', '2012-02-28', 26.91, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1059, '2012-02-01', '2012-02-29', 33.37, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1060, '2012-03-13', '2012-04-12', 19.24, 'Netflix', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1061, '2012-02-01', '2012-02-29', 72.82, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1062, '2012-02-07', '2012-03-06', 107.10, 'AT&T', 'Includes advance for 2012-03-07 to 2012-04-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1063, '2012-03-28', '2012-04-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1064, '2012-03-28', '2012-04-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1065, '2012-03-25', '2012-04-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1066, '2012-02-09', '2012-03-08', 163.37, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1067, '2012-02-28', '2012-03-29', 35.94, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1068, '2012-03-01', '2012-03-31', 46.44, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1069, '2012-04-13', '2012-05-12', 7.99, 'Netflix', 'Switched to streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1070, '2012-03-01', '2012-03-31', 63.01, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1071, '2012-03-08', '2012-04-09', 83.39, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1072, '2012-03-07', '2012-04-06', 123.36, 'AT&T', 'About $19 extra this billing period due to may text messages (perhaps, due to Minaxi\'s trip to Chicago). Includes advance for 2012-04-07 to 2012-05-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1073, '2012-04-28', '2012-05-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1074, '2012-04-28', '2012-05-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1075, '2012-04-25', '2012-05-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1076, '2012-03-29', '2012-04-27', 29.96, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1077, '2012-04-09', '2012-05-09', 84.73, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1078, '2012-05-13', '2012-06-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1079, '2012-04-07', '2012-05-06', 109.57, 'AT&T', 'Includes advance for 2012-05-07 to 2012-06-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1080, '2012-04-01', '2012-04-30', 40.95, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1081, '2012-04-01', '2012-04-30', 77.48, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1082, '2012-04-01', '2012-04-30', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1083, '2012-05-01', '2012-05-31', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1084, '2012-05-28', '2012-06-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1085, '2012-05-28', '2012-06-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1086, '2012-05-25', '2012-06-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1087, '2012-07-01', '2013-06-30', 378.00, 'IU', 'Permit number unavailable at the moment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1088, '2012-06-13', '2012-07-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1089, '2012-05-01', '2012-05-31', 96.34, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1090, '2012-06-01', '2012-06-30', 35.01, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1091, '2012-05-01', '2012-05-31', 35.51, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1092, '2012-04-27', '2012-05-31', 29.88, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1093, '2012-05-31', '2012-06-29', 28.05, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1094, '2012-05-09', '2012-06-08', 78.02, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1095, '2012-06-08', '2012-07-10', 124.93, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1096, '2012-06-25', '2012-07-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1097, '2012-06-28', '2012-07-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1098, '2012-06-28', '2012-07-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1099, '2012-06-07', '2012-07-06', 115.65, 'AT&T', 'Includes advance for 2012-07-07 to 2012-08-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1100, '2012-07-13', '2012-08-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1101, '2012-06-01', '2012-07-01', 67.28, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1102, '2012-08-20', '2013-02-20', 257.50, 'Progressive', 'Including half of the $109 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1103, '2012-08-20', '2013-02-20', 278.50, 'Progressive', 'Including half of the $109 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1104, '2012-07-01', '2012-07-31', 17.63, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1105, '2012-08-13', '2012-09-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1106, '2012-06-29', '2012-07-31', 19.75, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1107, '2012-07-02', '2012-07-31', 113.28, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1108, '2012-07-07', '2012-08-06', 111.02, 'AT&T', 'Includes advance for 2012-08-07 to 2012-09-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1109, '2012-05-07', '2012-06-06', 109.74, 'AT&T', 'Includes advance for 2012-06-07 to 2012-07-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1110, '2012-07-28', '2012-08-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1111, '2012-07-28', '2012-08-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1112, '2012-07-25', '2012-08-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1113, '2012-07-10', '2012-08-08', 123.10, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1114, '2012-09-13', '2012-10-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1115, '2012-07-31', '2012-08-30', 25.17, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1116, '2012-08-28', '2012-09-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1117, '2012-08-28', '2012-09-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1118, '2012-08-07', '2012-09-06', 112.58, 'AT&T', 'Includes advance for 2012-09-07 to 2012-10-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1119, '2012-08-25', '2012-09-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1120, '2012-08-01', '2012-09-02', 99.79, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1121, '2012-08-08', '2012-09-07', 97.19, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1122, '2012-08-01', '2012-08-31', 25.69, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1123, '2012-09-01', '2012-09-30', 22.15, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1124, '2012-08-30', '2012-09-28', 22.91, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1125, '2012-10-13', '2012-11-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1126, '2012-09-28', '2012-10-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1127, '2012-09-28', '2012-10-27', 24.46, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1128, '2012-09-07', '2012-10-06', 110.35, 'AT&T', 'Includes advance for 2012-10-07 to 2012-11-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1129, '2012-09-25', '2012-10-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1130, '2012-09-03', '2012-09-30', 89.70, 'City of Bloomington Utilities', 'Including $6.20 as late penalty (one day late)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1131, '2012-09-07', '2012-10-08', 77.24, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1132, '2012-08-07', '2012-08-31', 0.99, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks, introductory price for the first four weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1133, '2012-09-01', '2012-09-28', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1134, '2012-09-29', '2012-10-26', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1135, '2012-10-27', '2012-11-23', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1136, '2012-11-13', '2012-12-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1137, '2012-11-24', '2012-12-21', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1138, '2012-10-01', '2012-10-31', 19.50, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1139, '2012-11-01', '2012-11-30', 8.26, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1140, '2012-06-01', '2012-06-30', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1141, '2012-07-01', '2012-07-31', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1142, '2012-08-01', '2012-08-31', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1143, '2012-09-01', '2012-09-30', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1144, '2012-10-01', '2012-10-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1145, '2012-11-01', '2012-11-30', 3000.00, 'Central Mortgage Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1146, '2012-12-01', '2012-12-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1147, '2013-01-01', '2013-01-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1148, '2012-12-13', '2013-01-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1149, '2012-12-22', '2013-01-18', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1150, '2012-12-01', '2012-12-31', 10.68, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1151, '2012-09-28', '2012-10-26', 34.71, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1152, '2012-10-26', '2012-11-29', 29.12, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1153, '2012-11-29', '2012-12-28', 22.99, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1154, '2013-01-13', '2013-02-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1155, '2012-10-28', '2012-11-27', 24.46, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1156, '2012-10-28', '2012-11-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1157, '2012-11-28', '2012-12-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1158, '2012-11-28', '2012-12-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1159, '2012-12-28', '2013-01-27', 24.47, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1160, '2012-12-28', '2013-01-27', 55.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1161, '2013-01-28', '2013-02-27', 26.03, 'Comcast', 'A slight increase in charges.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1162, '2013-01-28', '2013-02-27', 58.95, 'Comcast', 'A $3 increase in charges.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1163, '2012-10-25', '2012-11-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1164, '2012-11-25', '2012-12-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1165, '2012-12-25', '2013-01-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1166, '2013-01-25', '2013-02-24', 69.53, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1167, '2012-10-07', '2012-11-06', 111.99, 'AT&T', 'Includes advance for 2012-11-07 to 2012-12-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1168, '2012-11-07', '2012-12-06', 107.42, 'AT&T', 'Includes advance for 2012-12-07 to 2013-01-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1169, '2012-12-07', '2013-01-06', 117.68, 'AT&T', 'Includes advance for 2013-01-07 to 2013-02-06. About $6 extra charges for a voicemail while the home phone was in India and some data (probably mistakenly)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1170, '2013-01-19', '2013-02-15', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1171, '2012-10-01', '2012-10-31', 90.14, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1172, '2012-11-01', '2012-12-02', 96.34, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1173, '2012-12-03', '2013-01-01', 86.65, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1174, '2012-10-08', '2012-11-05', 91.16, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1175, '2012-11-05', '2012-12-06', 132.62, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1176, '2012-12-06', '2013-01-10', 219.64, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1177, '2013-02-01', '2014-01-31', 99.00, 'ACM', 'One year ACM Professional membership for Arun'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1178, '2013-02-01', '2013-02-28', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1179, '2013-02-16', '2013-03-15', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1180, '2013-01-01', '2013-01-31', 15.42, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1181, '2012-12-28', '2013-01-30', 19.51, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1182, '2013-02-20', '2013-08-20', 301.50, 'Progressive', 'Including half of the $121 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1183, '2013-02-20', '2013-08-20', 278.50, 'Progressive', 'Including half of the $121 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1184, '2013-02-13', '2013-03-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1185, '2013-01-02', '2013-01-31', 57.59, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1186, '2013-01-10', '2013-02-08', 233.16, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1187, '2013-02-28', '2013-03-27', 26.03, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1188, '2013-02-28', '2013-03-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1189, '2013-02-25', '2013-03-24', 74.88, 'Dish Network', 'Hindi mega pack + welcome pack; $5 increase in the price of the welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1190, '2013-01-07', '2013-02-06', 109.18, 'AT&T', 'Includes advance for 2013-02-07 to 2013-03-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1191, '2013-03-01', '2013-03-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1192, '2013-03-22', '2014-03-21', 140.05, 'Indiana BMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1193, '2013-01-30', '2013-02-26', 18.65, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1194, '2013-03-13', '2013-04-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1195, '2013-03-16', '2013-04-12', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1196, '2013-02-02', '2013-02-28', 67.28, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1197, '2013-03-28', '2013-04-27', 26.03, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1198, '2013-03-28', '2013-04-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1199, '2013-02-07', '2013-03-06', 108.58, 'AT&T', 'Includes advance for 2013-03-07 to 2013-04-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1200, '2013-03-25', '2013-04-24', 74.88, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1201, '2013-02-08', '2013-03-11', 218.44, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1202, '2012-05-22', '2013-05-21', 311.05, 'Indiana BMV', 'Registration'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1203, '2013-02-01', '2013-02-28', 10.23, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1204, '2013-03-01', '2013-03-31', 16.01, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1205, '2013-02-26', '2013-03-29', 21.05, 'Vectren Energy Delivery', 'Including 78 cents for late payment (late by 4 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1206, '2013-04-13', '2013-05-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1207, '2013-04-13', '2013-05-10', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1208, '2013-03-01', '2013-03-31', 57.59, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1209, '2013-04-28', '2013-05-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1210, '2013-04-28', '2013-05-27', 26.10, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1211, '2013-04-25', '2013-05-24', 74.88, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1212, '2013-03-07', '2013-04-06', 111.06, 'AT&T', 'Includes advance for 2013-04-07 to 2013-05-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1213, '2013-03-11', '2013-04-09', 169.98, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1214, '2013-04-01', '2013-04-30', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1215, '2013-05-01', '2013-05-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1216, '2013-04-01', '2013-04-30', 15.84, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1217, '2013-03-29', '2013-04-29', 24.66, 'Vectren Energy Delivery', 'Including 78 cents credit that was overpaid for late payment, but was refunded'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1218, '2013-05-13', '2013-06-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1219, '2013-05-11', '2013-06-07', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1220, '2013-04-01', '2013-04-30', 57.59, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1221, '2013-05-28', '2013-06-27', 26.10, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1222, '2013-05-28', '2013-06-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1223, '2013-04-07', '2013-05-06', 108.14, 'AT&T', 'Includes advance for 2013-05-07 to 2013-06-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1224, '2013-05-25', '2013-06-24', 74.88, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1225, '2013-04-09', '2013-05-08', 90.49, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1226, '2013-06-01', '2013-06-30', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1227, '2013-04-29', '2013-05-31', 28.14, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1228, '2013-06-13', '2013-07-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1229, '2013-06-08', '2013-07-05', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1230, '2013-06-25', '2013-07-24', 74.88, 'Dish Network', 'Hindi mega pack + welcome pack'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1231, '2013-05-01', '2013-06-02', 67.28, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1232, '2013-05-08', '2013-06-07', 67.53, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1233, '2013-06-28', '2013-07-27', 26.10, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1234, '2013-06-28', '2013-07-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1235, '2013-05-07', '2013-06-06', 107.98, 'AT&T', 'Includes advance for 2013-06-07 to 2013-07-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1236, '2013-05-01', '2013-05-31', 14.25, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1237, '2013-06-01', '2013-06-30', 6.99, 'Reliance IndiaCall', 'India calls'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1238, '2013-05-31', '2013-06-28', 21.96, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1239, '2013-07-13', '2013-08-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1240, '2013-07-06', '2013-08-02', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1241, '2013-06-03', '2013-06-30', 67.28, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1242, '2013-06-07', '2013-07-10', 77.32, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1243, '2013-06-07', '2013-07-06', 111.54, 'AT&T', 'Includes advance for 2013-07-07 to 2013-08-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1244, '2013-07-28', '2013-08-27', 26.10, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1245, '2013-07-28', '2013-08-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1246, '2013-07-01', '2013-07-31', 47.90, 'City of Bloomington Utilities', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1247, '2013-08-20', '2014-02-20', 279.00, 'Progressive', 'Including half of the $124 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1248, '2013-08-20', '2014-02-20', 291.00, 'Progressive', 'Including half of the $124 discount for full cash payment.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1249, '2013-06-28', '2013-07-31', 21.34, 'Vectren Energy Delivery', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1250, '2013-07-10', '2013-08-08', 82.14, 'Duke Energy', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1251, '2013-07-01', '2013-07-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1252, '2013-08-01', '2013-08-31', 3000.00, 'PNC Mortgage', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1253, '2013-08-03', '2013-08-30', 10.00, 'New York Times', 'NY Times academic subscription for web + iPad (4 weeks)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1254, '2013-08-28', '2013-09-27', 26.10, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1255, '2013-08-28', '2013-09-27', 58.95, 'Comcast', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1256, '2013-08-13', '2013-09-12', 7.99, 'Netflix', 'Streaming-only plan'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1257, '2013-07-07', '2013-08-06', 109.15, 'AT&T', 'Includes advance for 2013-08-07 to 2013-09-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1258, '2013-11-21', '2013-12-31', 260947.57, 'Bank of America', 'The total down payment + expenses: $37,350 (earnest money) + $30 (wire fee) + $223,517.57 (remaining down payment) + $30 (wire fee) + $20 (two notary\'s fees for TIAA-CREF loan)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1259, '2013-12-12', '2014-06-12', 320.90, 'Progressive', 'Including half of $1.80 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1260, '2013-12-12', '2014-06-12', 418.90, 'Progressive', 'Including half of $1.80 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1261, '2013-12-16', '2013-12-16', 35.00, 'Mid-Peninsula Water District', 'Account opening fee ($10) + deposit ($25)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1262, '2013-12-01', '2015-12-31', 103100.00, 'Bank of America', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1263, '2014-04-21', '2014-04-30', 93.97, 'Crunch Gym, San Mateo', 'Remaining Apr and last month of Minaxi\'s gym membership + $20 for processing fee. No enrollment fee. A $30 yearly maintenance fee will be charged in addition to $40 for monthly membership fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1264, '2013-09-10', '2014-09-09', 360.00, 'California DMV', 'Registration, from May\'13 to Sep\'13 we paid both for Indiana and California registrations. Includes a fine of $115 for registering the car late.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1265, '2013-05-22', '2014-05-21', 311.05, 'Indiana BMV', 'Registration, no exact entry was found, so we duplicated the previous year\'s.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1266, '2013-09-10', '2014-09-09', 351.00, 'California DMV', 'From Sep\'13-Mar\'14, we paid both Indiana and California. Included is $112 of fine for registering late in CA.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1267, '2014-05-01', '2014-12-30', 320.00, 'Crunch Gym, San Mateo', '$40 monthly membership fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1268, '2013-12-16', '2014-01-24', 53.40, 'Mid-Peninsula Water District', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1269, '2014-01-24', '2014-02-24', 42.40, 'Mid-Peninsula Water District', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1270, '2014-02-24', '2014-03-24', 36.47, 'Mid-Peninsula Water District', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1271, '2014-03-24', '2014-04-22', 30.54, 'Mid-Peninsula Water District', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1272, '2014-04-22', '2014-05-25', 36.47, 'Mid-Peninsula Water District', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1273, '2014-02-12', '2014-05-31', 81.04, 'Recology', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1274, '2014-06-01', '2014-08-31', 64.83, 'Recology', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1275, '2014-05-25', '2014-06-25', 42.40, 'Mid-Peninsula Water District', '5 units = 3,740 gallons (121 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1276, '2014-09-12', '2015-09-11', 226.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1277, '2014-06-25', '2014-07-25', 36.47, 'Mid-Peninsula Water District', '4 units = 2,992 gallons (100 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1278, '2014-07-25', '2014-08-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1279, '2014-08-25', '2014-09-25', 52.67, 'Mid-Peninsula Water District', '6 units = 4,488 gallons (145 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1280, '2014-09-12', '2015-09-11', 243.50, 'California DMV (via Registration Express Group)', 'Used a private service to avoid DMV lines; includes $202 for DMV (inc. about $80 of penalties), $30 service fee, $10 DMV fee for using external service, and $1.50 for debit card transaction fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1281, '2014-09-25', '2014-10-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (175 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1282, '2014-10-25', '2014-11-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1283, '2014-06-12', '2014-12-12', 373.90, 'Progressive', 'Including half of $1.80 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1284, '2014-06-12', '2014-12-12', 457.90, 'Progressive', 'Including half of $1.80 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1285, '2014-12-12', '2015-06-12', 283.87, 'Progressive', 'Including half of $1.74 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1286, '2014-12-12', '2015-06-12', 461.87, 'Progressive', 'Including half of $1.74 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1287, '2014-11-25', '2014-12-25', 65.59, 'Mid-Peninsula Water District', '8 units = 5,984 gallons (199 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1288, '2014-12-25', '2015-01-25', 52.67, 'Mid-Peninsula Water District', '6 units = 4,488 gallons (145 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1289, '2015-01-25', '2015-02-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1290, '2015-02-25', '2015-03-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (187 gallons per day for 28 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1291, '2015-03-25', '2015-04-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1292, '2015-04-25', '2015-05-25', 52.67, 'Mid-Peninsula Water District', '6 units = 4,488 gallons (150 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1293, '2015-05-25', '2015-06-25', 59.13, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1294, '2015-06-25', '2015-07-25', 72.05, 'Mid-Peninsula Water District', '9 units = 6,732 gallons (224 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1295, '2015-09-12', '2016-09-11', 116.00, 'California DMV', 'Paid directly on DMV web-site.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1296, '2015-07-25', '2015-08-25', 129.50, 'Mid-Peninsula Water District', '14 units = 10,472 gallons (338 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1297, '2015-08-25', '2015-09-25', 111.50, 'Mid-Peninsula Water District', '12 units = 8,976 gallons (290 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1298, '2015-09-25', '2015-10-25', 84.50, 'Mid-Peninsula Water District', '9 units = 6,732 gallons (224 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1299, '2015-11-19', '2015-11-19', 900.00, 'Bank of America', 'Refinance charges'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1300, '2016-01-01', '2016-12-31', 60000.00, 'Bank of America', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1301, '2014-01-01', '2016-12-31', 45000.00, 'State of California', 'Property taxes! $7,500 every 6 months'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1302, '2015-11-22', '2016-11-22', 1207.15, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1303, '2015-10-25', '2015-11-25', 69.50, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1304, '2013-12-15', '2015-12-15', 50000.00, 'Bank of America', 'One time extra payment to reduce $1500/year in interest'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1305, '2013-08-07', '2013-09-06', 150.71, 'AT&T', 'Includes advance for 2013-09-07 to 2013-10-06, and data overage.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1306, '2013-09-07', '2013-10-06', 175.25, 'AT&T', 'Includes advance for 2013-10-07 to 2013-11-06, and pro-rated charges for switching to 3GB data plan.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1307, '2013-10-07', '2013-11-06', 155.99, 'AT&T', 'Includes advance for 2013-11-07 to 2013-12-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1308, '2013-11-07', '2013-12-06', 148.23, 'AT&T', 'Includes advance for 2013-12-07 to 2014-01-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1309, '2013-12-07', '2014-01-06', 163.80, 'AT&T', 'Includes advance for 2014-01-07 to 2014-02-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1310, '2014-01-07', '2014-02-06', 157.47, 'AT&T', 'Includes advance for 2014-02-07 to 2014-03-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1311, '2014-02-07', '2014-03-06', 152.21, 'AT&T', 'Includes advance for 2014-03-07 to 2014-04-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1312, '2014-03-07', '2014-04-06', 149.05, 'AT&T', 'Includes advance for 2014-04-07 to 2014-05-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1313, '2014-04-07', '2014-05-06', 146.27, 'AT&T', 'Includes advance for 2014-05-07 to 2014-06-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1314, '2014-05-07', '2014-06-06', 153.87, 'AT&T', 'Includes advance for 2014-06-07 to 2014-07-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1315, '2014-06-07', '2014-07-06', 159.07, 'AT&T', 'Includes advance for 2014-07-07 to 2014-08-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1316, '2014-07-07', '2014-08-06', 85.61, 'AT&T', 'Includes advance for 2014-08-07 to 2014-09-06. Switched to a new 1 GB family data plan with unlimited talk time and unlimited text. Got some pro-rated credit.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1317, '2014-08-07', '2014-09-06', 103.18, 'AT&T', 'Includes advance for 2014-09-07 to 2014-10-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1318, '2014-09-07', '2014-10-06', 103.45, 'AT&T', 'Includes advance for 2014-10-07 to 2014-11-06.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1319, '2014-10-07', '2014-11-06', 143.04, 'AT&T', 'Includes advance for 2014-11-07 to 2014-12-06, and installment (1 of 24) of about $40 for Arun\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1320, '2014-11-07', '2014-12-06', 290.37, 'AT&T', 'Includes advance for 2014-12-07 to 2015-01-06, and installment (2 of 24) of about $40 for Arun\'s iPhone 6 Plus. Also includes about $123.20 of call to India made by Arun\'s mother by mistake.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1321, '2014-12-07', '2015-01-06', 176.60, 'AT&T', 'Includes advance for 2015-01-07 to 2015-02-06, and installment (3 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (1 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1322, '2015-01-07', '2015-02-06', 175.81, 'AT&T', 'Includes advance for 2015-02-07 to 2015-03-06, and installment (4 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (2 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1323, '2015-02-07', '2015-03-06', 175.81, 'AT&T', 'Includes advance for 2015-03-07 to 2015-04-06, and installment (5 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (3 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1324, '2015-03-07', '2015-04-06', 175.97, 'AT&T', 'Includes advance for 2015-04-07 to 2015-05-06, and installment (6 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (4 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1325, '2015-04-07', '2015-05-06', 176.81, 'AT&T', 'Includes advance for 2015-05-07 to 2015-06-06, and installment (7 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (5 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1326, '2015-05-07', '2015-06-06', 176.87, 'AT&T', 'Includes advance for 2015-06-07 to 2015-07-06, and installment (8 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (6 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1327, '2015-06-07', '2015-07-06', 174.81, 'AT&T', 'Includes advance for 2015-07-07 to 2015-08-06, and installment (9 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (7 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1328, '2015-07-07', '2015-08-06', 175.55, 'AT&T', 'Includes advance for 2015-08-07 to 2015-09-06, and installment (10 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (8 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1329, '2015-08-07', '2015-09-06', 175.55, 'AT&T', 'Includes advance for 2015-09-07 to 2015-10-06, and installment (11 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (9 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1330, '2015-09-07', '2015-10-06', 196.39, 'AT&T', 'Includes advance for 2015-10-07 to 2015-11-06, and installment (12 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (10 of 30) of about $32 for Minaxi\'s iPhone 6 Plus. Also includes $20 of data overage.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1331, '2015-10-07', '2015-11-06', 176.39, 'AT&T', 'Includes advance for 2015-11-07 to 2015-12-06, and installment (13 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (11 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1332, '2015-11-07', '2015-12-06', 176.39, 'AT&T', 'Includes advance for 2015-12-07 to 2016-01-06, and installment (14 of 24) of about $40 for Arun\'s iPhone 6 Plus, and installment (12 of 30) of about $32 for Minaxi\'s iPhone 6 Plus.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1333, '2015-11-25', '2015-12-25', 62.00, 'Mid-Peninsula Water District', '6 units = 4,488 gallons (150 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1334, '2016-01-01', '2016-01-31', 25000.00, 'Bank of America', 'Extra payment'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1335, '2015-12-25', '2016-01-25', 47.00, 'Mid-Peninsula Water District', '4 units = 2,992 gallons (97 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1336, '2016-01-25', '2016-02-25', 47.00, 'Mid-Peninsula Water District', '4 units = 2,992 gallons (97 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1337, '2016-02-25', '2016-03-24', 47.00, 'Mid-Peninsula Water District', '4 units = 2,992 gallons (107 gallons per day for 28 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1338, '2016-03-24', '2016-04-24', 47.00, 'Mid-Peninsula Water District', '4 units = 2,992 gallons (97 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1339, '2016-04-24', '2016-05-24', 54.50, 'Mid-Peninsula Water District', '5 units = 3,740 gallons (125 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1340, '2016-05-24', '2016-06-24', 69.50, 'Mid-Peninsula Water District', '7 units = 5,236 gallons (169 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1341, '2013-10-01', '2014-01-31', 96.13, 'DISHWorld', '4-month prepay for Hindi Mega (Got a free Roku LT)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1342, '2014-02-01', '2014-02-28', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1343, '2014-03-01', '2014-03-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1344, '2014-04-01', '2014-04-30', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1345, '2014-05-01', '2014-05-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1346, '2014-06-01', '2014-06-30', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1347, '2014-07-01', '2014-07-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1348, '2014-08-01', '2014-08-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1349, '2014-09-01', '2014-09-30', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1350, '2014-10-01', '2014-10-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1351, '2014-11-01', '2014-11-30', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1352, '2014-12-01', '2014-12-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1353, '2015-01-01', '2015-01-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1354, '2015-02-01', '2015-02-28', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1355, '2015-03-01', '2015-03-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1356, '2015-04-01', '2015-04-30', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1357, '2015-05-01', '2015-05-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1358, '2015-06-01', '2015-06-30', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1359, '2015-07-01', '2015-07-31', 48.14, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1360, '2015-08-01', '2015-08-31', 44.99, 'DISHWorld', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1361, '2015-09-01', '2015-09-30', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1362, '2015-10-01', '2015-10-31', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1363, '2015-11-01', '2015-11-30', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1364, '2015-12-01', '2015-12-31', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1365, '2016-01-01', '2016-01-31', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1366, '2016-02-01', '2016-02-29', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1367, '2016-03-01', '2016-03-31', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1368, '2016-04-01', '2016-04-30', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1369, '2016-05-01', '2016-05-31', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1370, '2016-06-01', '2016-06-30', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1371, '2016-07-01', '2016-07-31', 44.99, 'Sling', 'Hindi Mega, 1 stream'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1372, '2016-06-24', '2016-07-24', 77.00, 'Mid-Peninsula Water District', '8 units = 5,984 gallons (199 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1373, '2016-09-12', '2017-09-11', 132.00, 'California DMV', 'Paid directly on DMV web-site, including $18 late penalty.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1374, '2016-09-12', '2017-09-11', 196.00, 'California DMV', 'Including $18 late fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1375, '2015-09-12', '2016-09-11', 208.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1376, '2016-07-24', '2016-08-24', 94.38, 'Mid-Peninsula Water District', '9 units = 6,732 gallons (217 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1377, '2016-08-24', '2016-09-24', 84.56, 'Mid-Peninsula Water District', '8 units = 5,984 gallons (193 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1378, '2016-09-24', '2016-10-24', 94.38, 'Mid-Peninsula Water District', '9 units = 6,732 gallons (224 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1379, '2012-07-27', '2013-07-27', 617.00, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1380, '2013-07-27', '2014-07-27', 704.00, 'Amica Mutual Insurance Company', 'The policy was canceled when the house was sold in October, so part of this premium was reimbursed.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1381, '2013-11-22', '2014-11-22', 1227.00, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1382, '2014-11-22', '2015-11-22', 1171.15, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1383, '2016-11-22', '2017-11-22', 1245.15, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1384, '2016-10-24', '2016-11-24', 59.90, 'Mid-Peninsula Water District', '5 units = 3,740 gallons (121 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1385, '2016-11-24', '2016-12-24', 59.90, 'Mid-Peninsula Water District', '5 units = 3,740 gallons (125 gallons per day for 30 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1386, '2016-06-19', '2016-12-19', 283.88, 'Progressive', 'Including half of $1.76 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1387, '2016-06-19', '2016-12-19', 461.88, 'Progressive', 'Including half of $1.76 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1388, '2016-12-22', '2017-06-22', 405.88, 'Progressive', 'Including half of $1.76 of Anti-Fraud Fee. The insurance jumped suddenly due to the claim for Minaxi\'s collision with the pillar at Edmodo parking lot.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1389, '2016-12-22', '2017-06-22', 467.88, 'Progressive', 'Including half of $1.76 of Anti-Fraud Fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1390, '2016-12-24', '2017-01-24', 68.12, 'Mid-Peninsula Water District', '6 units = 4,488 gallons (145 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1391, '2017-01-24', '2017-02-24', 59.90, 'Mid-Peninsula Water District', '5 units = 3,740 gallons (121 gallons per day for 31 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1392, '2017-02-24', '2017-03-24', 59.90, 'Mid-Peninsula Water District', '5 units = 3,740 gallons (134 gallons per day for 28 days)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1393, '2017-04-01', '2017-04-30', 51.68, 'Mid-Peninsula Water District', '4 units (discontinuity in service dates due to the switch to new billing)'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1394, '2017-05-01', '2017-05-31', 51.68, 'Mid-Peninsula Water District', '4 units'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1395, '2017-06-01', '2017-06-30', 93.78, 'Mid-Peninsula Water District', '9 units'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1396, '2017-07-01', '2017-07-31', 68.12, 'Mid-Peninsula Water District', '6 units'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1397, '2017-09-12', '2018-09-11', 120.00, 'California DMV', 'Paid directly on DMV web-site'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1398, '2017-09-12', '2018-09-11', 201.00, 'California DMV', 'Including $42 late fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1399, '2017-01-19', '2017-02-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1400, '2017-02-19', '2017-03-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1401, '2017-03-19', '2017-04-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1402, '2017-04-19', '2017-05-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1403, '2017-05-19', '2017-06-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1404, '2017-06-19', '2017-07-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1405, '2017-07-19', '2017-08-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1406, '2017-08-19', '2017-09-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1407, '2017-09-19', '2017-10-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1408, '2017-10-19', '2017-11-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1409, '2017-11-19', '2017-12-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1410, '2017-12-19', '2018-01-18', 44.99, 'Sling', 'Hindi Mega'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1411, '2017-11-22', '2018-11-22', 1248.15, 'Amica Mutual Insurance Company', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1412, '2018-09-12', '2019-09-11', 291.00, 'California DMV', 'Including $89 late fee.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1413, '2019-09-12', '2020-09-11', 195.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1414, '2020-03-05', '2021-03-05', 99.99, 'Google', 'Google One subscription for 2TB storage. Saved by paying lump sum $99.99 instead of $9.99 each month.'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1415, '2017-12-24', '2018-12-26', 767.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1416, '2018-12-26', '2019-12-26', 878.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1417, '2019-12-26', '2020-12-26', 814.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1418, '2020-12-26', '2021-12-26', 763.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1419, '2015-12-19', '2016-12-18', 107.91, 'Amazon.com', 'Amazon Prime membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1420, '2016-12-19', '2017-12-18', 107.91, 'Amazon.com', 'Amazon Prime membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1421, '2017-12-19', '2018-12-18', 108.16, 'Amazon.com', 'Amazon Prime membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1422, '2018-12-19', '2019-12-18', 130.01, 'Amazon.com', 'Amazon Prime membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1423, '2019-12-19', '2020-12-18', 130.60, 'Amazon.com', 'Amazon Prime membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1424, '2020-12-19', '2021-12-18', 130.60, 'Amazon.com', 'Amazon Prime membership'); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1425, '2021-12-26', '2022-12-26', 704.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1426, '2022-12-26', '2023-12-26', 615.00, 'California DMV', ''); INSERT INTO `services` (`ID`, `begin_date`, `end_date`, `amount`, `provider`, `note`) VALUES (1427, '2025-03-25', '2026-03-25', 969.00, 'DMV, California', ''); -- -- Table: tag_groups -- DROP TABLE IF EXISTS `tag_groups`; CREATE TABLE `tag_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `parent_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uq_group_name` (`name`), KEY `fk_tg_parent` (`parent_id`), CONSTRAINT `tag_groups__tag_groups__fk_tg_parent` FOREIGN KEY (`parent_id`) REFERENCES `tag_groups` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (1, 'House', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (2, 'Sentra', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (3, 'Outback', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (4, 'Odyssey', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (5, 'Tesla', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (6, 'Essentials', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (7, 'Health', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (8, 'Child', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (9, 'Entertainment', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (10, 'Giving', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (11, 'Other', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (12, 'Utilities', NULL); INSERT INTO `tag_groups` (`id`, `name`, `parent_id`) VALUES (13, 'Education', NULL); -- -- Table: tags -- DROP TABLE IF EXISTS `tags`; CREATE TABLE `tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `group_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uq_tag_name_group` (`name`,`group_id`), KEY `fk_tag_group` (`group_id`) ) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (25, 'activities', 7); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (66, 'ArunHealthInsurance', 7); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (23, 'bodyCare', 6); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (65, 'cable', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (53, 'car1Insurance', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (55, 'car1IUparking', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (7, 'car1Maintenance', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (8, 'car1Misc', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (5, 'car1Purchase', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (54, 'car1Registration', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (56, 'car2Insurance', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (58, 'car2IUparking', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (11, 'car2Maintenance', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (12, 'car2Misc', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (9, 'car2Purchase', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (57, 'car2Registration', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (14, 'car3Gas', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (59, 'car3Insurance', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (61, 'car3IUparking', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (15, 'car3Maintenance', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (16, 'car3Misc', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (13, 'car3Purchase', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (60, 'car3Registration', 4); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (62, 'car4Insurance', 5); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (19, 'car4Maintenance', 5); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (20, 'car4Misc', 5); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (17, 'car4Purchase', 5); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (63, 'car4Registration', 5); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (52, 'cellphone', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (18, 'Charging', 5); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (37, 'charity', 10); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (29, 'childActivities', 8); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (27, 'childEducation', 8); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (30, 'childGear', 8); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (28, 'childMedical', 8); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (31, 'childMisc', 8); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (22, 'clothing', 6); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (75, 'CollegeTuition', 15); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (77, 'dating', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (33, 'eatingOut', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (47, 'electricity', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (40, 'entertaining', 10); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (39, 'family', 10); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (6, 'Gas', 2); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (10, 'Gas', 3); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (45, 'gas', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (26, 'gear', 7); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (36, 'generalEntertainment', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (38, 'gifts', 10); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (21, 'groceries', 6); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (2, 'houseGarden', 1); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (43, 'houseInsurance', 1); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (1, 'houseMaintenance', 1); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (3, 'houseMisc', 1); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (4, 'houseUpgrades', 1); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (49, 'internet', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (41, 'investments', 11); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (68, 'IUGym', 7); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (76, 'kitchenSupplies', 6); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (50, 'landline', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (34, 'liquor', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (51, 'longDistance', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (24, 'medical', 7); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (67, 'MinaxiHealthInsurance', 7); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (42, 'misc', 11); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (44, 'mortgage', 1); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (32, 'movies', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (48, 'trash', 12); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (74, 'Travel', 14); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (73, 'Tuition', 13); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (35, 'vacation', 9); INSERT INTO `tags` (`id`, `name`, `group_id`) VALUES (46, 'water', 12); SET FOREIGN_KEY_CHECKS=1;